[j-nsp] Configuring STM-4 interface with no-concatenate

Joerg Staedele / Trusted Network js at tnib.de
Wed Aug 23 14:07:47 EDT 2006


On Wed, Aug 23, 2006 at 02:04:50PM -0400, German Martinez wrote:
> On Wed Aug 23, 2006, Joerg Staedele / Trusted Network wrote:
> 
> > you need the following things:
> > 
> > chassis {
> >     fpc 0 {
> >         pic 0 {
> >             no-concatenate;
> >         }
> >     }
> > }
> > 
> > If you want to aggregate the single interfaces you have to create a
> > interface named asX (where X stands for a number) and join all single
> > interfaces into it
> > 
> > interfaces {
> >     so-0/0/0:0 {
> >         clocking external;
> >         sonet-options {
> >             fcs 32;
> >             aggregate as0;
> >         }
> >     }
> >     so-0/0/0:1 {
> >         clocking external;
> >         sonet-options {
> >             fcs 32;
> >             aggregate as0;
> >         }
> >     }
> >     so-0/0/0:2 {
> >         clocking external;
> >         sonet-options {
> >             fcs 32;
> >             aggregate as0;
> >         }
> >     }
> >     so-0/0/0:3 {
> >         clocking external;
> >         sonet-options {
> >             fcs 32;
> >             aggregate as0;
> 
> Is that supported by any STM-4 pic?


As i know, all Juniper STM-4 PICS support no-concatenated Mode aswell as concatenated

Regards,

 Joerg


More information about the juniper-nsp mailing list