Sun Ethernet Fabric Operating System

Exit Print View

Updated: July 2015
 
 

Configure the NSSA Area Translation Role

This procedure configures the translation role for the NSSA as always or candidate.

  1. Type.
    SEFOS# configure terminal
    SEFOS(config)# router ospf
    
  2. Configure the OSPF router ID.
    SEFOS(config-router)# router-id 10.10.2.1
    
  3. Configure the ASBR router status.
    SEFOS(config-router)# asbr router
    
  4. Configure the OSPF interface.
    SEFOS(config-router)# network 10.10.2.1 area 0.0.0.6
    
  5. Configure the area 0.0.0.6 as an NSSA area.
    SEFOS(config-router)# area 0.0.0.6 nssa
    
  6. Configure the translation role for the NSSA area 0.0.0.6.
    SEFOS(config-router)# area 0.0.0.6 translation-role always
    
  7. Configure the default translation role for the NSSA area 0.0.0.6.
    SEFOS(config-router)# no area 0.0.0.6 translation-role
    

    Note - The default translation role is candidate. Configure the default translation role with the no area area-id translation-role command.