summaryrefslogtreecommitdiff
path: root/templates/protocols/rip/timers/node.def
blob: 51b2cf1715c9e242a98ab3b5bbe3fd16bc85e2b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
help: Set RIP timer values

delete: touch /tmp/rip-timers.$PPID

end: vtysh -c "configure terminal" -c "router rip" -c "no timers basic"
    if [ -f "/tmp/rip-timers.$PPID" ]; then
       rm -rf /tmp/rip-timers.$PPID
    else
       vtysh -c "configure terminal" -c "router rip"  \
             -c "timers basic $VAR(./update/@) $VAR(./timeout/@) $VAR(./garbage-collection/@)"
    fi