Nortel-MsCarrier-MscPassport-ProvisioningMIB

File: Nortel-MsCarrier-MscPassport-ProvisioningMIB.mib (26995 bytes)

Imported modules

RFC-1212 Nortel-MsCarrier-MscPassport-UsefulDefinitionsMIB Nortel-MsCarrier-MscPassport-StandardTextualConventionsMIB
Nortel-MsCarrier-MscPassport-TextualConventionsMIB

Imported symbols

OBJECT-TYPE mscPassportMIBs mscComponents
RowPointer DisplayString StorageType
RowStatus Unsigned32 AsciiString
NonReplicated EnterpriseDateAndTime AsciiStringIndex

Defined Types

MscProvRowStatusEntry  
SEQUENCE    
  mscProvRowStatus RowStatus
  mscProvComponentName DisplayString
  mscProvStorageType StorageType
  mscProvIndex NonReplicated

MscProvStateEntry  
SEQUENCE    
  mscProvAdminState INTEGER
  mscProvOperationalState INTEGER
  mscProvUsageState INTEGER

MscProvOperEntry  
SEQUENCE    
  mscProvProvisioningActivity INTEGER
  mscProvActivityProgress AsciiString
  mscProvCommittedFileName AsciiString
  mscProvCurrentViewFileName AsciiString
  mscProvLastUsedFileName AsciiString
  mscProvProvisioningSession RowPointer
  mscProvProvisioningUser AsciiString
  mscProvCheckRequired INTEGER
  mscProvNextFileSequenceNumber Unsigned32
  mscProvConfirmRequired INTEGER
  mscProvProvisioningDirectory AsciiString
  mscProvEditViewName AsciiString
  mscProvEditViewAddedComponents Unsigned32
  mscProvEditViewDeletedComponents Unsigned32
  mscProvEditViewChangedComponents Unsigned32
  mscProvStandbyCpActivity INTEGER
  mscProvStandbyCpActivityProgress AsciiString

MscProvViewRowStatusEntry  
SEQUENCE    
  mscProvViewRowStatus RowStatus
  mscProvViewComponentName DisplayString
  mscProvViewStorageType StorageType
  mscProvViewIndex AsciiStringIndex

MscProvViewOperEntry  
SEQUENCE    
  mscProvViewUser AsciiString
  mscProvViewCheckState INTEGER
  mscProvViewComponents Unsigned32
  mscProvViewFormats OCTET STRING
  mscProvViewBaseView AsciiString
  mscProvViewVersion AsciiString
  mscProvViewCreationDate EnterpriseDateAndTime

Defined Values

provisioningMIB 1.3.6.1.4.1.562.36.2.2.19
OBJECT IDENTIFIER    

mscProv 1.3.6.1.4.1.562.36.2.1.11
OBJECT IDENTIFIER    

mscProvRowStatusTable 1.3.6.1.4.1.562.36.2.1.11.1
This entry controls the addition and deletion of mscProv components.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MscProvRowStatusEntry

mscProvRowStatusEntry 1.3.6.1.4.1.562.36.2.1.11.1.1
A single entry in the table represents a single mscProv component.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MscProvRowStatusEntry  

mscProvRowStatus 1.3.6.1.4.1.562.36.2.1.11.1.1.1
This variable is used as the basis for SNMP naming of mscProv components. These components cannot be added nor deleted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  RowStatus  

mscProvComponentName 1.3.6.1.4.1.562.36.2.1.11.1.1.2
This variable provides the component's string name for use with the ASCII Console Interface
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

mscProvStorageType 1.3.6.1.4.1.562.36.2.1.11.1.1.4
This variable represents the storage type value for the mscProv tables.
Status: mandatory Access: read-only
OBJECT-TYPE    
  StorageType  

mscProvIndex 1.3.6.1.4.1.562.36.2.1.11.1.1.10
This variable represents the index for the mscProv tables.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NonReplicated  

mscProvStateTable 1.3.6.1.4.1.562.36.2.1.11.10
This group contains the three OSI State attributes. The descriptions generically indicate what each state attribute implies about the component. Note that not all the values and state combinations described here are supported by every component which uses this group. For component-specific information and the valid state combinations, refer to NTP 241-7001-150, Passport Operations and Maintenance Guide.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MscProvStateEntry

