Re: Cannot ping own serial int. in a FR lab env??

2001-03-26 Thread Ryan O'Connell

Please set your E-Mails from Hotmail to "plain text" rather than Rich Text or
HTML otherwise they're unreadable to most users.

The answer to your question is here:

http://www.cisco.com/warp/public/116/fr_faq.html#1

On Mon, Mar 26, 2001 at 07:20:39AM -0500, Niraj Palikhey wrote:
> Hi,
> I have setup 3 2501 routers for FR and cannot figure out why I am NOT able 
>to ping my own serial int.(10.1.1.1) but can ping the other router(10.1.1.2) through 
>the frame relay switch. I face the same problem from the other side too. I setup 
>additional 3 router configs. to verify this and I have the same problem. Is this only 
>in a lab environment or am I missing something? Please advise. Thank you.
> Sincerely,
> [EMAIL PROTECTED]Get your FREE download of MSN 
>Explorer at href="http://explorer.msn.com">http://explorer.msn.com
> 
> _
> FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

-- 
Ryan O'Connell - <[EMAIL PROTECTED]> - http://www.complicity.co.uk

I'm not losing my mind, no I'm not changing my lines,
I'm just learning new things with the passage of time

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Cannot ping own serial int. in a FR lab env??

2001-03-26 Thread Andrew Larkins

you need a specific map statement to your own interface

-Original Message-
From: Niraj Palikhey [mailto:[EMAIL PROTECTED]]
Sent: 26 March 2001 14:21
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Cannot ping own serial int. in a FR lab env??


Hi,
I have setup 3 2501 routers for FR and cannot figure out why I am
NOT able to ping my own serial int.(10.1.1.1) but can ping the other
router(10.1.1.2) through the frame relay switch. I face the same problem
from the other side too. I setup additional 3 router configs. to verify this
and I have the same problem. Is this only in a lab environment or am I
missing something? Please advise. Thank you.
Sincerely,
[EMAIL PROTECTED]Get your FREE
download of MSN Explorer at http://explorer.msn.com">http://explorer.msn.com

_
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Cannot ping own serial int. in a FR lab env??

2001-03-26 Thread McCallum, Robert

To ping your own interface you have to do a frame relay map statement to
your own ip address to the corresponding DLCI.  Otherwise you can't ping
your own frame interface.

-Original Message-
From: Niraj Palikhey [mailto:[EMAIL PROTECTED]]
Sent: 26 March 2001 13:21
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Cannot ping own serial int. in a FR lab env??


Hi,
I have setup 3 2501 routers for FR and cannot figure out why I am
NOT able to ping my own serial int.(10.1.1.1) but can ping the other
router(10.1.1.2) through the frame relay switch. I face the same problem
from the other side too. I setup additional 3 router configs. to verify this
and I have the same problem. Is this only in a lab environment or am I
missing something? Please advise. Thank you.
Sincerely,
[EMAIL PROTECTED]Get your FREE
download of MSN Explorer at http://explorer.msn.com">http://explorer.msn.com

_
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Cannot ping own serial int. in a FR lab env??

2001-03-26 Thread Mask Of Zorro


Run some frame-relay debugging while trying to ping your own serial 
interface. You will see an "encapsulation failed" message... The trouble is 
that Frame-Relay, being a layer 2 technology, needs to have a way to 
translate the IP address of your serial interface (a layer 3 entity) to a 
layer 2 address (DLCI).

Configure a "frame-relay map ip (IP address of local serial int) (dlci)" on 
the interface and it will work... You need to do the same on the other side.

I hope this helps...

Z

>From: "Niraj Palikhey" <[EMAIL PROTECTED]>
>Reply-To: "Niraj Palikhey" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED], [EMAIL PROTECTED]
>Subject: Cannot ping own serial int. in a FR lab env??
>Date: Mon, 26 Mar 2001 07:20:39 -0500
>
>Hi,
>I have setup 3 2501 routers for FR and cannot figure out why I am 
>NOT able to ping my own serial int.(10.1.1.1) but can ping the other 
>router(10.1.1.2) through the frame relay switch. I face the same problem 
>from the other side too. I setup additional 3 router configs. to verify 
>this and I have the same problem. Is this only in a lab environment or am I 
>missing something? Please advise. Thank you.
>Sincerely,
>[EMAIL PROTECTED]Get your FREE 
>download of MSN Explorer at href="http://explorer.msn.com">http://explorer.msn.com
>
>_
>FAQ, list archives, and subscription info: 
>http://www.groupstudy.com/list/cisco.html
>Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
Get your FREE download of MSN Explorer at http://explorer.msn.com

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Cannot ping own serial int. in a FR lab env??

2001-03-26 Thread Niraj Palikhey

Thanks, I'll try that and let you know

On a sidenote, when I can successfully ping the other side, is it the frame 
relay switch that's helping to resolve the ip to the dlci configured on the 
switch with the #frame-relay route command?

