diff options
Diffstat (limited to 'smoketest/configs/assert/basic-system-ip-protocol')
| -rw-r--r-- | smoketest/configs/assert/basic-system-ip-protocol | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/smoketest/configs/assert/basic-system-ip-protocol b/smoketest/configs/assert/basic-system-ip-protocol new file mode 100644 index 000000000..870ffa8f5 --- /dev/null +++ b/smoketest/configs/assert/basic-system-ip-protocol @@ -0,0 +1,30 @@ +set system ip protocol any route-map 'stub' +set system ip protocol babel route-map 'stub' +set system ip protocol bgp route-map 'stub' +set system ip protocol eigrp route-map 'stub' +set system ip protocol isis route-map 'stub' +set system ip protocol ospf route-map 'stub' +set system ip protocol rip route-map 'stub' +set system ip protocol static route-map 'stub' +set system ipv6 protocol any route-map 'stub' +set system ipv6 protocol babel route-map 'stub' +set system ipv6 protocol bgp route-map 'stub' +set system ipv6 protocol isis route-map 'stub' +set system ipv6 protocol ospfv3 route-map 'stub' +set system ipv6 protocol ripng route-map 'stub' +set system ipv6 protocol static route-map 'stub' +set vrf name red ip protocol any route-map 'stub' +set vrf name red ip protocol babel route-map 'stub' +set vrf name red ip protocol bgp route-map 'stub' +set vrf name red ip protocol eigrp route-map 'stub' +set vrf name red ip protocol isis route-map 'stub' +set vrf name red ip protocol ospf route-map 'stub' +set vrf name red ip protocol rip route-map 'stub' +set vrf name red ip protocol static route-map 'stub' +set vrf name red ipv6 protocol any route-map 'stub' +set vrf name red ipv6 protocol babel route-map 'stub' +set vrf name red ipv6 protocol bgp route-map 'stub' +set vrf name red ipv6 protocol isis route-map 'stub' +set vrf name red ipv6 protocol ospfv3 route-map 'stub' +set vrf name red ipv6 protocol ripng route-map 'stub' +set vrf name red ipv6 protocol static route-map 'stub' |
