Changes between Version 7 and Version 8 of Internal/OpenFlow/CLISetup
- Timestamp:
- Jun 27, 2009, 2:40:24 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/CLISetup
v7 v8 1 = NEC switch configuration through command line interface (CLI) = 1 [wiki:Documentation/OpenFlow/ Go back to OpenFlow index] 2 2 3 The IP8800/S3640-48T2XW and IP8800/S3640-24T2XW are the two models of NEC switch that support !OpenFlow. This page explains how to initially configure the IP8800/S3640-48T2XW NEC switch through the CLI. 3 = Initial setup through the command line interface (CLI) = 4 5 The IP8800/S3640-48T2XW and IP8800/S3640-24T2XW are the two models of NEC switch that support !OpenFlow. This page explains how to initially configure the IP8800/S3640-48T2XW NEC switch through the CLI so you would be able to telnet to it. 4 6 5 7 … … 48 50 49 51 50 == Manuals ==51 52 For people literate in Japanese, a complete set of configuration guides may be found in the [http://www.nec.co.jp/ip88n/02.html#manual03 documents section of the NEC website.]53 54 55 === Telnet access to the switch ===56 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.57 58 59 52 If, at any time, you get confused as to which interface or '' what '' you are even configuring, command `show` will output the name of the interface and the configuration changes made to it so far: 60 53 … … 67 60 }}} 68 61 62 63 == Telnet access to the switch == 64 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. 69 65 70 66 1. After entering configuration mode, create a vlan (arbitrarily 4 in this case). Give it a name if you feel like it. [[BR]] The '!' before the prompt indicates that a change has been made, and you must use the command 'save' before exiting out of config mode to have the configuration changes apply. … … 106 102 }}} 107 103 104 105 == Refrences == 106 107 For people literate in Japanese, a complete set of configuration guides may be found in the [http://www.nec.co.jp/ip88n/02.html#manual03 documents section of the NEC website.] 108 109 108 110 [wiki:Documentation/OpenFlow/ Go back to OpenFlow index]