wiki:Internal/OpenFlow/XORP

Version 1 (modified by akoshibe, 13 years ago) ( diff )

XORP Configs for the Quanta

The 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.

Set management IP addresson eth0:

XorPlus# set interface management-ethernet eth0 address 172.16.20.253/16

Configuring VLANs and the trunk port:

XorPlus# set vlans vlan-id 8
XorPlus# set interface gigabit-ethernet ge-1/1/47 family ethernet-switching port-mode trunk
XorPlus# set interface gigabit-ethernet ge-1/1/47 family ethernet-switching native-vlan-id 1
XorPlus# set interface gigabit-ethernet ge-1/1/47 family ethernet-switching vlan members 8
XorPlus# set interface gigabit-ethernet ge-1/1/1 family ethernet-switching native-vlan-id 1            <<-----------for each interface ge-1/1/1-48

Allow telnet access:

XorPlus# set system services telnet connection-limit 7

save changes:

XorPlus# commit
XorPlus# save running-to-startup

Attachments (3)

  • swconf.sh (3.8 KB ) - added by akoshibe 13 years ago.
  • lb9a.rb (6.5 KB ) - added by akoshibe 13 years ago. companion library to network configuration script
  • swconf.rb (4.1 KB ) - added by akoshibe 13 years ago. over-network range configuration script

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.