You don't need to familiar with a scripting language.
A script is simply a collection of commands. So in its basic form it's just a collection of commands, one per line, for example:
conf t
int gi1/0/4
shut
end
You don't need to familiar with a scripting language.
A script is simply a collection of commands. So in its basic form it's just a collection of commands, one per line, for example:
conf t
int gi1/0/4
shut
end