Hello
on router 2501 i have:
#sh ru
interface Ethernet0
ip address 223.0.0.98 255.255.255.252
no ip directed-broadcast
ip ospf cost 100
ip ospf priority 0
!
interface Ethernet1
ip address 223.0.0.100 255.255.255.224
no ip directed-broadcast
ip ospf cost 100
and i wanted to enable ospf on both interfaces:
Radmin(config)#router ospf 1
Radmin(config-router)#network 223.0.0.98 0.0.0.3 area 100
Radmin(config-router)#network 223.0.0.100 0.0.0.31 area 100
Radmin(config-router)#exit
but when i checked:
Radmin#sh ip protocols
Routing Protocol is "ospf 1"
Sending updates every 90 seconds, next due in 10 seconds
Invalid after 30 seconds, hold down 0, flushed after 60
Outgoing update filter list for all interfaces is
Incoming update filter list for all interfaces is
Redistributing: ospf 1
Routing for Networks:
223.0.0.96 0.0.0.3 area 100
Routing Information Sources:
Gateway Distance Last Update
223.0.0.98 110 00:00:03
Distance: (default is 110)
i see that routing for networks: is only for 223.0.0.96/30. Why ?
Thanx
Michal
on router 2501 i have:
#sh ru
interface Ethernet0
ip address 223.0.0.98 255.255.255.252
no ip directed-broadcast
ip ospf cost 100
ip ospf priority 0
!
interface Ethernet1
ip address 223.0.0.100 255.255.255.224
no ip directed-broadcast
ip ospf cost 100
and i wanted to enable ospf on both interfaces:
Radmin(config)#router ospf 1
Radmin(config-router)#network 223.0.0.98 0.0.0.3 area 100
Radmin(config-router)#network 223.0.0.100 0.0.0.31 area 100
Radmin(config-router)#exit
but when i checked:
Radmin#sh ip protocols
Routing Protocol is "ospf 1"
Sending updates every 90 seconds, next due in 10 seconds
Invalid after 30 seconds, hold down 0, flushed after 60
Outgoing update filter list for all interfaces is
Incoming update filter list for all interfaces is
Redistributing: ospf 1
Routing for Networks:
223.0.0.96 0.0.0.3 area 100
Routing Information Sources:
Gateway Distance Last Update
223.0.0.98 110 00:00:03
Distance: (default is 110)
i see that routing for networks: is only for 223.0.0.96/30. Why ?
Thanx
Michal