OcNOS-SP : Layer 3 Guide : VRF Lite Configuration Guide : ISIS IPv6 VRF Configuration : Topology
Topology
Figure 6-161: ISISv6 Topology for VRF
R1
 
#configure terminal
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)#ipv6 address 1000::1/64
Configure ipv6 address on eth1
(config-if)#ipv6 router isis 1
Enable ISISv6 routing on an instance for area 49
(config-if)#isis circuit-type level-1
Configure interface as level-1
(config-if)#commit
Commit the candidate configuration to the running configuration
(config-if)#exit
Exit interface mode
(config)#exit
Exit config mode
R2
 
#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)#ipv6 address 1000::2/64
Configure ipv6 address on eth1
(config-if)#ipv6 router isis 1
Enable ISISv6 routing on an instance for area 49
(config-if)#isis circuit-type level-1
Configure interface as level-1
(config-if)#commit
Commit the candidate configuration to the running configuration
(config-if)#exit
Exit interface mode
(config)#exit
Exit config mode
Last modified date: 08/28/2023