Hi,

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

(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