Changes between Version 31 and Version 32 of Internal/OpenFlow/CLISetup
- Timestamp:
- Feb 6, 2010, 12:44:54 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/CLISetup
v31 v32 10 10 * You know network models (e.g. TCP/IP, OSI) 11 11 12 === Refrences === 13 * The NEC manuals can be found here: http://www.nec.co.jp/ip88n/02.html#manual04 12 14 ---- 13 == Section 1: The Basics ==15 == Section I: The Basics == 14 16 15 17 If you are unfamiliar with "smart" switches or how to configure them, this is the place to start. This section covers the following: 16 18 17 *Using the serial connection to log in19 1. Using the serial connection to log in 18 20 * step-by-step 19 21 * troubleshooting 20 * User modes and contexts 22 2. User modes and contexts 23 * config modes and contexts defined 21 24 * powering the switch off (properly) 22 25 * available commands / help pages 23 26 * switching contexts and autocompletion (a remark) 24 * Creating and configuring VLANs and VLAN interfaces25 * Setting up Telnet27 3. Setting up Telnet 28 * step-by-step 26 29 * Using it 27 * troubleshooting 28 30 4. VLANs and interface VLANs 31 * VLANs and interface VLANs defined 32 * steps - creating VLANs/ interface VLANs 33 * configuring trunking 34 5. Ports 35 * ports as seen from the switch 36 * setting port speed 37 38 These correspond very roughly to NEC Configuration Guide vol 1 : http://www.nec.co.jp/ip88n/s36_sw/html/cfguide/index.html 39 [[BR]] 29 40 ---- 30 == Using serial to log in (Logging into the switch for the first time.) ==41 == 1. Using serial to log in (Logging into the switch for the first time.) == 31 42 32 43 Out of the box, the switches are not configured for Telnet. In this case, you need to log into the switch using the serial port, which uses a standard RS-232 cable. You'll also need to have software installed on your PC to be able to establish a serial connection. Kermit is the recommended choice - it's default settings allow you to connect without changing anything. … … 111 122 112 123 ---- 113 == User modes and contexts ==124 == 2. User modes and contexts == 114 125 115 126 '''Super user mode.''' … … 194 205 195 206 ---- 196 == Setting up Telnet ==207 == 3. Setting up Telnet == 197 208 Setting up telnet on the switch requires several steps that involve a few contexts. The steps can be outlined as the following: 198 209 … … 226 237 The username and password are the same for this prompt once you connect. 227 238 228 === Troubleshooting ===229 ...coming soon, if ever.230 239 231 240 ---- 232 == Creating and configuring VLANs and interface VLANs ==241 == 4. Creating and configuring VLANs and interface VLANs == 233 242 234 243 Here we cover the VLAN and interface VLAN in greater detail. You should be familiar with the following before going through this section or on to configuration: … … 384 393 385 394 ---- 386 == Port configurations ==395 == 5. Port configurations == 387 396 While we have been mentioning ports perpetually via contexts, this section covers them in deeper detail. 388 397 … … 443 452 }}} 444 453 445 === Help? === 446 ...To be completed. 447 448 ---- 449 ---- 450 == Section 2: Access Lists and SNMP == 454 == Section II: Access Lists and SNMP == 451 455 Assuming you haven't broken your switch, now you are ready to do fancier things. This section will explain how to configure access control lists (ACLs) to secure your device, and determine who gets to use Simple Network Management Protocol (SNMP) to look up and change information on your switch. 452 456