Hi all,
Can any explain the below differences?
*CASE 1*
ip prefix-list R1 permit 164.1.13.0/24
ip prefix-list R2 permit 164.1.23.0/24
route-map CONDITIONAL
match ip address prefix R1 * -> Is this suppose to be match
prefix R1 AND R2?*
match ip address prefix R2
router ospf 1
default-information originate route-map CONDITIONAL
*CASE 2*
ip prefix-list R1_OR_R2 permit 164.1.13.0/24
ip prefix-list R1_OR_R2 permit 164.1.23.0/24
route-map CONDITIONAL
match ip address prefix R1_OR_R2
router ospf 1
default-information originate route-map CONDITIONAL
Blogs and organic groups at http://www.ccie.net
Received on Tue Feb 28 2012 - 21:23:36 ART
This archive was generated by hypermail 2.2.0 : Thu Mar 01 2012 - 11:46:56 ART