summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/max-metric/router-lsa/administrative/node.def
blob: d0ec588ae523968fc7a10a0f39c04c38a652d5b2 (plain)
1
2
3
4
5
6
7
help: Administratively apply, for an indefinite period
create:expression: "vtysh -c \"configure terminal\" \
       -c \"router ospf\" \
       -c \"max-metric router-lsa administrative\"; "
delete:expression: "vtysh -c \"configure terminal\" \
       -c \"router ospf\" \
       -c \"no max-metric router-lsa administrative \"; "