Initial SNMP TestingSimple Network Management Using Net-SNMP and ftlSNMP 8-29Use the following command to bring the CPU-I/O enclosure up again:# /opt/ft/bin/ftsmaint bringUp 11# /opt/ft/bin/ftsmaint bringUp 1Initial Testing of ftlsubagentUse the snmpwalk tool to perform a get next operation on a system where an SNMPmaster agent is running. See snmpwalk(1). For example, for the ftcPcidevcnf table:# ./snmpwalk -Os -c public -v 1 -t 40 localhost1.3.6.1.4.1.458.107.1.2.5.2.1. . .ftcPcidevcnfMasterDataParityErroriso.3.6.1.4.1.458.107.1.2.5.2.1.14.0 = INTEGER: 2iso.3.6.1.4.1.458.107.1.2.5.2.1.14.1 = INTEGER: 2...ftcPcidevcnfSignaledSERRiso.3.6.1.4.1.458.107.1.2.5.2.1.15.0 = INTEGER: 2iso.3.6.1.4.1.458.107.1.2.5.2.1.15.1 = INTEGER: 2...ftcPcidevcnfDetectedParityErroriso.3.6.1.4.1.458.107.1.2.5.2.1.16.0 = INTEGER: 2iso.3.6.1.4.1.458.107.1.2.5.2.1.16.1 = INTEGER: 2. . .Notice that the snmpwalk tool can provide symbolic decoding of absolutenumbers/OIDs.Removing ftlSNMPWhenever possible, avoid manual removal of the Net-SNMP and ftlSNMP packages.Use the standard Linux operating system and Express Builder installation andupgrade procedures to manage Net-SNMP and ftlSNMP installations and upgrades.This section documents the manual removal process.First, stop all server SNMP processes:# /etc/opt/ft/snmp/scripts/stop_snmpThis stops the SNMP subagents, followed by the master agent. Any errors or warningsresulting are written to the syslog or stderr. To remove the installed binary RPM,enter:# rpm -e lsb-ft-snmp