Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

      In both virtual machines, Configure the below mentioned steps.

  1. Download and install the etcd database. Steps are mentioned in below shell script
    start_etcd.sh
  2. Download gluon code for setting up the protonserver. Steps are mentioned in below shell script
    start_gluon.sh
  3. Download onos and bring up the onos controller. Follow the below link
    Building ONOS
  4. Download openstack and bring up the openstack. Follow the below link
    https://docs.openstack.org/devstack/latest/
  5. Integrate onos with openstack
    Execute ovs-vsctl set-manager tcp:controlleripaddress:6640 command in compute node.

  6. Setup BGP peer between onos controllers
    Method: POST

    The URL pat: HTTP: // 192.168.212.32: 8181 / Onos / V1 / Network / the Configuration /

    Headers: Content-Type

    Values: application / json

    Body:

    {

    "Apps": {

    "Org.onosproject.provider.bgp.cfg": {

    "Bgpapp": {

    "routerId": "192.168.212.32",

    "LocalAs": 100,

    "MaxSession": 20,

    "HoldTime": 90,

    "EvpnCapability": true,

    "bgpPeer": [{ "peerIp ": "192.168.212.31", "remoteAs": 100, "peerHoldTime": 90, "connectMode": "active"}

    ]

    }}

    }}}

    }}

    Once the development environment setup is ready then verify the gluon ONOS functionality.

Verify the gluon ONOS functionality:

...

     1) Use below attached document for verifying the gluon ONOS functionality.

          Gluon_ONOS_Configuration_Guide.odt