distribute lists in redistribution ?
arsalan921
Member Posts: 56 ■■□□□□□□□□
in CCNP
hello guys ,
i just need to clear one simple thing regarding distribute lists.
router ospf 1
redistribute rip subnets
distribute-list 2 out rip
what will the above command do ?
it will block routes from ospf into rip ? or from rip to ospf ?
i just need to clear one simple thing regarding distribute lists.
router ospf 1
redistribute rip subnets
distribute-list 2 out rip
what will the above command do ?
it will block routes from ospf into rip ? or from rip to ospf ?
Comments
-
yuriz43 Member Posts: 121The first line will redistribute RIP routes into OSPF.
The distribute list will apply to routes being redistributed into RIP from OSPF. So you would also need to redistribute ospf in your rip config for the distribute list to do anything. -
stlsmoore Member Posts: 515 ■■■□□□□□□□yup along with creating the standard access-list number 2 with the IP addresses that's being referenced by the distribute-list command.My Cisco Blog Adventure: http://shawnmoorecisco.blogspot.com/
Don't Forget to Add me on LinkedIn!
https://www.linkedin.com/in/shawnrmoore