From: chenyan (chenyan@deeptht.com.cn)
Date: Mon Oct 21 2002 - 05:25:26 GMT-3
hi,guys
I got many solutions about the redistribution from vlsm into flsm, especially that the summary command on the ASBR.
interface Ethernet1
ip address 155.10.112.2 255.255.255.248
no ip directed-broadcast
!
interface Serial0
no ip address
no ip directed-broadcast
ip ospf message-digest-key 1 md5 cisco0
!
interface Serial1
ip address 155.10.101.2 255.255.255.0
no ip directed-broadcast
!
router ospf 2
summary-address 155.10.112.0 255.255.255.0
summary-address 155.10.100.0 255.255.255.0
redistribute rip subnets
network 155.10.112.2 0.0.0.0 area 0
!
router rip
timers basic 5 15 15 30
redistribute ospf 2 metric 1
network 155.10.0.0
originally I think only using the summary command is not true, but it works fine.
WHY?
Thanks
This archive was generated by hypermail 2.1.4 : Tue Nov 05 2002 - 08:35:52 GMT-3