Changes between Version 3 and Version 4 of Internal/OpenFlow/CLISetup


Ignore:
Timestamp:
Jun 26, 2009, 5:46:00 PM (15 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/CLISetup

    v3 v4  
     1= NEC switch configuration through command line interface (CLI) =
     2
    13The IP8800/S3640-48T2XW and IP8800/S3640-24T2XW are the two models of NEC switch that support OpenFlow. This page explains how to configure the IP8800/S3640-48T2XW NEC switch through the CLI. 
    24
     
    5153
    5254
    53 ''' 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: '''
     55If, 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:
    5456
    5557{{{
     
    7779!(config)# interface gigabitethernet 0/27
    7880!(config-if)# switchport mode access
    79 !(config-if)# swi acc vlan 4         (note the shorthand used here)
     81!(config-if)# swi acc vlan 4         
    8082!(config-if)# exit
    8183}}}
     
    103105}}}
    104106
    105 
     107[wiki:Documentation/OpenFlow/  Go back to !OpenFlow index]