Advertisement
Guest User

Untitled

a guest
Jul 26th, 2018
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.77 KB | None | 0 0
  1. username: $ADMIN # Is this the username and password for my network devices
  2. password: $PASSWORD
  3. model: ios
  4. interval: 3600
  5. use_syslog: false
  6. debug: false
  7. threads: 30
  8. timeout: 20
  9. retries: 3
  10. prompt: !ruby/regexp /^([\w.@-]+[#>]\s?)$/
  11. rest: 127.0.0.1:8888
  12. next_adds_job: false
  13. vars: {}
  14. groups: {}
  15. models: {}
  16. pid: /home/oxidized/.config/oxidized/pid
  17. input:
  18.   default: ssh, telnet
  19.   debug: false
  20.   ssh:
  21.     secure: false
  22. output:
  23.   default: git
  24.   git:
  25.     user: git
  26.     email:
  27.     repo: "/root/.config/oxidized/devices.git"
  28. source:
  29.   default: csv
  30.   csv:
  31.     file: /home/oxidized/.config/oxidized/router.db
  32.     delimiter: !ruby/regexp /:/
  33.     map:
  34.       name: 0
  35.       model: 1
  36.       username: 2
  37.       password: 3
  38. model_map:
  39.   cisco: ios
  40.   juniper: junos
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement