ARROWPOINT-BOOTEXT-MIB: ArrowPoint System Boot Adminstration

This MIB module describes the ArrowPoint enterprise MIB support for system boot adminstration.

-- MIB file created 26-May-2004 17:56:04, by
--   SMICng version 2.2.11-beta(PRO)(MS-DOS32), July 4, 2001. Enterprise key cisco.com

ARROWPOINT-BOOTEXT-MIB DEFINITIONS ::= BEGIN

-- From file: "mibs\v2\bootExt.mib"
-- Compile options "7 H O W 0B 0G"

IMPORTS
   SnmpAdminString
           FROM SNMP-FRAMEWORK-MIB
   bootExt
           FROM APENT-MIB
   IpAddress
           FROM RFC1155-SMI
   OBJECT-TYPE
           FROM RFC-1212;

bootExtMib OBJECT IDENTIFIER ::= { bootExt 1 }
-- MODULE-IDENTITY
--  LastUpdated
--    200101041141Z
--  OrgName
--    Cisco Systems, Inc.
--  ContactInfo
--    Postal:              Cisco Systems, Inc.
--                          1414 Massachusetts Avenue
--                          Boxborough, Massachusetts 01719
--    Tel:                  +1 978-936-0000
--    E-Mail:               tac@cisco.com
--  Descr
--    This MIB module describes the ArrowPoint enterprise
--     MIB support for system boot adminstration
--  RevDate
--    200101041141Z
--  RevDescr
--    Convert ArrowPoint Mib to Cisco Mib

bootExtConformance OBJECT IDENTIFIER ::= { bootExtMib 3 }
bootExtCompliances OBJECT IDENTIFIER ::= { bootExtConformance 1 }
bootExtGroups   OBJECT IDENTIFIER ::= { bootExtConformance 2 }

apBootBootP OBJECT-TYPE
   SYNTAX INTEGER {
       enabled(1),
       --?? enum value of zero may cause problems
       disabled(0)
       }
   ACCESS read-write
   STATUS mandatory
   DESCRIPTION
       "This variable controls whether the system will use BOOTP.
        This object is NOT-CURRENTLY-SUPPORTED"
   ::= { bootExt 2 }

apBootIpOfSystem OBJECT-TYPE
   SYNTAX IpAddress
   ACCESS read-write
   STATUS mandatory
   DESCRIPTION
       "The IP address the system will use at boot time.  If BOOTP is
        enabled, this object will be overridden"
   ::= { bootExt 3 }

apBootPrimaryType OBJECT-TYPE
   SYNTAX INTEGER {
       boot-from-disk(1),
       boot-via-ftp(2),
       boot-via-network(3),
       not-configured(4)
       }
   ACCESS read-write
   STATUS mandatory
   DESCRIPTION
       "This object controls the primary mechansim for booting the system.
        boot-via-disk    Boot an installed ADI
        boot-via-ftp     Boot an FTP resident ADI and install
        boot-via-network Boot from a network drive"
   ::= { bootExt 4 }

apBootPrimaryFileName OBJECT-TYPE
   SYNTAX SnmpAdminString(SIZE(0..64))
--    Rsyntax OCTET STRING(SIZE(0..64))
   ACCESS read-write
   STATUS mandatory
   DESCRIPTION
       "File name associated with primary boot record if boot-via-disk or
        boot-via-ftp.  If boot-via-disk, this name is the installed ADI
        to boot.  If boot-via-ftp, this name is the FTP resident ADI which
        will be installed."
   ::= { bootExt 5 }

apBootPrimaryFTPRecordName OBJECT-TYPE
   SYNTAX SnmpAdminString(SIZE(0..16))
--    Rsyntax OCTET STRING(SIZE(0..16))
   ACCESS read-write
   STATUS mandatory
   DESCRIPTION
       "FTP record name associated with primary boot, only valid if
       apBootPrimaryType designated as boot-via-ftp or boot-via-network"
   ::= { bootExt 6 }

apBootSecondaryType OBJECT-TYPE
   SYNTAX INTEGER {
       boot-from-disk(1),
       boot-via-ftp(2),
       boot-via-network(3),
       not-configured(4)
       }
   ACCESS read-write
   STATUS mandatory
   DESCRIPTION
       "This object controls the secondary mechansim for booting the system"
   ::= { bootExt 7 }

