[j-nsp] Cisco to Juniper STM1 config

sthaug at nethelp.no sthaug at nethelp.no
Tue Jul 20 16:50:24 EDT 2004


> I am trying to get a Cisco 7200 PA-OC3-SMI talking to a Juniper PE-4OC3-SMI card without much luck. This is currently back to back
> as a test but will have a telco provided SDH STM-1 circuit soon. I can get two Cisco's to talk directly no problem.
> 
> This is a simple point to point circuit. Could someone provide sample config for these as a back to back and also for when there is
> a real circuit?

Real, working circuit using SDH framing:

Juniper:
chassis {
    fpc 1 {
        pic 2 {
            framing sdh;
        }
    }
}
interfaces {
    so-1/2/1 {
        clocking external;
        encapsulation ppp;
        sonet-options {
            rfc-2615;
        }
        unit 0 {
             family inet {
                address x.y.3.199/31;
            }
         }
    }
}

Cisco:
interface POS3/0
 ip address x.y.3.198 255.255.255.254
 encapsulation ppp
 crc 32
 pos framing sdh
 pos scramble-atm
 pos flag c2 22


For back to back you should set one side to internal clocking, of course.

Steinar Haug, Nethelp consulting, sthaug at nethelp.no


More information about the juniper-nsp mailing list