Sun Ethernet Fabric Operating System OSPFv3 Administration Guide

Exit Print View

Updated: July 2015
 
 

Configure Route Redistribution

All OSPFv3 routes are maintained in RTM6. The RTM redistributes the best route. The RTM6 allows different routing protocols to exchange IPv6 routing information. This section describes the CLI and SNMP modes of configuration for route redistribution (static or dynamic) to routing protocols registered with RTM6.

While configuring redistribution, the protocol with routes to be redistributed into OSPFv3 is also configured.

This example enables route redistribution on SEFOS4 and specifies that static routes are redistributed.

  1. Enter Global Configuration mode in SEFOS4.
    SEFOS# configure terminal
    
  2. Enable OSPF globally in SEFOS4.
    SEFOS(config)# ipv6 router ospf
    
  3. Configure the OSPF router ID.
    SEFOS(config-router)# router-id 10.0.0.4
    
  4. Configure the router as ASBR router.
    SEFOS(config-router)# asbr router
    
  5. Configure the redistribution of static routes.
    SEFOS(config-router)# redistribute static
    
  6. View the configuration.
    SEFOS# show running-config ospf3
     
    Building configuration...
    ipv6 router ospf
    router-id 10.0.0.4
    ASBR Router
    redistribute static
    !
    interface vlan 4
    ipv6 ospf area 0.0.0.3
    !
    interface vlan 11
    ipv6 ospf area 0.0.0.0
    !
    end