安裝SNMP Client
sudo apt-get install snmp
SNMP Client config
2.1 設定檔 /etc/snmp/snmp.conf內容如下
#MIB 所在資料夾 mibdirs /usr/share/snmp/mibs/ #使用的MIB mibs CISCO-C2900-MIB:TCP-MIB:UDP-MIB
也可使用export command改變環境變數-所在資料夾MIB,與MIB
export MIBDIRS=/usr/share/snmp/mibs export MIBS=CISCO-C2900-MIB
SNMP Client Command 說明
snmpget -v 2c -c <Server Community> <SNMP Server IP> <MIB>:<OID> snmpwalk -v 2c -c <Server Community> <SNMP Server IP> <MIB>:<OID> snmpset -v 2c -c <Server Community> <SNMP Server IP> <MIB>:<OID> <Value Type> <Value>
其中2c為snmp version, 需與 sever 端配合,大多是 2c 版,Community習慣設 Public