Hi, All
I am configuring EIGRP in Packet tracer, after configuring
all the things it is not working but in one condition it is
working fine if i am putting all my router and network
withing one network subnets e.g. 172.16.0.0 or 10.0.0.0 but
whenever i am puting different network subnets e.g. in one
network it is RA(config-if)#=ip address 10.0.0.1, and in
fa0/0= 192.168.1.10 and in RB(config-if)#10.0.0.2 (s1/0) and
in S1/1 11.0.0.1 and in fa 0/0 192.168.100.1 ,where as in
third router RC(config-if)#=ip address 11.0.0.2 and in fa
0/0 172.16.1.10 and after configuring all this serial is
showing up and protocol showing up but eigrp process not
taking place after adding eigrp configuration, i tried with
"no auto-summary" command but not working.. Suggest me where
i missing something? can mail me at : gtech.innovator@gmail.com
Answers were Sorted based on User's Feedback
Here it is clear ..
RA
RA(confg-if)# ip address 10.0.1.1 255.0.0.0 (S1/0)
RA(confg-if)# clock rate 64000
RA(confg-if)#no shut
RA(config-if)#= ip address 192.168.1.10 255.255.255.0 (FA 0/0)
RA(confg-if)#no shut
RA(confg)#router eigrp 100
RA(confg-router)# network 10.0.0.0
RA(confg-router)#network 192.168.0.0
RA(confg-router)#ctrl+z
RA#
RB
RB(confg-if)# ip address 10.0.1.2 255.0.0.0 (S1/0)
RB(confg-if)# clock rate 64000
RB(confg-if)#no shut
RB(confg-if)# ip address 11.0.0.1 255.0.0.0 (S1/1)
RB(confg-if)# clock rate 64000
RB(confg-if)#no shut
RB(config-if)#= ip address 192.168.100.1 255.255.255.0 (FA 0/0)
RB(confg-if)#no shut
RB(confg)#router eigrp 100
RB(confg-router)# network 10.0.0.0
RB(confg-router)# network 11.0.0.0
RB(confg-router)#network 192.168.100.0
RB(confg-router)#ctrl+z
RB#
RC
RC(confg-if)# ip address 11.0.0.2 255.0.0.0 (S1/0)
RC(confg-if)#no shut
RC(config-if)#= ip address 172.16.10.10 255.255.0.0 (FA 0/0)
RC(confg-if)#no shut
RC(confg)#router eigrp 100
RC(confg-router)# network 11.0.0.0
RC(confg-router)# network 172.16.0.0
RC(confg-router)#ctrl+z
RC#
And after configuring this I am not able get success full
routing in EIGRP, hence I put “no-auto summary” command for
discontigous network as per EIGRP rule, But still I am not
getting the successful routing.
| Is This Answer Correct ? | 8 Yes | 2 No |
dear jitendra,
keepalive i think only work on serial interfaces not on
ethernet (router) so i set given output after setting "no
keepalive" on serial.
If you say i can send you at your mail, the detail diagram
with configuration and then you can try at your end.
Show RUn
Current configuration : 655 bytes
!
version 12.4
no service password-encryption
!
hostname kolkata
!
!
!
!
!
ip ssh version 1
!
!
interface FastEthernet0/0
ip address 192.168.1.10 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial1/0
ip address 10.0.1.1 255.0.0.0
no keepalive
!
interface Serial1/1
no ip address
shutdown
!
interface Serial1/2
no ip address
shutdown
!
interface Serial1/3
no ip address
shutdown
!
interface Vlan1
no ip address
shutdown
!
router eigrp 100
network 192.168.1.0
network 10.0.0.0
no auto-summary
!
ip classless
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
end
SHow ip interface brief
kolkata#sh ip interface brief
Interface IP-Address OK? Method Status
Protocol
FastEthernet0/0 192.168.1.10 YES manual up
up
FastEthernet0/1 unassigned YES manual
administratively down down
Serial1/0 10.0.1.1 YES manual up
up
Serial1/1 unassigned YES manual
administratively down down
Serial1/2 unassigned YES manual
administratively down down
Serial1/3 unassigned YES manual
administratively down down
Vlan1 unassigned YES manual
administratively down down
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / jitendera sina
can u provide me
#show run out put and show ip interface brief out put befor
doing this plz implemet no keepalive at ehthernet interface
after doing this send me the outputs
becoz configuration look good
| Is This Answer Correct ? | 2 Yes | 1 No |
Hi buddy... Just go through ur IP add config on Router A. U
configured as bellow....
RA(confg-if)# ip address 10.0.1.1 255.0.0.0 (S1/0)
RA(confg-if)# clock rate 64000
RA(confg-if)#no shut
RA(config-if)#= ip address 192.168.1.10 255.255.255.0 (FA 0/0)
RA(confg-if)#no shut
RA(confg)#router eigrp 100
RA(confg-router)# network 10.0.0.0
RA(confg-router)#network 192.168.0.0
RA(confg-router)#ctrl+z
before configuration of any dynamic protocol, Router by
default add all directly connected network on its routing table.
As per default function.. Output wud be like this before
configuration of EIGRP...
outer#sh ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M -
mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF
inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA
external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2,
E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia
- IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
C 10.0.0.0/8 is directly connected, Serial1/0
C 192.168.1.0/24 is directly connected, FastEthernet0/0
Now check the network u configured....
RA(confg)#router eigrp 100
RA(confg-router)# network 10.0.0.0
RA(confg-router)#network 192.168.0.0
RA(confg-router)#ctrl+z
My question is this.. where is ur 192.168.1.0/24 network.
Did u advertise this network??????? So ur configuration wub
be....
RA(confg)#router eigrp 100
RA(confg-router)# network 10.0.0.0
RA(confg-router)#network 192.168.1.0
RA(confg-router)#no auto-summary
RA(confg-router)#ctrl+z
Note: I configured ur topology in packet tracer & also in
GNS3 & its working properly..!!!
Hope... it cud be solve ur problem..!!!
Thanks for nice posting..!!!
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ujit
from here i am not able to understand the problem i am going
to write your problem steps one by one
if it is correct then plz let me know by allinterview.com
ra(config)#interface s0
#ip address 10.0.0.1 255.0.0.0
#interface fa0/0
#ip address 192.168.1.10 255.255.255.0
in rb
rb(config)#interface s0
#ip address 10.0.0.2 255.0.0.0
#interface s1
#ip address 11.0.0.1 255.0.0.0
in rc
rc(config)#interface s0
#ip address 11.0.0.2 255.0.0.0
#interface fa0/0
# ip address 172.16.1.10 255.255.0.0
is that your confregation steps
if that then let me know after that i will sugest the answer
if line protocol is up and serial is up
then
are you giving same as number on each eigrp route
tell me what step you have taken to make the eigrp route
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / jitendera kumarsinah
this is my boson router eigrp and it is working plz have a look
hostname r1
!
interface Ethernet0
ip address 1.1.1.1 255.255.255.252
!
interface Serial0
ip address 12.12.12.1 255.255.255.0
encapsulation ppp
!
router eigrp 100
network 1.0.0.0
network 12.0.0.0
no auto-summary
hostname r2
!
interface Ethernet0
ip address 2.2.2.1 255.255.255.252
!
interface Serial0
ip address 12.12.12.2 255.255.255.0
encapsulation ppp
!
interface Serial1
ip address 23.23.23.2 255.255.255.0
encapsulation ppp
!
router eigrp 100
network 2.0.0.0
network 12.0.0.0
network 23.0.0.0
no auto-summary
hostname r3
!
interface Ethernet0
ip address 3.3.3.1 255.255.255.252
!
interface Serial0
ip address 23.23.23.3 255.255.255.0
encapsulation ppp
!
router eigrp 100
network 3.0.0.0
network 23.0.0.0
no auto-summary
trouleshoot it with that comand
show ip route—This shows all IP routes available on the
router. Note that routes with a code of D indicate an EIGRP
route.
show ip eigrp neighbors—This shows all EIGRP remote routers
we are communicating with (better known as neighbors).
show ip eigrp interfaces—This shows all interfaces on the
router that are being advertised by EIGRP and that are
broadcasting EIGRP Hello packets.
show ip eigrp topology—This shows the EIGRP topology table.
show ip eigrp traffic—This shows EIGRP packets sent and
received.
debug eigrp neighbors and debug eigrp packets. Both of these
commands will provide tremendous insight into how EIGRP
works, what it does, and when it does it.
| Is This Answer Correct ? | 2 Yes | 2 No |
Hi dude, Cud u explain the exact problem ur faceing on EIGRP
configuration. If there is no configuration problem thn it
wud be a packet tracer bug. So better uninstall it & restart
ur pc & thn install again..!!
As Jitu & Shahin, indicated the probelm, apart from this i
got nthgn is wrong.
| Is This Answer Correct ? | 1 Yes | 1 No |
Hi Gt.... Better disclose ur name dude..!!! Don't mind.. if
u can disclose ur name.. it wud be gud for communication. By
the way.... Download GNS3 from the bellow link...
http://www.gns3.net/download
After that download IOS image from rapidshare.com.. (Sry i
don't hv link). For GNS3 u sud hv min 1 GB RAM.. to operate
it. Its little bit complicated compare to BOSON/PACKET
TRACER/ROUTER SIMULATOR... all those.. !!!
Download GNS3 installation Guide also... Just search it on
google... n follow dat.. All the best..!!!
| Is This Answer Correct ? | 1 Yes | 1 No |
When a Distance Vector routing protocol detects that a connected network has gone down, it sends out a special routing update packet, telling all directly connected routers that the distance to the dead network is infinity. This is an example of which routing technology? A.) ICMP. B.) Only Link State routing protocols have this intelligence. C.) Triggered updates. D.) Garrison-4. E.) Split Horizon. F.) Poison Reverse.
Tell me CCNA Course + Dump Q/A in chennai?
A traffic light is an example of what type of mechanism? A.) Collision detection B.) Flow control C.) Sequence numbering D.) Network management
Explain why ip address called logical address?
You need to come up with a TCP/IP addressing scheme for your company. Which two factors must you consider when you define the subnet mask for the network? A.) The location of DHCP servers B.) The volume of traffic on each subnet C.) The number of subnets on the network D.) The location of the default gateway E.) The number of host IDs on each subnet
What is the difference between ‘bit rate’ and ‘baud rate’?
What does -1 mean in an extended IPX access-list? A.) Any IP address B.) Deny all C.) Deny host D.) Any host or any network
what is the difference between hdlc and ppp protocol
You need to come up with a TCP/IP addressing scheme for your company. How many network IDs must you allow for when you define the subnet mask for the network? A.) One for each WAN link B.) One for each router interface C.) One for each NIC installed in each client D.) One for each subnet with hosts E.) One for each host ID
What will transport layer do when data coming from session layer. They asked about intial operation(3 - way handshake)
Which two statements about the store and forward switching method are true? (Choose two) A. Latency remains constant regardless of frame size. B. Latency through the switch varies with frame length. C. The switch receives the complete frame before forwarding it. D. The switch checks the destination address as soon as it receives the header and begins forwarding the fram immediately.
If a router uses static routing, how does it learn the route to remote networks? The router uses a RIP request to obtain remote network numbers. The router uses a routing protocol to exchange remote network numbers. The router uses DNS request packets to obtain remote network numbers. The Network Administrator manually configures the remote networks.