Regards,
[EMAIL PROTECTED]


>From: "Mask Of Zorro" <[EMAIL PROTECTED]>
>Reply-To: "Mask Of Zorro" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED], [EMAIL PROTECTED]
>Subject: Re: Cannot ping own serial int. in a FR lab env??
>Date: Mon, 26 Mar 2001 10:36:11 -0500
>
>Run some frame-relay debugging while trying to ping your own serial
>interface. You will see an "encapsulation failed" message... The trouble is
>that Frame-Relay, being a layer 2 technology, needs to have a way to
>translate the IP address of your serial interface (a layer 3 entity) to a
>layer 2 address (DLCI).
>
>Configure a "frame-relay map ip (IP address of local serial int) (dlci)" on
>the interface and it will work... You need to do the same on the other 
>side.
>
>I hope this helps...
>
>Z
>
> >From: "Niraj Palikhey" <[EMAIL PROTECTED]>
> >Reply-To: "Niraj Palikhey" <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED], [EMAIL PROTECTED]
> >Subject: Cannot ping own serial int. in a FR lab env??
> >Date: Mon, 26 Mar 2001 07:20:39 -0500
> >
> >Hi,
> >I have setup 3 2501 routers for FR and cannot figure out why I 
>am
> >NOT able to ping my own serial int.(10.1.1.1) but can ping the other
> >router(10.1.1.2) through the frame relay switch. I face the same problem
> >from the other side too. I setup additional 3 router configs. to verify
> >this and I have the same problem. Is this only in a lab environment or am 
>I
> >missing something? Please advise. Thank you.
> >Sincerely,
> >[EMAIL PROTECTED]Get your FREE
> >download of MSN Explorer at  >href="http://explorer.msn.com">http://explorer.msn.com
> >
> >_
> >FAQ, list archives, and subscription info:
> >http://www.groupstudy.com/list/cisco.html
> >Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>
>_
>Get your FREE download of MSN Explorer at http://explorer.msn.com
>
>_
>FAQ, list archives, and subscription info: 
>http://www.groupstudy.com/list/cisco.html
>Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
Get your FREE download of MSN Explorer at http://explorer.msn.com

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Cannot ping own serial int. in a FR lab env??

2001-03-26 Thread Mask Of Zorro


The frame-relay route command tells the switch which DLCI to advertise on 
the local interface, and onto which interface to switch received traffic for 
that DLCI.

Inverse-ARP is doing the IP address to DLCI resolution for the routers on 
each side of the frame-relay link. There are 3 ways to associate a DLCI with 
layer 3 traffic on a Cisco router:

1. Inverse-ARP
2. frame-relay map statements
3. frame-relay interface-dlci statements

The Caslow book as a good description of when you need to use each, and what 
happens when you combine methods.

I hope this helps.

Z

>From: "Niraj Palikhey" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED], [EMAIL PROTECTED]
>Subject: Re: Cannot ping own serial int. in a FR lab env??
>Date: Mon, 26 Mar 2001 13:44:04 -0500
>
>Thanks, I'll try that and let you know
>
>On a sidenote, when I can successfully ping the other side, is it the frame 
>relay switch that's helping to resolve the ip to the dlci configured on the 
>switch with the #frame-relay route command?
>
>Regards,
>[EMAIL PROTECTED]
>
>
>>From: "Mask Of Zorro" <[EMAIL PROTECTED]>
>>Reply-To: "Mask Of Zorro" <[EMAIL PROTECTED]>
>>To: [EMAIL PROTECTED], [EMAIL PROTECTED]
>>Subject: Re: Cannot ping own serial int. in a FR lab env??
>>Date: Mon, 26 Mar 2001 10:36:11 -0500
>>
>>Run some frame-relay debugging while trying to ping your own serial
>>interface. You will see an "encapsulation failed" message... The trouble 
>>is
>>that Frame-Relay, being a layer 2 technology, needs to have a way to
>>translate the IP address of your serial interface (a layer 3 entity) to a
>>layer 2 address (DLCI).
>>
>>Configure a "frame-relay map ip (IP address of local serial int) (dlci)" 
>>on
>>the interface and it will work... You need to do the same on the other 
>>side.
>>
>>I hope this helps...
>>
>>Z
>>
>> >From: "Niraj Palikhey" <[EMAIL PROTECTED]>
>> >Reply-To: "Niraj Palikhey" <[EMAIL PROTECTED]>
>> >To: [EMAIL PROTECTED], [EMAIL PROTECTED]
>> >Subject: Cannot ping own serial int. in a FR lab env??
>> >Date: Mon, 26 Mar 2001 07:20:39 -0500
>> >
>> >Hi,
>> >I have setup 3 2501 routers for FR and cannot figure out why I 
>>am
>> >NOT able to ping my own serial int.(10.1.1.1) but can ping the other
>> >router(10.1.1.2) through the frame relay switch. I face the same problem
>> >from the other side too. I setup additional 3 router configs. to verify
>> >this and I have the same problem. Is this only in a lab environment or 
>>am I
>> >missing something? Please advise. Thank you.
>> >Sincerely,
>> >[EMAIL PROTECTED]Get your FREE
>> >download of MSN Explorer at > >href="http://explorer.msn.com">http://explorer.msn.com
>> >
>> >_
>> >FAQ, list archives, and subscription info:
>> >http://www.groupstudy.com/list/cisco.html
>> >Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>>
>>_
>>Get your FREE download of MSN Explorer at http://explorer.msn.com
>>
>>_
>>FAQ, list archives, and subscription info: 
>>http://www.groupstudy.com/list/cisco.html
>>Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>

