# Copyright (C) 2016-2017 Cumulus Networks, inc.
#
# All Rights reserved.
#
# This software is subject to the Cumulus Networks End User License Agreement available
# at the following locations:.
#
# Internet: https://cumulusnetworks.com/downloads/eula/latest/view/
#
# Cumulus Linux systems: /usr/share/cumulus/EULA.txt

When enabling management VRF the SSH daemon will be restarted as part of
the 'net commit'.  This will cause your SSH session to drop, this is expected
behavior.

switch# net add vrf mgmt
switch# net commit


=======================================
Running a Service in the Management VRF
=======================================
By default services like SNMP, NTP, and installed 3rd party agents run in the
default VRF and thus can only provide service using the default VRF table via
interfaces also in the default VRF. If a service is desired to use the eth0
interface with management VRF applied the service must be restarted in the
management VRF.

