Hi all
I have a very strange bug on OSPF
I am desperatly trying to inject a simple static route in OSPF and that's fail whatever I try
My configuraton is basic :
==========================
R1#sh running-config
Building configuration...
Current configuration : 1109 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
ip cef
!
!
!
!
no ip domain lookup
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
!
!
!
interface Loopback0
ip address 1.1.1.1 255.255.255.255
!
interface Loopback1
ip address 11.1.1.1 255.255.255.255
!
interface FastEthernet0/0
ip address 10.0.12.11 255.255.255.0
speed auto
full-duplex
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
router ospf 1
log-adjacency-changes
redistribute static metric 10 subnets
network 11.1.1.1 0.0.0.0 area 0
network 0.0.0.0 255.255.255.255 area 2
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Null0
!
!
no ip http server
no ip http secure-server
!
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
logging synchronous
line aux 0
line vty 0 4
!
!
end
==========================
And as a result :
R1#sh ip ospf database external
OSPF Router with ID (1.1.1.1) (Process ID 1)
R1#
Why does this static route refused (I have tried on 3 different platforms without success).
I am quite lost I must say, I was figuring me as a master in redistribution.
Image may be NSFW.
Clik here to view.
Thanks for any help.
Regards