! /* match only 172.16.10.x and 172.16.11.0 su.nets */
!
access-list 1 permit 172.16.10.0 0.0.1.255
!
!
! /* use access-list 1 to determine what gets matched */
!
route-map LoopbacksOnly permit 10
match ip address 1
!
!
! /* redistribute connected networks, any and all subnets, */
! /* and seed it as E2 type. Note that throughout your */
! /* OSPF domain, your loopbacks will have a metric of 20 */
! /* 20 is the default metric when you redistribute into */
! /* OSPF. Except for BGP routes which get a metric of 1. */
! /* Also use the route-map LoopbacksOnly to selectively */
! /* redistribute only the ones we want to redistribute. */
!
router ospf 200
redistribute connected subnets metric-type E2 route-map LooopbacksOnly
文章来源于领测软件测试网 https://www.ltesting.net/
版权所有(C) 2003-2010 TestAge(领测软件测试网)|领测国际科技(北京)有限公司|软件测试工程师培训网 All Rights Reserved
北京市海淀区中关村南大街9号北京理工科技大厦1402室 京ICP备10010545号-5
技术支持和业务联系:info@testage.com.cn 电话:010-51297073