summaryrefslogtreecommitdiff
path: root/templates/protocols/rip/timers/node.def
blob: c8132c64b5d1e64e5cab0f80a4059e559fbe1dc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
help: 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