# Copyright (C) 2016-2017 Cumulus Networks, inc.
#
# All Rights reserved.
#
# This software is subject to the Cumulus Networks End User License Agreement available
# at the following locations:.
#
# Internet: https://cumulusnetworks.com/downloads/eula/latest/view/
#
# Cumulus Linux systems: /usr/share/cumulus/EULA.txt

Scenario
========

        +------------------------+
        |                        |
     +--+                        |
     |             cloud         +---+
     |                               |
     +----+                          |
          +--+----------------+------+
             |                |
             |                |
  +----------+--+          +--+---------+
  |  router1    |          |  router2   |
  |             | peerbond |            |
  |  +------+   | +------+ | +------+   |
  |  |bridge|-----+------+---|bridge|   |
  |  +------+   | +------+ | +------+   |
  |             |          |            |
  +--+----------+          +---------+--+
 swp1|    swp2 \        swp1 /       | swp2
     |          \           /        |
     |           \         /         |
 eth0|        +-----------+          | eth0
  +--+----+  /     \            +----+--+
  | host1 |-+       +-----------| host2 |
  +-------+ eth1           eth1 +-------+


net commands
============
router1# net add bridge
router1# net add vlan 500 ip address 192.168.0.252/24
router1# net add vlan 500 ip address-virtual 00:00:5e:00:01:01 192.168.0.254/24
router1# net add vlan 500 ipv6 address 2001:aa::1/48
router1# net add vlan 500 ipv6 address-virtual 00:00:5e:00:01:01 2001:aa::1/48
router1# net commit

Run similar commands on router2.

