CISCO-SMART-INSTALL-MIB
- Registered at
- 1.3.6.1.4.1.9.9.725
- Last updated
- 2010-04-30 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2010-04-30 00:00
- Namespace
- cisco
- Source file
CISCO-SMART-INSTALL-MIB- Digest
sha256:e13825213b935c0939a64f3c0c6c23d59cf28c9fa0ab7205ae4f1b3acd5b6f9a
Description
This MIB module defines managed objects that facilitate the management of Smart Install feature. Smart Install is a plug-and-play image and configuration management feature which enables zero-touch deployment of Cisco network devices in an enterprise branch network. Following is the terminology associated with Smart Install feature: Director A router or switch selected as the single management point for images and configuration of network devices in a Smart Install network. When a device is first installed into the network, the director detects the new device and facilitates the correct Cisco IOS image and configuration file for the device based on user defined profiles. With the automated process, a single or a group of devices are deployed without user intervention. The managed device includes, but not limited to, Cisco 2K/3K switches and EtherSwitch service modules. Director learns about them through CDP or Smart Install protocol. Smart Install Capable Client A client device running Smart Install capable image. Group Devices are placed into Groups where they can be manipulated together rather than individually. Profile Profile is the configuration file, image, etc. that a user programs for each group. Backup The feature to archive/backup client device's configuration file upon 'write memory' on client. Join-Window A join window is a time window during which the device is allowed to upgrade image or configuration files. Only during this window can the director provide information about the image and configuration to the device. A device attempting to join the network outside of the join window will not be allowed to do so, and cannot upgrade their image and configuration files. This MIB module is supported on the director but not on the client devices. It is designed to: - Allow operators to make configurations for client devices before and after they connect to the director's network. - Support monitoring of client devices discovered by the director. - Provide status of the deployed client image and configuration as a result of operator defined profiles. - Provide notifications for notable events such as new device joined or upgrade failure if there is any. Please note that, in most cases a working DHCP pool is configured for the subnet(s) on which the client devices are located. The DHCP server could be the director, another Cisco device running Cisco IOS, or a non-Cisco third-party server. CISCO-SMART-INSTALL-MIB Module usage: 1) Create profile for a group of devices Profile is used to pre-configure image and configuration files for a group of devices. In csiProfileTable { csiProfileIndex = 8, csiProfileGroupName = '3750E_24', csiProfileImageUrl = 'tftp://10.0.0.1/3750e.tar', csiProfileImageTwoUrl = '', csiProfileConfigUrl = 'flash:/default_config.txt', <snip> } 2) Define a group of devices For example, to define a group matching on Catalyst 2960 24 8 Poe switches: In csiMatchTable { csiMatchIndex = 1, csiMatchGroupType = 'product', csiMatchProductId = 'WS-C2960-24LT-L', csiProfileIndex = 6, <snip> } 3) Enable Smart Install feature on the director The operator enables the Smart Install feature by setting csiOperationMode = basic(2) 4) Display device information Director is aware of Smart Install capable devices and others connected to a Smart Install capable device. This MIB table displays information about the devices, such as the running image, the MAC address, etc. csiDeviceTable 5) Further refine the running environment Objects in csiGlobalConfig enable the Operator to tailor the director operation, such as: . Backup client device's configuration file. . Set up Join Window to monitor newly installed devices.
Contact
Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: interest-comp-smartinstall@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| CISCO-TC | Cisco2KVlanList, CiscoURLStringOrEmpty, TimeIntervalMin |
| INET-ADDRESS-MIB | InetAddress, InetAddressType |
| 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, MacAddress, RowStatus, StorageType, 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-SMART-INSTALL-MIB CISCO-SMI CISCO-TC INET-ADDRESS-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoSmartInstallMIBNotifs OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.725.0 | |||
| ciscoSmartInstallMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.725.1 | |||
| csiGlobalConfig OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.725.1.1 | |||
| csiOperationMode OBJECT-TYPE This object specifies the Smart Install director operation mode. The following enumerated values are supported: disabled(1) - Smart Install feature disabled. basic(2) - Enabled with Smart Install basic features. | 1.3.6.1.4.1.9.9.725.1.1.1 | INTEGER {disabled(1), basic(2)} | read-write | current |
| csiDirectorIpAddressType OBJECT-TYPE This object specifies the type of Internet address in csiDirectorIpAddress object. | 1.3.6.1.4.1.9.9.725.1.1.2 | InetAddressType | read-write | current |
| csiDirectorIpAddress OBJECT-TYPE This object specifies the Internet address assigned for the director. The type of this address is determined by the value of csiDirectorIpAddressType object. Setting this object is not mandatory if the director IP address is configured by DHCP. For DHCP to assign the director IP address, the operator needs to configure the DHCP server. | 1.3.6.1.4.1.9.9.725.1.1.3 | InetAddress | read-write | current |
| csiManagementVlan OBJECT-TYPE This object indicates if management VLAN is in use or not. | 1.3.6.1.4.1.9.9.725.1.1.4 | TruthValue | read-only | current |
| csiManagementVlansFirst2K OBJECT-TYPE This object specifies the management VLANs in a string of octets containing one bit per VLAN for VLANs 0 to 2047. The director snoops all DHCP packets that pass through on the management VLANs in addition to the default VLAN 1. The value of this object is irrelevent if csiManagementVlan is false(2). | 1.3.6.1.4.1.9.9.725.1.1.5 | Cisco2KVlanList | read-write | current |
| csiManagementVlansSecond2K OBJECT-TYPE This object specifies the management VLANs in a string of octets containing one bit per VLAN for VLANs 2048 to 4095. The director snoops all DHCP packets that pass through on the management VLANs in addition to the default VLAN 1. The value of this object is irrelevent if csiManagementVlan is false(2). | 1.3.6.1.4.1.9.9.725.1.1.6 | Cisco2KVlanList | read-write | current |
| csiBackup OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.725.1.1.7 | |||
| csiBackupHostUrl OBJECT-TYPE A Uniform Resource Locator specifying the host where the client configuration files are stored, 'tftp://101.122.33.10/vstack' for example. When a client configuration is committed (i.e. write memory), a backup of the configuration is saved in the backup host if csiBackupEnable is 'true'. The backup file name is consisted of the client host name, MAC address and file extension 'REV2', for example 'SwitchA-0021.d7ae.fc00.REV2'. For subsequent backups, .REV2 file is copied to .REV1, and .REV2 is over-written with the latest client configuration. | 1.3.6.1.4.1.9.9.725.1.1.7.1 | CiscoURLStringOrEmpty | read-write | current |
| csiBackupEnable OBJECT-TYPE This object specifies whether client configuration file is backed up in the backup host. Director is informed when a Smart Install client configuration is committed (i.e. write memory). If this object value is 'true', director orchestrates the backup of the client configuration file to the designated backup host. | 1.3.6.1.4.1.9.9.725.1.1.7.2 | TruthValue | read-write | current |
| csiJoinWindow OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.725.1.1.8 | |||
| csiJoinWindowConfigOperationMode OBJECT-TYPE A join window is a time window during which a network device is allowed to upgrade image or configuration files. Only during this window can the director provide information about the image and configuration to the device. A device attempting to join the network outside of the join window will not be allowed to do so, and cannot upgrade their image and configuration files. This object specifies the configuration of the Join Window operation mode. closed - All devices attempting to join are denied to upgrade as indicated in the csiDeviceStatus object. Director does not provide information about the image and configuration to the device. auto - Director provides image and configuration information to devices joining during 'Join Window' period. manual - Devices attempting to join during Join Window are put on hold as indicated in the csiDeviceStatus object. Director does not give image and configuration information to these on hold devices unless the operator manually instructs the director to upgrade them. | 1.3.6.1.4.1.9.9.725.1.1.8.1 | INTEGER {closed(1), auto(2), manual(3)} | read-write | current |
| csiJoinWindowPeriodNextFreeIndex OBJECT-TYPE An integer which may be used as a new index in csiJoinWindowPeriodTable. The special value of 0 indicates that no more new entries can be created in csiJoinWindowPeriodTable. This object is a legal value (if non-zero) for an index that is not currently used in the relevant table. The Network Management Application reads this variable and uses the (non-zero) value read when creating a new row with an SNMP SET. When the SET is performed, the agent must determine whether the value is indeed still unused; two Network Management Applications may attempt to create a row (configuration entry) simultaneously and use the same value. If it is currently unused, the SET succeeds and the agent monotonically increases the value of this object. However if the value is in use, the SET fails. The Network Management Application must then re-read this variable to obtain a new usable value. | 1.3.6.1.4.1.9.9.725.1.1.8.2 | Unsigned32 (0..4294967295) | read-only | current |
| csiJoinWindowPeriodTable OBJECT-TYPE A table of Join Window time periods. Management Application creates an entry in the table to add a Join Window period and its recurrence pattern. If csiJoinWindowConfigOperationMode is 'auto', all devices joined during Join Window are automatically upgraded. If csiJoinWindowConfigOperationMode is 'manual', new devices joined during Join Window are put on hold as indicated in csiDeviceStatus. They are not offered upgrade information unless the operator manually instructs the director to do so. In rare occasions, when entries overlap in time, the devices joining during any of the Join Window period are allowed to be upgraded or put on hold. | 1.3.6.1.4.1.9.9.725.1.1.8.3 | not-accessible | current | |
| csiJoinWindowPeriodEntry OBJECT-TYPE An entry specifying a time period during which director offers image and configuration information to the newly installed devices. A configured row instance can be created or removed by setting the appropriate value of its RowStatus object. | 1.3.6.1.4.1.9.9.725.1.1.8.3.1 | not-accessible | current | |
| csiJoinWindowPeriodIndex OBJECT-TYPE This object uniquely identifies a row in csiJoinWindowPeriodTable. The Management Application chooses this value by reading csiJoinWindowPeriodNextFreeIndex while creating an entry in this table. If an entry already exists with this index, the creation of the entry will not continue and error will be returned. The Management Application should read the value of csiJoinWindowPeriodNextFreeIndex again and retry with the new value for this object. | 1.3.6.1.4.1.9.9.725.1.1.8.3.1.1 | Unsigned32 | not-accessible | current |
| csiJoinWindowPeriodStartTime OBJECT-TYPE This object specifies the start time of a Join Window period. | 1.3.6.1.4.1.9.9.725.1.1.8.3.1.2 | DateAndTime | read-create | current |
| csiJoinWindowPeriodInterval OBJECT-TYPE This object specifies the length of Join Window period in minutes starting from csiJoinWindowPeriodStartTime. | 1.3.6.1.4.1.9.9.725.1.1.8.3.1.3 | TimeIntervalMin | read-create | current |
| csiJoinWindowPeriodRecurrencePattern OBJECT-TYPE This object specifies the Join Window recurrence pattern. none(1) - The join window period does not recur. daily(2) - The join window period recurs daily. | 1.3.6.1.4.1.9.9.725.1.1.8.3.1.4 | INTEGER {none(1), daily(2)} | read-create | current |
| csiJoinWindowPeriodExpirationDate OBJECT-TYPE This object specifies the day (in year, month and date) the Join Window period stops. An empty string indicates that no expiration date is applied. The Join Window period can be stopped by either this object or csiJoinWindowPeriodInterval object, whichever expires first. | 1.3.6.1.4.1.9.9.725.1.1.8.3.1.5 | DateAndTime | read-create | current |
| csiJoinWindowPeriodStorageType OBJECT-TYPE This object specifies the storage type of this conceptual row. | 1.3.6.1.4.1.9.9.725.1.1.8.3.1.6 | StorageType | read-create | current |
| csiJoinWindowPeriodRowStatus OBJECT-TYPE This object is used to manage the creation and deletion of rows in this table. If this object value is 'active', user cannot modify any writable object in this row. | 1.3.6.1.4.1.9.9.725.1.1.8.3.1.7 | RowStatus | read-create | current |
| csiProfile OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.725.1.2 | |||
| csiImageFileUrl OBJECT-TYPE This object specifies the location of the default boot .tar image file. An empty string indicates that no such file is applied. If all clients in a Smart Install network have the same product ID and can run the same image file, user can assign a default image file for all clients. | 1.3.6.1.4.1.9.9.725.1.2.1 | CiscoURLStringOrEmpty | read-write | current |
| csiConfigFileUrl OBJECT-TYPE This object specifies the location of the default configuration file. An empty string indicates that no such file is applied. If all clients in a Smart Install network have the same product ID and can run the same configuration file, user can assign a default configuration file for all clients. | 1.3.6.1.4.1.9.9.725.1.2.2 | CiscoURLStringOrEmpty | read-write | current |
| csiHostnamePrefix OBJECT-TYPE This object specifies the default hostname prefix. The director provides hostname (with prefix followed by an implementation-dependent string) to clients. | 1.3.6.1.4.1.9.9.725.1.2.3 | SnmpAdminString (SIZE(0..40)) | read-write | current |
| csiProfileNextFreeIndex OBJECT-TYPE An integer value which may be used as a new index in csiProfileTable. The special value of 0 indicates that no more new entries can be created in csiProfileTable, and value 1 is not a valid csiProfileTable index. Thus the value of this object starts at 2 and monotonically increases after a profile is created. The Network Management Application reads this variable and uses the non-zero value when creating a new row with an SNMP SET. When the SET is performed, the agent must determine whether the value is indeed still unused, for two Network Management Applications may attempt to create a row (profile entry) simultaneously and use the same value. If it is currently unused, the SET succeeds and the agent increases the value of this object. If the value is in use, however, the SET fails. The Network Management Application must then re-read this variable to obtain a new usable value. | 1.3.6.1.4.1.9.9.725.1.2.4 | Unsigned32 (0 | 2..4294967295) | read-only | current |
| csiProfileTable OBJECT-TYPE A table of Smart Install profile entries. In Smart Install, any number of client devices can be placed together to form a 'group' for easy management. A profile is used to associate image and configuration files for a group of devices, before and after they join the network. An entry in this table reflects the profile of one Smart Install group. | 1.3.6.1.4.1.9.9.725.1.2.5 | not-accessible | current | |
| csiProfileEntry OBJECT-TYPE An entry in the csiProfileTable, describing the image and configuration files that represent the profile. | 1.3.6.1.4.1.9.9.725.1.2.5.1 | not-accessible | current | |
| csiProfileIndex OBJECT-TYPE This object uniquely identifies the entry in csiProfileTable. The value of the object is 2 or greater. | 1.3.6.1.4.1.9.9.725.1.2.5.1.1 | Unsigned32 | not-accessible | current |
| csiProfileGroupName OBJECT-TYPE This object specifies the name of a group for which this profile associates. | 1.3.6.1.4.1.9.9.725.1.2.5.1.2 | SnmpAdminString (SIZE(0..64)) | read-create | current |
| csiProfileImageUrl OBJECT-TYPE This object specifies the location of the boot .tar image file. An empty string indicates that no such file is applied. | 1.3.6.1.4.1.9.9.725.1.2.5.1.3 | CiscoURLStringOrEmpty | read-create | current |
| csiProfileImageTwoUrl OBJECT-TYPE For mixed switch stack, this object specifies the location of the second .tar image file. An empty string indicates that no such file is applied. | 1.3.6.1.4.1.9.9.725.1.2.5.1.4 | CiscoURLStringOrEmpty | read-create | current |
| csiProfileConfigUrl OBJECT-TYPE This object specifies the location of the configuration file. An empty string indicates that no such file is applied. | 1.3.6.1.4.1.9.9.725.1.2.5.1.5 | CiscoURLStringOrEmpty | read-create | current |
| csiProfileStorageType OBJECT-TYPE This object specifies the storage type for this conceptual row. | 1.3.6.1.4.1.9.9.725.1.2.5.1.6 | StorageType | read-create | current |
| csiProfileRowStatus OBJECT-TYPE This object specifies the status of this conceptual row. If this object value is 'active', user cannot modify any writable object in this row. | 1.3.6.1.4.1.9.9.725.1.2.5.1.7 | RowStatus | read-create | current |
| csiMatchTable OBJECT-TYPE A table of group matching criteria entries. In Smart Install, 'group' represents a collection of network devices and a profile is configured for the group. The matching criteria entries are used to identify the devices belonging to a profile group, and the matching entries cannot exist without a profile. This is implied by the reference to csiProfileIndex object in the index clause of this table. | 1.3.6.1.4.1.9.9.725.1.2.6 | not-accessible | current | |
| csiMatchEntry OBJECT-TYPE An entry in csiMatchTable, defining one matching criterion for a profile group. When its profile entry is deleted, the match entry is deleted too. The objects needed in an entry depend on the value of csiMatchGroupType. Multiple match entries can be entered for stack, connectivity or mac type of groups. | 1.3.6.1.4.1.9.9.725.1.2.6.1 | not-accessible | current | |
| csiMatchIndex OBJECT-TYPE This object uniquely identifies a matching criterion within a group. | 1.3.6.1.4.1.9.9.725.1.2.6.1.1 | Unsigned32 | not-accessible | current |
| csiMatchGroupType OBJECT-TYPE This object indicates the general category of a Smart Install group. A profile group can be formed based on, unknown(1) - unknown match group type mac(2) - MAC addresses of devices connectivity(3) - connectivity or topology of devices product(4) - product type of devices stack(5) - a switch stack | 1.3.6.1.4.1.9.9.725.1.2.6.1.2 | INTEGER {unknown(1), mac(2), connectivity(3), product(4), stack(5)} | read-create | current |
| csiMatchMacAddress OBJECT-TYPE This object specifies the MAC address of the client. It is required when csiMatchGroupType is 'mac'. A MAC address match takes priority over other match criteria. | 1.3.6.1.4.1.9.9.725.1.2.6.1.3 | MacAddress | read-create | current |
| csiMatchHostAddressType OBJECT-TYPE This object specifies the type of Internet address stored in csiMatchHostAddress. It is required when csiMatchGroupType is 'connectivity'. | 1.3.6.1.4.1.9.9.725.1.2.6.1.4 | InetAddressType | read-create | current |
| csiMatchHostAddress OBJECT-TYPE User can configure a profile group based on the connectivity or topology of clients in a Smart Install network, that is, a group of clients that are connected to the director through a single interface or clients that are connected to the director through a common intermediate device. This object specifies the Internet address of the upstream device, which could be the director or an intermediate device. Together with csiMatchHostInterface, it specifies the path through which clients are connected to the director. This object is required when csiMatchGroupType is 'connectivity'. The type of this address is determined by the value of csiMatchHostAddressType object. A connectivity match takes priority over product ID match. | 1.3.6.1.4.1.9.9.725.1.2.6.1.5 | InetAddress | read-create | current |
| csiMatchHostInterface OBJECT-TYPE For connectivity group, this object specifies the interface, together with csiMatchHostAddress, representing the path through which clients are connected to the director. It is typically the value of the ifName object (e.g., 'Ethernet0'). It is required when csiMatchGroupType is 'connectivity'. | 1.3.6.1.4.1.9.9.725.1.2.6.1.6 | SnmpAdminString | read-create | current |
| csiMatchProductId OBJECT-TYPE This object specifies the device product type for profile groups formed based on 'product'. For pre-defined profile group, it is the group name such as '2960 24-8POE'. For user defined group, it specifies a product ID reported in ENTITY-MIB, such as 'WS-C2960-24LT-L'. It is required when csiMatchGroupType is 'product'. | 1.3.6.1.4.1.9.9.725.1.2.6.1.7 | SnmpAdminString | read-create | current |
| csiMatchSwitchNum OBJECT-TYPE This object specifies the switch number in a stackable switch. Together with csiMatchSwitchProductId, it describes a stack member. It is required when csiMatchGroupType is 'stack'. | 1.3.6.1.4.1.9.9.725.1.2.6.1.8 | Unsigned32 | read-create | current |
| csiMatchSwitchProductId OBJECT-TYPE This object specifies the product ID of a switch member indicated in csiMatchSwitchNum. It is required when csiMatchGroupType is 'stack'. | 1.3.6.1.4.1.9.9.725.1.2.6.1.9 | SnmpAdminString | read-create | current |
| csiMatchStorageType OBJECT-TYPE This object specifies the storage type for this conceptual row. | 1.3.6.1.4.1.9.9.725.1.2.6.1.10 | StorageType | read-create | current |
| csiMatchRowStatus OBJECT-TYPE This object specifies the status of this conceptual row. If this object value is 'active', user cannot modify any writable object in this row. | 1.3.6.1.4.1.9.9.725.1.2.6.1.11 | RowStatus | read-create | current |
| csiDeviceInfo OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.725.1.3 | |||
| csiDeviceTable OBJECT-TYPE A conceptual table listing the network devices with connectivity to the director, that is the device is either Smart Install capable or is connected to a Smart Install capable client. | 1.3.6.1.4.1.9.9.725.1.3.1 | not-accessible | current | |
| csiDeviceEntry OBJECT-TYPE An entry for each device that has joined the Smart Install network. | 1.3.6.1.4.1.9.9.725.1.3.1.1 | not-accessible | current | |
| csiDeviceNum OBJECT-TYPE A value assigned by the director to uniquely identify each entry in csiDeviceTable. | 1.3.6.1.4.1.9.9.725.1.3.1.1.1 | Unsigned32 | not-accessible | current |
| csiDeviceMacAddress OBJECT-TYPE This object indicates the MAC address of the network device. | 1.3.6.1.4.1.9.9.725.1.3.1.1.2 | MacAddress | read-only | current |
| csiDeviceAddressType OBJECT-TYPE This object indicates the type of Internet address in csiDeviceAddress. | 1.3.6.1.4.1.9.9.725.1.3.1.1.3 | InetAddressType | read-only | current |
| csiDeviceAddress OBJECT-TYPE This object indicates the Internet address of the device that sends Smart Install communication messages. The type of this address is determined by the value of csiDeviceAddressType object. | 1.3.6.1.4.1.9.9.725.1.3.1.1.4 | InetAddress | read-only | current |
| csiDeviceName OBJECT-TYPE This object indicates the host name of the device to easily identify it in a network. | 1.3.6.1.4.1.9.9.725.1.3.1.1.5 | SnmpAdminString | read-only | current |
| csiDeviceBackupConfigFileName OBJECT-TYPE This object indicates the name of the latest saved configuration file of the device. The file name is consisted of the device host name, MAC address and file extension 'REV2', for example 'SwitchA-0021.d7ae.fc00.REV2'. The file is stored in the host indicated by the csiBackupHostUrl object. If the device configuration file is saved again, .REV2 file is copied to .REV1, and .REV2 is over-written with the latest device configuration. | 1.3.6.1.4.1.9.9.725.1.3.1.1.6 | SnmpAdminString | read-only | current |
| csiDeviceImageVersion OBJECT-TYPE This object indicates the software release version that the device is running. The zero-length string indicates that no Version field (TLV) was reported in the most recent CDP message. | 1.3.6.1.4.1.9.9.725.1.3.1.1.7 | SnmpAdminString | read-only | current |
| csiDevicePlatform OBJECT-TYPE The device's hardware platform as reported in the most recent CDP message. The zero-length string indicates that no Platform field (TLV) was reported in the most recent CDP message. | 1.3.6.1.4.1.9.9.725.1.3.1.1.8 | SnmpAdminString | read-only | current |
| csiDeviceSerialNum OBJECT-TYPE A recorded serial number for this device that indexes some type device catalog or inventory, if applicable. | 1.3.6.1.4.1.9.9.725.1.3.1.1.9 | SnmpAdminString | read-only | current |
| csiDeviceStatus OBJECT-TYPE A text string describes the network device status. The agent implementation may use this object to report upgrading progress. | 1.3.6.1.4.1.9.9.725.1.3.1.1.10 | SnmpAdminString | read-only | current |
| csiNotifObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.725.1.4 | |||
| csiNotifEnable OBJECT-TYPE This object controls the generation of Smart Install notifications. For example, a value of '1' for 'deviceAdded' enables csiDeviceAdded notification, whereas a value of '0' disables csiDeviceAdded notification. | 1.3.6.1.4.1.9.9.725.1.4.1 | Bits {operationModeChange(0), deviceAdded(1), deviceLost(2), fileLoadFailed(3)} | read-write | current |
| csiNotifOperationType OBJECT-TYPE This object indicates the type of operation of csiFileLoadFailed notification. other(1) - none of the following downloadConfig(2) - configuration file download downloadImage(3) - image file download uploadConfig(4) - client config file upload to storage | 1.3.6.1.4.1.9.9.725.1.4.2 | INTEGER {other(1), downloadConfig(2), downloadImage(3), uploadConfig(4)} | read-only | current |
| csiNotifOperationResult OBJECT-TYPE This object indicates the file operation result of csiFileLoadFailed notification. | 1.3.6.1.4.1.9.9.725.1.4.3 | SnmpAdminString | read-only | current |
| ciscoSmartInstallMIBConform OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.725.2 | |||
| ciscoSmartInstallCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.725.2.1 | |||
| ciscoSmartInstallGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.725.2.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| csiOperationModeChange NOTIFICATION-TYPE This notification is generated when the director operation mode changes. csiOperationMode indicates the director operation mode. | 1.3.6.1.4.1.9.9.725.0.1 | current |
| csiDeviceAdded NOTIFICATION-TYPE This notification is generated when a network device joins the Smart Install network. csiDeviceName indicates the device host name. csiDeviceAddressType indicates the device Internet address type. csiDeviceAddress indicates the device Internet address. csiDeviceMacAddress indicates the device MAC address. | 1.3.6.1.4.1.9.9.725.0.2 | current |
| csiDeviceLost NOTIFICATION-TYPE This notification is generated when director loses connectivity to a device. csiDeviceName indicates the device host name. csiDeviceAddressType indicates the device Internet address type. csiDeviceAddress indicates the device Internet address. csiDeviceMacAddress indicates the device MAC address. | 1.3.6.1.4.1.9.9.725.0.3 | current |
| csiFileLoadFailed NOTIFICATION-TYPE This notification is generated when a file upload or download operation has failed. csiDeviceName indicates the device host name. csiDeviceAddressType indicates the device Internet address type. csiDeviceAddress indicates the device Internet address. csiDeviceMacAddress indicates the device MAC address. csiNotifOperationType indicates the file operation type. csiNotifOperationResult indicates the file operation result. | 1.3.6.1.4.1.9.9.725.0.4 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoSmartInstallCompliance MODULE-COMPLIANCE Describes the requirements for conformance to the CISCO-SMART-INSTALL-MIB module. | 1.3.6.1.4.1.9.9.725.2.1.1 | current |
| ciscoSmartInstallGlobalConfigGroup OBJECT-GROUP A collection of objects used for director configurations. | 1.3.6.1.4.1.9.9.725.2.2.1 | current |
| ciscoSmartInstallConfigBackupGroup OBJECT-GROUP A collection of objects related to configuration file backup feature. | 1.3.6.1.4.1.9.9.725.2.2.2 | current |
| ciscoSmartInstallJoinWindowGroup OBJECT-GROUP A collection of objects related to the Join Window. | 1.3.6.1.4.1.9.9.725.2.2.3 | current |
| ciscoSmartInstallProfileGroup OBJECT-GROUP A collection of objects which are used to configure the profile for clients. | 1.3.6.1.4.1.9.9.725.2.2.4 | current |
| ciscoSmartInstallDeviceInformationGroup OBJECT-GROUP A collection of objects that provide information about devices in a Smart Install network. | 1.3.6.1.4.1.9.9.725.2.2.5 | current |
| ciscoSmartInstallNotificationEnableGroup OBJECT-GROUP A collection of objects for controlling (enabling/disabling) notifications to a management application. | 1.3.6.1.4.1.9.9.725.2.2.6 | current |
| ciscoSmartInstallNotificationsGroup NOTIFICATION-GROUP A collection of notifications in this MIB module. | 1.3.6.1.4.1.9.9.725.2.2.7 | current |
| ciscoSmartInstallNotifyVarsGroup OBJECT-GROUP A collection of objects used for notifications. | 1.3.6.1.4.1.9.9.725.2.2.8 | current |