ExamNotes.net  -  IT certification portal

ForumsCertResearchTop sitesNewslettersFree email
HomeRegister


Exams Notes
Practice exams
Exam games
Questions by email
Online training
Training videos
College degrees
Boot camps
Book store
Links directory
Tell a friend
For webmasters




General discussions > Public newsgroups > alt.certification.cisco > EIGRP over ATM

Show a Printable Version
Email This Page to Someone!
Receive updates to this thread



Pages (2): [1] 2 »

Author EIGRP over ATM
ccna
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
EIGRP over ATM

Hi,

Just wondering if there are any special configs needed for EIGRP to run over
atm ?

In my test LAB I'm not able to make both sides see each other (EIGRP
neighbors). I can ping the other side with out any problems.

Thanks,
Tarry


Report this post to a moderator

Old Post 08-29-02 10:28 AM
Reply w/Quote Edit/Delete Message IP: Logged
Charlie Bruce
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: EIGRP over ATM

"ccna" <ccna@gmx.de> wrote in message news:<akkf8k$54l$04$1@news.t-online.com>...
> Hi,
>
> Just wondering if there are any special configs needed for EIGRP to run over
> atm ?
>
> In my test LAB I'm not able to make both sides see each other (EIGRP
> neighbors). I can ping the other side with out any problems.
>
> Thanks,
> Tarry



Actually, no. I am running EIGRP over ATM and there are no ATM
specific EIGRP configs. Pings do not necessarily tell if EIGRP is
working if there are otehr
routes. What does show route say about where routes are coming from?
ALso I would suggest some debug eigrp's.
-charlie

Report this post to a moderator

Old Post 08-29-02 01:28 PM
Reply w/Quote Edit/Delete Message IP: Logged
Suresh_Homepage
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: EIGRP over ATM

Nothing special on ATM and as you know don't forget to remove the ipx
or ip split horizon at the hub site for a multi point link. I hope in
the real labs we will not have a 'physical' multilink network on a
ATM, it is just a point-to-point.

Also remember you can not map an nsap address with a remote ip address
on a point-to-point link so you are forced to select a multipoint here
however the disabling factor we discussed above will not appear in
this scanario.

suresh cne,mcse,ccsa,clp,scsa,ccse,cc
np,ccie(q)
http://www.surehshomepage.com

Report this post to a moderator

Old Post 08-29-02 01:28 PM
Reply w/Quote Edit/Delete Message IP: Logged
Charlie Bruce
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: EIGRP over ATM

"ccna" <ccna@gmx.de> wrote in message news:<akkf8k$54l$04$1@news.t-online.com>...
> Hi,
>
> Just wondering if there are any special configs needed for EIGRP to run over
> atm ?
>
> In my test LAB I'm not able to make both sides see each other (EIGRP
> neighbors). I can ping the other side with out any problems.
>
> Thanks,
> Tarry



Actually, no. I am running EIGRP over ATM and there are no ATM
specific EIGRP configs. Pings do not necessarily tell if EIGRP is
working if there are otehr
routes. What does show route say about where routes are coming from?
ALso I would suggest some debug eigrp's.
-charlie

Report this post to a moderator

Old Post 08-29-02 02:28 PM
Reply w/Quote Edit/Delete Message IP: Logged
Suresh_Homepage
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: EIGRP over ATM

Nothing special on ATM and as you know don't forget to remove the ipx
or ip split horizon at the hub site for a multi point link. I hope in
the real labs we will not have a 'physical' multilink network on a
ATM, it is just a point-to-point.

Also remember you can not map an nsap address with a remote ip address
on a point-to-point link so you are forced to select a multipoint here
however the disabling factor we discussed above will not appear in
this scanario.

suresh cne,mcse,ccsa,clp,scsa,ccse,cc
np,ccie(q)
http://www.surehshomepage.com

Report this post to a moderator

Old Post 08-29-02 02:28 PM
Reply w/Quote Edit/Delete Message IP: Logged
Jon
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: EIGRP over ATM

You might want to check that broadcasts / multicasts are getting across the
link. If you have static mapping for the IP addresses, there is no need to
arp. EIGRP uses multicasts, so I suspect that may be the problem.

Regards

Jon CCIE RS
Nottingham UK.


"ccna" <ccna@gmx.de> wrote in message
news:akkf8k$54l$04$1@news.t-online.com...
> Hi,
>
> Just wondering if there are any special configs needed for EIGRP to run

over
> atm ?
>
> In my test LAB I'm not able to make both sides see each other (EIGRP
> neighbors). I can ping the other side with out any problems.
>
> Thanks,
> Tarry
>
>



