SNMP OID query
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2010 06:54 AM
Not sure if this is the right forum for this.....
Doing a bit of work using SNMP for various things - need to know if there is a way to delete the VLAN.DAT file using SNMP - and if so what is the OID I need to use.
Thanks
- Labels:
-
Network Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2010 04:27 PM
You can use the CISCO-FLASH-MIB for this. You would set the following objects:
ciscoFlashMiscOpEntryStatus : 5
ciscoFlashMiscOpDestinationName : "flash:vlan.dat"
ciscoFlashMiscOpCommand : 3
ciscoFlashMiscOpEntryStatus : 1
The file should then be deleted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2010 05:33 AM
Wonderful - worked a treat
Thanks
