03-23-2015 04:08 AM - edited 03-07-2019 11:12 PM
Hi All,
i have create a new VRF for Keep alive and i want to use instead of default VRF "management" below is the new configuration:
vrf context VPC-PKL
interface Ethernet mgmt0
vrf member VPC-PKL
ip address 10.10.10.1/30
Can i confiure vrf member VPC-PKL instead vrf management ?
Solved! Go to Solution.
03-25-2015 02:15 AM
Hi Steven,
you cant change or delete the vrf under the Mgmt interface.
leaf-5664-1(config)# vrf context VPC-PKL
leaf-5664-1(config-vrf)# exit
leaf-5664-1(config)# int mgmt 0
leaf-5664-1(config-if)# vrf member VPC-PKL
ERROR: VRF VPC-PKL cannot be used for mgmt0
leaf-5664-1(config-if)# no vrf member management
ERROR: VRF management cannot be deleted from mgmt0 interface
leaf-5664-1(config-if)#
leaf-5664-1(config-if)# end
Instead of using the Mgmt interface for keep alive, you can use separate L3 interface between both the switches for Vpc keep alive. In that interface you can configure different VRF.
Thanks,
Muthu.
03-24-2015 03:34 AM
Any one help
03-25-2015 02:15 AM
Hi Steven,
you cant change or delete the vrf under the Mgmt interface.
leaf-5664-1(config)# vrf context VPC-PKL
leaf-5664-1(config-vrf)# exit
leaf-5664-1(config)# int mgmt 0
leaf-5664-1(config-if)# vrf member VPC-PKL
ERROR: VRF VPC-PKL cannot be used for mgmt0
leaf-5664-1(config-if)# no vrf member management
ERROR: VRF management cannot be deleted from mgmt0 interface
leaf-5664-1(config-if)#
leaf-5664-1(config-if)# end
Instead of using the Mgmt interface for keep alive, you can use separate L3 interface between both the switches for Vpc keep alive. In that interface you can configure different VRF.
Thanks,
Muthu.
03-28-2015 11:18 PM
Dear Muthu,
Thanks for you confirmation, this is what i noticed i thought there is a way to change it.
Thanks
03-24-2015 05:03 AM
I really don't see why you couldn't , its just a another routing instance and you are using it for a simple point to point link for the vpc keep alive.
03-24-2015 10:44 PM
Hi Glen,
i tried to configure it but it didn't take it, i think we can't change vrf managment under managment interface, Did you try it?
Thanks
03-15-2016 03:58 AM
There are some workarounds:
https://ltlnetworker.wordpress.com/2015/08/16/management-network-topology-and-asymmetric-routing/
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