Report this post to a moderator

Old Post 09-01-02 04:29 PM
Reply w/Quote Edit/Delete Message IP: Logged
Jon
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: EIGRP over ATM

You might want to check that broadcasts / multicasts are getting across the
link. If you have static mapping for the IP addresses, there is no need to
arp. EIGRP uses multicasts, so I suspect that may be the problem.

Regards

Jon CCIE RS
Nottingham UK.


"ccna" <ccna@gmx.de> wrote in message
news:akkf8k$54l$04$1@news.t-online.com...
> Hi,
>
> Just wondering if there are any special configs needed for EIGRP to run

over
> atm ?
>
> In my test LAB I'm not able to make both sides see each other (EIGRP
> neighbors). I can ping the other side with out any problems.
>
> Thanks,
> Tarry
>
>



Report this post to a moderator

Old Post 09-01-02 05:28 PM
Reply w/Quote Edit/Delete Message IP: Logged
ccna
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: EIGRP over ATM

Thanks all,

This is my config

interface ATM0
ip address 10.0.0.1 255.255.255.0
pvc 0/32
protocol ip 10.0.0.2 broadcast
encapsulation aal5snap
!
Thanks,
Tarry

"Jon" <ttdriver@yahoo.com> wrote in message
news:mudtka.kt.ln@net.joneaton.net...
> You might want to check that broadcasts / multicasts are getting across

the
> link. If you have static mapping for the IP addresses, there is no need to
> arp. EIGRP uses multicasts, so I suspect that may be the problem.
>
> Regards
>
> Jon CCIE RS
> Nottingham UK.
>
>
> "ccna" <ccna@gmx.de> wrote in message
> news:akkf8k$54l$04$1@news.t-online.com...
> > Hi,
> >
> > Just wondering if there are any special configs needed for EIGRP to run

> over
> > atm ?
> >
> > In my test LAB I'm not able to make both sides see each other (EIGRP
> > neighbors). I can ping the other side with out any problems.
> >
> > Thanks,
> > Tarry
> >
> >

>
>



Report this post to a moderator

Old Post 09-01-02 08:29 PM
Reply w/Quote Edit/Delete Message IP: Logged
ccna
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: EIGRP over ATM

Thanks all,

This is my config

interface ATM0
ip address 10.0.0.1 255.255.255.0
pvc 0/32
protocol ip 10.0.0.2 broadcast
encapsulation aal5snap
!
Thanks,
Tarry

"Jon" <ttdriver@yahoo.com> wrote in message
news:mudtka.kt.ln@net.joneaton.net...
> You might want to check that broadcasts / multicasts are getting across

the
> link. If you have static mapping for the IP addresses, there is no need to
> arp. EIGRP uses multicasts, so I suspect that may be the problem.
>
> Regards
>
> Jon CCIE RS
> Nottingham UK.
>
>
> "ccna" <ccna@gmx.de> wrote in message
> news:akkf8k$54l$04$1@news.t-online.com...
> > Hi,
> >
> > Just wondering if there are any special configs needed for EIGRP to run

> over
> > atm ?
> >
> > In my test LAB I'm not able to make both sides see each other (EIGRP
> > neighbors). I can ping the other side with out any problems.
> >
> > Thanks,
> > Tarry
> >
> >

>
>



Report this post to a moderator

Old Post 09-01-02 09:28 PM
Reply w/Quote Edit/Delete Message IP: Logged
Mirek Audiochochlik
Guest




Registered: Not Yet
Location:
Country:
State:
Certifications:
Working on:

Total Posts: N/A
Re: EIGRP over ATM

ccna wrote:
>
> Thanks all,
>
> This is my config
>
> interface ATM0
> ip address 10.0.0.1 255.255.255.0
> pvc 0/32
> protocol ip 10.0.0.2 broadcast
> encapsulation aal5snap
> !
> Thanks,
> Tarry


That is definitely not enough!
You desperately need to configure the peer router as well (you have sent
just one config) ;-)

Mirek

===============
Provocative content has been included intentionally :-)
===============

Report this post to a moderator

Old Post 09-05-02 08:42 AM
Reply w/Quote Edit/Delete Message IP: Logged
All times are GMT.
Pages (2): [1] 2 » Post new thread   Post reply


Forum Jump:
Rate This Thread:
Forum Rules:
Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is OFF.
 

ExamNotes forum archive


Powered by: vBulletin 2.2.8
Copyright ©2000, Jelsoft Enterprises Limited.

  Free Braindumps | mcse braindumps