02-24-2026 07:42 AM
Hi,
I created a netsim device with a netconf-ned.
ncs-netsim create-network my-netconf-ned-dir i mupf
ncs-netsim start
I try to ssh to the netsim device but I got connectio closed:
ssh admin@127.0.0.1 -p 12022
admin@127.0.0.1's password:
Connection to 127.0.0.1 closed.
Does netsim device support ssh? If yes, then how to set it up?
THX
sm000x
02-24-2026 07:57 AM
I am sorry, I just got answer from google. I used wrong port.
02-24-2026 08:13 AM
ssh admin@127.0.0.1 -p 12022 (is this correct port ?)
=====️ Preenayamo Vasudevam ️=====
***** Rate All Helpful Responses *****
02-24-2026 08:25 AM
Hi, BB:
Thank you very much for the reply. You are correct, I should have used 10022 (CLI-Port), not 12022 (netconf port).
THX
sm000x
02-24-2026 09:53 AM
Glad all fixed, I looked at your reply lately, cheers.
=====️ Preenayamo Vasudevam ️=====
***** Rate All Helpful Responses *****
02-25-2026 01:30 PM
"SSH CLI" or "IPC" port mapping in the output. If NETCONF is on 12022, the CLI is often on 12023 or 12024.
Then connect using that port:
ssh admin@127.0.0.1 -p <CLI_PORT>
Use ncs-netsim cli-i mupf to get straight into the CLI.
02-25-2026 08:21 PM
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