Heim > Datenbank > MySQL-Tutorial > usearoute-maptolimitredistributioninOSPF

usearoute-maptolimitredistributioninOSPF

WBOY
Freigeben: 2016-06-07 15:15:56
Original
997 Leute haben es durchsucht

! /* match only 172.16.10.x and 172.16.11.0 subnets */ ! 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 co

! /* match only 172.16.10.x and 172.16.11.0 subnets */

!

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
Verwandte Etiketten:
Quelle:php.cn
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage