Printer FriendlyEmail Article Link

Spirent TestCenter- JTAPI: How to specify DHCP MsgTimeout and RetryCount ?

Environment/Versions
  • Spirent TestCenter
  • DHCP
  • Automation- JTAPI
Answer
This feature is supported with a patch over JTAPI 4.59GA.

Below is the API:

my $dhcpv4_client = {session_host_name=>"test",
              enable_auto_reply=>"true",
              retry_count=>10,
              msg_timeout=>120};
              
my @dhcp_client_handle = $rt->setup_hosts(ports=>[$port1],ipv4_gw_addr=>"10.3.1.3", dhcp_config=>$dhcpv4_client);

Product : Automation,Spirent TestCenter,DHCP