12-23-2021 06:52 AM
Hello,
I have an issue on a Cisco Catalyst 9300L with IPv6 and VRF.
When i try to create a static route, the switch tells me that IPv6 routing table does not exist :
Switch(config)#ipv6 route vrf test 1::1/64 2::2 % IPv6 routing table test does not exist |
ipv6 unicast-routing is configured and when i try to activate ipv6 address family in the vrf definition i have this message :
Switch(config)#vrf definition test % Use 'ip vrf test' command |
And i didn't find ipv6 commands in the "ip vrf test".
Have you ever encountered this kind of issue ?
Thanks
Solved! Go to Solution.
12-27-2021 09:02 AM
Hi @JF ,
I forgot to mention that you needed to configure the address-family ipv6 after the upgrade.
vrf definition test
address-family ipv6 unicast
The static route configuration should work after that.
Regards,
12-23-2021 07:52 AM
Hi @JF ,
Can you try running the following command in config mode:
R1(config)#vrf upgrade-cli multi-af-mode common-policies vrf test force
and then try to configure the static route again.
Regards,
12-27-2021 01:44 AM
Hi Harold,
Thanks for helping me.
I tried this command but i still have the issue.
Switch(config)#vrf upgrade-cli multi-af-mode common-policies vrf test Are you sure ? [yes]: yes Switch(config)#ipv6 route vrf test 1::1/64 2::2 |
Thanks
12-27-2021 09:02 AM
Hi @JF ,
I forgot to mention that you needed to configure the address-family ipv6 after the upgrade.
vrf definition test
address-family ipv6 unicast
The static route configuration should work after that.
Regards,
12-28-2021 01:45 AM
It works !
Switch(config)#vrf definition test Switch(config-vrf)#address-family ipv6 unicast Switch(config-vrf)#exit Switch(config)#ipv6 route 1::1/64 2::2 Switch(config)# |
Thanks Harold
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide