> 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-switching/node-access.md).

# Node Access

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

<table><thead><tr><th width="108">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>SW1</td><td>10.200.255.3:22</td><td>telnet 10.200.255.3 5000</td><td>admin/admin@123</td></tr><tr><td>SW2</td><td>10.200.255.4:22</td><td>telnet 10.200.255.4 5000</td><td>admin/admin@123</td></tr><tr><td>SW3</td><td>10.200.255.5:22</td><td>telnet 10.200.255.5 5000</td><td>admin/admin@123</td></tr><tr><td>HOST-RTR</td><td>10.200.255.6:22</td><td>telnet 10.200.255.6 5000</td><td>admin/admin@123</td></tr></tbody></table>

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

More info:&#x20;

* <https://containerlab.dev/manual/kinds/vr-vjunosrouter/>
* <https://containerlab.dev/manual/kinds/vr-vjunosswitch/>
