Can't get any of my routers to even recognize each other with RIPv2. I've done everything per Odom's config chapter.
I went and through the cisco learning network RIP2 tutorial. They had an "IP Host <Name> <IP Address>" config I didn't see in the book.
This seems suspect to me...
interface Serial0/0
ip address 172.16.0.2 255.255.255.0
no fair-queue
!
router rip
version 2
network 172.16.0.0
!
ip classless
no ip http server
!
!
The "no fair-queue" is out of place obviously. I can't see what I'm doing wrong, but I'm obviously doing something wrong.
R1 Config :
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot system flash:c2600-advsecurityk9-mz.124-9.t1.bin
boot-end-marker
!
enable secret 5 $1$iMgL$WKcjBDNJSgmzXP6kLbfCY.
!
no aaa new-model
!
resource policy
!
no network-clock-participate slot 1
no network-clock-participate wic 0
ip cef
!
!
!
!
ip host R2 172.16.0.2 172.16.1.2
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.1.150 255.255.255.0
speed 100
full-duplex
!
interface Serial0/0
no ip address
shutdown
no fair-queue
!
interface Serial1/0
ip address 172.16.0.1 255.255.255.0
clock rate 56000
!
interface Serial1/1
ip address 172.16.1.1 255.255.255.0
clock rate 56000
!
interface Serial1/2
no ip address
shutdown
!
interface Serial1/3
no ip address
shutdown
!
router rip
version 2
network 172.16.0.0
!
!
!
ip http server
no ip http secure-server
!
!
!
!
!
control-plane
R2 Config :
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R2
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
!
!
ip host R1 172.16.0.1
!
--More--
Aug 20 10:14:24.007: %SYS-5-CONFIG_I: Configured from console by console
ip cef
!
!
!
!
!
interface FastEthernet0/0
no ip address
shutdown
speed auto
!
interface Serial0/0
ip address 172.16.0.2 255.255.255.0
no fair-queue
!
router rip
version 2
network 172.16.0.0
!
ip classless
no ip http server
!
!
Router 3:
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R3
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
!
!
!
ip cef
!
!
!
!
!
interface FastEthernet0/0
no ip address
shutdown
speed auto
!
interface Serial0/0
ip address 172.16.1.2 255.255.255.0
no fair-queue
!
router rip
version 2
network 172.16.0.0
!
ip classless
no ip http server