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 |
What are segments?
When ospf protocol advertise its routing table?
ip dhcp excluded-address 192.168.0.1 192.168.0.19 what is the use of that command can any one explain it
For IPX, what is the DEFAULT Cisco Encapsulation on an Ethernet interface? A.) novell-ether B.) gns C.) snap D.) arpa E.) sap F.) dix
can we configure multiple as on single router using eigrp
What is the purpose of the DLCI? A.) Identifies the remote routers B.) Contained with a 802.2 frame for routing purposes C.) Used with PPP during authentication D.) Identifies the PVC in a Frame Relay network
Which layer called error detection layer?
what is bgp i have ansered all of them except mpls while i am working on it but i donot have threotical concepts on it the told me that they are keeping me on hold let try urs knowledge all the best
Which two solutions are used to reduce the chance of distance vector routing loops? (choose two) A. split horizon B. route poison C. area hierarchies D. link state algorithms
CO is an acronym for which of the following? A.) Central Office B.) Capital Office C.) Central Operator D.) Company Office
Which two statements are true? (Choose two) A. Ethernet 802.3 utilizes a half duplex method for data transfer B. In a 100 MBS point to point connection a full duplex connection can provide 400 Mbs of data transfer C. Ethernet switches can use the full duplex mode to connect multiple nodes on a single pod of a switch D. Full duplex Ethernet takes advantage of UTP using one pair for transmission and the other pair for reception
What hppends when ping 127.0.0.1 command executes?