Skip to content

Commit

Permalink
updated the SRL password in the config.sh
Browse files Browse the repository at this point in the history
the password changed from admin to NokiaSrl1!
  • Loading branch information
kkayhan committed Jul 7, 2023
1 parent 84e5cb6 commit af47d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lab-examples/templated01/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gomplate -f topology_config.gotmpl -d templated01.clab_vars.yaml >vars.yaml
# build targets string
targets=$(docker ps -f label=clab-node-kind=srl -f label=containerlab=templated01 --format {{.Names}} | paste -s -d, -)
# base gnmic command
gnmic_cmd="gnmic --log -a ${targets} --skip-verify -u admin -p admin"
gnmic_cmd="gnmic --log -a ${targets} --skip-verify -u admin -p NokiaSrl1!"

curl -sLO https://raw.githubusercontent.com/karimra/gnmic/main/examples/set-request-templates/Nokia/SRL/1.interfaces/interfaces_template.gotmpl
curl -sLO https://raw.githubusercontent.com/karimra/gnmic/main/examples/set-request-templates/Nokia/SRL/1.interfaces/subinterfaces_template.gotmpl
Expand Down

0 comments on commit af47d72

Please sign in to comment.