Nortel-Magellan-Passport-SoftwareMIB

File: Nortel-Magellan-Passport-SoftwareMIB.mib (35533 bytes)

Imported modules

RFC-1212 Nortel-Magellan-Passport-UsefulDefinitionsMIB Nortel-Magellan-Passport-StandardTextualConventionsMIB
Nortel-Magellan-Passport-TextualConventionsMIB

Imported symbols

OBJECT-TYPE components passportMIBs
DisplayString StorageType RowStatus
Unsigned32 AsciiString NonReplicated
Link AsciiStringIndex

Defined Types

SwRowStatusEntry  
SEQUENCE    
  swRowStatus RowStatus
  swComponentName DisplayString
  swStorageType StorageType
  swIndex NonReplicated

SwOperEntry  
SEQUENCE    
  swTidyStatus INTEGER
  swAvBeingTidied AsciiString

SwAvlEntry  
SEQUENCE    
  swAvlValue AsciiString
  swAvlRowStatus RowStatus

SwAvListToTidyEntry  
SEQUENCE    
  swAvListToTidyValue AsciiString

SwAvListTidiedEntry  
SEQUENCE    
  swAvListTidiedValue AsciiString

SwPatlEntry  
SEQUENCE    
  swPatlValue AsciiString
  swPatlRowStatus RowStatus

SwDldRowStatusEntry  
SEQUENCE    
  swDldRowStatus RowStatus
  swDldComponentName DisplayString
  swDldStorageType StorageType
  swDldIndex NonReplicated

SwDldOperEntry  
SEQUENCE    
  swDldAvBeingDownloaded AsciiString
  swDldStatus INTEGER
  swDldFilesToTransfer Unsigned32
  swDldProcessorTargets OCTET STRING

SwDldDldListEntry  
SEQUENCE    
  swDldDldListValue AsciiString
  swDldDldListRowStatus RowStatus

SwDldDownloadedAvListEntry  
SEQUENCE    
  swDldDownloadedAvListValue AsciiString

SwAvRowStatusEntry  
SEQUENCE    
  swAvRowStatus RowStatus
  swAvComponentName DisplayString
  swAvStorageType StorageType
  swAvIndex AsciiStringIndex

SwAvOperEntry  
SEQUENCE    
  swAvProcessorTargets OCTET STRING

SwAvCompatibleAvListEntry  
SEQUENCE    
  swAvCompatibleAvListValue AsciiString

SwAvFeatRowStatusEntry  
SEQUENCE    
  swAvFeatRowStatus RowStatus
  swAvFeatComponentName DisplayString
  swAvFeatStorageType StorageType
  swAvFeatIndex AsciiStringIndex

SwAvPatchRowStatusEntry  
SEQUENCE    
  swAvPatchRowStatus RowStatus
  swAvPatchComponentName DisplayString
  swAvPatchStorageType StorageType
  swAvPatchIndex AsciiStringIndex

SwAvPatchOperEntry  
SEQUENCE    
  swAvPatchDescription AsciiString

SwLptRowStatusEntry  
SEQUENCE    
  swLptRowStatus RowStatus
  swLptComponentName DisplayString
  swLptStorageType StorageType
  swLptIndex AsciiStringIndex

SwLptProvEntry  
SEQUENCE    
  swLptCommentText AsciiString
  swLptSystemConfig INTEGER

SwLptFlEntry  
SEQUENCE    
  swLptFlValue AsciiString
  swLptFlRowStatus RowStatus

SwLptLogicalProcessorsEntry  
SEQUENCE    
  swLptLogicalProcessorsValue Link

Defined Values

softwareMIB 1.3.6.1.4.1.562.2.4.2.17
OBJECT IDENTIFIER    

sw 1.3.6.1.4.1.562.2.4.1.14
OBJECT IDENTIFIER    

swRowStatusTable 1.3.6.1.4.1.562.2.4.1.14.1
This entry controls the addition and deletion of sw components.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwRowStatusEntry

swRowStatusEntry 1.3.6.1.4.1.562.2.4.1.14.1.1
A single entry in the table represents a single sw component.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SwRowStatusEntry  

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

swComponentName 1.3.6.1.4.1.562.2.4.1.14.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  

swStorageType 1.3.6.1.4.1.562.2.4.1.14.1.1.4
This variable represents the storage type value for the sw tables.
Status: mandatory Access: read-only
OBJECT-TYPE    
  StorageType  

swIndex 1.3.6.1.4.1.562.2.4.1.14.1.1.10
This variable represents the index for the sw tables.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NonReplicated  

swOperTable 1.3.6.1.4.1.562.2.4.1.14.11
This group contain the operational attributes for the SW component.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwOperEntry

swOperEntry 1.3.6.1.4.1.562.2.4.1.14.11.1
An entry in the swOperTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SwOperEntry  

swTidyStatus 1.3.6.1.4.1.562.2.4.1.14.11.1.1
This attribute indicates the tidy or remove status. If the value is inactive, no tidy or remove is in progress. If the value is inProgress or querying, the tidy or remove process has begun and therefore no further Tidy Sw or Remove sw/ command is allowed until status returns to inactive.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER inactive(0), inProgress(1), querying(2)  

swAvBeingTidied 1.3.6.1.4.1.562.2.4.1.14.11.1.421
This attribute indicates the name of the AV currently being tidied or removed. An empty string indicates there is no AV being tidied.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AsciiString Size(1..30)  

swAvlTable 1.3.6.1.4.1.562.2.4.1.14.256
This attribute specifies, for each application, which version of its Features and the associated software will be loaded when any of its Features are selected in an LPT. A version of the 'base' application must be specified. All names specified by the user must actually be AV names. All AVs specified must be compatible with each other. No more than one version of a single application can be specified.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwAvlEntry

swAvlEntry 1.3.6.1.4.1.562.2.4.1.14.256.1
An entry in the swAvlTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SwAvlEntry  

swAvlValue 1.3.6.1.4.1.562.2.4.1.14.256.1.1
This variable represents both the value and the index for the swAvlTable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AsciiString Size(1..30)  

swAvlRowStatus 1.3.6.1.4.1.562.2.4.1.14.256.1.2
This variable is used to control the addition and deletion of individual values of the swAvlTable.
Status: mandatory Access: write-only
OBJECT-TYPE    
  RowStatus  

swAvListToTidyTable 1.3.6.1.4.1.562.2.4.1.14.422
This attribute holds the list of names of AVs to be tidied or removed. As AVs are successfully cleaned, they are removed from this list and added to avListTidied.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwAvListToTidyEntry

swAvListToTidyEntry 1.3.6.1.4.1.562.2.4.1.14.422.1
An entry in the swAvListToTidyTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SwAvListToTidyEntry  

swAvListToTidyValue 1.3.6.1.4.1.562.2.4.1.14.422.1.1
This variable represents both the value and the index for the swAvListToTidyTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AsciiString Size(1..30)  

swAvListTidiedTable 1.3.6.1.4.1.562.2.4.1.14.423
This attribute holds the list of names of AVs which have been successfully tidied or removed as a result of the last Tidy Sw or Remove Sw av/ command. It is cleared each time a new Tidy Sw or Remove Sw av/ command is issued.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwAvListTidiedEntry

swAvListTidiedEntry 1.3.6.1.4.1.562.2.4.1.14.423.1
An entry in the swAvListTidiedTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SwAvListTidiedEntry  

swAvListTidiedValue 1.3.6.1.4.1.562.2.4.1.14.423.1.1
This variable represents both the value and the index for the swAvListTidiedTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AsciiString Size(1..30)  

swPatlTable 1.3.6.1.4.1.562.2.4.1.14.436
This attribute specifies which patches are to be loaded and enabled. Only patches for Av's that appear in the AvList may be specified. Only patches appearing as instances of Sw Av Patch may be specified. Patch names are case insensitive. Except for case, patch names must be typed as they appear as instances of Sw Av Patch. All patches specified must be compatible with one another. Any prerequisite patches for specified patches, must themselves be specified. A patch must be specified only once in the list.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwPatlEntry

swPatlEntry 1.3.6.1.4.1.562.2.4.1.14.436.1
An entry in the swPatlTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SwPatlEntry  

swPatlValue 1.3.6.1.4.1.562.2.4.1.14.436.1.1
This variable represents both the value and the index for the swPatlTable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AsciiString Size(1..30)  

swPatlRowStatus 1.3.6.1.4.1.562.2.4.1.14.436.1.2
This variable is used to control the addition and deletion of individual values of the swPatlTable.
Status: mandatory Access: write-only
OBJECT-TYPE    
  RowStatus  

swDld 1.3.6.1.4.1.562.2.4.1.14.2
OBJECT IDENTIFIER    

swDldRowStatusTable 1.3.6.1.4.1.562.2.4.1.14.2.1
This entry controls the addition and deletion of swDld components.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwDldRowStatusEntry

swDldRowStatusEntry 1.3.6.1.4.1.562.2.4.1.14.2.1.1
A single entry in the table represents a single swDld component.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SwDldRowStatusEntry  

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

swDldComponentName 1.3.6.1.4.1.562.2.4.1.14.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  