_
Get your FREE download of MSN Explorer at http://explorer.msn.com

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Cannot ping own serial int. in a FR lab env??

2001-03-26 Thread Circusnuts

Remember that when you Ping your own IP/ interface, you're really sending
for a reply from the opposing interface (who has all your information
stored).  In Frame-Relay- the Ping is stopping @ the switch & if the switch
is not mapped with your IP/ DLCI, you do not have this feature available.

Phil

- Original Message -
From: "Mask Of Zorro" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, March 26, 2001 6:32 PM
Subject: Re: Cannot ping own serial int. in a FR lab env??


>
> The frame-relay route command tells the switch which DLCI to advertise on
> the local interface, and onto which interface to switch received traffic
for
> that DLCI.
>
> Inverse-ARP is doing the IP address to DLCI resolution for the routers on
> each side of the frame-relay link. There are 3 ways to associate a DLCI
with
> layer 3 traffic on a Cisco router:
>
> 1. Inverse-ARP
> 2. frame-relay map statements
> 3. frame-relay interface-dlci statements
>
> The Caslow book as a good description of when you need to use each, and
what
> happens when you combine methods.
>
> I hope this helps.
>
> Z
>
> >From: "Niraj Palikhey" <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: [EMAIL PROTECTED], [EMAIL PROTECTED]
> >Subject: Re: Cannot ping own serial int. in a FR lab env??
> >Date: Mon, 26 Mar 2001 13:44:04 -0500
> >
> >Thanks, I'll try that and let you know
> >
> >On a sidenote, when I can successfully ping the other side, is it the
frame
> >relay switch that's helping to resolve the ip to the dlci configured on
the
> >switch with the #frame-relay route command?
> >
> >Regards,
> >[EMAIL PROTECTED]
> >
> >
> >>From: "Mask Of Zorro" <[EMAIL PROTECTED]>
> >>Reply-To: "Mask Of Zorro" <[EMAIL PROTECTED]>
> >>To: [EMAIL PROTECTED], [EMAIL PROTECTED]
> >>Subject: Re: Cannot ping own serial int. in a FR lab env??
> >>Date: Mon, 26 Mar 2001 10:36:11 -0500
> >>
> >>Run some frame-relay debugging while trying to ping your own serial
> >>interface. You will see an "encapsulation failed" message... The trouble
> >>is
> >>that Frame-Relay, being a layer 2 technology, needs to have a way to
> >>translate the IP address of your serial interface (a layer 3 entity) to
a
> >>layer 2 address (DLCI).
> >>
> >>Configure a "frame-relay map ip (IP address of local serial int) (dlci)"
> >>on
> >>the interface and it will work... You need to do the same on the other
> >>side.
> >>
> >>I hope this helps...
> >>
> >>Z
> >>
> >> >From: "Niraj Palikhey" <[EMAIL PROTECTED]>
> >> >Reply-To: "Niraj Palikhey" <[EMAIL PROTECTED]>
> >> >To: [EMAIL PROTECTED], [EMAIL PROTECTED]
> >> >Subject: Cannot ping own serial int. in a FR lab env??
> >> >Date: Mon, 26 Mar 2001 07:20:39 -0500
> >> >
> >> >Hi,
> >> >I have setup 3 2501 routers for FR and cannot figure out why
I
> >>am
> >> >NOT able to ping my own serial int.(10.1.1.1) but can ping the other
> >> >router(10.1.1.2) through the frame relay switch. I face the same
problem
> >> >from the other side too. I setup additional 3 router configs. to
verify
> >> >this and I have the same problem. Is this only in a lab environment or
> >>am I
> >> >missing something? Please advise. Thank you.
> >> >Sincerely,
> >> >[EMAIL PROTECTED]Get your FREE
> >> >download of MSN Explorer at  >>
>href="http://explorer.msn.com">http://explorer.msn.com
> >> >
> >> >_
> >> >FAQ, list archives, and subscription info:
> >> >http://www.groupstudy.com/list/cisco.html
> >> >Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> >>
> >>_
> >>Get your FREE download of MSN Explorer at http://explorer.msn.com
> >>
> >>_
> >>FAQ, list archives, and subscription info:
> >>http://www.groupstudy.com/list/cisco.html
> >>Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> >
>
> _
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
> _
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]