This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| network_stuff:juniper:vqfx [2019/10/22 15:22] – jotasandoku | network_stuff:juniper:vqfx [2023/11/02 14:38] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 32: | Line 32: | ||
| INSTALLATION: | INSTALLATION: | ||
| - | * Preparations: | + | * Preparations: |
| + | * Importamnt: lag interfaces don't work with virtio, therefore linux servers need to be e1000 <<< | ||
| - | show interface | display set # delete all interfaces except xe-0/0/0-11 | + | show interface | display set | no-more |
| commit | commit | ||
| set system scripts commit allow-transients | set system scripts commit allow-transients | ||
| Line 42: | Line 43: | ||
| * Install: [[https:// | * Install: [[https:// | ||
| - | * step by step guide {{ : | + | * step by step guide [[https:// |
| * to configure the nodes (hosts and vqfx cli): {{ : | * to configure the nodes (hosts and vqfx cli): {{ : | ||
| * Troubleshooting: | * Troubleshooting: | ||
| + | \\ | ||
| + | **FULL DIR CONTENTS: {{ : | ||
| + | |||
| + | # this is the bootstrap script (all components in daughter pages here) | ||
| + | #!/bin/bash | ||
| + | vagrant up | ||
| + | ./ | ||
| + | ./ | ||
| + | ansible-playbook --private-key=~/ | ||
| + | ansible-playbook --private-key=~/ | ||
| + | |||
| + | | ||
| + | |||
| + | ---- | ||
| + | |||
| + | TODO: | ||
| + | - ansible to save all running configs in files | ||