Advertisement
Guest User

2015-04-02, TSergey, config fragment

a guest
Apr 2nd, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. # DDM
  2.  
  3. config ddm trap disable
  4. config ddm log enable
  5. config ddm ports 25-26 state enable shutdown none
  6.  
  7. # TIME_RANGE
  8.  
  9.  
  10. # GM
  11.  
  12. config sim candidate
  13. disable sim
  14. config sim dp_interval 30
  15. config sim hold_time 100
  16.  
  17. # MANAGEMENT
  18.  
  19. enable snmp traps
  20. enable snmp authenticate traps
  21. enable snmp linkchange_traps
  22. config snmp linkchange_traps ports all enable
  23. config snmp coldstart_traps enable
  24. config snmp warmstart_traps enable
  25. config snmp system_name s105-1-1
  26. config snmp system_location Lenina 94
  27. disable rmon
  28.  
  29. # SNMPv3
  30.  
  31. delete snmp community public
  32. delete snmp community private
  33. delete snmp user initial
  34. delete snmp group initial
  35. delete snmp view restricted all
  36. delete snmp view CommunityView all
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement