Description

Could not SSH to ACX7024 , where customer was using ZTP method to push the initial configuration to ACX7K router, where the default base-line configuration was having only "NETCONF SSH" and this will not allow Port 22 on router.


 services {

    netconf {

      ssh;

    }

  }

Symptoms

SSH login will not be successful.

Solution

Adding the command "set system services ssh" has fixed the issue.

Modification History

2024-04-30 : Article Created