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 <dsa@cumulusnetworks.com>
This commit is contained in:
David Ahern 2016-02-29 15:22:56 -08:00
parent d1d103e17a
commit fc7e1fa2cc

15
docs/examples/mgmt-vrf Normal file
View File

@ -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