OSPFv3 areas can be defined as NSSA areas with configurable parameters.
device# configure terminal
device(config) ip router-id 10.3.3.3
device(config)# ipv6 router ospf
device(config-ipv6-router-ospf-vrf-default-vrf)# area 3 nssa default-information-originate metric 33
The following example sets an additional cost of 33 on an NSSA defined as 3.
device# configure terminal device(config)# ip router-id 10.3.3.3 device(config)# ipv6 router ospf device(config-ipv6-router-ospf-vrf-default-vrf)# area 3 nssa default-information-originate metric 33