cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4660
Views
5
Helpful
6
Replies

N5k change VRF name under management interface

Steev112
Level 1
Level 1

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 ?

 

 

 

 

 

 

1 Accepted Solution

Accepted Solutions

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.

 

View solution in original post

6 Replies 6

Steev112
Level 1
Level 1

Any one help

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.

 

Dear Muthu,

 

Thanks for you confirmation, this is what i noticed i thought there is a way to change it.

 

Thanks

glen.grant
VIP Alumni
VIP Alumni

  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.

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