swDldStorageType 1.3.6.1.4.1.562.2.4.1.14.2.1.1.4
This variable represents the storage type value for the swDld tables.
Status: mandatory Access: read-only
OBJECT-TYPE    
  StorageType  

swDldIndex 1.3.6.1.4.1.562.2.4.1.14.2.1.1.10
This variable represents the index for the swDld tables.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NonReplicated  

swDldOperTable 1.3.6.1.4.1.562.2.4.1.14.2.10
This group contains the operational attributes for the Download component.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwDldOperEntry

swDldOperEntry 1.3.6.1.4.1.562.2.4.1.14.2.10.1
An entry in the swDldOperTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SwDldOperEntry  

swDldAvBeingDownloaded 1.3.6.1.4.1.562.2.4.1.14.2.10.1.1
This attribute indicates the name of the AV currently being downloaded. If the download is inProgress, the value of this attribute is the first AV in the list of AVs to be downloaded. If there is no AV being downloaded, this attribute contains an empty string.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AsciiString Size(0..30)  

swDldStatus 1.3.6.1.4.1.562.2.4.1.14.2.10.1.2
This attribute indicates the download status. If it is inactive, no download is in progress. This is the value required in order to issue a Start command. If it is inProgress, the download procedure has begun. This process starts from the time a Software Distribution Site (SDS) login is attempted and continues through the time during which files are actually being transferred. If it is stopping, a user has requested a stoppage but the connections have not yet been completely torn down.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER inactive(0), inProgress(1), stopping(2)  

swDldFilesToTransfer 1.3.6.1.4.1.562.2.4.1.14.2.10.1.3
This attribute indicates the number of files which are still left to transfer for the AV currently being downloaded. It is cleared each time a new AV is processed from the avListToDownload. Note that for each AV, the value of this attribute is 0 until the actual number of files to transfer has been computed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Unsigned32 0..1000  

swDldProcessorTargets 1.3.6.1.4.1.562.2.4.1.14.2.10.1.4
This attribute indicated the processor based object file to download on switch. Description of bits: i960(0) ppc(1)
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1)  

swDldDldListTable 1.3.6.1.4.1.562.2.4.1.14.2.260
This attribute holds the list of names of AVs to be downloaded. If a download is in progress, the first one in the list is the one currently being downloaded. As AVs are successfully downloaded, they are removed from this list and added to the downloadedAvList. The user cannot specify an AV which already exists on disk. It must first be removed before re-downloading it (see the Tidy and Remove commands).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwDldDldListEntry

swDldDldListEntry 1.3.6.1.4.1.562.2.4.1.14.2.260.1
An entry in the swDldDldListTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SwDldDldListEntry  

swDldDldListValue 1.3.6.1.4.1.562.2.4.1.14.2.260.1.1
This variable represents both the value and the index for the swDldDldListTable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AsciiString Size(1..30)  

swDldDldListRowStatus 1.3.6.1.4.1.562.2.4.1.14.2.260.1.2
This variable is used to control the addition and deletion of individual values of the swDldDldListTable.
Status: mandatory Access: write-only
OBJECT-TYPE    
  RowStatus  

swDldDownloadedAvListTable 1.3.6.1.4.1.562.2.4.1.14.2.261
This attribute holds the list of names of AVs which have been successfully downloaded as a result of the last Start command. It is cleared each time the Start command is issued.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwDldDownloadedAvListEntry

swDldDownloadedAvListEntry 1.3.6.1.4.1.562.2.4.1.14.2.261.1
An entry in the swDldDownloadedAvListTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SwDldDownloadedAvListEntry  

swDldDownloadedAvListValue 1.3.6.1.4.1.562.2.4.1.14.2.261.1.1
This variable represents both the value and the index for the swDldDownloadedAvListTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AsciiString Size(1..30)  

swAv 1.3.6.1.4.1.562.2.4.1.14.3
OBJECT IDENTIFIER    

swAvRowStatusTable 1.3.6.1.4.1.562.2.4.1.14.3.1
*** THIS TABLE CURRENTLY NOT IMPLEMENTED *** This entry controls the addition and deletion of swAv components.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwAvRowStatusEntry

swAvRowStatusEntry 1.3.6.1.4.1.562.2.4.1.14.3.1.1
A single entry in the table represents a single swAv component.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SwAvRowStatusEntry  

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

swAvComponentName 1.3.6.1.4.1.562.2.4.1.14.3.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  

swAvStorageType 1.3.6.1.4.1.562.2.4.1.14.3.1.1.4
This variable represents the storage type value for the swAv tables.
Status: mandatory Access: read-only
OBJECT-TYPE    
  StorageType  

