Configure IS-IS Multi-area SPB IPv6 Unicast Redistribution on a VRF Instance
Before you begin
Configure IP Shortcuts and layer 3 VSN on the Virtual Router Forwarding (VRF) instance.
About this task
Perform this procedure to configure IS-IS Multi-area SPB IPv6 unicast redistribution on a specific Virtual Router Forwarding (VRF) instance on the switch.
Procedure
Example
Configuring IS-IS Multi-area SPB IPv6 unicast redistribution for home to remote direction:
Switch:1>enable
Switch:1#configure terminal
Switch:1(config)#router vrf VRF1
Switch:1(router-vrf)#isis multi-area ipv6 redistribute unicast home-to-remote 
Switch:1(router-vrf)#isis multi-area ipv6 redistribute unicast home-to-remote route-map test
Switch:1(router-vrf)#isis multi-area ipv6 redistribute unicast home-to-remote enable
Switch:1(router-vrf)#show isis multi-area ipv6 redistribute unicast home-to-remote vrf VRF1
====================================================================================
            ISIS Multiarea Redistribute List for ipv6 unicast - VRF VRF1
====================================================================================
DIRECTION            ENABLE     RPOLICY
------------------------------------------------------------------------------------
home-to-remote       TRUE       test
------------------------------------------------------------------------------------
Switch:1(router-vrf)#exit
Switch:1(config)#isis multi-area ipv6 apply redistribute unicast home-to-remote vrf VRF1
        
    Variable Definitions
The following table defines parameters for the isis multi-area ipv6 redistribute unicast and the isis multi-area ipv6 apply redistribute unicast commands.
| Variable | Value | 
|---|---|
| enable | Enables IPv6 unicast redistribution on the VRF instance. | 
| home-to-remote | Specifies the IPv6 unicast redistribution configuration for home to remote direction. | 
| remote-to-home | Specifies the IPv6 unicast redistribution configuration for remote to home direction. | 
| route-map WORD<1-64> | Specifies the name of the route policy. | 
| vrf WORD<1-16> | Specifies the IPv6 unicast redistribution configuration for a specific VRF instance. | 





