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/13 09:11] – jotasandoku | network_stuff:juniper:vqfx [2023/11/02 14:38] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 22: | Line 22: | ||
| \\ | \\ | ||
| - | [[https:// | + | * [[https:// |
| + | * In the linux instances, interfaces are created but ifcfg files need to be written and network restarted | ||
| + | * in the vqfx, reassign macs (manually). | ||
| + | * xe-0/0/1 is the 1st one to be used. | ||
| + | |||
| ---- | ---- | ||
| INSTALLATION: | INSTALLATION: | ||
| - | * Preaparations: {{ : | + | * Preparations: [[https:// |
| + | * Importamnt: lag interfaces don't work with virtio, therefore linux servers need to be e1000 <<< | ||
| + | |||
| + | show interface | display set | no-more # delete all interfaces except xe-0/ | ||
| + | commit | ||
| + | set system scripts commit allow-transients | ||
| + | set system scripts commit file set-em-mac-to-xe-ae-vQFX.slax | ||
| + | commit | ||
| + | |||
| * Install: [[https:// | * Install: [[https:// | ||
| + | * step by step guide [[https:// | ||
| + | * 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 | ||