All MIBs › CISCO-SMART-INSTALL-MIB › csiBackupHostUrl
csiBackupHostUrl
Module: CISCO-SMART-INSTALL-MIB
OID (symbolic): CISCO-SMART-INSTALL-MIB::csiBackupHostUrl
OID (numeric): 1.3.6.1.4.1.9.9.725.1.1.7.1
Node type: OBJECT-TYPE
Type: CiscoURLStringOrEmpty
Access: read-write
Description: 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.
What is csiBackupHostUrl?
Configures the URL (e.g., a TFTP server path) where client configuration files are backed up whenever a Smart Install client's configuration is committed.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.725.1.1.7.1 snmpwalk -v2c -c public <target> CISCO-SMART-INSTALL-MIB::csiBackupHostUrl
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.725.1.1.7.1.1 snmpget -v2c -c public <target> CISCO-SMART-INSTALL-MIB::csiBackupHostUrl.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.9.9.725.1.1.7.1.1 s <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> csiBackupHostUrl.1
Start monitoring Cisco Smart Install Director switch/router / branch client switch with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CISCO-SMART-INSTALL-MIB::csiBackupHostUrl OID value, configure state conditions and alerts, and monitor any Cisco Smart Install Director switch/router / branch client switch from a single console.
OID Breakdown
Upper-level ancestors (8 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.9 | cisco | CAT2600-MIB |
| 1.3.6.1.4.1.9.9 | ciscoMgmt | CISCO-SMI |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.9.9.725 | ciscoSmartInstallMIB | CISCO-SMART-INSTALL-MIB |
| 1.3.6.1.4.1.9.9.725.1 | ciscoSmartInstallMIBObjects | CISCO-SMART-INSTALL-MIB |
| 1.3.6.1.4.1.9.9.725.1.1 | csiGlobalConfig | CISCO-SMART-INSTALL-MIB |
| 1.3.6.1.4.1.9.9.725.1.1.7 | csiBackup | CISCO-SMART-INSTALL-MIB |
| 1.3.6.1.4.1.9.9.725.1.1.7.1 | csiBackupHostUrl | CISCO-SMART-INSTALL-MIB |