Changeset 2980 in genesis


Ignore:
Timestamp:
Oct 20, 2004, 9:00:41 AM (20 years ago)
Author:
ruben
Message:
 
Location:
nodes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • nodes/CNodeCeTIM1/wleiden.conf

    r2605 r2980  
    2424$AGGREGATE=23;
    2525
    26 $config{'sis0'}=sprintf <<SIS0;  # Ethernet
     26$config{'sis1'}=sprintf <<SIS1;  # Ethernet
    2727TYPE=ethernet
    2828IP=172.17.143.1/24
     
    3838OSPF_NEIGHBORS=no
    3939
    40 SIS0
     40SIS1
    4141
    42 $config{'sis0:0'}=sprintf <<SIS00;  # Ethernet
     42$config{'sis1:0'}=sprintf <<SIS00;  # Ethernet
    4343TYPE=ethernet
    4444IP=172.16.254.1/28
     
    6060
    6161
    62 $config{'sis0:1'}=sprintf <<SIS01;  # Ethernet
     62$config{'sis1:1'}=sprintf <<SIS11;  # Ethernet
    6363TYPE=ethernet
    6464IP=172.31.255.4/28
     
    7676OSPF_NEIGHBORS=no
    7777
    78 SIS01
     78SIS11
    7979                                                                               
    8080
  • nodes/CNodeCeTIM2/wleiden.conf

    r2780 r2980  
    2727$AGGREGATE=24;
    2828
    29 $config{'sis0'}=sprintf <<SIS0;  # Ethernet
     29$config{'sis1'}=sprintf <<sis1;  # Ethernet
    3030TYPE=ethernet
    3131IP=172.17.143.2/24
     
    4141OSPF_NEIGHBORS=no
    4242
    43 SIS0
    44 
    45 $config{'sis0:0'}=sprintf <<SIS00;  # Ethernet
     43sis1
     44
     45$config{'sis1:0'}=sprintf <<sis10;  # Ethernet
    4646TYPE=ethernet
    4747IP=172.16.254.2/28
     
    5959OSPF_NEIGHBORS=172.16.254.1 172.16.254.3
    6060                                                                               
    61 SIS00
    62 
    63 $config{'sis0:1'}=sprintf <<SIS01;  # Ethernet
     61sis10
     62
     63$config{'sis1:1'}=sprintf <<sis11;  # Ethernet
    6464TYPE=ethernet
    6565IP=172.31.255.2/28
     
    7777OSPF_NEIGHBORS=no
    7878
    79 SIS01
     79sis11
    8080                                                                               
    8181
  • nodes/CNodeCeTIM3/wleiden.conf

    r2959 r2980  
    2626$AGGREGATE=24;
    2727
    28 $config{'sis0'}=sprintf <<SIS0;  # Ethernet
     28$config{'sis1'}=sprintf <<sis1;  # Ethernet
    2929TYPE=ethernet
    3030IP=172.17.143.3/24
     
    4040OSPF_NEIGHBORS=no
    4141
    42 SIS0
    43 
    44 $config{'sis0:0'}=sprintf <<SIS00;  # Ethernet
     42sis1
     43
     44$config{'sis1:0'}=sprintf <<sis10;  # Ethernet
    4545TYPE=ethernet
    4646IP=172.16.254.3/28
     
    5959OSPF_NEIGHBORS=172.16.254.2 172.16.254.3
    6060
    61 SIS00
    62 
    63 $config{'sis0:1'}=sprintf <<SIS01;  # Ethernet
     61sis10
     62
     63$config{'sis1:1'}=sprintf <<sis11;  # Ethernet
    6464TYPE=ethernet
    6565IP=172.31.255.3/28
     
    7878OSPF_NEIGHBORS=no
    7979
    80 SIS01
     80sis11
    8181
    8282
Note: See TracChangeset for help on using the changeset viewer.