Description

When a chassis is rRMAed, the spare chassis will have a default config

Symptoms

When a fresh QFX is powered on, it will have a default configuration that may not be compatible with the configurations the customer wants to have.

So it is recommended to delete all factory default config before provisioning new box. for eg.


[edit interfaces et-0/0/48]

-   unit 0 {

-       family inet {

-           dhcp {

-               vendor-id Juniper-qfx10002-72q;

-           }

-       }

-   }

 



Solution

Use 'delete' keyword to delete factory configs before provisioning a new box. This will delete all default config. Post this users can configure the chassis per their requirements.


user@QFX10002>edit

user@QFX10002# delete

user@QFX10002# commit


Modification History

2024-11-01 : Article Created