I have a script to create vlan in cisco switches, and I need the user to input a number to the script.
I'm having trouble to make the script validate if the input is a number(must be int) and if the number is inside the range 2~4094, before it moves to the next steps.
I already wrote the rest of the script.