snmptrap.pl
来自「JdonFramework need above jdk 1.4.0 This」· PL 代码 · 共 7 行
PL
7 行
#!/usr/local/bin/perl# Filename: /opt/local/perl_scripts/snmptrap.pluse SNMP_util "0.54"; # This will load the BER and SNMP_Session for ussnmptrap("public\@nms:162", ".1.3.6.1.4.1.2789", "sunserver1", 6, 1247, \ ".1.3.6.1.4.1.2789.1247.1", "int", "2448816");
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?