User Tools

Site Tools


network_stuff:juniper:vqfx

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
network_stuff:juniper:vqfx [2019/10/15 23:56] jotasandokunetwork_stuff:juniper:vqfx [2023/11/02 14:38] (current) – external edit 127.0.0.1
Line 32: Line 32:
  
 INSTALLATION:\\ INSTALLATION:\\
-  * Preaparations{{ :network_stuff:juniper:host-preparation.docx |}}+  * Preparations[[https://panda314159.duckdns.org/doku.php?id=network_stuff:juniper:host-preparation|host preparation]] 
 +    * 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/0/0-11 
 +  commit 
 +  set system scripts commit allow-transients 
 +  set system scripts commit file set-em-mac-to-xe-ae-vQFX.slax 
 +  commit 
 + 
   * Install: [[https://codingpackets.com/blog/juniper-vqfx-vagrant-libvirt-box-install]]   * Install: [[https://codingpackets.com/blog/juniper-vqfx-vagrant-libvirt-box-install]]
-    * step by step guide {{ :network_stuff:step-by-step-vqfx.docx |}}+    * step by step guide [[https://panda314159.duckdns.org/doku.php?id=network_stuff:juniper:vqfx:step-by-step-vqfx|Link]]
     * to configure the nodes (hosts and vqfx cli): {{ :network_stuff:nodes-config-example.docx |}}     * to configure the nodes (hosts and vqfx cli): {{ :network_stuff:nodes-config-example.docx |}}
   * Troubleshooting: {{ :network_stuff:juniper:troubleshooting-vqfx-vmx-install.docx |}}   * Troubleshooting: {{ :network_stuff:juniper:troubleshooting-vqfx-vmx-install.docx |}}
 +\\
 +**FULL DIR CONTENTS: {{ :network_stuff:juniper:vqfx-vagrant-ansible.tar.gz |}} **
 +
 +  # this is the bootstrap script (all components in daughter pages here)
 +  #!/bin/bash
 +  vagrant up 
 +  ./genhost.sh
 +  ./push-slax.sh
 +  ansible-playbook --private-key=~/.vagrant.d/insecure_private_key -u vagrant -i ini/hosts -l VQFX playbook-housekeeping.yml
 +  ansible-playbook --private-key=~/.vagrant.d/insecure_private_key -u vagrant -i ini/hosts -l VQFX playbook-vqfx.yml
 +
 +  
 +
 +----
 +
 +TODO: 
 +  - ansible to save all running configs in files
network_stuff/juniper/vqfx.1571183797.txt.gz · Last modified: (external edit)