Changes between Version 30 and Version 31 of Internal/OpenFlow/CLISetup
- Timestamp:
- Jan 31, 2010, 10:40:37 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/CLISetup
v30 v31 1 1 [wiki:Internal/OpenFlow/ Go back to OpenFlow index] 2 2 = Configuring the switch through command line interface (CLI) = 3 3 … … 19 19 * troubleshooting 20 20 * User modes and contexts 21 * powering the switch off (properly) 21 22 * available commands / help pages 22 23 * switching contexts and autocompletion (a remark) … … 157 158 When you make changes to the configurations (e.g. create vlan interfaces as in this example), you will see a "!" before the prompt. This is there to remind you that you've made changes that must be saved if you want them to survie a reboot. The command "save" intuitively saves the settings. 158 159 159 '''exiting/ logging off. '''160 '''exiting/ logging off. ''' 160 161 The command `exit` lets you exit from contexts and enabled mode, or lets you log out of the switch if you were just in user mode. 161 162 {{{ … … 165 166 # 166 167 }}} 168 169 '''Shutting down the switch. ''' 170 Only shut the switch off after all users log off (shutting down the switch while someone's configuring it can break files). Use command "reload stop", then flip the power switch on the back of the device. 167 171 168 172 === Finding help/ Some tips. === … … 445 449 ---- 446 450 == Section 2: Access Lists and SNMP == 447 451 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 448 453 === ACLs (Access Control Lists) === 449 454 ACLs keep your switch secure by setting permissions about who can access the CLI. These permissions are set based on IP addresses. The ACL is basically a list of IP address blocks paired with group names stating which IP address blocks are able to communicate with the switch. Access Lists are manipulated using the "access-list" context.