[j-nsp] frame-relay encap on POS between Juniper and Cisco

Harshit Kumar harshit at juniper.net
Sat Jul 17 03:37:04 EDT 2004


Guess what you missed in the config ;-)

so-fpc/pic/port {
    unit 0 {
        family inet {
            address local-address {
                
                 destination remote-address;
                
            }
        }
    }
}


-----Original Message-----
From: juniper-nsp-bounces at puck.nether.net
[mailto:juniper-nsp-bounces at puck.nether.net] On Behalf Of R Che
Sent: Friday, July 16, 2004 11:11 PM
To: juniper-nsp at puck.nether.net
Subject: [j-nsp] frame-relay encap on POS between Juniper and Cisco


I configured frame relay encapsulation on POS interface between Juniper
and Cisco routers. physical layer is up, but my pings don't get through.
When I changed to ppp or cisco-hdlc, pings went through. so I don't
think there is an issue with sonet layer.
 
here is my config on Juniper:
dce;
clocking internal;
encapsulation frame-relay;
sonet-options {
    rfc-2615;
}
unit 100 {
    point-to-point;
    dlci 100;
    family inet {
        address 81.1.1.2/24;
    }
}

and this is my config on Cisco:
interface POS8/1/0
 no ip address
 encapsulation frame-relay IETF
 no ip mroute-cache
 no keepalive
 crc 32
 pos scramble-atm
 pos flag c2 22
!
interface POS8/1/0.100 point-to-point
 ip address 81.1.1.1 255.255.255.0
 no keepalive
 frame-relay interface-dlci 100
!

 

		
---------------------------------
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
_______________________________________________
juniper-nsp mailing list juniper-nsp at puck.nether.net
http://puck.nether.net/mailman/listinfo/juniper-nsp



More information about the juniper-nsp mailing list