apBootSecondaryFileName OBJECT-TYPE
   SYNTAX SnmpAdminString(SIZE(0..64))
--    Rsyntax OCTET STRING(SIZE(0..64))
   ACCESS read-write
   STATUS mandatory
   DESCRIPTION
       "File name associated with secondary boot record.  See description
        for apBootPrimaryFileName"
   ::= { bootExt 8 }

apBootSecondaryFTPRecordName OBJECT-TYPE
   SYNTAX SnmpAdminString(SIZE(0..16))
--    Rsyntax OCTET STRING(SIZE(0..16))
   ACCESS read-write
   STATUS mandatory
   DESCRIPTION
       "FTP record name associated with secondary boot, only valid if
       apBootSecondaryType designated as boot-via-ftp or boot-via-network"
   ::= { bootExt 9 }

apBootLastType OBJECT-TYPE
   SYNTAX INTEGER {
       boot-from-disk(1),
       boot-via-ftp(2),
       boot-via-network(3)
       }
   ACCESS read-only
   STATUS mandatory
   DESCRIPTION
       "The last successful boot type"
   ::= { bootExt 10 }

apBootLastFileName OBJECT-TYPE
   SYNTAX SnmpAdminString(SIZE(0..64))
--    Rsyntax OCTET STRING(SIZE(0..64))
   ACCESS read-only
   STATUS mandatory
   DESCRIPTION
       "File name associated with the last successful boot"
   ::= { bootExt 11 }

apBootLastFTPRecordName OBJECT-TYPE
   SYNTAX SnmpAdminString(SIZE(0..16))
--    Rsyntax OCTET STRING(SIZE(0..16))
   ACCESS read-only
   STATUS mandatory
   DESCRIPTION
       "FTP record name associated with last boot, only valid if
       apBootLastType designated as boot-via-ftp"
   ::= { bootExt 12 }

apBootNetmaskOfSystem OBJECT-TYPE
   SYNTAX IpAddress
   ACCESS read-write
   STATUS mandatory
   DESCRIPTION
       "The network mask the system will use at boot time. If BOOTP
       is enabled, this object will be overridden"
   ::= { bootExt 13 }

apBootRedundantBootP OBJECT-TYPE
   SYNTAX INTEGER {
       enabled(1),
       --?? enum value of zero may cause problems
       disabled(0)
       }
   ACCESS read-write
   STATUS mandatory
   DESCRIPTION
       "This variable controls whether the system will use BOOTP"
   ::= { bootExt 14 }

apBootRedundantIpOfSystem OBJECT-TYPE
   SYNTAX IpAddress
   ACCESS read-write
   STATUS mandatory
   DESCRIPTION
       "The IP address the system will use at boot time.  If BOOTP is
       enabled, this object will be overridden"
   ::= { bootExt 15 }

apBootRedundantPrimaryType OBJECT-TYPE
   SYNTAX INTEGER {
       boot-from-disk(1),
       boot-via-ftp(2),
       boot-via-network(3),
       not-configured(4)
       }
   ACCESS read-write
   STATUS mandatory
   DESCRIPTION
       "This object controls the primary mechansim for booting the system"
   ::= { bootExt 16 }

apBootRedundantPrimaryFileName OBJECT-TYPE
   SYNTAX SnmpAdminString(SIZE(0..64))
--    Rsyntax OCTET STRING(SIZE(0..64))
   ACCESS read-write
   STATUS mandatory
   DESCRIPTION
       "File name associated with primary boot record"
   ::= { bootExt 17 }

apBootRedundantPrimaryFTPRecordName OBJECT-TYPE
   SYNTAX SnmpAdminString(SIZE(0..16))
--    Rsyntax OCTET STRING(SIZE(0..16))
   ACCESS read-write
   STATUS mandatory
   DESCRIPTION
       "FTP record name associated with primary boot, only valid if
       apBootPrimaryType designated as boot-via-ftp"
   ::= { bootExt 18 }

apBootRedundantSecondaryType OBJECT-TYPE
   SYNTAX INTEGER {
       boot-from-disk(1),
       boot-via-ftp(2),
       boot-via-network(3),
       not-configured(4)
       }
   ACCESS read-write
   STATUS mandatory
   DESCRIPTION
       "This object controls the secondary mechansim for booting the system"
   ::= { bootExt 19 }

apBootRedundantSecondaryFileName OBJECT-TYPE
   SYNTAX SnmpAdminString(SIZE(0..64))
