Changes between Version 4 and Version 5 of GENIExperimenter/Tutorials/SystematicExprCaseStudy/InstallSoftwareQuagga


Ignore:
Timestamp:
06/16/16 19:23:50 (8 years ago)
Author:
pjayanth@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/SystematicExprCaseStudy/InstallSoftwareQuagga

    v4 v5  
    109109 * Install Dependencies
    110110{{{
    111  sudo apt-get update
     111sudo apt-get update
    112112}}}
    113113 * Download Quagga source files
    114114{{{
    115  sudo apt-get install quagga
     115sudo apt-get install quagga
    116116}}}
    117117
    118118 * Enable IPv4 and IPv6 Forwarding:
    119119{{{
    120  echo "net.ipv4.conf.all.forwarding=1" | sudo tee -a /etc/sysctl.conf
     120echo "net.ipv4.conf.all.forwarding=1" | sudo tee -a /etc/sysctl.conf
    121121echo "net.ipv4.conf.default.forwarding=1" | sudo tee -a /etc/sysctl.conf
    122122sed 's/#net.ipv6.conf.all.forwarding=1/net.ipv6.conf.all.forwarding=1/g' /etc/sysctl.conf | sudo tee /etc/sysctl.conf
     
    127127 * Create the configuration files:
    128128{{{
    129  sudo nano /etc/quagga/babeld.conf
     129sudo nano /etc/quagga/babeld.conf
    130130sudo nano /etc/quagga/bgpd.conf
    131131sudo nano /etc/quagga/isisd.conf