Changes between Initial Version and Version 1 of Internal/OpenFlow/OrbitSwitches/sw-outside


Ignore:
Timestamp:
Mar 22, 2011, 7:44:31 PM (13 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/OrbitSwitches/sw-outside

    v1 v1  
     1= sw-outside  =
     2This is a publicly accessible switch outside of the firewall, making it a bit shady.
     3
     4'''Access :''' 172.16.0.248/16
     5 
     6== switch layout ==
     7
     812 ports are allocated to external (VLAN 50) and public VLAN 3716. Aside from trunk (port 0/48, VLANs 1,50,and 3715), the rest are non-configured.
     9
     10== VLANs ==
     11{{{
     12Date 2011/03/22 19:30:17 UTC
     13VLAN counts:5
     14ID   Status  Fwd/Up /Cfg Name             Type  Protocol         Ext.  IP
     15   1 Up        1/  1/ 18 VLAN0001         Port  -                - - - 4
     16  50 Up       13/ 13/ 17 external         Port  -                - - - -
     17 901 Down      0/  0/  0 VLAN0901         Port  -                - - - -
     183715 Down      0/  0/  0 Tango 1          Port  -                - - - -
     193716 Down      0/  0/ 16 Tango 2          Port  -                - - - -
     20}}}
     21 
     22== Port Assignments ==
     23''switch diagram, followed by output of command `show port vlan`. template for the diagram can be found as attachment below.''
     24[[Image(sw-outside.jpg)]]
     25
     26{{{
     27sw-outside# sh po vl
     28Date 2011/03/22 19:34:16 UTC
     29Port Counts: 50
     30Port  Name           Status Type        VLAN
     31 0/ 1 geth0/1        up     Access      50  (external)
     32 0/ 2 geth0/2        up     Access      50  (external)
     33 0/ 3 geth0/3        up     Access      50  (external)
     34 0/ 4 geth0/4        up     Access      50  (external)
     35 0/ 5 geth0/5        up     Access      50  (external)
     36 0/ 6 geth0/6        up     Access      50  (external)
     37 0/ 7 geth0/7        up     Access      50  (external)
     38 0/ 8 geth0/8        up     Access      50  (external)
     39 0/ 9 geth0/9        up     Access      50  (external)
     40 0/10 geth0/10       up     Access      50  (external)
     41 0/11 geth0/11       up     Access      50  (external)
     42 0/12 geth0/12       up     Access      50  (external)
     43 0/13 geth0/13       down   Access      50  (external)
     44 0/14 geth0/14       down   Access      50  (external)
     45 0/15 geth0/15       down   Access      50  (external)
     46 0/16 geth0/16       down   Access      50  (external)
     47 0/17 geth0/17       down   Access      3716(Tango 2)
     48 0/18 geth0/18       down   Access      3716(Tango 2)
     49 0/19 geth0/19       down   Access      3716(Tango 2)
     50 0/20 geth0/20       down   Access      3716(Tango 2)
     51 0/21 geth0/21       down   Access      3716(Tango 2)
     52 0/22 geth0/22       down   Access      3716(Tango 2)
     53 0/23 geth0/23       down   Access      3716(Tango 2)
     54 0/24 geth0/24       down   Access      3716(Tango 2)
     55 0/25 geth0/25       down   Access      3716(Tango 2)
     56 0/26 geth0/26       down   Access      3716(Tango 2)
     57 0/27 geth0/27       down   Access      3716(Tango 2)
     58 0/28 geth0/28       down   Access      3716(Tango 2)
     59 0/29 geth0/29       down   Access      3716(Tango 2)
     60 0/30 geth0/30       down   Access      3716(Tango 2)
     61 0/31 geth0/31       down   Access      3716(Tango 2)
     62 0/32 geth0/32       down   Access      3716(Tango 2)
     63 0/33 geth0/33       down   Access      1   (VLAN0001)
     64 0/34 geth0/34       down   Access      1   (VLAN0001)
     65 0/35 geth0/35       down   Access      1   (VLAN0001)
     66 0/36 geth0/36       down   Access      1   (VLAN0001)
     67 0/37 geth0/37       down   Access      1   (VLAN0001)
     68 0/38 geth0/38       down   Access      1   (VLAN0001)
     69 0/39 geth0/39       down   Access      1   (VLAN0001)
     70 0/40 geth0/40       down   Access      1   (VLAN0001)
     71 0/41 geth0/41       down   Access      1   (VLAN0001)
     72 0/42 geth0/42       down   Access      1   (VLAN0001)
     73 0/43 geth0/43       down   Access      1   (VLAN0001)
     74 0/44 geth0/44       down   Access      1   (VLAN0001)
     75 0/45 geth0/45       down   Access      1   (VLAN0001)
     76 0/46 geth0/46       down   Access      1   (VLAN0001)
     77 0/47 geth0/47       down   Access      1   (VLAN0001)
     78 0/48 geth0/48       up     Trunk       1,50,3715
     79 0/49 tengeth0/49    down   Access      1   (VLAN0001)
     80 0/50 tengeth0/50    down   Access      1   (VLAN0001)
     81}}}
     82== Legacy Configurations ==
     83none, really. 
     84
     85== !OpenFlow configurations ==
     86Each VLAN is its own virtual switch. The following is the contents of openflow.conf.
     87{{{
     88sw-outside# showswitch
     89vlan    ports                                           secure channel     
     90----    -----                                           --------------     
     913716    17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28  connected           
     92        29, 30, 31, 32.3716                                                 
     93}}}
     94{{{
     95sw-outside# cat /mnt/openflow.conf
     96setvsi 3716 17-31,32.3716 tcp 172.16.0.4:6633 dpid 0x001010371600
     97}}}
     98