> 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, [EMAIL PROTECTED]

> 
> (1).
> [edit]
> [EMAIL PROTECTED] show interfaces ge-0/2/0
> unit 0 {
>     family inet {
>         address 10.31.31.1/24;
>     }
> }
> 
> (2).
> [edit]
> [EMAIL PROTECTED] 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 
> 
_______________________________________________
juniper-nsp mailing list [EMAIL PROTECTED]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to