Skip to content

Commit

Permalink
Merge pull request #2203 from jcpvdm/patch-2
Browse files Browse the repository at this point in the history
vr-vjunosrouter.md: add console connection
  • Loading branch information
hellt authored Sep 24, 2024
2 parents 4cd22cf + cca7236 commit 45235cb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/manual/kinds/vr-vjunosrouter.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ Juniper vJunos-router node launched with containerlab can be managed via the fol
```bash
ssh admin@<container-name> -p 830 -s netconf
```

=== "Console"
serial port (console) is exposed over telnet TCP port 5000:
```bash
telnet <node-name> 5000
```

!!!info
Default user credentials: `admin:admin@123`

Expand Down

0 comments on commit 45235cb

Please sign in to comment.