This example configures the IPv6 address prefix as 3333::, with a prefix length of 64. The metric value of 100 is applied to the route before it is advertised to the OSPFv3 domain, with a metric type of as Exttype1 and a tag of 10.
SEFOS# configure terminal
SEFOS(config)# ipv6 router ospf
SEFOS(config-router)# router-id 10.0.0.1
SEFOS(config-router)# asbr router
SEFOS(config-router)# redistribute static
SEFOS(config-router)# redist-config 3333:: 64 metric-value 100 metric-type asExttype1 tag 10
SEFOS# show running-config ospf3 Building configuration... ipv6 router ospf router-id 10.0.0.1 ASBR Router passive-interface redistribute static redist-config 3333:: 64 metric-value 100 metric-type asExttype1 tag 10 ! interface vlan 11 ipv6 ospf area 0.0.0.0 ipv6 ospf passive-interface ! interface vlan 10 ipv6 ospf area 0.0.0.6 ipv6 ospf passive-interface ! end