[j-nsp] set interface xxx enable

sthaug at nethelp.no sthaug at nethelp.no
Thu Apr 12 09:11:20 EDT 2007


> Does anybody know what's different between the following configurations?

As far as I know "enable" is the default, so these two configurations
are functionally identical. From my point of view "enable" simply
clutters the configuration here.

Steinar Haug, Nethelp consulting, sthaug at nethelp.no

> 
> (1).
> [edit]
> nelco at M7i-20# show interfaces ge-0/2/0
> unit 0 {
>     family inet {
>         address 10.31.31.1/24;
>     }
> }
> 
> (2).
> [edit]
> nelco at M7i-20# show interfaces ge-0/2/0
> enable;
> unit 0 {
>     enable;
>     family inet {
>         address 10.31.31.1/24;
>     }
> }
> 
> Is there any advatages issueing command like "set interface ge-0/2/0 
> enable"?
> 
> 
> Thanks,
> Tan 
> 


More information about the juniper-nsp mailing list