swAvIndex 1.3.6.1.4.1.562.2.4.1.14.3.1.1.10
This variable represents the index for the swAv tables.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AsciiStringIndex Size(1..30)  

swAvOperTable 1.3.6.1.4.1.562.2.4.1.14.3.10
*** THIS TABLE CURRENTLY NOT IMPLEMENTED *** This group contains the operational attributes for an AV component.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwAvOperEntry

swAvOperEntry 1.3.6.1.4.1.562.2.4.1.14.3.10.1
An entry in the swAvOperTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SwAvOperEntry  

swAvProcessorTargets 1.3.6.1.4.1.562.2.4.1.14.3.10.1.1
This is a list of the processor based object file types which exist on disk for a given AV. Semantic check will validate that the object files needed for a provisioned card type are present as part of an application. Description of bits: i960(0) ppc(1)
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1)  

swAvCompatibleAvListTable 1.3.6.1.4.1.562.2.4.1.14.3.259
*** THIS TABLE CURRENTLY NOT IMPLEMENTED *** This is a list of the AV names which specify the minimum version of all other applications that can be used in conjunction with this AV in an AVL. Semantic checks will validate that AVs within the AVL are indeed compatible.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwAvCompatibleAvListEntry

swAvCompatibleAvListEntry 1.3.6.1.4.1.562.2.4.1.14.3.259.1
An entry in the swAvCompatibleAvListTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SwAvCompatibleAvListEntry  

swAvCompatibleAvListValue 1.3.6.1.4.1.562.2.4.1.14.3.259.1.1
This variable represents both the value and the index for the swAvCompatibleAvListTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AsciiString Size(1..30)  

swAvFeat 1.3.6.1.4.1.562.2.4.1.14.3.2
OBJECT IDENTIFIER    

swAvFeatRowStatusTable 1.3.6.1.4.1.562.2.4.1.14.3.2.1
*** THIS TABLE CURRENTLY NOT IMPLEMENTED *** This entry controls the addition and deletion of swAvFeat components.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwAvFeatRowStatusEntry

swAvFeatRowStatusEntry 1.3.6.1.4.1.562.2.4.1.14.3.2.1.1
A single entry in the table represents a single swAvFeat component.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SwAvFeatRowStatusEntry  

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

swAvFeatComponentName 1.3.6.1.4.1.562.2.4.1.14.3.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  

swAvFeatStorageType 1.3.6.1.4.1.562.2.4.1.14.3.2.1.1.4
This variable represents the storage type value for the swAvFeat tables.
Status: mandatory Access: read-only
OBJECT-TYPE    
  StorageType  

swAvFeatIndex 1.3.6.1.4.1.562.2.4.1.14.3.2.1.1.10
This variable represents the index for the swAvFeat tables.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AsciiStringIndex Size(1..25)  

swAvPatch 1.3.6.1.4.1.562.2.4.1.14.3.3
OBJECT IDENTIFIER    

swAvPatchRowStatusTable 1.3.6.1.4.1.562.2.4.1.14.3.3.1
*** THIS TABLE CURRENTLY NOT IMPLEMENTED *** This entry controls the addition and deletion of swAvPatch components.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwAvPatchRowStatusEntry

swAvPatchRowStatusEntry 1.3.6.1.4.1.562.2.4.1.14.3.3.1.1
A single entry in the table represents a single swAvPatch component.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SwAvPatchRowStatusEntry  

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

swAvPatchComponentName 1.3.6.1.4.1.562.2.4.1.14.3.3.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  

swAvPatchStorageType 1.3.6.1.4.1.562.2.4.1.14.3.3.1.1.4
This variable represents the storage type value for the swAvPatch tables.
Status: mandatory Access: read-only
OBJECT-TYPE    
  StorageType  

swAvPatchIndex 1.3.6.1.4.1.562.2.4.1.14.3.3.1.1.10
This variable represents the index for the swAvPatch tables.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AsciiStringIndex Size(1..30)  

swAvPatchOperTable 1.3.6.1.4.1.562.2.4.1.14.3.3.10
*** THIS TABLE CURRENTLY NOT IMPLEMENTED *** This group contains the operational attributes for the Patch component.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwAvPatchOperEntry

swAvPatchOperEntry 1.3.6.1.4.1.562.2.4.1.14.3.3.10.1
An entry in the swAvPatchOperTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SwAvPatchOperEntry  

swAvPatchDescription 1.3.6.1.4.1.562.2.4.1.14.3.3.10.1.1
This attribute indicates the new behavior that the patch provides. The availability of this description is dependent on the disk being available.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AsciiString Size(0..512)  

