Configure the NSSA Area Translation
Role
This procedure configures the translation role
for the NSSA as always or candidate.
- Type.
SEFOS# configure terminal
SEFOS(config)# router ospf
- Configure the OSPF router ID.
SEFOS(config-router)# router-id 10.10.2.1
- Configure the ASBR router status.
SEFOS(config-router)# asbr router
- Configure the OSPF interface.
SEFOS(config-router)# network 10.10.2.1 area 0.0.0.6
- Configure the area 0.0.0.6 as
an NSSA area.
SEFOS(config-router)# area 0.0.0.6 nssa
- Configure the translation role
for the NSSA area 0.0.0.6.
SEFOS(config-router)# area 0.0.0.6 translation-role always
- 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.