Changes between Version 30 and Version 31 of Internal/OpenFlow/CLISetup


Ignore:
Timestamp:
Jan 31, 2010, 10:40:37 PM (14 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/CLISetup

    v30 v31  
    1 
     1[wiki:Internal/OpenFlow/  Go back to OpenFlow index]
    22= Configuring the switch through command line interface (CLI) =
    33
     
    1919  * troubleshooting
    2020 * User modes and contexts
     21  * powering the switch off (properly)
    2122  * available commands / help pages
    2223  * switching contexts and autocompletion (a remark)
     
    157158When 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.
    158159
    159 '''exiting/ logging off.'''
     160'''exiting/ logging off. '''
    160161The 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.
    161162{{{
     
    165166#
    166167}}}
     168
     169'''Shutting down the switch. '''
     170Only 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.
    167171
    168172=== Finding help/ Some tips. ===
     
    445449----
    446450== Section 2: Access Lists and SNMP ==
    447 
     451Assuming 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 
    448453=== ACLs (Access Control Lists) ===
    449454ACLs 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.