blob: 4a24bf6eb4572a66781fe938db44ea2a4f852984 (
plain)
1
2
3
4
5
6
7
|
help: Enable MPLS-TE functionality
create:expression: "vtysh -c \"configure terminal\" \
-c \"router ospf\" \
-c \"mpls-te on\"; "
delete:expression: "vtysh -c \"configure terminal\" \
-c \"router ospf\" \
-c \"no mpls-te\"; "
|