Link to home
Start Free TrialLog in
Avatar of da511
da511

asked on

Question for mikecr

1.What are the steps and commands I must use to check if router A can't connect to Router B but it has no problem connecting to other routers and it was suspected that an entry has been deleted in router A?

2. Will the following static routes, RIP and IGRP route individually through their own paths or are they bounded together on the same interface


Thanks mikecr, I appreciate your help very much
ASKER CERTIFIED SOLUTION
Avatar of mikecr
mikecr
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of da511
da511

ASKER

Q1 Can you give me examples of how to use traceroute and examples of route commands that I can use
You would use:

traceroute 10.1.1.1.
ping 10.1.1.1
show ip route
show ip route igrp
show ip router eigrp
show ip route bgp
show ip route static

These commands will show you the route tables on the router depending on the protocol used and using the ping and traceroute commands will show where the connection problems lies.
Thanks, if there is anything else you need, please stop back.