Advertisement
TheWhiteFang

Junos automation process pseudocode

Mar 12th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. Junos automation process pseudocode
  2.  
  3. 1) Retrieve available interfaces / config
  4. 2) What do you want to do? "Show | edit | add " protocols/interfaces/system/etc
  5. 3) Show current config before editing
  6. 4) Edit
  7. 5) Show | compare
  8. 6) Check for commit errors
  9. 7) Commit
  10.  
  11. 1) Retrieve available interfaces / config
  12. 2) Edit interfaces
  13. 3) Add new interfaces
  14. 4) Show | compare
  15. 5) Check for commit errors
  16. 6) Commit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement