Hi,
I was wondering if there is a way for me to create the vlan below with IP address on the 2nd and 3rd octet of the existing IP subnet on my router. I have a few of these to do and wondering if there's a script or something out there for it.
interface Vlan4
description GAS
ip address 10.x.y.129 255.255.255.248
no ip redirects
no ip proxy-arp
ip nat inside
ip virtual-reassembly
exit
Thanks!