Switching

last person joined: 2 days ago 

Ask questions and share experiences about EX and QFX portfolios and all switching solutions across your data center, campus, and branch locations.
  • 1.  Warning: configuration block ignored: unsupported platform (ex4200-48px)

    Posted 02-01-2016 15:59

    What is causing this in the configuration of my EX4200 layer 2 switch? It is connected to a stack of EX4500 switch which act as the core of my network and provide layer 2 and 3

     

    protocols {

        igmp-snooping {

            vlan all;

        }

        ##

        ## Warning: configuration block ignored: unsupported platform (ex4200-48px)

        ##

        dcbx {

            interface all;

        }

        rstp;

        lldp {

            interface all;

        }

        lldp-med {

            interface all;

        }

    }



  • 2.  RE: Warning: configuration block ignored: unsupported platform (ex4200-48px)

     
    Posted 02-01-2016 16:40

    Hi,

     

    dcbx is not supported on the ex4200. Delete the configuration block and the warning will disappear.

     

    Tim



  • 3.  RE: Warning: configuration block ignored: unsupported platform (ex4200-48px)

    Posted 02-02-2016 01:31

    That did the trick, thanks for the quick response

     

    Just curious why the code would even commit if this block is in there



  • 4.  RE: Warning: configuration block ignored: unsupported platform (ex4200-48px)

    Posted 06-21-2018 23:50

    community public {
    authorization read-only;
    }
    ##
    ## Warning: configuration block ignored: unsupported platform (qfx3000-g)
    ##
    traceoptions {
    file world-readable;
    flag pdu;
    flag all;
    }

     

    Same question  , why this command  here ,if not supported??



  • 5.  RE: Warning: configuration block ignored: unsupported platform (ex4200-48px)

     
    Posted 04-17-2019 07:29

    Hi,

     

    The command is supported by the software release but not supported by the hardware model you are deploying the configuration on so it would pass commit tests done but will be appended by the warning comments you are seeing