[j-nsp] Serial Question

Lee Hetherington lee.hetherington at redtechnology.com
Tue Jun 17 08:05:49 EDT 2008


Hi All,

I have a J2320-JH which is replacing an aging Cisco 3640.  I am having
trouble bringing up an x.21 leased line.  It brings up the line, but in
cisco terms not the protocol.  It keeps telling me on my subinterface
"flags: down".

Below are my cisco and juniper configs.  Anyone any ideas, the isp is
being particularly un-helpful.

Cisco:

!
interface Serial0/0
 bandwidth 2048
 no ip address
 encapsulation frame-relay
 no ip mroute-cache
 keepalive 5
 no fair-queue
 frame-relay lmi-type ansi
!
interface Serial0/0.16 point-to-point
 description Telstra Circuit
 ip address 154.32.xxx.81 255.255.255.252
 no cdp enable
 frame-relay interface-dlci 16 IETF
!


Juniper:

se-1/0/1 {
        description Telstra;
        mtu 1500;
        encapsulation frame-relay;
        serial-options {
            clocking-mode loop;
        }
        unit 0 {
            description "Telstra Serial Circuit MXFS203988";
            point-to-point;
            dlci 16;
            family inet {
                address 154.32.152.81/30;
            }
        }
    }

Many Thanks,

Lee



More information about the juniper-nsp mailing list