Project

General

Profile

Actions

Task #7156

closed

Add new sunrise link to infrastrucure, introduce policy routing

Added by Nico Schottelius over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Target version:
-
Start date:
09/18/2019
Due date:
% Done:

0%

Estimated time:
PM Check date:

Description

  • We get a new uplink from Sunrise
    • configure interfaces / peering
  • We need to add the full routing table now
    • We don't receive a default route anymore
    • Adding full routing table caused router1.place6 to go to 100% cpu usage on various softirqd threads
      • Needs debugging
    • Phase in router2.place6 for taking some traffic part by part and see when/how/if cpu spikes there, too
  • Init7 link will be temporarily off for about 1-3 months
    • Will be back as a 10 gbit/s link afterwards
    • Traffic will be handled by netstream and sunrise links meanwhile

Related issues 1 (0 open1 closed)

Related to Open Infrastructure - Task #7160: Phase in 2 new routers to avoid softirqd problemClosedNico Schottelius09/20/2019

Actions
Actions #1

Updated by Nico Schottelius over 4 years ago

[14:08] line:~% sipcalc -s /3 0.0.0.0/0  
-[ipv4 : 0.0.0.0/0] - 0

[Split network]
Network            - 0.0.0.0         - 31.255.255.255
Network            - 32.0.0.0        - 63.255.255.255
Network            - 64.0.0.0        - 95.255.255.255
Network            - 96.0.0.0        - 127.255.255.255
Network            - 128.0.0.0       - 159.255.255.255
Network            - 160.0.0.0       - 191.255.255.255
Network            - 192.0.0.0       - 223.255.255.255
Network            - 224.0.0.0       - 255.255.255.255
Actions #2

Updated by Nico Schottelius over 4 years ago

  • Description updated (diff)
Actions #3

Updated by Nico Schottelius over 4 years ago

  • Description updated (diff)
Actions #4

Updated by Nico Schottelius over 4 years ago

  • 2019-09-18, ca. 1530 KST: enabled 0.0.0.0/3 to go through router2.place6 with full routing table
  • 2019-09-18, ca. 1600 KST: enabled 32.0.0.0/3 to go through router2.place6 with full routing table
Actions #5

Updated by Nico Schottelius over 4 years ago

  • Related to Task #7160: Phase in 2 new routers to avoid softirqd problem added
Actions #6

Updated by Nico Schottelius over 4 years ago

Configuring network on router2.place5:

# Sunrise
auto bond0.102
iface bond0.102 inet6 static
  address 2001:1700:3500::12
  netmask 64
  post-up /sbin/ip link set $IFACE mtu 9000
  vlan-raw-device bond0

iface bond0.102 inet static
  address 195.141.230.103
  netmask 255.255.255.254
  vlan-raw-device bond0

[18:54:33] router2.place5:/etc/network/interfaces.d# ifup bond0.102                                                           
[18:54:42] router2.place5:/etc/network/interfaces.d# 

Switch config

Et41                      connected    1        a-full a-1G   1000BASE-SX   

switch1-place5(config)#interface ethernet 41
switch1-place5(config-if-Et41)#switchport trunk allowed vlan 101,102
switch1-place5(config-if-Et41)#switchport mode trunk 
switch1-place5(config-if-Et41)#write 
Copy completed successfully.
switch1-place5(config-if-Et41)#

Actions #7

Updated by Nico Schottelius over 4 years ago

switch1-place5(config-if-Et41)#vlan 101
switch1-place5(config-vlan-101)#name sunrise_router1
switch1-place5(config-vlan-101)#vlan 102
switch1-place5(config-vlan-102)#name sunrise_router2
switch1-place5(config-vlan-102)#write 
Copy completed successfully.

Receiving packets from peer:

64 bytes from 2001:1700:3500::11: icmp_seq=296 ttl=64 time=0.977 ms
64 bytes from 2001:1700:3500::11: icmp_seq=297 ttl=64 time=1.01 ms
64 bytes from 2001:1700:3500::11: icmp_seq=298 ttl=64 time=0.988 ms
64 bytes from 2001:1700:3500::11: icmp_seq=299 ttl=64 time=0.997 ms
64 bytes from 2001:1700:3500::11: icmp_seq=300 ttl=64 time=1.00 ms

64 bytes from 195.141.230.102: icmp_seq=474 ttl=255 time=0.937 ms
64 bytes from 195.141.230.102: icmp_seq=475 ttl=255 time=0.943 ms
Actions #8

Updated by Nico Schottelius over 4 years ago

Saving config, updating with new bgp type

[19:04:41] router2.place5:/etc/bird# rsync -av /etc/bird/ ~/bird20190921
sending incremental file list
created directory /root/bird20190921
./
bird.conf
bird.conf.ucf-dist
bird6.conf
bird6.conf.ucf-dist
envvars
general.conf
init7_v4.conf
init7_v6.conf
router1_place5_ungleich_ch_v4.conf
router1_place5_ungleich_ch_v6.conf
router1_place6_ungleich_ch_v4.conf
router1_place6_ungleich_ch_v6.conf
router2_place6_ungleich_ch_v4.conf
router2_place6_ungleich_ch_v6.conf
router_id.conf
switch1_place10_ungleich_ch_v6.conf
switch1_place5_ungleich_ch_v6.conf
switch1_place6_ungleich_ch_v6.conf
switch1_place8_ungleich_ch_v6.conf
switch2_place5_ungleich_ch_v6.conf
switch2_place6_ungleich_ch_v6.conf
switch2_place8_ungleich_ch_v6.conf
switch3_place6_ungleich_ch_v6.conf
switch4_place6_ungleich_ch_v6.conf
switch5_place6_ungleich_ch_v6.conf
switch6_place6_ungleich_ch_v6.conf
ungleich-routes-place5_v4.conf
ungleich-routes-place5_v6.conf

sent 21,681 bytes  received 592 bytes  44,546.00 bytes/sec
total size is 19,302  speedup is 0.87
[19:04:48] router2.place5:/etc/bird# 
Actions #9

Updated by Nico Schottelius over 4 years ago

  • Status changed from In Progress to Closed

Added long time ago

Actions

Also available in: Atom PDF