Serhad Ali Turhan

updated

3 years ago

Closed

0

1071

April 24th, 2023 04:00

Error: Vlan is not in default mode Vl 3000

Hi,

I'm trying to implement PVLAN in my environment. I've 2 stacked S4048-ON with couple of VMware ESXi hosts. I've created VLAN 3000 to configure it as private-vlan primary. But when I entered "private-vlan mode primary" command under interface vlan 3000, it gives "% Error: Vlan is not in default mode Vl 3000." error. The same error is displayed when I try to configure the VLAN as isolated or community, too. What is the missing part in my configuration? Has anyone encountered this issue before? 

Thanks,

  • DELL-Charles R

    Moderator

    4730 Posts

    25476 Points

    544

    0

    Posted April 27th, 2023 06:00

    Hello Serhad Ali Turhan,

     

     

    Description

    When trying to configure private VLAN, for example on VLAN 1100, you may receive an error stating the VLAN interface is not in default mode.

     

    Command

    Parameters

    S4810#configure

    Enter global configuration mode.

    S4810(config)# interface vlan 1100

    Enter the a specific VLAN interface.

    S4810(conf-if-vl-1100)#private-vlan mode primary

    Set the private-vlan mode to primary on the VLAN interface.

    % Error: Vlan is not in default mode Vl 1100

    Error stating VLAN is not in default mode.

    S4810(conf-if-vl-1100)#exit

    Return to global configuration.

     

    Solution

    After checking to make sure the desired VLAN has default configurations, check to see if the switch has ip igmp snooping enabled globally near the bottom of the running configuration:

     

    !

    ip igmp snooping enable

    !

     

    To configure private VLAN, disable IP IGMP snooping on the desired VLAN interface:

     

    Command

    Parameters

    S4810#configure

    Enter global configuration mode.

    S4810(config)# interface vlan 1100

    Enter the a specific VLAN interface.

    S4810(conf-if-vl-1100)#no ip igmp snooping

    Disable ip igmp snooping on the VLAN interface.

    S4810(conf-if-vl-1100)#private-vlan mode primary

    Set the private-vlan mode to primary on the VLAN interface.

    S4810(conf-if-vl-1100)#exit

    Return to global configuration.

     

    DELL-Charles R

    Social Media and Communities Professional
    Dell Technologies | Enterprise Support Services
    #IWork4Dell

    Did I answer your query? Please click on ‘Accept as Solution’. ‘Thumbs up’ the posts you like!

  • DELL-Charles R

    Moderator

    4730 Posts

    25476 Points

    590

    0

    Posted April 24th, 2023 10:00

    Hello Serhad Ali Turhan,

     

    Can you let us know the OS version you are on?

     

    I'll start off with these I think may help:

     

    Private VLANs : https://dell.to/3oCSQXu

     

        See section: Configure a PVLAN domain  example commands

        https://dell.to/3oCxDgu

     

             Related Video : Private VLANs on SmartFabric OS10

              https://dell.to/3oCxDgu

     

    DELL-Charles R

    Social Media and Communities Professional
    Dell Technologies | Enterprise Support Services
    #IWork4Dell

    Did I answer your query? Please click on ‘Accept as Solution’. ‘Thumbs up’ the posts you like!

  • 571

    0

    Posted April 26th, 2023 07:00

    Hi,

    I'm using OS 9.14.2 on the switches. I've followed related official user guide by the way.

    Thanks,

  • DELL-Charles R

    Moderator

    4730 Posts

    25476 Points

    570

    0

    Posted April 26th, 2023 08:00

    Hello Serhad Ali Turhan,

     

    Thank you for the reply. The information I provided previously was OS10.

     

    For OS9 check this documentation:

    Dell EMC Command Line Reference Guide for the S4048T–ON System 9.14.2.0

    Private VLAN page 1233 : https://dell.to/3oOMqV9

    DELL-Charles R

    Social Media and Communities Professional
    Dell Technologies | Enterprise Support Services
    #IWork4Dell

    Did I answer your query? Please click on ‘Accept as Solution’. ‘Thumbs up’ the posts you like!

  • DELL-Charles R

    Moderator

    4730 Posts

    25476 Points

    569

    0

    Posted April 26th, 2023 12:00

    Hello Serhad Ali Turhan,

     

    This looks like it addresses the issue.

    Article Number: 000140526 : How to resolve the error of "VLAN is not in default mode"

    https://dell.to/3Av2WfB

     

    It may ask you to sign in or create an account then sign in to see the article.

    DELL-Charles R

    Social Media and Communities Professional
    Dell Technologies | Enterprise Support Services
    #IWork4Dell

    Did I answer your query? Please click on ‘Accept as Solution’. ‘Thumbs up’ the posts you like!

  • 563

    0

    Posted April 26th, 2023 13:00

    Hi Charles,

    It seems the article is permission based, So I can't see the content of the link.

    BR,

  • DELL-Charles R

    Moderator

    4730 Posts

    25476 Points

    562

    0

    Posted April 26th, 2023 13:00

    Hello Serhad Ali Turhan,

    There should be an option to create an account.

    Can you try that then access the document?

    DELL-Charles R

    Social Media and Communities Professional
    Dell Technologies | Enterprise Support Services
    #IWork4Dell

    Did I answer your query? Please click on ‘Accept as Solution’. ‘Thumbs up’ the posts you like!

  • 545

    0

    Posted April 27th, 2023 05:00

    Hi Charles,

    I've already logged in. Attached the screenshot.

    BR,snap.jpg

     

  • DELL-Charles R

    Moderator

    4730 Posts

    25476 Points

    55

    0

    Posted April 27th, 2023 08:00

    Hello Serhad Ali Turhan,

     

    That is great to see. Thank you for the update.

    DELL-Charles R

    Social Media and Communities Professional
    Dell Technologies | Enterprise Support Services
    #IWork4Dell

    Did I answer your query? Please click on ‘Accept as Solution’. ‘Thumbs up’ the posts you like!

  • 539

    0

    Posted April 27th, 2023 08:00

    Hi Charles,

    Thanks for the support. This procedure solved my problem. Have a nice day.

    BR