summaryrefslogtreecommitdiff
path: root/templates/protocols/rip/node.def
blob: 05cf72b1d708d3ab3c8669bdf54c39980a22b339 (plain)
1
2
3
4
help: Configure Routing Information Protocol (RIP) parameters
create: sudo /opt/vyatta/sbin/quagga-manager start ripd
        vyatta-vtysh -c "configure terminal" -c "router rip"
delete: vyatta-vtysh -c "configure terminal" -c "no router rip"