CISCO-SMART-INSTALL-MIB

CISCO-SMART-INSTALL-MIB Download

MIBs list

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.

IPHost Network Monitor offer an easy way of SNMP monitoring your Cisco Servers, Routers, Switches, Bridges, Firewalls, Repeaters.

OID list for CISCO-SMART-INSTALL-MIB

csiOperationMode
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.
csiDirectorIpAddressType
This object specifies the type of Internet address in csiDirectorIpAddress object.
csiDirectorIpAddress
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 ...
csiManagementVlan
This object indicates if management VLAN is in use or not.
csiManagementVlansFirst2K
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 i ...
csiManagementVlansSecond2K
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 ...
csiBackupHostUrl
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 h ...
csiBackupEnable
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 ...
csiJoinWindowConfigOperationMode
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 th ...
csiJoinWindowPeriodNextFreeIndex
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 u ...
csiJoinWindowPeriodTable
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 upgrad ...
csiJoinWindowPeriodEntry
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.
csiJoinWindowPeriodIndex
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 o ...
csiJoinWindowPeriodStartTime
This object specifies the start time of a Join Window period.
csiJoinWindowPeriodInterval
This object specifies the length of Join Window period in minutes starting from csiJoinWindowPeriodStartTime.
csiJoinWindowPeriodRecurrencePattern
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.
csiJoinWindowPeriodExpirationDate
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, whichev ...
csiJoinWindowPeriodStorageType
This object specifies the storage type of this conceptual row.
csiJoinWindowPeriodRowStatus
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.
csiImageFileUrl
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 ...
csiConfigFileUrl
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 de ...
csiHostnamePrefix
This object specifies the default hostname prefix. The director provides hostname (with prefix followed by an implementation-dependent string) to clients.
csiProfileNextFreeIndex
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 ...
csiProfileTable
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 t ...
csiProfileEntry
An entry in the csiProfileTable, describing the image and configuration files that represent the profile.
csiProfileIndex
This object uniquely identifies the entry in csiProfileTable. The value of the object is 2 or greater.
csiProfileGroupName
This object specifies the name of a group for which this profile associates.
csiProfileImageUrl
This object specifies the location of the boot .tar image file. An empty string indicates that no such file is applied.
csiProfileImageTwoUrl
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.
csiProfileConfigUrl
This object specifies the location of the configuration file. An empty string indicates that no such file is applied.
csiProfileStorageType
This object specifies the storage type for this conceptual row.
csiProfileRowStatus
This object specifies the status of this conceptual row. If this object value is 'active', user cannot modify any writable object in this row.
csiMatchTable
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 t ...
csiMatchEntry
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 en ...
csiMatchIndex
This object uniquely identifies a matching criterion within a group.
csiMatchGroupType
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 produ ...
csiMatchMacAddress
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.
csiMatchHostAddressType
This object specifies the type of Internet address stored in csiMatchHostAddress. It is required when csiMatchGroupType is 'connectivity'.
csiMatchHostAddress
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 ...
csiMatchHostInterface
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 ...
csiMatchProductId
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 ...
csiMatchSwitchNum
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'.
csiMatchSwitchProductId
This object specifies the product ID of a switch member indicated in csiMatchSwitchNum. It is required when csiMatchGroupType is 'stack'.
csiMatchStorageType
This object specifies the storage type for this conceptual row.
csiMatchRowStatus
This object specifies the status of this conceptual row. If this object value is 'active', user cannot modify any writable object in this row.
csiDeviceTable
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.
csiDeviceEntry
An entry for each device that has joined the Smart Install network.
csiDeviceNum
A value assigned by the director to uniquely identify each entry in csiDeviceTable.
csiDeviceMacAddress
This object indicates the MAC address of the network device.
csiDeviceAddressType
This object indicates the type of Internet address in csiDeviceAddress.
csiDeviceAddress
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.
csiDeviceName
This object indicates the host name of the device to easily identify it in a network.
csiDeviceBackupConfigFileName
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 ind ...
csiDeviceImageVersion
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.
csiDevicePlatform
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.
csiDeviceSerialNum
A recorded serial number for this device that indexes some type device catalog or inventory, if applicable.
csiDeviceStatus
A text string describes the network device status. The agent implementation may use this object to report upgrading progress.
csiNotifEnable
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.
csiNotifOperationType
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 ...
csiNotifOperationResult
This object indicates the file operation result of csiFileLoadFailed notification.
ciscoSmartInstallGlobalConfigGroup
A collection of objects used for director configurations.
ciscoSmartInstallConfigBackupGroup
A collection of objects related to configuration file backup feature.
ciscoSmartInstallJoinWindowGroup
A collection of objects related to the Join Window.
ciscoSmartInstallProfileGroup
A collection of objects which are used to configure the profile for clients.
ciscoSmartInstallDeviceInformationGroup
A collection of objects that provide information about devices in a Smart Install network.
ciscoSmartInstallNotificationEnableGroup
A collection of objects for controlling (enabling/disabling) notifications to a management application.
ciscoSmartInstallNotifyVarsGroup
A collection of objects used for notifications.

Download IPHost Network Monitor (500 monitors for 30 days, 50 monitors free forever) to start monitoring network devices right now.

MIBs list