项目作者: reismarcelo

项目描述 :
Cisco NSO application to collect snapshots of device health assessment commands
高级语言: Python
项目地址: git://github.com/reismarcelo/device-health-snapshots.git
创建时间: 2018-02-14T21:51:59Z
项目社区:https://github.com/reismarcelo/device-health-snapshots

开源协议:

下载


Health snapshots package

Initial setup

  1. services health-samples
  2. setup
  3. max-samples 3
  4. stop-on-error true
  5. !
  6. assessment device-up
  7. command 1
  8. run "show platform"
  9. parse "^\d+(?:/[A-Z0-9]+)+[ \t]+[^ \t]+[ \t]+(.+?)[ \t]+[^ \t]+$"
  10. expect "(IOS XR RUN|OK)"
  11. !
  12. !
  13. assessment pe-check
  14. command 1
  15. run "show platform"
  16. parse "^\d+(?:/[A-Z0-9]+)+[ \t]+[^ \t]+[ \t]+(.+?)[ \t]+[^ \t]+$"
  17. expect "(IOS XR RUN|OK)"
  18. !
  19. command 2
  20. run "show ospf neighbor"
  21. parse "^\d+(?:\.\d+){3}[ \t]+\d+[ \t]+(\w+)"
  22. expect FULL
  23. !
  24. !
  25. device A3-ASR9K-R6
  26. assessment pe-check
  27. lightweight-assessment device-up
  28. !
  29. !

Running the different actions

  1. admin@ncs# services health-samples device A3-ASR9K-R6 run
  2. success Assessment completed without errors
  3. admin@ncs# services health-samples device A3-ASR9K-R6 run
  4. success Assessment completed without errors
  5. admin@ncs# services health-samples device A3-ASR9K-R6 diff
  6. success Diff passed
  7. admin@ncs# services health-samples device A3-ASR9K-R6 clear
  8. success Cleared all assessments from device