Changes between Version 3 and Version 4 of Internal/OpenFlow/CLISetup
- Timestamp:
- Jun 26, 2009, 5:46:00 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/CLISetup
v3 v4 1 = NEC switch configuration through command line interface (CLI) = 2 1 3 The 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. 2 4 … … 51 53 52 54 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: ''' 55 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: 54 56 55 57 {{{ … … 77 79 !(config)# interface gigabitethernet 0/27 78 80 !(config-if)# switchport mode access 79 !(config-if)# swi acc vlan 4 (note the shorthand used here)81 !(config-if)# swi acc vlan 4 80 82 !(config-if)# exit 81 83 }}} … … 103 105 }}} 104 106 105 107 [wiki:Documentation/OpenFlow/ Go back to !OpenFlow index]