You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/manual/kinds/xrd.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,10 @@ kind_code_name: cisco_xrd
5
5
kind_display_name: Cisco XRd
6
6
---
7
7
# -{{ kind_display_name }}-
8
+
8
9
[-{{ 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).
9
10
A kind defines a supported feature set and a startup procedure of a node.
10
11
11
-
12
12
XRd comes in two [variants](https://xrdocs.io/virtual-routing/tutorials/2022-08-22-xrd-images-where-can-one-get-them/#xrd-form-factors):
13
13
14
14
* control-plane
@@ -65,10 +65,10 @@ There are several management interfaces supported by XRd nodes:
65
65
`ssh clab@<container-name>`
66
66
Password: `clab@123`
67
67
=== "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).
69
69
Using [gnmic](https://gnmic.openconfig.net) gNMI client as an example:
70
70
```bash
71
-
gnmic -a <container-name/node-mgmt-address>:57400 --insecure \
71
+
gnmic -a <container-name/node-mgmt-address>:9339 --insecure \
0 commit comments