Changes between Version 2 and Version 3 of Internal/OpenFlow/CLISetup
- Timestamp:
- Jun 26, 2009, 12:43:04 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/CLISetup
v2 v3 11 11 * Parity: none 12 12 13 Kermit was used to connect to the switch because default settings can be used directly and no changes need to be made. Hyper Terminal should work if you have Windows. Minicom does not despite using the right settings. After installation (The Debian package is ckermit), use the following commands:13 Kermit was used to connect to the switch because default settings can be used directly and no changes need to be made. Hyper Terminal should work if you have Windows. Minicom does not despite using the right settings. After installation (The Debian package is ckermit), use the following commands: 14 14 15 15 {{{ … … 62 62 63 63 64 === Configuration: Telnet access to the switch ===64 === Configuration: Telnet access to the switch === 65 65 To telnet to a switch, you need to set up an IP address for the interface on the switch that a remote host may connect to. To do this, you need to not only set up a vlan interface to which the IP address belongs, but also permit telnet access. 66 66 … … 104 104 105 105 106 === Undoing Configurations ===107