Changes between Initial Version and Version 1 of Internal/OpenFlow/XORP


Ignore:
Timestamp:
Jan 11, 2011, 11:13:03 PM (13 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/XORP

    v1 v1  
     1= XORP Configs for the Quanta =
     2The switch pointed to boot from the cf card will start up with XORP as its default firmware. If the switch is already flashed with the !OpenFlow image, just go back into u-boot and point the boot command to the cfcard boot parameters. The following commands set the XORP switch up as a regular switch in the Grid's data VLAN (8), with a trunk port on ge-1/1/47 (lower rightmost port) living on native VLAN 1 and a telnet-accessible management interface.
     3
     4Set management IP addresson eth0:
     5{{{
     6XorPlus# set interface management-ethernet eth0 address 172.16.20.253/16
     7}}}
     8Configuring VLANs and the trunk port:
     9{{{
     10XorPlus# set vlans vlan-id 8
     11XorPlus# set interface gigabit-ethernet ge-1/1/47 family ethernet-switching port-mode trunk
     12XorPlus# set interface gigabit-ethernet ge-1/1/47 family ethernet-switching native-vlan-id 1
     13XorPlus# set interface gigabit-ethernet ge-1/1/47 family ethernet-switching vlan members 8
     14XorPlus# set interface gigabit-ethernet ge-1/1/1 family ethernet-switching native-vlan-id 1            <<-----------for each interface ge-1/1/1-48
     15}}}
     16Allow telnet access:
     17{{{
     18XorPlus# set system services telnet connection-limit 7
     19}}}
     20save changes:
     21{{{
     22XorPlus# commit
     23XorPlus# save running-to-startup
     24}}}