Changes between Version 11 and Version 12 of GENIRacksAdministration/OpenGENIFAQ


Ignore:
Timestamp:
05/29/14 11:12:42 (10 years ago)
Author:
mbrinn@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksAdministration/OpenGENIFAQ

    v11 v12  
    127127}}}
    128128
     129=== Q. How can I tell what VLAN tags are currently allocated? ===
     130
     131Use the following command from the controller node. The last section will list all the VLAN tags that are currently in use, and by what slice.
     132
     133{{{
     134gram@boscontroller:~$ echo dump | nc localhost 7001
     135VMOCSwitchControllerMap:
     136   Switches:
     137   Switches(unindexed):
     138   Switches (by Controller):
     139   Controllers (by VLAN)
     140
     141VMOC Slice Registry:
     142urn:publicid:IDN+ch-mb.gpolab.bbn.com:VEEP+slice+QUAYLE: {'vlan_configurations': [{'vlan': 1002, 'controller_url': 'https://localhost:9000'}], 'slice_id': u'urn:publicid:IDN+ch-mb.gpolab.bbn.com:VEEP+slice+QUAYLE'}
     143urn:publicid:IDN+ch-ph.gpolab.bbn.com:GRAM+slice+rrh27: {'vlan_configurations': [{'vlan': 1001, 'controller_url': 'https://localhost:9000'}], 'slice_id': u'urn:publicid:IDN+ch-ph.gpolab.bbn.com:GRAM+slice+rrh27'}
     144https://localhost:9000
     145    {'vlan_configurations': [{'vlan': 1001, 'controller_url': 'https://localhost:9000'}], 'slice_id': u'urn:publicid:IDN+ch-ph.gpolab.bbn.com:GRAM+slice+rrh27'}
     146   {'vlan_configurations': [{'vlan': 1002, 'controller_url': 'https://localhost:9000'}], 'slice_id': u'urn:publicid:IDN+ch-mb.gpolab.bbn.com:VEEP+slice+QUAYLE'}
     1471001: {'vlan_configurations': [{'vlan': 1001, 'controller_url': 'https://localhost:9000'}], 'slice_id': u'urn:publicid:IDN+ch-ph.gpolab.bbn.com:GRAM+slice+rrh27'}
     1481002: {'vlan_configurations': [{'vlan': 1002, 'controller_url': 'https://localhost:9000'}], 'slice_id': u'urn:publicid:IDN+ch-mb.gpolab.bbn.com:VEEP+slice+QUAYLE'}
     149
     150}}}