mscProvStateEntry 1.3.6.1.4.1.562.36.2.1.11.10.1
An entry in the mscProvStateTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MscProvStateEntry  

mscProvAdminState 1.3.6.1.4.1.562.36.2.1.11.10.1.1
This attribute indicates the OSI Administrative State of the component. The value locked indicates that the component is administratively prohibited from providing services for its users. A Lock or Lock - force command has been previously issued for this component. When the value is locked, the value of usageState must be idle. The value shuttingDown indicates that the component is administratively permitted to provide service to its existing users only. A Lock command was issued against the component and it is in the process of shutting down. The value unlocked indicates that the component is administratively permitted to provide services for its users. To enter this state, issue an Unlock command to this component.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER locked(0), unlocked(1), shuttingDown(2)  

mscProvOperationalState 1.3.6.1.4.1.562.36.2.1.11.10.1.2
This attribute indicates the OSI Operational State of the component. The value enabled indicates that the component is available for operation. Note that if adminState is locked, it would still not be providing service. The value disabled indicates that the component is not available for operation. For example, something is wrong with the component itself, or with another component on which this one depends. If the value is disabled, the usageState must be idle.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

mscProvUsageState 1.3.6.1.4.1.562.36.2.1.11.10.1.3
This attribute indicates the OSI Usage State of the component. The value idle indicates that the component is not currently in use. The value active indicates that the component is in use and has spare capacity to provide for additional users. The value busy indicates that the component is in use and has no spare operating capacity for additional users at this time.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER idle(0), active(1), busy(2)  

mscProvOperTable 1.3.6.1.4.1.562.36.2.1.11.11
This group contains the operational attributes for the ProvisioningSystem component.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MscProvOperEntry

mscProvOperEntry 1.3.6.1.4.1.562.36.2.1.11.11.1
An entry in the mscProvOperTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MscProvOperEntry  

mscProvProvisioningActivity 1.3.6.1.4.1.562.36.2.1.11.11.1.1
This attribute describes the type of provisioning activity that the ProvisioningSystem component is performing.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER initialLoading(0), none(2), activation(3), initialActivation(4), rollingBack(5), saving(6), loadingOrApplying(7), semanticChecking(8), waitingForConfirm(9), clearing(11), copying(12), committing(13), deleting(14), confirming(15), adding(21)  

mscProvActivityProgress 1.3.6.1.4.1.562.36.2.1.11.11.1.2
This attribute indicates the status relating to a long-running command handled by the ProvisioningSystem. It is usually expressed as a percentage of the number of elements (for example, components) processed with respect to the total set of elements that need to be processed for that activity. Note that, one cannot assume that the percentage implies how much time the task may still take. The time to complete the activity is dependent on many things which are beyond the control of the ProvisioningSystem itself.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AsciiString Size(1..255)  

mscProvCommittedFileName 1.3.6.1.4.1.562.36.2.1.11.11.1.3
This attribute contains the name of the committed file. This is the file that will be used to obtain the provisioning data if the module restarts. Immediately after system power-up, this attribute contains the name of the file used during initial loading.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AsciiString Size(1..40)  

mscProvCurrentViewFileName 1.3.6.1.4.1.562.36.2.1.11.11.1.4
This attribute contains the name of the provisioning file that contains the current view provisioning data. After system power-up, this attribute contains the name of the file used during initial loading. If the current view data has not been saved, this attribute is empty.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AsciiString Size(1..40)  

mscProvLastUsedFileName 1.3.6.1.4.1.562.36.2.1.11.11.1.5
This attribute contains the last saved, loaded or committed file name. If a Load, Save or Commit command returns an error, this attribute remains unchanged. Immediately after system power-up, this attribute contains the name of the file used during initial loading.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AsciiString Size(1..40)  

mscProvProvisioningSession 1.3.6.1.4.1.562.36.2.1.11.11.1.6
This attribute contains the component name of the operator session which is currently in provisioning mode. For example, NMIS Telnet Session/2 If no session is in provisioning mode, this attribute will be empty.
Status: mandatory Access: read-only
OBJECT-TYPE    
  RowPointer  

mscProvProvisioningUser 1.3.6.1.4.1.562.36.2.1.11.11.1.7
This attribute contains the userid of the operator who is currently provisioning the module. If no session is in provisioning mode, this attribute will be empty.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AsciiString Size(1..8)  

