Examples: Deactivating and Reactivating Statements and Identifiers in a JUNOS Configuration
Deactivate an interface in the configuration:
[edit interfaces]user@host# show at-5/2/0 {traceoptions {traceflag all;}atm-options {vpi 0 maximum-vcs 256;}unit 0 {...[edit interfaces]user@host# deactivate at-5/2/0[edit interfaces]user@host# showinactive: at-5/2/0 {traceoptions {traceflag all;}...}}}
Reactivate the interface:
[edit interfaces]user@host# activate at-5/2/0[edit interfaces]user@host# showat-5/2/0 {traceoptions {traceflag all;}...}