Nortel-MsCarrier-MscPassport-ProvisioningMIB: View SNMP OID List / Download MIB

VENDOR: NORTHERN TELECOM


 Home MIB: Nortel-MsCarrier-MscPassport-ProvisioningMIB
Download as:   

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


Object Name OID Type Access Info
 mscProv 1.3.6.1.4.1.562.36.2.1.11
       mscProvRowStatusTable 1.3.6.1.4.1.562.36.2.1.11.1 no-access
This entry controls the addition and deletion of mscProv components.
           mscProvRowStatusEntry 1.3.6.1.4.1.562.36.2.1.11.1.1 no-access
A single entry in the table represents a single mscProv component.
               mscProvRowStatus 1.3.6.1.4.1.562.36.2.1.11.1.1.1 rowstatus read-only
This variable is used as the basis for SNMP naming of mscProv components. These components cannot be added nor deleted.
               mscProvComponentName 1.3.6.1.4.1.562.36.2.1.11.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
               mscProvStorageType 1.3.6.1.4.1.562.36.2.1.11.1.1.4 storagetype read-only
This variable represents the storage type value for the mscProv tables.
               mscProvIndex 1.3.6.1.4.1.562.36.2.1.11.1.1.10 nonreplicated no-access
This variable represents the index for the mscProv tables.
       mscProvView 1.3.6.1.4.1.562.36.2.1.11.2
           mscProvViewRowStatusTable 1.3.6.1.4.1.562.36.2.1.11.2.1 no-access
*** THIS TABLE CURRENTLY NOT IMPLEMENTED *** This entry controls the addition and deletion of mscProvView components.
               mscProvViewRowStatusEntry 1.3.6.1.4.1.562.36.2.1.11.2.1.1 no-access
A single entry in the table represents a single mscProvView component.
                   mscProvViewRowStatus 1.3.6.1.4.1.562.36.2.1.11.2.1.1.1 rowstatus read-only
This variable is used as the basis for SNMP naming of mscProvView components. These components cannot be added nor deleted.
                   mscProvViewComponentName 1.3.6.1.4.1.562.36.2.1.11.2.1.1.2 displaystring read-only
This variable provides the component's string name for use with the ASCII Console Interface
                   mscProvViewStorageType 1.3.6.1.4.1.562.36.2.1.11.2.1.1.4 storagetype read-only
This variable represents the storage type value for the mscProvView tables.
                   mscProvViewIndex 1.3.6.1.4.1.562.36.2.1.11.2.1.1.10 asciistringindex no-access
This variable represents the index for the mscProvView tables.
           mscProvViewOperTable 1.3.6.1.4.1.562.36.2.1.11.2.100 no-access
*** THIS TABLE CURRENTLY NOT IMPLEMENTED *** This group contains the operational attributes for the View component.
                   mscProvViewOperEntry 1.3.6.1.4.1.562.36.2.1.11.2.100.1 no-access
An entry in the mscProvViewOperTable.
                       mscProvViewUser 1.3.6.1.4.1.562.36.2.1.11.2.100.1.1 asciistring read-only
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.
                       mscProvViewCheckState 1.3.6.1.4.1.562.36.2.1.11.2.100.1.2 integer read-only
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. Enumeration: 'failed': 0, 'full': 4, 'partial': 2, 'softwareChanged': 3, 'unknown': 1.
                       mscProvViewComponents 1.3.6.1.4.1.562.36.2.1.11.2.100.1.3 unsigned32 read-only
This attributes indicates the number of provisioned components that have been (or could be) saved.
                       mscProvViewFormats 1.3.6.1.4.1.562.36.2.1.11.2.100.1.4 octet string read-only
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)
                       mscProvViewBaseView 1.3.6.1.4.1.562.36.2.1.11.2.100.1.5 asciistring read-only
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.
                       mscProvViewVersion 1.3.6.1.4.1.562.36.2.1.11.2.100.1.6 asciistring read-only
This attribute represents the version of base software that saved this view. It is empty if unknown.
                       mscProvViewCreationDate 1.3.6.1.4.1.562.36.2.1.11.2.100.1.7 enterprisedateandtime read-only
This attribute indicates the creation date of this view.
       mscProvStateTable 1.3.6.1.4.1.562.36.2.1.11.10 no-access
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.
             mscProvStateEntry 1.3.6.1.4.1.562.36.2.1.11.10.1 no-access
An entry in the mscProvStateTable.
                 mscProvAdminState 1.3.6.1.4.1.562.36.2.1.11.10.1.1 integer read-only
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. Enumeration: 'locked': 0, 'shuttingDown': 2, 'unlocked': 1.
                 mscProvOperationalState 1.3.6.1.4.1.562.36.2.1.11.10.1.2 integer read-only
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. Enumeration: 'disabled': 0, 'enabled': 1.
                 mscProvUsageState 1.3.6.1.4.1.562.36.2.1.11.10.1.3 integer read-only
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. Enumeration: 'active': 1, 'idle': 0, 'busy': 2.
       mscProvOperTable 1.3.6.1.4.1.562.36.2.1.11.11 no-access
