Advertisement
Guest User

Untitled

a guest
Jun 16th, 2014
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. #
  2. # "Pass-through" MIB extension command
  3. #
  4. #pass .1.3.6.1.4.1.8072.2.255 /bin/sh PREFIX/local/passtest
  5. #pass .1.3.6.1.4.1.8072.2.255 /usr/bin/perl PREFIX/local/passtest.pl
  6.  
  7. # Note that this requires one of the two 'passtest' scripts to be installed first,
  8. # before the appropriate line is uncommented.
  9. # These scripts can be found in the 'local' directory of the source distribution,
  10. # and are not installed automatically.
  11.  
  12. # Walk the NET-SNMP-PASS-MIB::netSnmpPassExamples subtree to see the resulting output
  13.  
  14. pass_persist .1.3.6.1.4.1.8072.2.255 /root/isnmp/myscript.py
  15.  
  16. #
  17. # AgentX Sub-agents
  18. #
  19. # Run as an AgentX master agent
  20. master agentx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement