
| #configure terminal | Enter configure mode. | 
| (config)#router ipv6 ospf 100-ABC | Configure the routing process and specify the tag (100-ABC) which uniquely identifies the routing process. | 
| (config-router)#router-id 10.10.10.10 | Configure the router ID to use on this instance. | 
| (config-router)#exit | Exit OSPF router mode | 
| (config)#interface eth1 | Enter interface mode | 
| (config-if)#ipv6 router ospf tag 100-ABC area 1 | Configure interface in an area assigned with the area ID (1). The tag uniquely identifies the routing process. | 
| (config-if)#ipv6 ospf network point-to-point | Configure the OSPF interface network type as point to point | 
| (config-if)#ipv6 ospf link-lsa-suppression enable | Enable the link LSA suppression mechanism | 
| (config-router)#commit | Commit the candidate configuration to the running configuration. | 
| (config-if)#exit | Exit interface mode | 
| #configure terminal | Enter configure mode. | 
| (config)#router ipv6 ospf 100-ABC | Configure the routing process and specify the tag (100-ABC) which uniquely identifies the routing process. | 
| (config-router)#router-id 20.20.20.20 | Configure the router ID to use on this instance. | 
| (config-router)#exit | Exit OSPF router mode | 
| (config)#interface eth1 | Enter interface mode | 
| (config-if)#ipv6 router ospf tag 100-ABC area 1 | Configure interface in an area assigned with the area ID (1). The tag uniquely identifies the routing process. | 
| (config-if)#ipv6 ospf network point-to-point | Configure the OSPF interface network type as point to point | 
| (config-if)#ipv6 ospf link-lsa-suppression enable | Enable the link LSA Suppression Mechanism | 
| (config-router)#commit | Commit the candidate configuration to the running configuration. | 
| (config-if)#exit | Exit interface mode |