]> git.puffer.fish Git - mirror/frr.git/commitdiff
topotests: speed up MSDP convergence speed 8979/head
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Sun, 4 Jul 2021 14:17:10 +0000 (11:17 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Sun, 4 Jul 2021 14:17:10 +0000 (11:17 -0300)
Decrease the connection retry time to reduce test duration on connection
failures.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
tests/topotests/msdp_mesh_topo1/r1/pimd.conf
tests/topotests/msdp_mesh_topo1/r2/pimd.conf
tests/topotests/msdp_mesh_topo1/r3/pimd.conf
tests/topotests/msdp_topo1/r1/pimd.conf
tests/topotests/msdp_topo1/r2/pimd.conf
tests/topotests/msdp_topo1/r3/pimd.conf
tests/topotests/msdp_topo1/r4/pimd.conf

index 49341efa5797a7d6b452d0d5f4764ca8607f744d..30cecee9e1ecf55722a158fe55708ad8724fc7dc 100644 (file)
@@ -10,6 +10,7 @@ interface r1-eth1
  ip igmp
 !
 ip pim rp 10.254.254.1
+ip msdp timers 10 20 3
 ip msdp mesh-group mg-1 source 10.254.254.1
 ip msdp mesh-group mg-1 member 10.254.254.2
 ip msdp mesh-group mg-1 member 10.254.254.3
index 9005263ed7ef559096c90ddb22058124d3d9e52b..a51c6d58c759da09f896457eb86797a9842d20a3 100644 (file)
@@ -9,6 +9,7 @@ interface r2-eth1
  ip pim
 !
 ip pim rp 10.254.254.2
+ip msdp timers 10 20 3
 ip msdp mesh-group mg-1 source 10.254.254.2
 ip msdp mesh-group mg-1 member 10.254.254.1
 ip msdp mesh-group mg-1 member 10.254.254.3
index 30e114856156e745e3fb24e146491a255f6ced28..663f78620e1334eb26dca55f3297c0b01328c336 100644 (file)
@@ -10,6 +10,7 @@ interface r3-eth1
  ip igmp
 !
 ip pim rp 10.254.254.3
+ip msdp timers 10 20 3
 ip msdp mesh-group mg-1 source 10.254.254.3
 ip msdp mesh-group mg-1 member 10.254.254.1
 ip msdp mesh-group mg-1 member 10.254.254.2
index 7f2958ac8c0bfcbf5f98a254fc8a7b08fc503826..fc289031f44e161656dcc81d4d21e217f61cfd1a 100644 (file)
@@ -15,6 +15,7 @@ interface r1-eth2
  ip pim
  ip igmp
 !
+ip msdp timers 10 20 3
 ip msdp peer 192.168.0.2 source 192.168.0.1
 ip msdp peer 192.168.1.2 source 192.168.1.1
 ip pim rp 10.254.254.1
index dc4e0fa0ea6b3730cd8a23b349a74b420190effd..ffa80b12d30dcd73eb1119ea2bffd1113644fe2c 100644 (file)
@@ -11,6 +11,7 @@ interface r2-eth0
 interface r2-eth1
  ip pim
 !
+ip msdp timers 10 20 3
 ip msdp peer 192.168.0.1 source 192.168.0.2
 ip msdp peer 192.168.2.2 source 192.168.2.1
 ip pim rp 10.254.254.2
index 7dae3d6da851b105a27f72158e3f6b61021b3610..ab12f0573a2b82a91b1c45408631a95ae2a6f17b 100644 (file)
@@ -11,6 +11,7 @@ interface r3-eth0
 interface r3-eth1
  ip pim
 !
+ip msdp timers 10 20 3
 ip msdp peer 192.168.1.1 source 192.168.1.2
 ip msdp peer 192.168.3.2 source 192.168.3.1
 ip pim rp 10.254.254.3
index 1b422f7780883cab990aa2b4f14f6f60ff113322..b2e05cb3cb63ca5e5f58a6ac4f4e46ac50e01e0a 100644 (file)
@@ -15,6 +15,7 @@ interface r4-eth2
  ip pim
  ip igmp
 !
+ip msdp timers 10 20 3
 ip msdp peer 192.168.2.1 source 192.168.2.2
 ip msdp peer 192.168.3.1 source 192.168.3.2
 ip pim rp 10.254.254.4