OSPF/IGRP fatkid lab

From: Mike Hennigan (Mikeh@xxxxxxxxx)
Date: Tue Apr 10 2001 - 00:30:38 GMT-3


   
I am having a brain freeze today. I am trying to do a simple ospf to igrp redis
tr. The config is below....but none of the ospf routes are going through....any
 help is appreciated.

Building configuration...

Current configuration:
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname 2503-1
!
!
!
!
!
!
ip subnet-zero
!
!
!
!
interface Loopback0
ip address 147.1.102.1 255.255.255.0
!
interface Ethernet0
ip address 147.1.3.1 255.255.255.0
!
interface Serial0
ip address 147.1.20.4 255.255.255.0
encapsulation x25
ip ospf network point-to-multipoint
x25 address 4444
x25 map ip 147.1.20.3 3333 broadcast
x25 map ip 147.1.20.2 2222 broadcast
!
interface Serial1
no ip address
shutdown
!
interface BRI0
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
redistribute igrp 4 subnets
network 147.1.20.0 0.0.0.255 area 4
!
router igrp 4
redistribute ospf 1
passive-interface Serial0
network 147.1.0.0
default-metric 64 2 255 1 1500
!
ip classless
no ip http server
!
!
line con 0
transport input none
line aux 0
line vty 0 4
login
!
end



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