--    Rsyntax OCTET STRING(SIZE(0..64))
   ACCESS read-write
   STATUS mandatory
   DESCRIPTION
       "File name associated with secondary boot record"
   ::= { bootExt 20 }

apBootRedundantSecondaryFTPRecordName OBJECT-TYPE
   SYNTAX SnmpAdminString(SIZE(0..16))
--    Rsyntax OCTET STRING(SIZE(0..16))
   ACCESS read-write
   STATUS mandatory
   DESCRIPTION
       "FTP record name associated with secondary boot, only valid if
       apBootSecondaryType designated as boot-via-ftp"
   ::= { bootExt 21 }

apBootRedundantLastType OBJECT-TYPE
   SYNTAX INTEGER {
       boot-from-disk(1),
       boot-via-ftp(2)
       }
   ACCESS read-only
   STATUS mandatory
   DESCRIPTION
       "The last successful boot type"
   ::= { bootExt 22 }

apBootRedundantLastFileName OBJECT-TYPE
   SYNTAX SnmpAdminString(SIZE(0..64))
--    Rsyntax OCTET STRING(SIZE(0..64))
   ACCESS read-only
   STATUS mandatory
   DESCRIPTION
       "File name associated with the last successful boot"
   ::= { bootExt 23 }

apBootRedundantLastFTPRecordName OBJECT-TYPE
   SYNTAX SnmpAdminString(SIZE(0..16))
--    Rsyntax OCTET STRING(SIZE(0..16))
   ACCESS read-only
   STATUS mandatory
   DESCRIPTION
       "FTP record name associated with last boot, only valid if
       apBootLasyType designated as boot-via-ftp"
   ::= { bootExt 24 }

apBootRedundantNetmaskOfSystem OBJECT-TYPE
   SYNTAX IpAddress
   ACCESS read-write
   STATUS mandatory
   DESCRIPTION
       "The network mask the system will use at boot time. If BOOTP
       is enabled, this object will be overridden"
   ::= { bootExt 25 }

apBootPrimaryAltCfgPath OBJECT-TYPE
   SYNTAX SnmpAdminString(SIZE(0..64))
--    Rsyntax OCTET STRING(SIZE(0..64))
   ACCESS read-write
   STATUS mandatory
   DESCRIPTION
       "FTP record name with the Primary boot record for alternative
        configuration file location.  May only be used in conjunction with
        boot-via-network."
   ::= { bootExt 26 }

apBootSecondaryAltCfgPath OBJECT-TYPE
   SYNTAX SnmpAdminString(SIZE(0..64))
--    Rsyntax OCTET STRING(SIZE(0..64))
   ACCESS read-write
   STATUS mandatory
   DESCRIPTION
       "FTP record name with the Primary boot record for alternative
        configuration file location.  May only be used in conjunction with
        boot-via-network."
   ::= { bootExt 27 }

apBootRedundantPrimaryAltCfgPath OBJECT-TYPE
   SYNTAX SnmpAdminString(SIZE(0..64))
--    Rsyntax OCTET STRING(SIZE(0..64))
   ACCESS read-write
   STATUS mandatory
   DESCRIPTION
       "FTP record name with the Primary boot record for alternative
        configuration file location.  May only be used in conjunction with
        boot-via-network."
   ::= { bootExt 28 }

apBootRedundantSecondaryAltCfgPath OBJECT-TYPE
   SYNTAX SnmpAdminString(SIZE(0..64))
--    Rsyntax OCTET STRING(SIZE(0..64))
   ACCESS read-write
   STATUS mandatory
   DESCRIPTION
       "FTP record name with the Primary boot record for alternative
        configuration file location.  May only be used in conjunction with
        boot-via-network."
   ::= { bootExt 29 }

apBootMapPrimaryBootMSD OBJECT-TYPE
   SYNTAX INTEGER {
       --?? negative enum value may cause problems
       slot-none(-1),
       --?? enum value of zero may cause problems
       slot-0(0),
       slot-1(1)
       }
   ACCESS read-write
   STATUS mandatory
   DESCRIPTION
       "This variable controls the MSD which will be used for the
        primary boot"
   DEFVAL { slot-none }
   ::= { bootExt 30 }

