With all of my IOS devices as long as I have 'ip scp enable' I can do a remote pull of the running-config from a UNIX scp client using the following syntax:
scp adminid@iosdns:running-config /tftp/router_switch/.
This will 'pull' the running config from the IOS without having to login to the device.
However it does NOT work with Nexusx
I have tried several different methods:
scp a_gxcave@cdc-enta:'system:///running-config' /tftp/router_switch/
scp a_gxcave@cdc-enta:system:///running-config /tftp/router_switch/
It fails saying "failed to parse running-config. Any ideas what I should use?
BTW, I have 'feature scp' enabled.