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

R Che jlablab at yahoo.com
Sat Jul 17 20:08:18 EDT 2004


However, when I added this:
 
family inet {
    address 81.1.1.2/24 {
        destination 81.1.1.1;
    }
}

it gave me the following commit error:
 
[edit interfaces so-0/3/1 unit 100 family inet]
  'address 81.1.1.2/24'
     Destination address only valid with full address
error: configuration check-out failed
 
what do I miss here? Thanks.


Harshit Kumar <harshit at juniper.net> wrote:
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

		
---------------------------------
Do you Yahoo!?
Vote for the stars of Yahoo!'s next ad campaign!


More information about the juniper-nsp mailing list