Sun Ethernet Fabric Operating System OSPFv3 Administration Guide

Exit Print View

Updated: July 2015
 
 

Restore the Default External Database Limit

This example restores the default external database limit to -1 (no limit) for SEFOS1 (router 10.0.0.1).


Note - The exit overflow interval will be 0 until you configure it.
  1. Enter Global Configuration mode in SEFOS1.
    SEFOS# configure terminal
    
  2. Enable OSPF globally in the switch SEFOS1.
    SEFOS(config)# ipv6 router ospf
    
  3. Configure the OSPF router ID.
    SEFOS(config-router)# router-id 10.0.0.1
    
  4. Configure the external LSDB limit.
    SEFOS(config-router)# as-external lsdb-limit -1
    
  5. Exit Router Configuration mode.
    SEFOS(config-router)# end