Re: RIP offset-list

From: Tasuka Amano Hsu (tasuka@mac.com)
Date: Tue Apr 27 2004 - 13:07:55 GMT-3


Thanks for your reply,

You means

interface serial0
ip rip send version 2
ip rip receive version 2

That is let the RIP send and receive only version 2 update at interface
serial0,
you can also use
ip rip send version 1 2 for send version 1 and 2.

and the
router rip
version 2

just tell the router rip process to process version 2 route,
in default the IOS receives RIP Version 1 and Version 2 packets, but
sends only Version 1 packets.

I want to control the RIP metric as I wish, 2 mutual route, one with
original learn metric, and the other one with higher metric for traffic
flow redundant testing and I don't want equal metric load sharing . But
the offset-list did not work at IOS 12.2(19), but 12.2(17) is worked.

Sincerely,
Tasuka

On Apr 27, 2004, at 9:23 PM, barrerj1@hotmail.com wrote:

> I have a question for you?
>
>
> Why are you specifying send/received RIP ver 2 over the serials when
> already RIP ver 2 was specified under the routing process.
>
> My understanding is that you can use this approach when RIP v1 is used
> under the routing process and one of the directly connected neighbors
> is
> RIP ver 2
> So you'll have to specified the RIP ver 2 is required.
> Thanks
> JB
>
>
>
>
> -----Original Message-----
> From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
> Tasuka Amano Hsu
> Sent: Tuesday, April 27, 2004 4:50 AM
> To: ccielab Groupstudy
> Subject: RIP offset-list
>
> Hi,
> I want to change the RIP incoming route metric, I think the
> offset-list is the choice but seems not, after add offset-list, the
> mutual path 172.16.100.0 will show me only one route in route table, if
> I remove the offset-list at router rip, then will show me the redundant
> route. Is that is my configuration problem ?
>
> Singerely,
>
> Tasuka
>
> my IOS is 12.2(17) and configuration is :
>
>
> version 12.2
> service timestamps debug datetime msec localtime
> service timestamps log datetime msec localtime
> no service password-encryption
> !
> hostname FR-sw
> !
> !
> memory-size iomem 15
> ip subnet-zero
> !
> !
> !
> ip cef
> ip cef load-sharing algorithm original
> ip audit notify log
> ip audit po max-events 100
> !
> call rsvp-sync
> !
> !
> !
> !
> !
> !
> !
> !
> interface Loopback0
> ip address 4.4.4.4 255.255.255.255
> !
> interface Ethernet0/0
> no ip address
> half-duplex
> !
> interface Serial0/0
> ip address 11.0.3.1 255.255.255.0
> ip rip send version 2
> ip rip receive version 2
> encapsulation frame-relay IETF
> no keepalive
> frame-relay map ip 11.0.3.1 100
> frame-relay map ip 11.0.3.2 100 broadcast
> no frame-relay inverse-arp
> !
> interface Serial1/0
> no ip address
> shutdown
> !
> interface Serial1/1
> ip address 10.0.1.1 255.255.255.0
> ip rip send version 2
> ip rip receive version 2
> clockrate 128000
> !
> interface Serial1/2
> no ip address
> shutdown
> !
> interface Serial1/3
> ip address 10.0.2.1 255.255.255.0
> ip rip send version 2
> ip rip receive version 2
> encapsulation frame-relay IETF
> no keepalive
> frame-relay map ip 10.0.2.1 100
> frame-relay map ip 10.0.2.2 100 broadcast
> no frame-relay inverse-arp
> !
> router rip
> version 2
> passive-interface Loopback0
> offset-list 0 in 1 Serial1/3
> network 4.0.0.0
> network 10.0.0.0
> network 11.0.0.0
> maximum-paths 6
> no auto-summary
> !
> ip classless
> ip http server
> !
> !
> !
> dial-peer cor custom
> !
> !
> !
> !
> !
> line con 0
> line aux 0
> line vty 0 4
> !
> end
>
>
> Add offset-list
>
> #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, su - IS-IS summary, 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
>
> 1.0.0.0/32 is subnetted, 1 subnets
> R 1.1.1.1 [120/1] via 10.0.1.2, 00:00:11, Serial1/1
> 4.0.0.0/32 is subnetted, 1 subnets
> C 4.4.4.4 is directly connected, Loopback0
> 172.16.0.0/24 is subnetted, 1 subnets
> R 172.16.100.0 [120/1] via 11.0.3.2, 00:00:27, Serial0/0
> 9.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
> R 9.9.9.9/32 [120/2] via 10.0.1.2, 00:00:11, Serial1/1
> R 9.0.1.0/24 [120/1] via 10.0.1.2, 00:00:11, Serial1/1
> 10.0.0.0/24 is subnetted, 2 subnets
> C 10.0.2.0 is directly connected, Serial1/3
> C 10.0.1.0 is directly connected, Serial1/1
> 11.0.0.0/24 is subnetted, 1 subnets
> C 11.0.3.0 is directly connected, Serial0/0
>
>
> no offset-list
>
> FR-sw#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, su - IS-IS summary, 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
>
> 1.0.0.0/32 is subnetted, 1 subnets
> R 1.1.1.1 [120/1] via 10.0.1.2, 00:00:02, Serial1/1
> 4.0.0.0/32 is subnetted, 1 subnets
> C 4.4.4.4 is directly connected, Loopback0
> 172.16.0.0/24 is subnetted, 1 subnets
> R 172.16.100.0 [120/1] via 11.0.3.2, 00:00:02, Serial0/0
> [120/1] via 10.0.2.2, 00:00:02, Serial1/3
> 9.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
> R 9.9.9.9/32 [120/2] via 10.0.1.2, 00:00:02, Serial1/1
> R 9.0.1.0/24 [120/1] via 10.0.1.2, 00:00:03, Serial1/1
> 10.0.0.0/24 is subnetted, 2 subnets
> C 10.0.2.0 is directly connected, Serial1/3
> C 10.0.1.0 is directly connected, Serial1/1
> 11.0.0.0/24 is subnetted, 1 subnets
> C 11.0.3.0 is directly connected, Serial0/0
>
> No offset-list
>
> FR-sw#sh ip rip data
> 1.0.0.0/8 auto-summary
> 1.1.1.1/32
> [1] via 10.0.1.2, 00:00:26, Serial1/1
> 4.0.0.0/8 auto-summary
> 4.4.4.4/32 directly connected, Loopback0
> 9.0.0.0/8 auto-summary
> 9.0.1.0/24
> [1] via 10.0.1.2, 00:00:26, Serial1/1
> 9.9.9.9/32
> [2] via 10.0.1.2, 00:00:26, Serial1/1
> 10.0.0.0/8 auto-summary
> 10.0.1.0/24 directly connected, Serial1/1
> 10.0.2.0/24 directly connected, Serial1/3
> 11.0.0.0/8 auto-summary
> 11.0.3.0/24 directly connected, Serial0/0
> 172.16.0.0/16 auto-summary
> 172.16.100.0/24
> [1] via 10.0.2.2, 00:00:03, Serial1/3
> [1] via 11.0.3.2, 00:00:03, Serial0/0
> FR-sw#
>
> Has offset-list
>
> FR-sw#sh ip rip data
> 1.0.0.0/8 auto-summary
> 1.1.1.1/32
> [1] via 10.0.1.2, 00:00:08, Serial1/1
> 4.0.0.0/8 auto-summary
> 4.4.4.4/32 directly connected, Loopback0
> 9.0.0.0/8 auto-summary
> 9.0.1.0/24
> [1] via 10.0.1.2, 00:00:08, Serial1/1
> 9.9.9.9/32
> [2] via 10.0.1.2, 00:00:08, Serial1/1
> 10.0.0.0/8 auto-summary
> 10.0.1.0/24 directly connected, Serial1/1
> 10.0.2.0/24 directly connected, Serial1/3
> 11.0.0.0/8 auto-summary
> 11.0.3.0/24 directly connected, Serial0/0
> 172.16.0.0/16 auto-summary
> 172.16.100.0/24
> [1] via 11.0.3.2, 00:00:08, Serial0/0
>
> _______________________________________________________________________
> Please help support GroupStudy by purchasing your study materials from:
> http://shop.groupstudy.com
>
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html



This archive was generated by hypermail 2.1.4 : Mon May 03 2004 - 19:48:56 GMT-3