Changes between Version 9 and Version 10 of Internal/OpenFlow/CLISetup


Ignore:
Timestamp:
Jul 17, 2009, 8:59:19 PM (15 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/CLISetup

    v9 v10  
    217217}}}
    218218
    219  
    220 
    221    
     219=== Setting port speeds (7/17) ===
     220The default is autonegociation, but somehow, the nodes weren't connected at 1Gbps. So we had to set the port speeds to 1Gbps. You have to do each port, which is pretty annoying. 
     221
     222{{{ 
     223sw-sb09(config)#  interface gi 0/13
     224sw-sb09(config-if)# shutdown
     225!sw-sb09(config-if)#
     22602/06 03:35:48 E3 PORT GigabitEthernet0/13 25011100 1350:000000000000 Port disabled administratively.
     227!sw-sb09(config-if)# speed auto 1000
     228!sw-sb09(config-if)# no shutdown     
     229}}}
     230
     231rinse and repeat for how-many ever ports you want, then `save` at the end. For Control, Data and Trunk the speed was set to auto/1000, and the CM ports only autonegociation was set using the `speed auto` command.       
     232
     233
     234[[BR]]
     235[[BR]]
     236[[BR]]
    222237
    223238[wiki:Documentation/OpenFlow/  Go back to OpenFlow index]