# Copyright (C) 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

Scenarios
=========



---- Enable Voice Vlan on a port with voice traffic in vlan 100 and data traffic in vlan 1

switch# net add interface swp1 bridge voice-vlan 100 data-vlan 1
switch# net commit


---- Enable Voice Vlan on a port with voice traffic in vlan 100 and data traffic in bridge pvid

switch# net add interface swp1 bridge voice-vlan 100
switch# net commit


---- Enable Voice Vlan on a port in which voice traffic and data traffic would be in bridge pvid

switch# net add interface swp1 bridge voice-vlan
switch# net commit


---- Enable voice vlan on a port in which voice traffic and data traffic would be in the port pvid, 10


switch# net add interface swp1 bridge voice-vlan data-vlan 10
switch# net commit
