Skip to content

Commit

Permalink
Fix node names in IOL startup cfg example (#2416)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelemc authored Jan 22, 2025
1 parent ef9bef7 commit 339749a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/manual/kinds/cisco_iol.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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
```
Expand Down

0 comments on commit 339749a

Please sign in to comment.