summaryrefslogtreecommitdiff
path: root/interface-templates/ip/rip/split-horizon/disable/node.def
blob: 67ffe7aac8f8d2cdf9c777c8ba4bed0c581a80dc (plain)
1
2
3
4
5
6
7
8
help: Disable split horizon on specified interface
create: vtysh -c "configure terminal" -c "interface $IFNAME" \
    -c "no ip rip split-horizon"
delete: vtysh -c "configure terminal" -c "interface $IFNAME" \
    -c "ip rip split-horizon"

commit:expression: ($VAR(../poison-reverse/) == ""); \
    "You cannot have 'split-horizon poison-reverse' enabled with 'split-horizon' disabled for $IFNAME"