Changes between Version 10 and Version 11 of Internal/OpenFlow/CLISetup


Ignore:
Timestamp:
Jul 20, 2009, 10:19:08 PM (15 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/CLISetup

    v10 v11  
    2424}}}
    2525
     26`Ctrl-\ q` ends the kermit session.
     27
    2628If the login prompt doesn't show up, pressing enter a couple of times should do the trick. The default username is `operator`, and the password, blank.
    2729
     
    8890}}}
    8991 
    90  4. Allow login via telnet. This example will limit the number of maximum simultaneous telnet connections to 3. 
     92 4. Allow login via telnet. This will limit the number of maximum simultaneous telnet connections to 3. `save` will allow config changes to survive a reboot, and gets rid of the annoying !'s.
     93 
    9194{{{
    9295!(config)# line vty 0 2
    9396!(config-line)# exit
    9497!(config)#   
    95 }}}
    96  
    97  5. Save the configuration changes to allow it to survive a reboot, and to get rid of the annoying !'s.
    98 {{{
    9998!(config)# save
    10099(config)# exit
     
    113112!(dhcp-config)# lease 0 0 10
    114113}}}
    115 
    116 == Command `ppupdate`, not actually needed (6/15) ==
    117 The manual specified the command `ppupdate` for updating the firmware. This command copies new firmware (i.e. downloaded with ftp) on to the switch's flash memory. parameters usable:
    118 
    119 `ppupdate [test][no-display][-f][no-reload]<file name>`   
    120 
    121  * `test` - only tests firmware, but doesn't update the firmware
    122  * `no-display` - does not show status messages while firmware is being updated
    123  * `-f` - update without confirmation
    124  * `no-reload` - does not reboot switch after update, so changes take place after next restart
    125  * `file-name` - the firmware, usually named k.img
    126114
    127115== The right way to flash the switch (6/16) ==