Why is nothing redistributed with the below config


router eigrp 1
 redistribute ospf 1 route-map o2e
 passive-interface Serial0
 network 131.10.0.0
 network 192.168.0.0
 no auto-summary
!
router ospf 1
 redistribute eigrp 1 route-map e2o
 network 131.10.1.1 0.0.0.0 area 0
 network 131.10.3.1 0.0.0.0 area 1
 network 192.168.0.201 0.0.0.0 area 0
!
ip classless
!
route-map o2e deny 10
 match tag 2
!
route-map o2e permit 20
 set tag 1
!
route-map e2o deny 10
 match tag 1
!
route-map e2o permit 20
 set tag 2
!
!

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_________________________________
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to