apBootMapSecondaryBootMSD OBJECT-TYPE
   SYNTAX INTEGER {
       --?? negative enum value may cause problems
       slot-none(-1),
       --?? enum value of zero may cause problems
       slot-0(0),
       slot-1(1)
       }
   ACCESS read-write
   STATUS mandatory
   DESCRIPTION
       "This variable controls the MSD which will be used for the
        secondary boot"
   DEFVAL { slot-none }
   ::= { bootExt 31 }

apBootMapCoreMSD OBJECT-TYPE
   SYNTAX INTEGER {
       --?? negative enum value may cause problems
       slot-none(-1),
       --?? enum value of zero may cause problems
       slot-0(0),
       slot-1(1)
       }
   ACCESS read-write
   STATUS mandatory
   DESCRIPTION
       "This variable controls the MSD which will be used for the
        core files"
   DEFVAL { slot-none }
   ::= { bootExt 32 }

apBootMapLogMSD OBJECT-TYPE
   SYNTAX INTEGER {
       --?? negative enum value may cause problems
       slot-none(-1),
       --?? enum value of zero may cause problems
       slot-0(0),
       slot-1(1)
       }
   ACCESS read-write
   STATUS mandatory
   DESCRIPTION
       "This variable controls the MSD which will be used for the
        log files"
   DEFVAL { slot-none }
   ::= { bootExt 33 }

apBootGatewayOfSystem OBJECT-TYPE
   SYNTAX IpAddress
   ACCESS read-write
   STATUS mandatory
   DESCRIPTION
       "The default gateway address the system will use at boot time."
   ::= { bootExt 34 }

apBootRedundantGatewayOfSystem OBJECT-TYPE
   SYNTAX IpAddress
   ACCESS read-write
   STATUS mandatory
   DESCRIPTION
       "The default gateway address the system will use at boot time."
   ::= { bootExt 35 }

apBootNetworkMaskOfSystem OBJECT-TYPE
   SYNTAX INTEGER(8..31)
   ACCESS read-write
   STATUS mandatory
   DESCRIPTION
       "The network mask the system will use at boot time. If BOOTP
       is enabled, this object will be overridden"
   ::= { bootExt 36 }

apBootRedundantNetworkMaskOfSystem OBJECT-TYPE
   SYNTAX INTEGER(8..31)
   ACCESS read-write
   STATUS mandatory
   DESCRIPTION
       "The network mask the system will use at boot time. If BOOTP
       is enabled, this object will be overridden"
   ::= { bootExt 37 }

bootExtGroup OBJECT IDENTIFIER ::= { bootExtGroups 1 }
-- OBJECT-GROUP
--  Status
--    mandatory
--  Descr
--    A collection of objects providing system boot information
--  objects
--    apBootIpOfSystem, apBootPrimaryType, apBootPrimaryFileName,
--    apBootPrimaryFTPRecordName, apBootSecondaryType,
--    apBootSecondaryFileName, apBootSecondaryFTPRecordName,
--    apBootLastType, apBootLastFileName, apBootLastFTPRecordName,
--    apBootNetmaskOfSystem, apBootRedundantBootP,
--    apBootRedundantIpOfSystem, apBootRedundantPrimaryType,
--    apBootRedundantPrimaryFileName,
--    apBootRedundantPrimaryFTPRecordName,
--    apBootRedundantSecondaryType,
--    apBootRedundantSecondaryFileName,
--    apBootRedundantSecondaryFTPRecordName,
--    apBootRedundantLastType, apBootRedundantLastFileName,
--    apBootRedundantLastFTPRecordName,
--    apBootRedundantNetmaskOfSystem, apBootPrimaryAltCfgPath,
--    apBootSecondaryAltCfgPath, apBootRedundantPrimaryAltCfgPath,
--    apBootRedundantSecondaryAltCfgPath, apBootMapPrimaryBootMSD,
--    apBootMapSecondaryBootMSD, apBootMapCoreMSD, apBootMapLogMSD,
--    apBootGatewayOfSystem, apBootRedundantGatewayOfSystem

bootExtCompliance OBJECT IDENTIFIER ::= { bootExtCompliances 1 }
-- MODULE-COMPLIANCE
--  Status
--    mandatory
--  Descr
--    The compliance statement for entities which implement the
--     bootExt MIB
--  Module
--    >>current<<
--   MandGroup
--    bootExtGroup


END

< Back (ARROWPOINT-BOOTEXT-MIB)

What did you think of this topic?