Changes between Version 10 and Version 11 of Internal/OpenFlow/SandBoxSetup


Ignore:
Timestamp:
Jul 18, 2009, 7:39:15 PM (15 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/SandBoxSetup

    v10 v11  
    190190 1. ping again
    191191
     192== Getting the nodes to work ==
     193
     194=== IP8800 configurations: setting port speed (7/17) ===
     195The default port setting is autonegotiation. The port speeds can be forced to different speeds, but this breaks imaging especially if the nodes aren't willing to negotiate to 1Gbps. If set to autonegotiate at a certain speed, the port will be shut down unless the host also negotiates to that speed. the nodes seemed to have issues even if the port was purely set to function at 1Gbps and not to autonegotiate.
     196
     197=== disabling '''all''' forms of spanning tree ===
     198Spanning tree can be disabled with the command
     199
     200 no spanning-tree
     201
     202at the configuration prompt. Another similar protocol for VLANS, per-VLAN sanning tree plus (PVST+) is started automatically whenever VLANs are created. reference on PVST+: http://www.javvin.com/protocol/PVST+.html
     203 
     204PVST+ seems to seriously disrupt communication between the nodehandler and agent, so it was disabled on the switch.
     205
     206{{{
     207(config)# no spanning-tree vlan 3
     208!(config)# no spanning-tree vlan 27
     209!(config)# no spanning-tree vlan 28
     210}}}
     211
     212
     213   
     214 
     215
    192216[[BR]]
    193217[[BR]]