From fc7e1fa2cc763e58ccb7296e92f9e754aeba58f5 Mon Sep 17 00:00:00 2001 From: David Ahern Date: Mon, 29 Feb 2016 15:22:56 -0800 Subject: [PATCH] docs: Add example config for mgmt-vrf Ticket: none Reviewed By: none Add example of how to configure management vrf. Signed-off-by: David Ahern --- docs/examples/mgmt-vrf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/examples/mgmt-vrf diff --git a/docs/examples/mgmt-vrf b/docs/examples/mgmt-vrf new file mode 100644 index 0000000..2535603 --- /dev/null +++ b/docs/examples/mgmt-vrf @@ -0,0 +1,15 @@ + +# Example config for management VRF +# - 'vrf-default-route no' tells ifupdown2 not to install +# the default unreachable route (dhclient will add the +# default route) + +auto eth0 +iface eth0 inet dhcp + vrf vrf-mgmt + +auto vrf-mgmt +iface vrf-mgmt + vrf-table 252 + vrf-default-route no +