iptables -I INPUT -p UDP --dport 161 -j ACCEPTiptables:No chain/target/match by that name.
是不是你没有INPUT表先创建
iptables -N INPUT
用man iptables 就清楚了