ISISJuniper
From Livre IPv6
Revision as of 16:07, 8 February 2006 by Bruno Stévant (Talk | contribs)
ISIS Cisco | Table des matières | OSPF Cisco |
Au niveau protocols on définit les paramètres globaux au processus ISIS :
protocols { isis { export [ annonce_dans_isis ]; topologies ipv6-unicast; level 2 wide-metrics-only; level 1 disable; interface so-2/0/0.0 { level 2 metric 50; } interface all { level 1 disable; } interface lo0.0 { passive; } } }
Au niveau interfaces on initialise le protocole ISIS :
interfaces { so-2/0/0 { unit 0 { family iso; } } }
Les règles d'exportation sont configurées au niveau policy-options :
policy-options { policy-statement annonce_dans_isis { term aggregate { from { protocol aggregate; rib inet6.0; route-filter 2001:688:1F80:ABCD::/60 exact; } then accept; } term else { from rib inet6.0; then reject; } } }
ISIS Cisco | Table des matières | OSPF Cisco |