summaryrefslogtreecommitdiff
path: root/templates/protocols/ripng/node.def
blob: e2aa904b46034c7ef8ea0dd9948f6104fe15a977 (plain)
1
2
3
4
5
6
7
help: Configure Routing Information Protocol (RIPng) parameters

create: vtysh -c "configure terminal" \
          -c "router ripng"

delete: vtysh -c "configure terminal" \
          -c "no router ripng"