From 339749a49df4bc6ad730831c4c73b1a0964dfffe Mon Sep 17 00:00:00 2001 From: Kaelem Chandra Date: Wed, 22 Jan 2025 19:20:41 +1300 Subject: [PATCH] Fix node names in IOL startup cfg example (#2416) --- docs/manual/kinds/cisco_iol.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/kinds/cisco_iol.md b/docs/manual/kinds/cisco_iol.md index 050d3c600..f95285f94 100644 --- a/docs/manual/kinds/cisco_iol.md +++ b/docs/manual/kinds/cisco_iol.md @@ -153,7 +153,7 @@ You can use the template variables that are defined in the [default startup conf name: iol_full_startup_cfg topology: nodes: - sros: + iol: kind: cisco_iol startup-config: configuration.txt ``` @@ -168,7 +168,7 @@ The partial startup configuration must contain `.partial` in the filename. For e name: iol_partial_startup_cfg topology: nodes: - sros: + iol: kind: cisco_iol startup-config: configuration.txt.partial ```