CISCO-IMAGE-TC

        This MIB module defines the textual conventions 
used in the enhanced image MIB.
        
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.
    
Source file
CISCO-IMAGE-TC
Last revised
Identity
ciscoImageTc
Base OID
1.3.6.1.4.1.9.9.455
Imported Objects
CISCO-SMI ciscoMgmt
SNMPv2-SMI MODULE-IDENTITY (no object page)
SNMPv2-TC TEXTUAL-CONVENTION (no object page)
Net-SNMP examples using the cisco MIB directory Show commands

These commands use the standard Observium installation path and load the selected MIB variant before the RFC and Net-SNMP directories.

Translate the module identity
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-IMAGE-TC' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-IMAGE-TC::ciscoImageTc'
Walk the MIB subtree
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-IMAGE-TC' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-IMAGE-TC::ciscoImageTc'
How SNMP, Net-SNMP, MIB paths, and variants work
Objects (1)
.1.3.6.1.4.1.9.9.455
Dependencies (3) 3 direct Show tree and compile order Hide dependency details

Each imported module is resolved in the importing module's source directory first, then through the normal default-variant rules.

Dependency tree
Dependency-first compile order
  1. SNMPv2-SMIrfc
  2. CISCO-SMIcisco
  3. SNMPv2-TCrfc
  4. CISCO-IMAGE-TCciscoselected
Type Definitions (2)
Enumeration
active(1)
pendingInstall(2)
pendingRemoval(3)
installPendingReload(4)
removedPendingReload(5)
installPendingReloadPendingRemoval(6)
removedPendingReloadPendingInstall(7)
pruned(8)
inactive(9)
Enumeration
base(1)
patch(2)
script(3)
package(4)
compositePackage(5)
softwareMaintenanceUpgrade(6)