Configuration procedures for OSPFv3
To begin using OSPFv3 on the routing switch:
Procedure
- Enable IPv6 on at least one VLAN interface.
- In the global
config context, use
ipv6 unicast-routing
to enable routing - Execute
router ospf3 enable
to enable OSPFv3 routing. - Use
area
in the ospf3 context to assign the areas to which the routing switch will be attached. - Assign VLAN interfaces to
the configured areas by moving to each VLAN context
and using the command
ipv6 ospf3 area ospf-area-id
assigns all interfaces in the VLAN to the same area. - Optional: Assign loopback
interfaces to OSPFv3 areas by using the
interface loopback 0 - 7 ipv6 ospf3 area
command. - Optional: On each routing
switch used as an ASBR in your OSPFv3 domain:
Configure route-maps to permit route prefixes you want redistributed in your OSPFv3 domain and to deny all others.
Configure redistribution to enable importing the static and connected routes you want to make available in the domain.
- Optional: Configure ranges on ABRs to reduce inter-area RA.
- Optional: Use administrative distance to influence route choices.
- Optional: Enforce strict LSA operation for graceful restart helper mode.
- Optional: Adjust performance
by changing the IP routing interface settings, if needed. Includes
cost
,dead-interval
,hello-interval
, andpriority
commands. - Configure virtual links for any areas not directly connected to the backbone.