Changes between Version 10 and Version 11 of Internal/OpenFlow/CLISetup
- Timestamp:
- Jul 20, 2009, 10:19:08 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/CLISetup
v10 v11 24 24 }}} 25 25 26 `Ctrl-\ q` ends the kermit session. 27 26 28 If the login prompt doesn't show up, pressing enter a couple of times should do the trick. The default username is `operator`, and the password, blank. 27 29 … … 88 90 }}} 89 91 90 4. Allow login via telnet. This example will limit the number of maximum simultaneous telnet connections to 3. 92 4. Allow login via telnet. This will limit the number of maximum simultaneous telnet connections to 3. `save` will allow config changes to survive a reboot, and gets rid of the annoying !'s. 93 91 94 {{{ 92 95 !(config)# line vty 0 2 93 96 !(config-line)# exit 94 97 !(config)# 95 }}}96 97 5. Save the configuration changes to allow it to survive a reboot, and to get rid of the annoying !'s.98 {{{99 98 !(config)# save 100 99 (config)# exit … … 113 112 !(dhcp-config)# lease 0 0 10 114 113 }}} 115 116 == Command `ppupdate`, not actually needed (6/15) ==117 The manual specified the command `ppupdate` for updating the firmware. This command copies new firmware (i.e. downloaded with ftp) on to the switch's flash memory. parameters usable:118 119 `ppupdate [test][no-display][-f][no-reload]<file name>`120 121 * `test` - only tests firmware, but doesn't update the firmware122 * `no-display` - does not show status messages while firmware is being updated123 * `-f` - update without confirmation124 * `no-reload` - does not reboot switch after update, so changes take place after next restart125 * `file-name` - the firmware, usually named k.img126 114 127 115 == The right way to flash the switch (6/16) ==