Skip to content

Commit db56027

Browse files
authored
Update grpc port to match XRd's config (#2970)
1 parent a6863c2 commit db56027

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/manual/kinds/xrd.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ kind_code_name: cisco_xrd
55
kind_display_name: Cisco XRd
66
---
77
# -{{ kind_display_name }}-
8+
89
[-{{ kind_display_name }}-](https://www.cisco.com/c/en/us/support/routers/ios-xrd/series.html) Network OS is identified with `-{{ kind_code_name }}-` kind in the [topology file](../topo-def-file.md).
910
A kind defines a supported feature set and a startup procedure of a node.
1011

11-
1212
XRd comes in two [variants](https://xrdocs.io/virtual-routing/tutorials/2022-08-22-xrd-images-where-can-one-get-them/#xrd-form-factors):
1313

1414
* control-plane
@@ -65,10 +65,10 @@ There are several management interfaces supported by XRd nodes:
6565
`ssh clab@<container-name>`
6666
Password: `clab@123`
6767
=== "gNMI"
68-
gNMI server runs on `57400` port in the insecure mode (no TLS).
68+
gNMI server runs on `9339` port in the insecure mode (no TLS).
6969
Using [gnmic](https://gnmic.openconfig.net) gNMI client as an example:
7070
```bash
71-
gnmic -a <container-name/node-mgmt-address>:57400 --insecure \
71+
gnmic -a <container-name/node-mgmt-address>:9339 --insecure \
7272
-u clab -p clab@123 \
7373
capabilities
7474
```

0 commit comments

Comments
 (0)