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

Joerg Staedele / Trusted Network js at tnib.de
Wed Aug 23 10:34:25 EDT 2006


The Drifter wrote:
> I want to split the STM-4 interface into 4x155 Mbps circuits
> 
> Is there any special configuration required to modifie  any bits settings?
> Or all I need to do is to configure no-concatenate on the PIC level?
> 
> Thanks for any pointers

Hi Jimmy,

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;
        }
    }
}

Regards,

 Joerg

-- 
Mit freundlichen Gruessen,

 Joerg Staedele

:  Trusted Network (TNIB) :  fon +49-89-37006640  :    www.tnib.de    :
:    Max-Planck-Str. 1    :  fax +49-89-37006643  :   info at tnib.de    :
: 85716 Unterschleissheim : sip info at voip.tnib.de : AS21385 / AS-TNIB :




More information about the juniper-nsp mailing list