Changes between Version 15 and Version 16 of GENIRacksAdministration/OpenGENIFAQ


Ignore:
Timestamp:
05/29/14 13:42:46 (10 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksAdministration/OpenGENIFAQ

    v15 v16  
    7070=== Q. How can I tell and change the current switch configuration? ===
    7171
    72 The OpenGENI rack has two switches:
    73   * 1 Dell !PowerConnect 7048 Switch for access to the external internet [http://www.dell.com/support/Manuals/us/en/19/product/powerconnect-7048r Manuals]
    74   * 1 Dell Force10 S4810P !OpenFlow switch. [http://www.dell.com/support/Manuals/us/en/04/Product/force10-s4810 Manuals]
    75 
    76 SSH access is enabled to both switches on the Control Plane Network, where the two switches usually have been assigned these addresses:
    77   - Force10 OpenFlow Switch - 10.10.8.200
    78   - PowerConnect 7048 Switch - 10.10.8.201
    79  
     72The OpenGENI rack has two switches both accessible via SSH over the Control Plane Network:
     73
     74  * Dell !PowerConnect 7048 Switch for access to the external internet (10.10.8.201) [http://www.dell.com/support/Manuals/us/en/19/product/powerconnect-7048r Manuals]
     75  * Dell Force10 S4810P !OpenFlow switch. (10.10.8.200) [http://www.dell.com/support/Manuals/us/en/04/Product/force10-s4810 Manuals]
     76
    8077Once you are logged into the !OpenFlow switch, you can check current switch configuration from commands such as:
    8178
     
    8380FTOS> show interfaces
    8481
    85 
    8682FTOS>show openflow flows of-instance 1
    8783
    88 
    8984FTOS> show vlan
    9085
    91 
    9286FTOS> show system
    9387
    94 
    9588}}}
    9689