Changes between Version 8 and Version 9 of Internal/OpenFlow/XORP


Ignore:
Timestamp:
Aug 16, 2011, 4:53:48 PM (13 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/XORP

    v8 v9  
    106106 * "help" or "?" for a list of commands
    107107This script also has to be run as root.
     108
     109{{{
     110# ./swconf.sh
     111> ?
     112iface [eth0|eth1] [IP addr] - Configure management interface address. Address is in CIDR form (e.g 172.16.0.30/16)
     113vlan [VLAN ID] - instantiate a VLAN interface of tag [VLAN ID]
     114ports [min] [max] - Configure VLAN and mode of ports between [min] and [max] inclusive
     115save - Commit changes to memory
     116exit - exit script
     117help - display this list (equivalent to '?')
     118clear - clear the screen
     119}}}
     120{{{
     121> ports 2 7
     122(ports)# ?
     123vlan [1..1020]: set native vlan for ports
     124mode [access|trunk]
     125delete: wipe out port settings
     126range [min] [max]: configure new range of ports
     127exit: exit from port context
     128}}}
     129
    108130=== SSH/Telnet login ===
    109131Verbatim from FAQs (but not in the CLI users manual):