From: Jennifer Bellucci (Jennifer_bellucci@hotmail.com)
Date: Tue Dec 24 2002 - 00:39:38 GMT-3
Hi All...try this
I have the following:
R1-----R2
R1 is the FR Switch and also wants to take part in the FR network like R2.
I have configured R1 like so
!
frame sw
int s0
clock rate 56000
encap frame
frame lmi-type ansi
frame intf-type dce
frame route 100 int s2 200
ip add 100.100.200.1 255.255.0.0
no shut
!
int s2
desc CONNECTED TO R2
encap frame
frame lmi-type ansi
frame intf-type dce
frame route 200 int s0 100
no shut
!
r2
!
int s0
encap frame
frame lmi-type ansi
clock rate 56000
ip add 100.100.200.2 255.255.0.0
frame map ip 100.100.200.1 200 bro
no shut
!
The ping obviously fails. I know I am doing something fundamentally wrong. Is
the config even possible? I was thinking that as the subnet was attached to S0
on R1-FR then any ping packet would be sent out this interface, in which case
how do I get my config to work? I want to send the ping/all packets on R1 S0
to int s2 on the same router.
*Also, I entered the command "frame map ip 100.100.200.2 100 bro" on R1 S0
before inserting the frame route statements, made no difference.
Please do not hurl abuse at me ( I've already done that).
Would a possible solution be possible with another serial interface? would it
matter if the interface was connected to a device?
Thanks alot
Jennifer Bellucci
Jennifer_bellucci@hotmail.com
.
This archive was generated by hypermail 2.1.4 : Fri Jan 17 2003 - 17:21:52 GMT-3