Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update example network-cfg.json

...

Code Block
themeConfluence
languagejava
titlenetwork-cfg.json example
firstline1
linenumberstrue
{
    "ports" : {
        "of:0000000000000001/1" : {
            "interfaces" : [
               {
                   "name" : "vlan100H1",
                    "vlan": "100"
               }
            ]
        },
            "of:00000000000000020000000000000004/1" : {
                "interfaces" : [
                {
                    "name" : "vlan100H2",
                    "vlan"  : "100"
                }
                ]
            },
            "of:00000000000000020000000000000004/2" : {
                "interfaces" : [
                {
                    "name" : "vlan200H1",
                    "vlan"  : "200"
                }
                ]
            },
            "of:0000000000000003/1" : {
                "interfaces" : [
                {
                    "name" : "vlan100H3",
                    "vlan"  : "100"
                }
                ]
            },
            "of:00000000000000040000000000000002/1" : {
                "interfaces" : [
                {
                    "name" : "vlan200H2",
                    "vlan"  : "200"
                }
                ]
            }
    }
}

As soon as two or more interfaces will be configured to receive packets tagged using the same VLAN Id, intents for broadcast will be installed by VPLS.

...