JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun Ethernet Fabric Operating System

OSPFv3 Administration Guide

search filter icon
search icon

Document Information

Using This Documentation

Product Notes

Related Documentation

Acronyms and Abbreviations

CLI Command Modes

Feedback

Support and Accessibility

OSPFv3 Overview

Protocol Description

OSPFv3 Topologies

Configuration and Testing Topologies

IPv6 Example Topology Interface and Host Addresses

OSPFv3 Configurations

Default Configuration Values

SNMP MIB Files

Creating the Base Configuration

Access Global Configuration Mode

Access Interface Configuration Mode

Enabling IPv6 Support and Assigning IPv6 Addresses

Enable IPv6

Disable IPv6

Delete an IPv6 Address

Configuring IPv6 Static Routes

Configure Static Routes

Delete a Static Route

Creating the Base Configuration for Example Topologies

Configure SEFOS1

Configure SEFOS2

Configure SEFOS3

Configure SEFOS4

Configure SEFOS5

Configure SEFOS6

Configure SEFOS7

Configure SEFOS8

Configure SEFOS9

Configuring OSPFv3 Features

OSPFv3 Features

Configuring Basic OSPFv3

Enable OSPFv3

Disable OSPFv3

Creating an OSPFv3 Interface

Configure an OSPFv3 Interface

Configuring Neighbors

Configure an OSPFv3 Neighbor

Configuring OSPFv3 Interface Parameters

OSPFv3 Interface Parameters

Configure Interface Priority

Restore the Default Interface Priority

Configure the Retransmission Interval

Restore the Default Retransmission Value

Configure Transmission Delay

Restore the Default Transmission Delay

Configure the Hello Interval

Restore the Default Hello Interval

Configure the Dead Interval

Restore the Default Dead Interval

Configure the Network Type

Restore the Default OSPF Network Type

Configure the Interface Cost

Restore the Default Interface Cost

Configuring a Demand Circuit

Enable a Demand Circuit

Remove the Demand Circuit Setting

Enable Neighbor Probing on a Demand Circuit

Remove Neighbor Probing on a Demand Circuit

Configuring Neighbor Probe Values

Configure the Neighbor Probe Retransmission Limit

Restore the Default Neighbor Probe Retransmission Limit

Configure the Neighbor Probe Interval

Restore the Default Neighbor Probe Interval

Configuring a Passive Interface

Configure All Interfaces To Be Passive

Configure Specified Interfaces To Be Passive

Restore the Default Routing Updates

Configuring Route Redistribution

Configure an ASBR Router

Disable the ASBR Router

Configure Route Redistribution

Disable Route Redistribution

Configure the Stub Area, ASBR, and Route Distribution

Configuring Attributes for Redistributed Routes

Configure Redistributed Route Attributes

Delete Redistributed Route Attributes

Configuring the Redistribution of Routes

Configure Route Redistribution

Restore the Default Redistribution Configuration

Configuring Area Route Summarization

Area Route Overview

Configure Address Range Aggregation

Disable an Address Range

Configure an Internal Address Range

Disable an Internal Address Range

Configuring a Stub Area

Configure a Stub Area

Convert a Stub Area to a Normal Area

Configure a Default Summary Route for a Stub Area

Configure the Default Summary Route Cost for a Stub Area

Configuring an NSSA

Configure the Stability Interval for NSSA

Restore the Default Stability Interval

Configure an NSSA Translation Role

Restore the Default Translation Role

Configure Default Summary Route for an NSSA

Configure the Metric Type for an NSSA

Configuring the Capability in an NSSA Internal Border Router

Configure NSSA Type-7/-5 Conversion

Configuring Virtual Links

Configure a Virtual Link

Delete a Virtual Link

Configure Virtual Link and Route Summarization

Configuring External Database Limit

Configure the External Database Limit

Restore the Default External Database Limit

Configuring the Overflow Exit Interval

Configure the Overflow Exit Interval

