Managing SNMPSimple Network Management Using Net-SNMP and ftlSNMP 8-21To control firmware burn (FWBURN)# snmpset -v 3 -t 40 -l authNoPriv -u v3user -A new_passwdlocalhost 1.3.6.1.4.1.458.107.1.2.1.2.3.1.15.1 s FWBURNExample: Managing HardwareIn this example, only relevant portions of the ftsmaint command output are shown.The following example illustrates bringing a CPU-I/O enclosure down and then backup.Issue the following command to check the status of CPU element 0, I/O element 10:# /opt/ft/bin/ftsmaint ls 0H/W Path : 0Description : Combined CPU/IOState : ONLINEOp State : DUPLEXReason : SECONDARYLED (Green) : ONLED (Yellow) : OFFLED (White) : ON...The command output shows that CPU element 0 is online and duplexed, so it is safeto remove if from service. To bring down CPU element 0 by invoking theftcCpubdInitiateBringDown command, use the whole numeric OID for thatcommand (1.3.6.1.4.1.458.107.1.2.1.2.3.1.13) plus the CPU element 0index (1) as the final octet. Thus, the complete OID is:1.3.6.1.4.1.458.107.1.2.1.2.3.1.13.1The following example assumes that the community string “private” has been definedin /etc/opt/ft/snmp/snmpd.conf.# snmpset -v 1 -c private localhost1.3.6.1.4.1.458.107.1.2.1.2.3.1.13.1 s testSRA-ftLinux-MIB::ftcCpubdInitiateBringDown.3 = STRING:"test"#