if it is /32...first line should have "ge 32" also
add that Date: Sun, 24 May 2009 08:29:22 -0700 From: [email protected] To: [email protected] Subject: [OSL | CCIE_RS] LAB 7 Vol 2- Task 7-2 Team, The routes 10.12.1.0, 10.12.20, 10.12.3.0 have been created in R2 and advertised by BGP throughout the network. The idea is to make R8 deny the subnet 10.12.1.0 in its routing table. Below you can see a snapshot of the config at R8....the problem is that R8 still has the route in its routing table. How is that? ----------------------------------------------------------------------- router bgp 78 no synchronization bgp router-id 192.168.8.8 bgp log-neighbor-changes network 10.78.1.0 mask 255.255.255.0 network 10.78.2.0 mask 255.255.255.0 network 10.78.3.0 mask 255.255.255.0 neighbor 192.168.7.7 remote-as 78 neighbor 192.168.7.7 update-source Loopback1 neighbor 192.168.7.7 prefix-list R1-Routes in no auto-summary ! ! ! ip prefix-list R1-Routes seq 5 deny 10.12.1.0/32 ip prefix-list R1-Routes seq 10 permit 0.0.0.0/0 le 32 ! R8#sir B 10.12.2.0 [200/0] via 192.168.5.5, 01:04:49 B 10.12.3.0 [200/0] via 192.168.5.5, 01:04:49 B 10.12.1.0 [200/0] via 192.168.5.5, 01:04:49 Thanks Bauke Yahoo! Canada Toolbar : Search from anywhere on the web and bookmark your favourite sites. Download it now! _________________________________________________________________ Insert movie times and more without leaving HotmailĀ®. http://windowslive.com/Tutorial/Hotmail/QuickAdd?ocid=TXT_TAGLM_WL_HM_Tutorial_QuickAdd1_052009