Configuring a Demand Extension

Disable a Demand Extension

Re-Enable Demand Extensions

Configuring the Host

Configure the Host

Test the Host

Configuring Route Calculation SPF Timers

Configure SPF Timers

Restore the Default Delay Time

Configure the Stub Area, ASBR, and Route Distribution

See Creating the Base Configuration for Example Topologies for prerequisite configurations for SEFOS4, SEFOS5, and SEFOS7. See IPv6 Example Topology Interface and Host Addresses for the sample configuration of the stub, ASBR, and route redistribution areas.

This example shows how to configure SEFOS4 as an ASBR router for redistributing the external routes into the OSPF domain. This example also shows how to configure area 0.0.0.4 of SEFOS5 as a stub area, and how to configure area 0.0.0.4 of SEFOS7 as a stub area with external routes that are not redistributed into the stub area.

  1. Configure SEFOS4 as an ASBR router.
    SEFOS# configure terminal
    SEFOS(config)# ipv6 router ospf
    SEFOS(config-router)# router-id 10.0.0.4
    SEFOS(config-router)# asbr router
    SEFOS(config-router)# redistribute static
    SEFOS(config-router)# exit
    SEFOS(config)# ipv6 route 3333:: 96 fec0::4444:0:2
    SEFOS(config)# exit
  2. Configure a stub area in SEFOS5.
    SEFOS# configure terminal
    SEFOS(config)# ipv6 router ospf
    SEFOS(config-router)# router-id 10.0.0.5
    SEFOS(config-router)# area 0.0.0.4 stub
    SEFOS(config-router)# exit
  3. Configure a stub area in SEFOS7.
    SEFOS# configure terminal
    SEFOS(config)# ipv6 router ospf
    SEFOS(config-router)# router-id 10.0.0.7
    SEFOS(config-router)# area 0.0.0.4 stub
    SEFOS(config-router)# exit
  4. View the configuration details in SEFOS4.
    SEFOS# show ipv6 ospf route
     
    ****************************************************
    Dest/Prefix-Length      NextHop/IfIndex      Cost     Rt.Type     Area
    fec0::3003:0:0/96 fe80::207:2ff:fe03:401/vlan4   2   interArea   0.0.0.0
    fec0::4444:0:0/96                    :: /vlan4   1   intraArea   0.0.0.0
     
    SEFOS# show ipv6 ospf  database as-external detail
     
    Age: 0   Seconds            LS Type: External Lsa
    Link State Id: 0.0.0.2      Adv Rtr Id: 10.0.0.4
    Sequence: 0x80000001        Checksum: 0x0bc4    Length: 56
    Metric Type: Ext Type2      Metric: 0xa
    Prefix Length: 96           Prefix Options: 0x00
    Referenced LS Type: 0
    Address Prefix: 3333::
    Fw Address Prefix: 3333::fec0:0
    External Route Tag: 0
  5. Ensure that the external routes are redistributed in SEFOS5.
    SEFOS# show ipv6 ospf route
     
    OSPFV3 Process Routing Table
    Dest/Prefix-Length   NextHop/IfIndex          Cost         Rt.Type     Area
    3333::/96    fec0::4444:0:2/vlan4    10       type2Ext    0.0.0.0SEFOS# show ipv6 ospf  database as-external detail
    fec0::3003:0:0/96            ::/vlan5     1       intraArea   0.0.0.4
    fec0::4444:0:0/96            ::/vlan4     1       intraArea   0.0.0.3Age: 63  Seconds            LS Type: External LsaLink State Id: 0.0.0.2      Adv Rtr Id: 10.0.0.4Sequence: 0x80000001        Checksum: 0x0bc4    Length: 56Metric Type: Ext Type2      Metric: 0xaPrefix Length: 96           Prefix Options: 0x00Referenced LS Type: 0Addres Prefix: 3333::Fw Addres Prefix: 3333::fec0:0External Route Tag: 0