Re: RIP: Just curious

From: Alexei Monastyrnyi (alexeim@orcsoftware.com)
Date: Wed May 09 2007 - 04:42:14 ART


this statement is slightly incorrect...

R6#sh run
Building configuration...

Current configuration : 734 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R6
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
!
!
no ip domain lookup
!
ip cef
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Ethernet0/0
 no ip address
 shutdown
 half-duplex
!
interface Serial0/0
 description ---> DLCI 601 602 603 604 605 <--
 no ip address
 shutdown
 clock rate 1000000
!
interface Ethernet0/1
 no ip address
 shutdown
 half-duplex
!
interface Serial0/1
 no ip address
 shutdown
!
no ip http server
ip classless
!
!
!
!
!
!
!
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line aux 0
line vty 0 4
 logging synchronous
 login
!
!
end

R6#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R6(config)#router rip
R6(config-router)#no auto-summary
R6(config-router)#version 2
R6(config-router)#passive-interface default
R6(config-router)#do sh run | beg router
R6(config-router)#net 10.0.0.0
R6(config-router)#do sh run | beg router
router rip
 version 2
 passive-interface default
 network 10.0.0.0
 no auto-summary

on 5/9/2007 12:16 AM CCIE 19999 wrote:
> In my case, even if I have the network statement added under the RIP
> process, the rip configuration did not show up. But, when the other routing
> protocols, such as EIGRP, process is added, the RIP process showed up in the
> running config.
>
> Thanks,
> Shine
>
> -----Original Message-----
> From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
> Ronnie Angello
> Sent: Wednesday, 9 May 2007 6:52 AM
> To: Cagri Yucel
> Cc: Group study
> Subject: Re: RIP: Just curious
>
> That is the normal behavior. You must associate a network with the RIP
> process for the RIP commands to show up in your config.
>
> On 5/8/07, Cagri Yucel <cyucel@gmail.com> wrote:
>> conf t
>> router rip
>> no auto-summary
>> version 2
>> passive-interface default
>> ^C
>>
>> sh run | b router rip
>> <nothing>
>>
>> This funny behavior is only specific to rip, as soon as I type
>> router eig 10
>> router os 1
>> router bgp 1
>>
>> router instance created and stays there. However RIP disappears if I don't
>> put a network statement.
>>
>> Any comments ? Is this a bug ?
>>
>> --
>> -cagri
>>
>> _______________________________________________________________________
>> Subscription information may be found at:
>> http://www.groupstudy.com/list/CCIELab.html



This archive was generated by hypermail 2.1.4 : Fri Jun 01 2007 - 06:55:20 ART