cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
559
Views
0
Helpful
2
Replies

n4k tftp attempt failing

c.fuller
Level 1
Level 1

Hello -

I am trying to upgrade the software image on my n4ks.   I have the mgmt0 interfaces connected to the network and setup for use in the management context.   I can manage the switches and I have tacacs+ working ok by adding the "use-vrf management" command in the AAA group configuration.  So

far so good.   However, when I try to tftp an image to the bootflash I get an error indicating that "no route exists to host".    The default-gateway is set for

the mgmt0 interface.    I am wondering what else I need to do to allow tftp over the mgmt0 interface.  I am assuming I am missing something in the config perhaps related to the VRF setup.   Maybe an ACL requirement?   I am just getting up to speed with the NX-OS platform.  

Thanks

Chuck

1 Accepted Solution

Accepted Solutions

Prashanth Krishnappa
Cisco Employee
Cisco Employee

Try the copy command with vrf included..

N4k-Top# copy tftp: bootflash: vrf management

Enter source filename:

View solution in original post

2 Replies 2

Prashanth Krishnappa
Cisco Employee
Cisco Employee

Try the copy command with vrf included..

N4k-Top# copy tftp: bootflash: vrf management

Enter source filename:

That was it. Thank you.