Need Help on writing action list
1. Client Simulation
> DHCP Enabled
> get Ip from DHCP server ( External ) with Option 55, dhcp-vendor Option, Specific Mac address
2. I would like to simulate 250 different IP addresses from a Subnet. Each IP address would go out with Specific DHCP Parameters. I would like to know if there is an easy way without entering 250 times
Example: dhcp://getip reqopts=1,3,44,67,150 vendor="cisco-ip-phone", mac="00:22:33:11:11:11"
dhcp://getip reqopts=2,4,45,43,90 vendor="avaya-ip-phone", mac="22:44:55:11:11:11"
3. Once IP address is assigned, it should go and download a file from the spirent simulated HTTP server
1 get http://192.168.1.1/index.html
4. I Don't want to release Ip address
I would like to know for DHCPv4 Client, DHCPv6 client and DHCP Relay.