> For the complete documentation index, see [llms.txt](https://jncia-workbook.gitbook.io/workbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jncia-workbook.gitbook.io/workbook/junos-basics/node-access.md).

# Node Access

You will use SSH to manage each router. Some labs may require console access, which can be obtained by telneting to port 5000.

<table><thead><tr><th width="85">Node</th><th width="162">SSH</th><th width="236">Console</th><th>Login (username/password)</th></tr></thead><tbody><tr><td>R1</td><td>10.200.255.2:22</td><td>telnet 10.200.255.2 5000</td><td>admin/admin@123</td></tr><tr><td>R2</td><td>10.200.255.3:22</td><td>telnet 10.200.255.3 5000</td><td>admin/admin@123</td></tr><tr><td>R3</td><td>10.200.255.4:22</td><td>telnet 10.200.255.4 5000</td><td>admin/admin@123</td></tr></tbody></table>

Note: To exit from a telnet session, use **ctrl + ]**, then type **quit**.

More info: <https://containerlab.dev/manual/kinds/vr-vjunosrouter/>
