What is a Protected Port and how do I configure it in cnMatrix

A Protected Port is a port on a Switch that is configured to not forward any traffic to any other port(s) that are also Protected Ports. By default, on a cnMatrix Switch, this option is disabled.

cnMatrix WebGUI

  1. Login to the cnMatrix WebGUI

  2. Click on Layer 2 Management > VLAN > Port Settings

  3. Click the drop down under Port Protected for the interface you wish to change to a Protected Port and select True.

  4. Save the configuration by clicking the Save option in the top right of the page

    web4

cnMatrix CLI

  1. Login to the Switch via SSH or Console

  2. Use the following commands to set a Switchport to protected

    config terminal
    interface <interface>
    switchport protected

    Example

    cli2

  3. Save the configuration by exiting the interface configuration and terminal configuration and typing the below

    copy running-config startup-config

    cli3

cnMaestro

  1. Login to cnMaestro

  2. Click on the Switch Groups menu icon

    cnmae2

  3. Click in to the Switch Group that contains the Switch(es) you wish to modify

    cnmae3

  4. Select the Switch Ports option and then click in to the Port you wish to modify

  5. Select the Security menu option and then scroll down to the Protected Port drop down, change this to Enable and click the Save button.

  6. Push the configuration to the Switch by clicking the Administration menu option on the left side and then select Sync Configuration

    cnmae6

  7. Click the tick box next to the Switch you wish to push the configuration to and select the Sync Now button. Note this maybe disruptive to the network so it is always advised to make changes out of hours where possible.

    cnmae7

XMS-Cloud

  1. Login to XMS-Cloud

  2. Go to Profiles and select the Profile you wish to configure

    xms2

  3. Click the Optimization menu item, expand the Snippet option by selecting the arrow, move the slider to Yes when it asks if you wish to append a CLI Snippet, read and consider the warning, and if you agree, select I Agree.

  4. Scroll down until you see the Switch commands text box and type the following

    config terminal
    interface <interface>
    switchport protected

    Example

    config terminal
    interface gigabitethernet 0/1
    switchport protected

  5. Push the configuration by selecting the Save Configuration option. Note this maybe disruptive to the network so it is always advised to make changes out of hours where possible.

    xms5