mscProvCheckRequired 1.3.6.1.4.1.562.36.2.1.11.11.1.8
This attribute indicates whether semantic checking is required before activating the edit view.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

mscProvNextFileSequenceNumber 1.3.6.1.4.1.562.36.2.1.11.11.1.9
This attribute is no longer supported.
Status: obsolete Access: read-write
OBJECT-TYPE    
  Unsigned32 1..999  

mscProvConfirmRequired 1.3.6.1.4.1.562.36.2.1.11.11.1.10
This attribute indicates whether the operator must enter a Confirm Prov command in order to keep a newly activated current view in effect. If an activation is not confirmed within 20 minutes of its completion, the module will restart using the committed provisioning data.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

mscProvProvisioningDirectory 1.3.6.1.4.1.562.36.2.1.11.11.1.11
This attribute indicates the name of the provisioning directory.
Status: obsolete Access: read-only
OBJECT-TYPE    
  AsciiString Size(1..128)  

mscProvEditViewName 1.3.6.1.4.1.562.36.2.1.11.11.1.12
This attribute indicates the name of the provisioning view that represents the edit view provisioning data. If the edit view data has not been saved, this attribute is empty.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AsciiString Size(0..40)  

mscProvEditViewAddedComponents 1.3.6.1.4.1.562.36.2.1.11.11.1.13
This attribute indicates the number of provisioning components that have been added to the edit view with respect to the current view.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

mscProvEditViewDeletedComponents 1.3.6.1.4.1.562.36.2.1.11.11.1.14
This attribute indicates the number of provisioned components that have been deleted from the edit view with respect to the current view.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

mscProvEditViewChangedComponents 1.3.6.1.4.1.562.36.2.1.11.11.1.15
This attribute indicates the number of provisioned components whose attributes differ between the edit and current views.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

mscProvStandbyCpActivity 1.3.6.1.4.1.562.36.2.1.11.11.1.16
This attribute descibes the type of provisionin activity, which ProvisioningSystem is performing on standby CP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(0), loadingProvisioningData(1), savingCommitFormatProvisioningData(6)  

mscProvStandbyCpActivityProgress 1.3.6.1.4.1.562.36.2.1.11.11.1.17
This attribute indicates status of a provisioning activity, which ProvisioningSystem is performing on standby CP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AsciiString Size(1..255)  

mscProvView 1.3.6.1.4.1.562.36.2.1.11.2
OBJECT IDENTIFIER    

mscProvViewRowStatusTable 1.3.6.1.4.1.562.36.2.1.11.2.1
*** THIS TABLE CURRENTLY NOT IMPLEMENTED *** This entry controls the addition and deletion of mscProvView components.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MscProvViewRowStatusEntry

mscProvViewRowStatusEntry 1.3.6.1.4.1.562.36.2.1.11.2.1.1
A single entry in the table represents a single mscProvView component.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MscProvViewRowStatusEntry  

mscProvViewRowStatus 1.3.6.1.4.1.562.36.2.1.11.2.1.1.1
This variable is used as the basis for SNMP naming of mscProvView components. These components cannot be added nor deleted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  RowStatus  

mscProvViewComponentName 1.3.6.1.4.1.562.36.2.1.11.2.1.1.2
This variable provides the component's string name for use with the ASCII Console Interface
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

mscProvViewStorageType 1.3.6.1.4.1.562.36.2.1.11.2.1.1.4
This variable represents the storage type value for the mscProvView tables.
Status: mandatory Access: read-only
OBJECT-TYPE    
  StorageType  

mscProvViewIndex 1.3.6.1.4.1.562.36.2.1.11.2.1.1.10
This variable represents the index for the mscProvView tables.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AsciiStringIndex Size(1..40)  

mscProvViewOperTable 1.3.6.1.4.1.562.36.2.1.11.2.100
*** THIS TABLE CURRENTLY NOT IMPLEMENTED *** This group contains the operational attributes for the View component.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MscProvViewOperEntry

mscProvViewOperEntry 1.3.6.1.4.1.562.36.2.1.11.2.100.1
An entry in the mscProvViewOperTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MscProvViewOperEntry  

mscProvViewUser 1.3.6.1.4.1.562.36.2.1.11.2.100.1.1
This attribute indicates the userid of the operator who first saved this view. It may be empty if unknown or if the view has not been saved.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AsciiString Size(0..8)  

