Changes between Version 67 and Version 68 of OpenFlow/FOAM


Ignore:
Timestamp:
11/19/13 16:19:23 (10 years ago)
Author:
Josh Smift
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenFlow/FOAM

    v67 v68  
    344344
    345345By default, FOAM treates each VLAN as exclusive, unless a FOAM admin has added the VLAN to the list of reserved or shared VLANs. (A VLAN can be on both lists, although there's not really any reason to do that; but if you want to change a VLAN from one to the other, for example, you need to both remove it from the old list and add it to the new one.)
     346
     347==== Related commands ====
     348
     349Mark a VLAN as shared (VLAN ID 1750 in this example):
     350
     351{{{
     352sudo foamctl geni:approval:add-shared-vlan --vlan=1750 --passwd-file=/etc/foam.passwd
     353}}}
     354
     355List all shared VLANs:
     356
     357{{{
     358foamctl geni:approval:list-shared-vlans --passwd-file=/etc/foam.passwd
     359}}}
     360
     361Mark a VLAN as reserved (VLAN ID 1 in this example):
     362
     363{{{
     364foamctl geni:approval:add-reserved-vlan --vlan=1 --passwd-file=/etc/foam.passwd
     365}}}
     366
     367List all reserved VLANs:
     368
     369{{{
     370foamctl geni:approval:list-reserved-vlans --passwd-file=/etc/foam.passwd
     371}}}
    346372
    347373=== Analysis checks ===