IEX vol 1 lab 1 task 3.3

From: Aamir Aziz (aamiraz77@gmail.com)
Date: Sun Jun 11 2006 - 10:02:14 ART


Hi there

I was doing IEX vol 1 lab 1 task 3.3, it tells me to redistribute VLan 46
into OSPF on R6 and not to use the network statement so i did this according
to the solution:

R6:
router ospf 1
 router-id 150.1.6.6
 log-adjacency-changes
 redistribute connected route-map CONNECTED2OSPF
 network 150.1.6.6 0.0.0.0 area 46
 network 183.1.46.6 0.0.0.0 area 46

ip prefix-list VLAN_6 seq 5 permit 183.1.6.0/24
route-map CONNECTED2OSPF permit 10
 match ip address prefix-list VLAN_6

pretty simple right? but no routes, i dont see this network anywhere in the
OSPF domain or on any router but when i use the network command it comes ok
no problem..so what am i missing here? or its just a typo error i made on
the router.

Thanks in advance



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