Exclusively for TechExams members for Infosec Boot Camps starting before April 30, 2026
fluk3d wrote: » I think I know why the answer is 32Kbps. It's because the max speed of that link to EAST is only 64Kbps so regardless what the WAN speed between the HQ router and the SP won't matter.
instant000 wrote: » I'm not saying that your answer was wrong, I'm saying that your reason for coming up with the answer ... I actually disagree with. The reason for the answer is totally with regards to HQ router R1, and not the East router. 1. This configuration notes article covers the case you bring up. Look at the example with hub-and-spoke frame relay.Configuration Notes for the Implementation of EIGRP over Frame Relay and Low Speed Links - Cisco Systems 2. According to the command reference, the default is 50 percent.Cisco IOS IP Command*Reference, Volume 2*of 3: Routing Protocols, Release*12.2 - EIGRP Commands* [Cisco IOS Software Releases 12.2 Mainline] - Cisco Systems 3. In this case, I think it helps to look at what is actually happening here. The reason that the answer to the question is 32 kb/s is NOT because the max speed of the link to East branch is 64. The reason it is 32 kb/s is because EIGRP is dividing the bandwith to both neighbors, so, if it had only one neighbor out that interface, sure, it would actually allocate 64kb/s to EIGRP, but since it has two neighbors, it is actually allocating 32 instead. That is, EIGRP is using this formula: EIGRP BANDWIDTH USED = (1/N) * .50 * BW Where N = number of neighbors, and BW = bandwidth 1/2 *.50 * 128 = 32EIGRP and its Bandwidth Consumption I feel that this is really an important distinction to make. Because, if you had this question on a test, AND the scenario was that this HQ router had 4 neighbors, the most that HQ router R1 would use for eigrp would be 16 kb/s per neighbor, based on the default of using 50% link bandwidth. So, if the bandwidth isn't allocated carefully, and you have a lot of EIGRP traffic going on here with a lot of updates, you could potentially get issues in your routing updates, missed hellos, SIA, etc. What Sequiera says is actually the same thing you have in the first picture attached to this post, read the referenced statements carefully. I hope this helps.
xXErebuS wrote: » I see the diagram now! I have to disagree on one small thing.... The reason you get 32kb/s is everything to do with the max speed of the EAST (in a correct topology). If East was 32kb/s it would in return make the HQ link total bandwith 64kb/s instead of 128kb/s.... The problem is that you can specify incorrect bandwith on that HQ router and end up using all the traffic for EIGRP and even dropping traffic. For example; your example of 4 neighbors is incorrect. If you had 4 64kb/s neighbors your main HQ link would need to be 256K bandwith; then you divide by N = 64kb/s x .5 = 32kb/s still. So what if you don't increase the 128k? Well you have 64k connections sending up to 32kb/s x 4 = 128kb/s... the entire HQ link is being used for EIGRP (Potentially)... From your reference....
Hardware: 3725 modules: 2 x wic-2T per router Connections: R3 S0/0 - R1 S0/1 R3 S0/1 - R2 S0/1 R3 S0/2 - R4 S0/0 R1: config t hostname HQ ! interface Loopback1 ip address 10.1.1.1 255.255.224.0 interface Loopback33 ip address 10.1.33.1 255.255.224.0 interface Loopback65 ip address 10.1.65.1 255.255.224.0 interface Loopback97 ip address 10.1.97.1 255.255.224.0 interface Loopback129 ip address 10.1.129.1 255.255.224.0 interface Loopback161 ip address 10.1.161.1 255.255.224.0 ! interface serial 0/1 bandwidth 128 ip address 172.16.124.1 255.255.255.248 encapsulation frame-relay ietf no frame-relay inverse-arp frame-relay map ip 172.16.124.2 102 broadcast frame-relay map ip 172.16.124.3 103 broadcast frame-relay map ip 172.16.124.1 201 no shutdown ! router eigrp 1 network 0.0.0.0 no auto end R2: config t hostname EAST ! interface Loopback1 ip address 10.2.1.1 255.255.224.0 interface Loopback33 ip address 10.2.33.1 255.255.224.0 interface Loopback65 ip address 10.2.65.1 255.255.224.0 interface Loopback97 ip address 10.2.97.1 255.255.224.0 interface Loopback129 ip address 10.2.129.1 255.255.224.0 interface Loopback161 ip address 10.2.161.1 255.255.224.0 ! interface serial 0/1 bandwidth 64 ip address 172.16.124.2 255.255.255.248 clock rate 64000 encapsulation frame-relay ietf no frame-relay inverse-arp frame-relay map ip 172.16.124.1 201 broadcast frame-relay map ip 172.16.124.3 201 frame-relay map ip 172.16.124.2 201 no shutdown ! router eigrp 1 network 0.0.0.0 no auto end end R4: config t hostname WEST ! interface Loopback1 ip address 10.3.1.1 255.255.224.0 interface Loopback33 ip address 10.3.33.1 255.255.224.0 interface Loopback65 ip address 10.3.65.1 255.255.224.0 interface Loopback97 ip address 10.3.97.1 255.255.224.0 interface Loopback129 ip address 10.3.129.1 255.255.224.0 interface Loopback161 ip address 10.3.161.1 255.255.224.0 ! interface serial 0/0 bandwidth 64 ip address 172.16.124.3 255.255.255.248 encapsulation frame-relay ietf no frame-relay inverse-arp frame-relay map ip 172.16.124.1 301 broadcast frame-relay map ip 172.16.124.2 301 no shutdown ! router eigrp 1 network 0.0.0.0 no auto end R3: hostname FRS ! frame-relay switching ! interface Serial0/0 description FR to HQ S0/1 no ip address encapsulation frame-relay ietf clock rate 128000 frame-relay lmi-type cisco frame-relay intf-type dce frame-relay route 102 interface Serial0/1 201 frame-relay route 103 interface Serial0/2 301 no shutdown ! interface Serial0/1 description FR to EAST S0/1 no ip address encapsulation frame-relay ietf frame-relay lmi-type cisco frame-relay intf-type dce frame-relay route 201 interface Serial0/0 102 no shutdown ! interface Serial0/2 description FR to WEST S0/0 no ip address encapsulation frame-relay ietf clock rate 64000 frame-relay lmi-type cisco frame-relay intf-type dce frame-relay route 301 interface Serial0/0 103 no shutdown ! End
WEST#sh ip eigrp int s0/0 IP-EIGRP interfaces for process 1 Xmit Queue Mean Pacing Time Multicast Pending Interface Peers Un/Reliable SRTT Un/Reliable Flow Timer Routes Se0/0 1 0/0 1277 10/380 5488 0 WEST# EAST#sh ip eigrp int s0/1 IP-EIGRP interfaces for process 1 Xmit Queue Mean Pacing Time Multicast Pending Interface Peers Un/Reliable SRTT Un/Reliable Flow Timer Routes Se0/1 1 0/0 1236 10/380 5324 0 EAST# HQ#sh ip eigrp int s0/1 IP-EIGRP interfaces for process 1 Xmit Queue Mean Pacing Time Multicast Pending Interface Peers Un/Reliable SRTT Un/Reliable Flow Timer Routes Se0/1 2 0/0 32 5/190 504 0 HQ#
Exclusively for TechExam members. Applies to boot camps starting before April 30, 2026.