Hi,
I was suspicious , SG instructs to do summarization through the BB2 with both ;
--Interface level command (which faces to BB2)
"ip summary-address rip 163.1.0.0 255.255.192.0"
"ip summary-address rip 150.1.0.0 255.255.240.0"
--And under RIP process by using ditsribute list
distribute-list prefix RIP_SUMMARY out Fa0/0
ip prefix-list RIP_SUMMARY seq 5 permit 163.1.0.0/18
ip prefix-list RIP_SUMMARY seq 10 permit 150.1.0.0/20
at the same time.Isn't one of them enough ? Or am i missing something?