Dear Kris, Karago, Pierre-Alex, Chuck, Steven, Brian and everybody thanks
for helping me, I appreciate all your points. The conclusion I got it is to
leave EIGRP if I have no redundant link and go for Static routes therefore I
will save more bandwidth and not to be devil anymore.

 To be honest I was thinking to configure the routers with static routes
from the beginning but I just gave myself a chance to try the EIGRP, its
really cool protocol and save much of the bandwidth if we compare it with
RIP or IGRP.

About my idea of choosing different subnets even with point to point HDLC is
because in the beginning I tried to configure the three fast Ethernet
interfaces with the same subnet 129.19.10.xx but the link does not work with
me, I tried to ping the sites but with no result so I decided to give them
different subnets, when I did that every thing works fine, I did not try to
give same subnet between each two HDLC interfaces, the time was so critical
as my customer wants the network to be active by any mean .  

About the advice of Karago to Correct the Subnet Mask with  /30, basically I
did not see a need of doing this as I am not service provider to conserve as
much as I can of what I have of IP addresses its private link and no ISP is
involved, that's why I did not confine myself with 4 bits at the end. Anyhow
its valuable advice and I will consider it in the future.

Bandwidth statement is really something I missed and I will configure it as
soon as I reach to the router terminal.

Ismail Al-shelh

-----Original Message-----
From: Chuck [mailto:[EMAIL PROTECTED]]
Sent: Sunday, May 26, 2002 6:06 PM
To: [EMAIL PROTECTED]
Subject: Re: Check My EIGRP Configuration [7:45065]


considering his WAN links are point to point HDLC, I don't see how he even
got the IP's to take. Can't configure two different physical interfaces into
the same subnet. Technical exception - unnumbered.


""Steven A. Ridder""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> The only problem I see is that both of your wan links are in 1 giant
> network.  I'd change that.
>
> --
>
> RFC 1149 Compliant.
>
>
>
> ""Ismail Al-Shelh""  wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Hi all
> >
> > Yesterday I configured  three sites connected through leased line 64
Kbps
> ,
> > the first router A located in the head quarter, the second one B located
> in
> > the first branche and the third router C located in the second Branch.
> >
> > Simple Diagram
> >
> > Router(A) -----------Router(B)
> >      |
> >      |
> >      |
> > Router(C)
> >
> > I configured the routers with EIGRP protocol , what I want from you is
to
> > check if I am missing something in the configuration , I am looking for
> > stable communication between the sites with no errors.
> >
> > Tanks allot
> > Ismail Al-shelh
> >
> >
> >
> > ----------------- Router(A) show running-config ------------------
> >
> >
> > Building configuration...
> >
> > Current configuration:
> > !
> > version 12.1
> > service timestamps debug uptime
> > service timestamps log uptime
> > service password-encryption
> > !
> > hostname Router(A)
> > !
> > enable password 7
> > !
> > !
> > !
> > !
> > !
> > memory-size iomem 25
> > ip subnet-zero
> > no ip domain-lookup
> > !
> > !
> > !
> > !
> > interface Serial0
> >  ip address 192.168.0.1 255.255.255.0
> >  no ip route-cache
> > !
> > interface Serial1
> >  ip address 192.168.0.2 255.255.255.0
> >  no ip route-cache
> > !
> > interface FastEthernet0
> >  description connected to Cisco1538
> >  ip address 129.19.10.172 255.255.255.0
> >  speed auto
> > !
> > router eigrp 100
> >  network 129.19.0.0
> >  network 192.168.0.0
> >  no auto-summary
> >  no eigrp log-neighbor-changes
> > !
> > ip classless
> > no ip http server
> > !
> > snmp-server engineID local 0000000902000002B9A5BFC7
> > snmp-server community  RO
> > !
> > line con 0
> >  exec-timeout 0 0
> >  password 7
> >  login
> >  transport input none
> > line aux 0
> > line vty 0 4
> >  password 7
> >  login
> > !
> > end
> >
> >
> >
> >
> > ------------------Router(B) show running-config ------------------
> >
> >
> > Building configuration...
> >
> > Current configuration : 677 bytes
> > !
> > version 12.2
> > service timestamps debug uptime
> > service timestamps log uptime
> > no service password-encryption
> > !
> > hostname SITRA
> > !
> > enable password
> > !
> > memory-size iomem 25
> > ip subnet-zero
> > !
> > !
> > !
> > !
> > interface FastEthernet0/0
> >  ip address 129.19.12.173 255.255.255.0
> >  speed auto
> > !
> > interface Serial1/0
> >  ip address 192.168.0.10 255.255.255.0
> >  no ip route-cache
> > !
> > router eigrp 100
> >  network 129.19.0.0
> >  network 192.168.0.0
> >  no auto-summary
> >  no eigrp log-neighbor-changes
> > !
> > ip classless
> > no ip http server
> > !
> > tftp-server nvram:startup-config
> > !
> > line con 0
> > line aux 0
> > line vty 0 4
> >  password
> >  login
> > !
> > no scheduler allocate
> > end
> >
> >
> >
> >
> > ------------------ Router(C)show running-config ------------------
> >
> >
> > Building configuration...
> >
> > Current configuration:
> > !
> > version 12.1
> > service timestamps debug uptime
> > service timestamps log uptime
> > service password-encryption
> > !
> > hostname Router(C)
> > !
> > enable password 7
> > !
> > !
> > !
> > !
> > !
> > memory-size iomem 25
> > ip subnet-zero
> > no ip domain-lookup
> > !
> > !
> > !
> > !
> > interface Serial0
> >  ip address 192.168.0.3 255.255.255.0
> >  no ip route-cache
> > !
> > interface FastEthernet0
> >  description connected to Cisco1538
> >  ip address 129.19.11.174 255.255.255.0
> >  speed auto
> > !
> > router eigrp 100
> >  network 129.19.0.0
> >  network 192.168.0.0
> >  no auto-summary
> >  no eigrp log-neighbor-changes
> > !
> > ip classless
> > no ip http server
> > !
> > snmp-server engineID local 0000000902000002B9A5BFC7
> > snmp-server community  RO
> > !
> > line con 0
> >  exec-timeout 0 0
> >  password 7
> >  login
> >  transport input none
> > line aux 0
> > line vty 0 4
> >  password 7
> >  login
> > !
> > end




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=45123&t=45065
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to