RIP Filtering and distribute-list command

From: forwardtruth@yahoo.com
Date: Tue Jun 13 2006 - 03:34:46 ART


In La7 V3 Task 4.2.

1- "Configure both R2 and R6 to not accept any RIP advertisment from either BB1 or BB3"

The rquirment above was satisfied by using these two statements
 
R6
ip prefix-list R6 seq 5 permit 204.12.1.6/32

R2
ip prefix-list R2 seq 5 permit 204.12.1.2/32

2- "Configure R6 so that it does not advertise its route for the Frame Relay network to either R2 or BB3"
The rquirment above was satisfied by using these below:

R6
distribute-list prefix RIP out GigabitEthernet0/1
ip prefix-list RIP seq 5 permit 163.1.6.0/24-------network for Loopback
ip prefix-list RIP seq 10 permit 150.1.6.0/24-------network for VLAN6

Query: Since the prefix-list only permit loopback and VLAN6; that means will implicitly deny Frame Relay's network (54.1.7.0/24),,,,Am I right, because this is the requirment for number 2 ?

If this is the case Why do I need to use the statement below as well ?:
distribute-list 1 in Virtual-Template1
access-list 1 deny any



This archive was generated by hypermail 2.1.4 : Sat Jul 01 2006 - 07:57:32 ART