cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
904
Views
0
Helpful
2
Replies

SNMP OID query

Paul Williams
Level 1
Level 1

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

2 Replies 2

Joe Clarke
Cisco Employee
Cisco Employee

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.

Wonderful - worked a treat

Thanks