This group contains the operational attributes for the ProvisioningSystem component.
             mscProvOperEntry 1.3.6.1.4.1.562.36.2.1.11.11.1 no-access
An entry in the mscProvOperTable.
                 mscProvProvisioningActivity 1.3.6.1.4.1.562.36.2.1.11.11.1.1 integer read-only
This attribute describes the type of provisioning activity that the ProvisioningSystem component is performing. Enumeration: 'adding': 21, 'none': 2, 'saving': 6, 'rollingBack': 5, 'waitingForConfirm': 9, 'clearing': 11, 'activation': 3, 'confirming': 15, 'initialActivation': 4, 'copying': 12, 'semanticChecking': 8, 'loadingOrApplying': 7, 'deleting': 14, 'initialLoading': 0, 'committing': 13.
                 mscProvActivityProgress 1.3.6.1.4.1.562.36.2.1.11.11.1.2 asciistring read-only
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.
                 mscProvCommittedFileName 1.3.6.1.4.1.562.36.2.1.11.11.1.3 asciistring read-only
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.
                 mscProvCurrentViewFileName 1.3.6.1.4.1.562.36.2.1.11.11.1.4 asciistring read-only
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.
                 mscProvLastUsedFileName 1.3.6.1.4.1.562.36.2.1.11.11.1.5 asciistring read-only
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.
                 mscProvProvisioningSession 1.3.6.1.4.1.562.36.2.1.11.11.1.6 rowpointer read-only
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.
                 mscProvProvisioningUser 1.3.6.1.4.1.562.36.2.1.11.11.1.7 asciistring read-only
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.
                 mscProvCheckRequired 1.3.6.1.4.1.562.36.2.1.11.11.1.8 integer read-only
This attribute indicates whether semantic checking is required before activating the edit view. Enumeration: 'yes': 1, 'no': 0.
                 mscProvNextFileSequenceNumber 1.3.6.1.4.1.562.36.2.1.11.11.1.9 unsigned32 read-write
This attribute is no longer supported.
                 mscProvConfirmRequired 1.3.6.1.4.1.562.36.2.1.11.11.1.10 integer read-only
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. Enumeration: 'yes': 1, 'no': 0.
                 mscProvProvisioningDirectory 1.3.6.1.4.1.562.36.2.1.11.11.1.11 asciistring read-only
This attribute indicates the name of the provisioning directory.
                 mscProvEditViewName 1.3.6.1.4.1.562.36.2.1.11.11.1.12 asciistring read-only
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.
                 mscProvEditViewAddedComponents 1.3.6.1.4.1.562.36.2.1.11.11.1.13 unsigned32 read-only
This attribute indicates the number of provisioning components that have been added to the edit view with respect to the current view.
                 mscProvEditViewDeletedComponents 1.3.6.1.4.1.562.36.2.1.11.11.1.14 unsigned32 read-only
This attribute indicates the number of provisioned components that have been deleted from the edit view with respect to the current view.
                 mscProvEditViewChangedComponents 1.3.6.1.4.1.562.36.2.1.11.11.1.15 unsigned32 read-only
This attribute indicates the number of provisioned components whose attributes differ between the edit and current views.
                 mscProvStandbyCpActivity 1.3.6.1.4.1.562.36.2.1.11.11.1.16 integer read-only
This attribute descibes the type of provisionin activity, which ProvisioningSystem is performing on standby CP. Enumeration: 'loadingProvisioningData': 1, 'none': 0, 'savingCommitFormatProvisioningData': 6.
                 mscProvStandbyCpActivityProgress 1.3.6.1.4.1.562.36.2.1.11.11.1.17 asciistring read-only
This attribute indicates status of a provisioning activity, which ProvisioningSystem is performing on standby CP.
 provisioningMIB 1.3.6.1.4.1.562.36.2.2.19
       provisioningGroup 1.3.6.1.4.1.562.36.2.2.19.1
           provisioningGroupCA 1.3.6.1.4.1.562.36.2.2.19.1.1
               provisioningGroupCA02 1.3.6.1.4.1.562.36.2.2.19.1.1.3
                   provisioningGroupCA02A 1.3.6.1.4.1.562.36.2.2.19.1.1.3.2
       provisioningCapabilities 1.3.6.1.4.1.562.36.2.2.19.3
           provisioningCapabilitiesCA 1.3.6.1.4.1.562.36.2.2.19.3.1
               provisioningCapabilitiesCA02 1.3.6.1.4.1.562.36.2.2.19.3.1.3
                   provisioningCapabilitiesCA02A 1.3.6.1.4.1.562.36.2.2.19.3.1.3.2