mscProvViewCheckState 1.3.6.1.4.1.562.36.2.1.11.2.100.1.2
This attribute indicates the semantic check state of the view when it was saved. The values are described in worst to best order. The failed state indicates that the view has failed a semantic check and cannot be activated. The unknown state indicates that semantic checks have not been run and the view cannot be activated. The partial state indicates that the view has passed incomplete checks, that is Check -changed Prov has succeeded. This is also the best state value for a partial view. Thew view cannot be activated until it has been fully checked. The softwareChanged state indicates that the view has passed complete checks, but by software other than that to be activated, that is, either the application versions have changed, or features have been added. After activation, the new software may detect semantic errors. After correcting these errors, if any, the view will need to be re-saved or re-committed as appropriate. The full state indicates that the view has passed complete checks, that is, it has been fully verified. It can be activated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER failed(0), unknown(1), partial(2), softwareChanged(3), full(4)  

mscProvViewComponents 1.3.6.1.4.1.562.36.2.1.11.2.100.1.3
This attributes indicates the number of provisioned components that have been (or could be) saved.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Unsigned32 0..999999  

mscProvViewFormats 1.3.6.1.4.1.562.36.2.1.11.2.100.1.4
This attribute indicates the formats of the saved information. Each serves a different purpose. The ascii format is readable by operators and can be easily parsed and generated by scripts. NMS makes use of this format. Note that the syntax is subject to change without notice. This format is generated via Save -ascii Prov. A view with an ascii format can be loaded and activated. The commit format is generated via Commit Prov and allows for fast activation, that is, a shorter service outage time. The system will never leave a view with only this format, as it cannot be loaded. The delta format contains the changes made between the current view and the edit view. It is, therefore, much smaller and faster to Load or Save than the other formats. A view containing this format can be loaded or have the changes applied to the edit view. This provides a mechanism to propagate a set of changes from one view to another. A view containing only this format can be activated if this would not require a system reload. To generate this format, issue Save Prov without the -ascii or portable options. The part format is generated via Save component() Prov. The part format can be loaded. The syntax of this format is subject to change without notice. The portable format is a compact representation that can be quickly loaded. It can be transported from one Passport to another, or to an NMS. It is generated via Save -portable Prov. The portable format can be loaded and activated. Description of bits: ascii(0) commit(1) delta(2) part(3) portable(4)
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1)  

mscProvViewBaseView 1.3.6.1.4.1.562.36.2.1.11.2.100.1.5
This attribute indicates the name of the view upon which this view's changes are based (even if the delta format does not exists). In other words, it indicates the name of the current view that existed at the time that this view was saved. This may not be the name of the current view that is running now. This attribute is empty when the view is unsaved or if the current view was saved.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AsciiString Size(0..40)  

mscProvViewVersion 1.3.6.1.4.1.562.36.2.1.11.2.100.1.6
This attribute represents the version of base software that saved this view. It is empty if unknown.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AsciiString Size(0..16)  

mscProvViewCreationDate 1.3.6.1.4.1.562.36.2.1.11.2.100.1.7
This attribute indicates the creation date of this view.
Status: mandatory Access: read-only
OBJECT-TYPE    
  EnterpriseDateAndTime Size(0|19)  

provisioningGroup 1.3.6.1.4.1.562.36.2.2.19.1
OBJECT IDENTIFIER    

provisioningGroupCA 1.3.6.1.4.1.562.36.2.2.19.1.1
OBJECT IDENTIFIER    

provisioningGroupCA02 1.3.6.1.4.1.562.36.2.2.19.1.1.3
OBJECT IDENTIFIER    

provisioningGroupCA02A 1.3.6.1.4.1.562.36.2.2.19.1.1.3.2
OBJECT IDENTIFIER    

provisioningCapabilities 1.3.6.1.4.1.562.36.2.2.19.3
OBJECT IDENTIFIER    

provisioningCapabilitiesCA 1.3.6.1.4.1.562.36.2.2.19.3.1
OBJECT IDENTIFIER    

provisioningCapabilitiesCA02 1.3.6.1.4.1.562.36.2.2.19.3.1.3
OBJECT IDENTIFIER    

provisioningCapabilitiesCA02A 1.3.6.1.4.1.562.36.2.2.19.3.1.3.2
OBJECT IDENTIFIER