#configure terminal | Enter configure mode. |
(config)#interface eth1 | Enter interface mode. |
(config-if)#ipv6 router isis ABC | Enable IS-ISv6 routing on an interface for area 49(ABC). |
(config-if)#ipv6 address 1000::1/64 | Configure IPv6 address on interface. |
(config-if)#commit | Commit candidate configuration to the running configuration |
(config-if)#exit | Exit interface mode. |
(config)#router isis ABC | Create an IS-IS routing instance for area 49 (ABC). |
(config-router)#is-type level-2-only | Configure instance as level-2-only routing. |
(config-router)#net 49.0005.0000.0000.0001.00 | Set a Network Entity Title for this instance, specifying the area address and the system ID. |
(config-router)#commit | Commit candidate configuration to the running configuration |
#configure terminal | Enter configure mode. |
(config)#interface eth1 | Enter interface mode. |
(config-if)#ipv6 router isis ABC | Enable IS-ISv6 routing on an interface for area 49(ABC). |
(config-if)#ipv6 address 1000::2/64 | Configure IPv6 address on interface. |
(config-if)#commit | Commit candidate configuration to the running configuration |
(config-if)#exit | Exit interface mode. |
(config)#interface eth2 | Enter interface mode. |
(config-if)#ipv6 router ospf area 0 | Enable OSPFv3 routing on an interface and assign the Area ID 0. |
(config-if)#ipv6 address 2000::1/64 | Configure IPv6 address on interface. |
(config-if)#commit | Commit candidate configuration to the running configuration |
(config-if)#exit | Exit interface mode. |
(config)#router isis ABC | Create an IS-IS routing instance for area 49 (ABC). |
(config-router)#is-type level-2-only | Configure instance as level-2-only routing. |
(config-router)#net 49.0005.0000.0000.0002.00 | Set a Network Entity Title for this instance, specifying the area address and the system ID. |
(config-router)#address-family ipv6 | Enter 'address-family ipv6' mode, where users can configure IPv6 routing specific configuration |
(config-router-af)#redistribute ospf | Enable redistribution of routes from ospf into the ISIS routing table. |
(config-router-af)# exit-address-family | Exit address family mode. |
(config-router)#commit | Commit candidate configuration to the running configuration |
(config-router)#exit | Exit router mode. |
(config)#router ipv6 ospf | Create an OSPFv3 routing instance. |
(config-router)#router-id 2.2.2.2 | Specify a Router ID (2.2.2.2) for the OSPFv3 routing process. |
(config-router)#end | Exit the current mode and enter privilege mode. |
#configure terminal | Enter configure mode. |
(config)#interface eth2 | Enter interface mode. |
(config-if)#ipv6 router ospf area 0 | Enable OSPFv3 routing on an interface and assign the Area ID 0. |
(config-if)#ipv6 address 2000::2/64 | Configure IPv6 address on interface. |
(config-if)#commit | Commit candidate configuration to the running configuration |
(config-if)#exit | Exit interface mode. |
(config)#router ipv6 ospf | Create an OSPFv3 routing instance. |
(config-router)#router-id 3.3.3.3 | Specify a Router ID (3.3.3.3) for the OSPFv3 routing process. |
(config-router)#commit | Commit candidate configuration to the running configuration |
(config-router)#end | Exit the current mode and enter privilege mode. |