diff options
author | Christian Breunig <christian@breunig.cc> | 2025-01-13 19:52:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-13 19:52:58 +0100 |
commit | 4663c59ac956f33ecadc7f2ebf0c9c7b5de9c8a2 (patch) | |
tree | 858c1e443aabcaef216aaecb072011199957b7ee /smoketest/config-tests/bgp-dmvpn-hub | |
parent | 8a83a976b775d4f24138ee5fff8dcb602789904d (diff) | |
parent | 5e8307bf3a7f816193ca9da8cb290d57bbb375f2 (diff) | |
download | vyos-1x-4663c59ac956f33ecadc7f2ebf0c9c7b5de9c8a2.tar.gz vyos-1x-4663c59ac956f33ecadc7f2ebf0c9c7b5de9c8a2.zip |
Merge pull request #4217 from aapostoliuk/T2326-circinus
nhrp: T2326: NHRP migration to FRR
Diffstat (limited to 'smoketest/config-tests/bgp-dmvpn-hub')
-rw-r--r-- | smoketest/config-tests/bgp-dmvpn-hub | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/smoketest/config-tests/bgp-dmvpn-hub b/smoketest/config-tests/bgp-dmvpn-hub index 30521520a..99f3799a4 100644 --- a/smoketest/config-tests/bgp-dmvpn-hub +++ b/smoketest/config-tests/bgp-dmvpn-hub @@ -4,7 +4,7 @@ set interfaces ethernet eth0 duplex 'auto' set interfaces ethernet eth1 speed 'auto' set interfaces ethernet eth1 duplex 'auto' set interfaces loopback lo -set interfaces tunnel tun0 address '192.168.254.62/26' +set interfaces tunnel tun0 address '192.168.254.62/32' set interfaces tunnel tun0 enable-multicast set interfaces tunnel tun0 encapsulation 'gre' set interfaces tunnel tun0 parameters ip key '1' @@ -21,10 +21,12 @@ set protocols bgp peer-group DMVPN address-family ipv4-unicast set protocols bgp system-as '65000' set protocols bgp timers holdtime '30' set protocols bgp timers keepalive '10' -set protocols nhrp tunnel tun0 cisco-authentication 'secret' -set protocols nhrp tunnel tun0 holding-time '300' +set protocols nhrp tunnel tun0 authentication 'secret' +set protocols nhrp tunnel tun0 holdtime '300' set protocols nhrp tunnel tun0 multicast 'dynamic' +set protocols nhrp tunnel tun0 network-id '1' set protocols nhrp tunnel tun0 redirect +set protocols nhrp tunnel tun0 registration-no-unique set protocols nhrp tunnel tun0 shortcut set protocols static route 0.0.0.0/0 next-hop 100.64.10.0 set protocols static route 172.20.0.0/16 blackhole distance '200' |