Changes between Version 38 and Version 39 of Internal/OpenFlow/Notes


Ignore:
Timestamp:
Feb 2, 2011, 11:47:14 PM (13 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/Notes

    v38 v39  
    800800once you "git checkout" a branch, the files associated with the project you're dealing with should be from the version you have checked out. If you want to confirm this, "git log" should display the change logs for that project. So, if you want to work on two separate versions of a project, you'd either  create two separate directories for them, or just switch back and forth between them with "git checkout". 
    801801
    802  
     802=== Factory defaulting GSM 7224's (the old data plane Netgears) ===
     803
     8041. Connect to the switch using a Null serial cable. Use 9600, 8N1 under minicom for the path of least resistance. 
     8052. power cycle the switch, keeping an eye on the terminal. A prompt should come up asking to either:
     806 1- boot normally, or
     807 1- change startup options (or something like that)
     808Choosing the second option will lead you to a menu, whose option includes setting the switch to factory default. The default credentials:
     809 * user: admin
     810 * password: none
     811 
     812
    803813 
    804814