Switching

last person joined: yesterday 

Ask questions and share experiences about EX and QFX portfolios and all switching solutions across your data center, campus, and branch locations.
  • 1.  QFX .vs EX DHCP Command syntax

    Posted 05-27-2016 13:29

    This code does not work in our EX-4600, is there a way to make it work.?

     

            ##
            ## Warning: configuration block ignored: unsupported platform (ex4600-40f)
            ##
            dhcp {
                maximum-lease-time 1000;
                default-lease-time 1000;
                domain-name mass.com;
                name-server {
                    10.10.10.10;
                    10.2.0.1;
                    10.2.0.3;
                }
                domain-search {
                    mass.com;
                }
                router {
                    10.10.110.254;
                }
                server-identifier 10.10.9.254;
            }
        }


  • 2.  RE: QFX .vs EX DHCP Command syntax
    Best Answer

     
    Posted 05-27-2016 13:57