redistribution best way to approach

From: Ahmed Hussain <engine10_at_gmail.com>
Date: Fri, 17 May 2013 21:44:43 +0500

say if we are asked to do something like this...

Q: Redistribute VLAN10 on router-A into OSPF. (You should not use network
or ip ospf commands to achieve this)

Following are two solutions i can think of for this.

1. ip prefix-list VLAN10 permit 10 IP_ADDR_ON_VLAN_IF

route-map R_MAP1 perm 10
match ip addr prefix-list VLAN10

router ospf 1
redistribute connected subnets R_MAP1

OR

2. route-map VLAN_IF
match match int INTERFACE_NAME

router ospf 1
redistribute connected subnets VLAN_IF

I think both these would work fine, but the question is what would be a
preferred approach on the exam. Obviously the second option is less steps
than the first saves typing and time. What do you guys think?

Blogs and organic groups at http://www.ccie.net
Received on Fri May 17 2013 - 21:44:43 ART

This archive was generated by hypermail 2.2.0 : Mon Jun 03 2013 - 06:34:34 ART