diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-02-07 20:33:18 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-02-07 20:33:18 +0100 |
commit | 0dd41096f14771ffa476f52793308bffac51b59a (patch) | |
tree | 98873a34e4d7bbc8f88fe902704ab9b73343cc41 /smoketest/configs/rip-router | |
parent | 7dc37d1bcdddd11bb1f1bec766f07f5657909528 (diff) | |
download | vyos-1x-0dd41096f14771ffa476f52793308bffac51b59a.tar.gz vyos-1x-0dd41096f14771ffa476f52793308bffac51b59a.zip |
smoketest: configs: rip: add VLAN interfaces to test migration scripts
Diffstat (limited to 'smoketest/configs/rip-router')
-rw-r--r-- | smoketest/configs/rip-router | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/smoketest/configs/rip-router b/smoketest/configs/rip-router index 76159bd11..0a3a41103 100644 --- a/smoketest/configs/rip-router +++ b/smoketest/configs/rip-router @@ -24,6 +24,52 @@ interfaces { duplex auto smp-affinity auto speed auto + vif 20 { + ip { + rip { + authentication { + plaintext-password VyOSsecure + } + split-horizon { + poison-reverse + } + } + } + } + vif-s 200 { + ip { + rip { + authentication { + md5 1 { + password VyOSsecure + } + } + split-horizon { + disable + } + } + } + vif-c 2000 { + ip { + rip { + authentication { + md5 1 { + password VyOSsecure + } + } + } + } + } + vif-c 3000 { + ip { + rip { + split-horizon { + disable + } + } + } + } + } } } protocols { @@ -33,6 +79,10 @@ protocols { originate } interface eth0 + interface eth1.20 + interface eth1.200 + interface eth1.200.2000 + interface eth1.200.3000 network 192.168.0.0/24 redistribute { connected { |