swLpt 1.3.6.1.4.1.562.2.4.1.14.4
OBJECT IDENTIFIER    

swLptRowStatusTable 1.3.6.1.4.1.562.2.4.1.14.4.1
This entry controls the addition and deletion of swLpt components.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwLptRowStatusEntry

swLptRowStatusEntry 1.3.6.1.4.1.562.2.4.1.14.4.1.1
A single entry in the table represents a single swLpt component.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SwLptRowStatusEntry  

swLptRowStatus 1.3.6.1.4.1.562.2.4.1.14.4.1.1.1
This variable is used as the basis for SNMP naming of swLpt components. These components can be added and deleted.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

swLptComponentName 1.3.6.1.4.1.562.2.4.1.14.4.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  

swLptStorageType 1.3.6.1.4.1.562.2.4.1.14.4.1.1.4
This variable represents the storage type value for the swLpt tables.
Status: mandatory Access: read-only
OBJECT-TYPE    
  StorageType  

swLptIndex 1.3.6.1.4.1.562.2.4.1.14.4.1.1.10
This variable represents the index for the swLpt tables.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AsciiStringIndex Size(1..25)  

swLptProvTable 1.3.6.1.4.1.562.2.4.1.14.4.10
This group contains the provisionable attributes for the LPT component.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwLptProvEntry

swLptProvEntry 1.3.6.1.4.1.562.2.4.1.14.4.10.1
An entry in the swLptProvTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SwLptProvEntry  

swLptCommentText 1.3.6.1.4.1.562.2.4.1.14.4.10.1.1
An arbitrary string used to enter a comment about an LPT.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AsciiString Size(0..80)  

swLptSystemConfig 1.3.6.1.4.1.562.2.4.1.14.4.10.1.2
This attribute specifies which set of preconfigured system parameters to use for the set of Features selected in featureList.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER default(0)  

swLptFlTable 1.3.6.1.4.1.562.2.4.1.14.4.257
This attribute specifies a list of names of Features that define a particular configuration of application functionality that the user wants to load on a single processor. The combination of Features selected must be compatible (for example, none can be mutually exclusive with another in the list). All Features must belong to an AV specified in the AVL. All Features must be able to be loaded on any of the Cards which are linked to LPs which are linked to this LPT. All prerequisite Features of the ones in this list will also be loaded.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwLptFlEntry

swLptFlEntry 1.3.6.1.4.1.562.2.4.1.14.4.257.1
An entry in the swLptFlTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SwLptFlEntry  

swLptFlValue 1.3.6.1.4.1.562.2.4.1.14.4.257.1.1
This variable represents both the value and the index for the swLptFlTable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AsciiString Size(1..25)  

swLptFlRowStatus 1.3.6.1.4.1.562.2.4.1.14.4.257.1.2
This variable is used to control the addition and deletion of individual values of the swLptFlTable.
Status: mandatory Access: write-only
OBJECT-TYPE    
  RowStatus  

swLptLogicalProcessorsTable 1.3.6.1.4.1.562.2.4.1.14.4.258
This attribute shows which LPs are configured to load the Feature files associated with this LPT. It is the opposite side of the LP component's logicalProcessorType link attribute.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwLptLogicalProcessorsEntry

swLptLogicalProcessorsEntry 1.3.6.1.4.1.562.2.4.1.14.4.258.1
An entry in the swLptLogicalProcessorsTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SwLptLogicalProcessorsEntry  

swLptLogicalProcessorsValue 1.3.6.1.4.1.562.2.4.1.14.4.258.1.1
This variable represents both the value and the index for the swLptLogicalProcessorsTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Link  

softwareGroup 1.3.6.1.4.1.562.2.4.2.17.1
OBJECT IDENTIFIER    

softwareGroupBE 1.3.6.1.4.1.562.2.4.2.17.1.5
OBJECT IDENTIFIER    

softwareGroupBE01 1.3.6.1.4.1.562.2.4.2.17.1.5.2
OBJECT IDENTIFIER    

softwareGroupBE01A 1.3.6.1.4.1.562.2.4.2.17.1.5.2.2
OBJECT IDENTIFIER    

softwareCapabilities 1.3.6.1.4.1.562.2.4.2.17.3
OBJECT IDENTIFIER    

softwareCapabilitiesBE 1.3.6.1.4.1.562.2.4.2.17.3.5
OBJECT IDENTIFIER    

softwareCapabilitiesBE01 1.3.6.1.4.1.562.2.4.2.17.3.5.2
OBJECT IDENTIFIER    

softwareCapabilitiesBE01A 1.3.6.1.4.1.562.2.4.2.17.3.5.2.2
OBJECT IDENTIFIER