Hello,
I'm trying to send an export of traffic log to a server that use port 40111 instead port 22.
I'm using this command in Panorama:
scp export log traffic to pppp@1.1.1.1:40111
But receive a timeout indicating that host 1.1.1.1 hasn't available port 22.
In GUI you can configure the destination port when use SCP, why not in CLI?
Thanks in advance.
Solved! Go to Solution.
The correct command would be
scp export log traffic remote-port 40111 to pppp@1.1.1.1
The correct command would be
scp export log traffic remote-port 40111 to pppp@1.1.1.1
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!