
| #con t | Enter configuration mode. | 
| (config)#ip vrf vrf1 | Create vrf1  | 
| (config-vrf)#exit | Exit VRF mode | 
| (config)#router isis 1 vrf1 | Associate the ISIS process to vrf1 | 
| (config-router)#net 49.0001.0000.0000.0001.00 | Establish a network entity title for this instance, specifying the area address and the system ID. | 
| (config-router)#is-type level-1 | Configure instance 1 as level-1 routing | 
| (config-router)#exit | Exit router mode | 
| (config)#interface eth1 | Enter interface mode | 
| (config-if)#ip vrf forwarding vrf1 | Associate the interface to vrf1 | 
| (config-if)#ip address 2.2.2.1/24 | Configure the IP address 2.2.2.1 to eth1 | 
| (config-if)#ip router isis 1 | Enable ISIS routing on an instance for area 49 | 
| (config-if)#isis circuit-type level-1 | Configure interface as level-1 | 
| (config-if)#exit | Exit interface mode | 
| (config)#exit | Exit config mode | 
| #con t | Enter configuration mode. | 
| (config)#ip vrf vrf1 | Create vrf1  | 
| (config-vrf)#exit | Exit VRF mode | 
| (config)#router isis 1 vrf1 | Associate the ISIS process to vrf1 | 
| (config-router)#net 49.0001.0000.0000.0002.00 | Establish a network entity title for this instance, specifying the area address and the system ID. | 
| (config-router)#is-type level-1 | Configure instance 1 as level-1 routing | 
| (config-router)#exit | Exit router mode | 
| (config)#interface eth1 | Enter interface mode | 
| (config-if)#ip vrf forwarding vrf1 | Associate the interface to vrf1 | 
| (config-if)#ip address 2.2.2.2/24 | Configure the IP address 2.2.2.1 to eth1 | 
| (config-if)#ip router isis 1 | Enable ISIS routing on an instance for area 49 | 
| (config-if)#isis circuit-type level-1 | Configure interface as level-1 | 
| (config-if)#exit | Exit interface mode | 
| (config)#exit | Exit config mode |