#configure terminal | Enter configure mode. |
(config)#interface eth1 | Enter interface mode. |
(config-if)#ipv6 router isis ABC | Enable IS-IS routing on an interface for area 49(ABC). |
(config-if)#exit | Exit interface mode. |
(config)#interface eth2 | Enter interface mode. |
(config-if)#ipv6 router isis ABC | Enable IS-IS routing on an interface for area 49(ABC). |
(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.0100.0000.0000.0001.00 | Set a Network Entity Title for this instance, specifying the area address and the system ID. |
(config-router)#end | Exit current mode and enter privilege mode. |
(config)#interface eth2 | Enter interface mode. |
(config-if)#ipv6 router isis ABC | Enable IS-IS routing on an interface for area 49 (ABC). |
(config-if)#exit | Exit interface mode. |
(config)#interface eth3 | Enter interface mode. |
(config-if)#ipv6 router isis ABC | Enable IS-IS routing on an interface for area 49 (ABC). |
(config-if)#isis metric 20 | Set the value of IS-IS metric (on eth2) to 20. |
(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.0100.0000.0000.0002.00 | Set a Network Entity Title for this instance, specifying the area address and the system ID. |
(config)#interface eth1 | Enter interface mode. |
(config-if)#ipv6 router isis ABC | Enable IS-IS routing on an interface for area 49 (ABC). |
(config-if)#exit | Exit interface mode. |
(config)#interface eth2 | Enter interface mode. |
(config-if)#ipv6 router isis ABC | Enable IS-IS routing on an interface for area 49 (ABC). |
(config-if)#isis metric 30 | Set the value of IS-IS metric (on eth2) to 30. |
(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.0100.0000.0000.0003.00 | Set a Network Entity Title for this instance, specifying the area address and the system ID. |
(config)#interface eth1 | Enter interface mode. |
(config-if)#ipv6 router isis ABC | Enable IS-IS routing on an interface for area 49 (ABC). |
(config-if)#exit | Exit interface mode. |
(config)#interface eth2 | Enter interface mode. |
(config-if)#ipv6 address 9999::1/64 | Configure ipv6 address in eth2 |
(config-if)#exit | Exit interface mode. |
(config)#interface eth3 | Enter interface mode. |
(config-if)#ipv6 router isis ABC | Enable IS-IS routing on an interface for area 49 (ABC). |
(config-if)#ipv6 address 2000::2/64 | Configure IPv6 address on interface. |
(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.0100.0000.0000.0004.00 | Set a Network Entity Title for this instance, specifying the area address and the system ID. |
(config-router)#address-family ipv6 | Enter ipv6 address family. |
(config-router-af)#redistribute connected | Enable redistribution of connected routes into ISIS process |
(config-router-af)#end | Exit current mode and enter privilege mode |