IGRP announced metric question.

From: Katson PN Yeung (kyeung@xxxxxxxxx)
Date: Tue Apr 23 2002 - 05:51:41 GMT-3


   
Dear all,

Sorry if this question is a little bit simple. I am trying to change the
announced metric of my E0, Lo0 and Tok0, and found this. Here is the situation.

    s1|-----------|
-----|igrp only |------E0
      | router |
      |-----------|
       | |
       | ( )
      Lo0 tok0

interface Loopback0
  bandwidth 8000000
  ip address 160.10.10.1 255.255.255.0
  delay 500
!
interface Ethernet0
  bandwidth 1000
  delay 100
  ip address 172.168.48.2 255.255.255.0
  media-type 10BaseT
!
interface Serial1
  bandwidth 64
  delay 2000
  ip address 172.168.200.8 255.255.255.0
!
interface TokenRing0
  ip address 172.168.80.1 255.255.255.0
  ring-speed 16
  delay 63
!
router igrp 3
  redistribute connected metric 2000 100 255 1 1500 route-map connected-2-igrp
  network 172.168.0.0
!
access-list 2 permit 160.10.10.0 0.0.0.255
!
route-map connected-2-igrp permit 10
  match ip address 2
!

Show interface as following:

R8#sh int e0
Ethernet0 is up, line protocol is up
   Hardware is Am79c970, address is 00e0.1ebb.6332 (bia 00e0.1ebb.6332)
   Internet address is 172.168.48.2/24
   MTU 1500 bytes, BW 1000 Kbit, DLY 1000 usec,
      reliability 255/255, txload 1/255, rxload 1/255
!
R8#sh int lo0
Loopback0 is up, line protocol is up
   Hardware is Loopback
   Internet address is 160.10.10.1/24
   MTU 1514 bytes, BW 8000000 Kbit, DLY 5000 usec,
      reliability 255/255, txload 1/255, rxload 1/255
!
R8#sh int tok 0
TokenRing0 is up, line protocol is up
   Hardware is TMS380, address is 0007.78dd.c68c (bia 0007.78dd.c68c)
   Internet address is 172.168.80.1/24
   MTU 4464 bytes, BW 16000 Kbit, DLY 630 usec,
      reliability 255/255, txload 1/255, rxload 1/255
!
Rack03R8#sh int s1
Serial1 is up, line protocol is up
   Hardware is HD64570
   Internet address is 172.168.200.8/24
   MTU 1500 bytes, BW 64 Kbit, DLY 20000 usec,
      reliability 255/255, txload 1/255, rxload 1/255

With debug ip igrp, I got this on S1

3d19h: IGRP: sending update to 255.255.255.255 via Serial1 (172.168.200.8)
3d19h: subnet 172.168.48.0, metric=5100
3d19h: subnet 172.168.80.0, metric=5100
3d19h: network 160.10.0.0, metric=501

There are two questions here:

1. Supposed, with my redistribute-connected route-map, the assigned metric
should affects Lo0 interface only (as calculated, should be 5100). But it
is however affecting my tok0 and E0 too.

2. How come my annouced Lo0 metric becomes 501 (using BWmin:8,000,000 and
dly:5000 at the interface), but not as calculated 5100?

Am I overlooking something? Thanks.



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:58:17 GMT-3