CISCO-ENHANCED-IMAGE-MIB
- Registered at
- 1.3.6.1.4.1.9.9.249
- Last updated
- 2005-01-06 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2005-01-06 00:00, 2002-02-28 00:00
- Namespace
- cisco
- Source file
CISCO-ENHANCED-IMAGE-MIB- Digest
sha256:6ac295d3fd6eb19ba151b46dee55cd7ca0a70cc5ec7492f206a97d239a97962d
Description
This MIB provides information about images running on the system. It has been extended to be useful for modular operating systems. The image table provides information about currently running image on the system. A modular operating system image consists of base image and all the installables loaded on the base image. A base image can be obtained from ceImageTable and all the installables installed on this image can be obtained using ceImageInstallableTable. Glossary: Base Image Essential part of the operating system, which forms base functionality on top of which patches can be added. MBI (Minimum bootable image) A small image which contains the smallest possible amount of functionality required to bootstrap and load a full image. This image typically contains the kernel, the file system drivers, and some hardware initialization code. It is executed at boot-up, and initializes just enough to access the rest of the code, and run it. Modular operating system An operating system that exhibits runtime modularity characteristics, such as multiple address spaces, fault isolation between processes, and modularity delivery and replacement of image components. Patch/Package/SMU (software maintenance upgrade) A modular replacement for some piece of on-box content, such as a binary shared object, or a text file. This entity is meant to replace or augment something that is already part of the base image. Composite package Group of packages delivered as a bundle. It is meant to be loaded on MBI. Script A non-binary piece of on-box content, typically a TCL script for use by the TCL interpreter, or some other form of interpreted router content. Installable An installable can be a patch, package, composite package, SMU or script. It is a piece of software which can be loaded on to the base image on a system. Location This term is used in this MIB to represent path where operating system image is located. It is the way of describing where on the file system the installed software is located. Modular operating system image consists of base image and installables loaded on this base image. Tag Tag is a virtual label placed by user that indicates a point deemed to be stable. It can be used to rollback to a system after an install that negatively impacted the functionality of the system. It gives points in system where user can go back to, to remove installables installed after that point of time.
Contact
Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-core-mibs@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-IMAGE-TC | CeImageInstallableStatus, CeImageInstallableType |
| CISCO-SMI | ciscoMgmt |
| ENTITY-MIB | PhysicalIndex, entPhysicalIndex |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DateAndTime, DisplayString, RowStatus, TEXTUAL-CONVENTION, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-ENHANCED-IMAGE-MIB CISCO-IMAGE-TC CISCO-SMI ENTITY-MIB IANA-ENTITY-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC UUID-TC-MIB
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| MediaType TEXTUAL-CONVENTION This TC describes the media type on which the image is loaded and is running from. This is not the secondary storage device from which the image is loaded. The storage device from which the image is loaded is part of the image name (ceImageName). | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoEnhancedImageMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.249.1 | |||
| ceImage OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.249.1.1 | |||
| ceImageTable OBJECT-TYPE This table provides information describing the executing image. For modular operating systems this table provides base image or MBI. | 1.3.6.1.4.1.9.9.249.1.1.1 | not-accessible | current | |
| ceImageEntry OBJECT-TYPE An image characteristic entry. | 1.3.6.1.4.1.9.9.249.1.1.1.1 | not-accessible | current | |
| ceImageIndex OBJECT-TYPE The entPhysicalIndex from the ENTITY-MIB of the physical entity that runs this OS image. | 1.3.6.1.4.1.9.9.249.1.1.1.1.1 | PhysicalIndex | not-accessible | current |
| ceImageName OBJECT-TYPE Name of the running OS image. This will also include the path from where the image is loaded. For example, flash:c3640-is-mz. | 1.3.6.1.4.1.9.9.249.1.1.1.1.2 | SnmpAdminString | read-only | current |
| ceImageFamily OBJECT-TYPE Family of the running OS image. The image family indicates the platform for which the image is built. Examples of image families - are C3640, C7200 etc. | 1.3.6.1.4.1.9.9.249.1.1.1.1.3 | SnmpAdminString | read-only | current |
| ceImageFeature OBJECT-TYPE Feature set supported on this image. Examples of feature set are - ENTERPRISE, PROVIDER etc. | 1.3.6.1.4.1.9.9.249.1.1.1.1.4 | SnmpAdminString | read-only | current |
| ceImageVersion OBJECT-TYPE Version of the running OS image. | 1.3.6.1.4.1.9.9.249.1.1.1.1.5 | SnmpAdminString | read-only | current |
| ceImageMedia OBJECT-TYPE Media on which the image represented by this entry is running. | 1.3.6.1.4.1.9.9.249.1.1.1.1.6 | MediaType | read-only | current |
| ceImageDescription OBJECT-TYPE Description of running OS image. | 1.3.6.1.4.1.9.9.249.1.1.1.1.7 | SnmpAdminString | read-only | current |
| ceImageInstallable OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.249.1.2 | |||
| ceImageLocationTable OBJECT-TYPE This table is applicable to modular operating systems. A location describes where on the file system the installed software is placed. This table consists of list of all locations along with status of image at that location. ceImageLocationRunningStatus will be true only for the location from where system is currently operational. The agent may add entries to this table when a new image is installed on the system. The agent may delete entries from this table when an image has been removed from the system. | 1.3.6.1.4.1.9.9.249.1.2.1 | not-accessible | current | |
| ceImageLocationEntry OBJECT-TYPE Each entry provides location of an image, status of the image. | 1.3.6.1.4.1.9.9.249.1.2.1.1 | not-accessible | current | |
| ceImageLocationIndex OBJECT-TYPE An integer that uniquely identifies a location. It is allocated by the system and is unique per location. | 1.3.6.1.4.1.9.9.249.1.2.1.1.1 | Unsigned32 | not-accessible | current |
| ceImageLocation OBJECT-TYPE Location where the operating system is installed on the system. This is path specifying the directory where installables can be found. | 1.3.6.1.4.1.9.9.249.1.2.1.1.2 | SnmpAdminString | read-only | current |
| ceImageLocationRunningStatus OBJECT-TYPE This object will have value of true if the image from this location is currently running on the system. For example status will be 'true' for the location disk0:/sys, if the system currently has image installed from this location. | 1.3.6.1.4.1.9.9.249.1.2.1.1.3 | TruthValue | read-only | current |
| ceImageInstallableTable OBJECT-TYPE This table specifies a list of software installables installed on the system. This table will be applicable to operating systems which support installables. A modular operating system can consist of base image or MBI and installables. The value of ceImageLocationIndex can be used as index to retrieve installables installed at a particular location. Every image will have a table of installables. Entries are added in this table when an installable is installed on the image. Entries are deleted from this table when installables are removed or rolled back from the image. | 1.3.6.1.4.1.9.9.249.1.2.2 | not-accessible | current | |
| ceImageInstallableEntry OBJECT-TYPE Each entry provides information about the installed software. | 1.3.6.1.4.1.9.9.249.1.2.2.1 | not-accessible | current | |
| ceImageInstallableIndex OBJECT-TYPE An integer that uniquely identifies an installable. It is allocated by the system and is unique per an installable entry. | 1.3.6.1.4.1.9.9.249.1.2.2.1.1 | Unsigned32 | not-accessible | current |
| ceImageInstallableType OBJECT-TYPE The type of the software package. | 1.3.6.1.4.1.9.9.249.1.2.2.1.2 | CeImageInstallableType | read-create | current |
| ceImageInstallableName OBJECT-TYPE The name of the installable. | 1.3.6.1.4.1.9.9.249.1.2.2.1.3 | SnmpAdminString | read-create | current |
| ceImageInstallableStatus OBJECT-TYPE The status of the software installable. | 1.3.6.1.4.1.9.9.249.1.2.2.1.4 | CeImageInstallableStatus | read-create | current |
| ceImageInstallableMajorVerNumber OBJECT-TYPE Major version number of the software installable. Version is represented as major.minor.maintaince For example, 12 will be major number for version 12.3(18.1)S | 1.3.6.1.4.1.9.9.249.1.2.2.1.5 | Unsigned32 | read-only | current |
| ceImageInstallableMinorVerNumber OBJECT-TYPE Minor version number of the software installable. For example, minor number for the version 12.3(18.1)S is 3. | 1.3.6.1.4.1.9.9.249.1.2.2.1.6 | Unsigned32 | read-only | current |
| ceImageInstallableRevisionVerNum OBJECT-TYPE Maintenance version string of the software installable. This string represents incremental change in the image over the minor release number. For example, revision number for the version 12.3(18.1)S is (18.1)S. | 1.3.6.1.4.1.9.9.249.1.2.2.1.7 | SnmpAdminString | read-only | current |
| ceImageInstallableDate OBJECT-TYPE Date and time software was installed on the system. | 1.3.6.1.4.1.9.9.249.1.2.2.1.8 | DateAndTime | read-only | current |
| ceImageInstallableRowStatus OBJECT-TYPE The status of this conceptual row. This object is used to manage creation, and deletion of rows in this table. When the row is active, installablestatus object may be modified to activate the installable. | 1.3.6.1.4.1.9.9.249.1.2.2.1.9 | RowStatus | read-create | current |
| ceImageTags OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.249.1.3 | |||
| ceImageTagTable OBJECT-TYPE A tag is a virtual label placed by user that indicates a point deemed to be stable. It can be used to rollback to a system after an install that negatively impacts the functionality of the system. It gives point in system where user can go back to, to remove installables installed after that point of time. When a tag is placed on an image an entry appears in this table. An entry is removed from this table when tag is removed from the system. The value of ceImageLocationIndex is used as index to get all the tags that are placed on the image at this location. | 1.3.6.1.4.1.9.9.249.1.3.1 | not-accessible | current | |
| ceImageTagEntry OBJECT-TYPE Each entry consists of information about a committed tag. | 1.3.6.1.4.1.9.9.249.1.3.1.1 | not-accessible | current | |
| ceImageTagName OBJECT-TYPE The name of the tag. | 1.3.6.1.4.1.9.9.249.1.3.1.1.1 | SnmpAdminString | not-accessible | current |
| ceImageTagListofInstIndex OBJECT-TYPE List of all the installables which are committed using this tag. Installables are represented using installable index and each index is saperated by a space. | 1.3.6.1.4.1.9.9.249.1.3.1.1.2 | SnmpAdminString | read-only | current |
| ceImageTagDate OBJECT-TYPE Date and time this tag was committed. | 1.3.6.1.4.1.9.9.249.1.3.1.1.3 | DateAndTime | read-only | current |
| ceImageTagRowStatus OBJECT-TYPE The status of this conceptual row. This object is used to manage creation, and deletion of rows in this table. | 1.3.6.1.4.1.9.9.249.1.3.1.1.4 | RowStatus | read-create | current |
| ciscoEnhancedImageMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.249.3 | |||
| ciscoEnhancedImageMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.249.3.1 | |||
| ciscoEnhancedImageMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.249.3.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoEnhancedImageMIBCompliance MODULE-COMPLIANCE The compliance statement for entities which implement the CISCO-ENHANCED-IMAGE-MIB. | 1.3.6.1.4.1.9.9.249.3.1.1 | deprecated |
| ceImageMIBComplianceRev1 MODULE-COMPLIANCE The compliance statement for entities which implement the CISCO-ENHANCED-IMAGE-MIB. | 1.3.6.1.4.1.9.9.249.3.1.2 | current |
| ciscoEnhancedImageMIBGroup OBJECT-GROUP A collection of objects providing OS image characteristics. | 1.3.6.1.4.1.9.9.249.3.2.1 | current |
| ceImageLocationMIBGroup OBJECT-GROUP A collection of objects providing information about location of Installable Images on the system. | 1.3.6.1.4.1.9.9.249.3.2.2 | current |
| ceImageInstallableMIBGroup OBJECT-GROUP A collection of objects providing Operating system image and installables. | 1.3.6.1.4.1.9.9.249.3.2.3 | current |
| ceImageTagMIBGroup OBJECT-GROUP A collection of objects providing information about tags committed to the operating system image | 1.3.6.1.4.1.9.9.249.3.2.4 | current |