code stringlengths 10 58.5k | file_path stringlengths 53 173 |
|---|---|
A list containing the app spec srlg r protocol stack handles that were added by the command (if any).
x key:app_spec_srlg_handler value:A list containing the app spec srlg r protocol stack handles that were added by the command (if any).
A list containing the isis te profile r protocol stack handle... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_isis_config.py_part12 |
key:handle value:list of router node handles Please note that this key will be omitted if the current session or command were run with -return_detailed_handles 0.
Examples:
Sample Input:
Sample Output:
{status $::SUCCESS} {handle {router1 router2 router3 router4}}
... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_isis_config.py_part13 |
# -*- coding: utf-8 -*-
import sys
from ixiaerror import IxiaError
from ixiangpf import IxiaNgpf
from ixiautil import PartialClass, make_hltapi_fail
class IxiaNgpf(PartialClass, IxiaNgpf):
def emulation_macsec_info(self, mode, handle, **kwargs):
r'''
#Procedure Header
Name:
emulation_macsec_info
D... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_macsec_info.py_part1 |
# -*- coding: utf-8 -*-
import sys
from ixiaerror import IxiaError
from ixiangpf import IxiaNgpf
from ixiautil import PartialClass, make_hltapi_fail
class IxiaNgpf(PartialClass, IxiaNgpf):
def pppox_control(self, action, **kwargs):
r'''
#Procedure Header
Name:
pppox_control
Description:
Star... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/pppox_control.py_part1 |
# -*- coding: utf-8 -*-
import sys
from ixiaerror import IxiaError
from ixiangpf import IxiaNgpf
from ixiautil import PartialClass, make_hltapi_fail
class IxiaNgpf(PartialClass, IxiaNgpf):
def emulation_pcc_config(self, mode, **kwargs):
r'''
#Procedure Header
Name:
emulation_pcc_config
Description... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_pcc_config.py_part1 |
x [-max_expected_segment_count NUMERIC]
x [-pcc_requested_insert_ipv6_explicit_null CHOICES 0 1]
x [-pcc_requested_active ANY]
x [-iro_active ANY]
x [-iro_sub_object_type ... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_pcc_config.py_part2 |
x [-local_ipv4_address_step ANY]
x [-remote_ipv4_address ANY]
x [-remote_ipv4_address_step ANY]
x [-local_ipv6_address ANY]
x [-local_ipv6_address_step ANY]
... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_pcc_config.py_part3 |
x -pcc_requested_include_bandwidth
x Include Bandwidth
x -pcc_requested_include_metric
x Include Metric
x -include_iro
x Include IRO
x -include_xro
x Include XRO
x -p_flag_rp
x RP "P" Flag
x -override_request_id
x Override Request ID
x -request... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_pcc_config.py_part4 |
x Step argument of IPv4 Address
x -xro_ipv6_address
x IPv6 Address
x -xro_ipv6_address_step
x Step argument of IPv6 Address
x -xro_router_id
x Router ID
x -xro_router_id_step
x Step argument of Router ID
x -xro_interface_id
x Interface ID
x -xro_as... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_pcc_config.py_part5 |
x Indicates whether Protection LSP Bit is On.
x -standby_lsp_bit
x Indicates whether Standby LSP Bit is On.
x -pre_established_active_data_traffic_endpoint
x Specifies whether that specific Data Traffic Endpoint will generate data traffic
x -src_end_point_ipv4
x Source IPv4 a... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_pcc_config.py_part6 |
x Specifies whether the corresponding metric object is active or not.
x -pre_established_metric_type
x This is a drop down which has 4 choices:IGP/ TE/ Hop count/ MSD.
x -pre_established_metric_value
x User can specify the metric value corresponding to the metric type selected.
x -b_... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_pcc_config.py_part7 |
# -*- coding: utf-8 -*-
import sys
from ixiaerror import IxiaError
from ixiangpf import IxiaNgpf
from ixiautil import PartialClass, make_hltapi_fail
class IxiaNgpf(PartialClass, IxiaNgpf):
def emulation_pcc_control(self, mode, **kwargs):
r'''
#Procedure Header
Name:
emulation_pcc_control
Descripti... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_pcc_control.py_part1 |
# -*- coding: utf-8 -*-
import sys
from ixiaerror import IxiaError
from ixiangpf import IxiaNgpf
from ixiautil import PartialClass, make_hltapi_fail
class IxiaNgpf(PartialClass, IxiaNgpf):
def emulation_ospf_control(self, mode, **kwargs):
r'''
#Procedure Header
Name:
emulation_ospf_control
Descrip... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_ospf_control.py_part1 |
# -*- coding: utf-8 -*-
import sys
from ixiaerror import IxiaError
from ixiangpf import IxiaNgpf
from ixiautil import PartialClass, make_hltapi_fail
class IxiaNgpf(PartialClass, IxiaNgpf):
def emulation_bondedgre_config(self, **kwargs):
r'''
#Procedure Header
Name:
emulation_bondedgre_config
Descr... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_bondedgre_config.py_part1 |
return make_hltapi_fail(e.message)
| KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_bondedgre_config.py_part2 |
# -*- coding: utf-8 -*-
import sys
from ixiaerror import IxiaError
from ixiangpf import IxiaNgpf
from ixiautil import PartialClass, make_hltapi_fail
class IxiaNgpf(PartialClass, IxiaNgpf):
def l2tp_control(self, action, **kwargs):
r'''
#Procedure Header
Name:
l2tp_control
Description:
Start,... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/l2tp_control.py_part1 |
# -*- coding: utf-8 -*-
import sys
from ixiaerror import IxiaError
from ixiangpf import IxiaNgpf
from ixiautil import PartialClass, make_hltapi_fail
class IxiaNgpf(PartialClass, IxiaNgpf):
def l2tp_config(self, mode, **kwargs):
r'''
#Procedure Header
Name:
l2tp_config
Description:
Configures... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/l2tp_config.py_part1 |
[-wildcard_dollar_end RANGE 0-65535]
[-wildcard_dollar_start RANGE 0-65535]
[-wildcard_pound_end RANGE 0-65535]
[-wildcard_pound_start RANGE 0-65535]
[-wildcard_que... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/l2tp_config.py_part2 |
n [-dhcp6_global_teardown_rate_max ANY]
n [-dhcp6_global_wait_for_completion ANY]
n [-hosts_range_count ANY]
n [-hosts_range_eui_increment ANY]
n [-hosts_range_first_eui ANY]
... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/l2tp_config.py_part3 |
x CHOICES disable_extension]
x [-server_wins_primary_address IPV4]
x [-server_wins_secondary_address IPV4]
x [-enable_domain_groups CHOICES 0 1]
x [-chap_name ... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/l2tp_config.py_part4 |
n This argument defined by Cisco is not supported for NGPF implementation.
-config_req_timeout
Specifies the timeout value in seconds for acknowledgement of a
Configure Request or Terminate Request. This parameter is available only for -action create.
-ctrl_chksum
Enabl... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/l2tp_config.py_part5 |
-ppp_client_step
Step size to use for allocating client IP addresses. Only
valid if the mode option is set lns. This parameter is available only for -action create.
-ppp_server_ip
Local IP address of the PPP server. Only valid if the mode is lns.
For IPv6 this is the ... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/l2tp_config.py_part6 |
x Dependencies: Available starting with HLT API 3.90. Valid when port_role
x is access ; dhcpv6_hosts_enable is 1; ip_cp is ipv6_cp or
x dual_stack ; dhcp6_pd_client_range_duid_type is duid_en .
x -dhcp6_pd_client_range_duid_vendor_id_increment
x Define the step to increment the... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/l2tp_config.py_part7 |
x This parameter applies at the port level.
x Dependencies: Available starting with HLT API 3.90. Valid when port_role
x is access ; dhcpv6_hosts_enable is 1; ip_cp is ipv6_cp or dual_stack .
x Parameter dhcp6_pgdata_override_global_teardown_rate is 1
n -dhcp6_pgdata_teardown_r... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/l2tp_config.py_part8 |
x -dhcp6_global_sol_max_rc
x RFC 3315 max solicit retry attempts.
x This parameter applies globally for all the ports in the configuration.
x Available starting with HLT API 3.90 IxNetwork is used for PPPoX configurations.
x Valid when port_role is access ; dhcpv6_hosts_enable is 1;... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/l2tp_config.py_part9 |
x num_tunnels parameter will be ignored. This allows to specify then
x number of sessions to be created(usefull if sessions_per_tunnel
x number is not diving exaclty with the number of sessions).
x -ppp_client_iid
x Base IP address of the client IP pool allocated by the LNS. Only
x... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/l2tp_config.py_part10 |
x -enable_server_signal_loop_id
x This parameter enables the server signal loop id. This parameter is available only for -action create.
x -server_ipv6_ncp_configuration
x The server ipv6 ncp configuration. This parameter is available only for -action create.
x -server_wins_options
x ... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/l2tp_config.py_part11 |
key:status value:$::SUCCESS | $::FAILURE
<l2tp handles>
key:handles value:<l2tp handles>
When status is failure, contains more information
key:log value:When status is failure, contains more information
Examples:
... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/l2tp_config.py_part12 |
# -*- coding: utf-8 -*-
import sys
from ixiaerror import IxiaError
from ixiangpf import IxiaNgpf
from ixiautil import PartialClass, make_hltapi_fail
class IxiaNgpf(PartialClass, IxiaNgpf):
def emulation_vxlan_config(self, handle, **kwargs):
r'''
#Procedure Header
Name:
emulation_vxlan_config
Descr... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_vxlan_config.py_part1 |
x DEFAULT 64]
Arguments:
-mode
Action to take on the port specified the handle argument.
-handle
Specifies the port and group upon which emulation is configured.If
the -mode is "modify", -handle specifies the group upon which
... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_vxlan_config.py_part2 |
x The 802.1Q priority for the outer VLAN.Argument configures the Ethernet stack of the chained device group/VMs.
x -ig_intf_ip_addr
x List of IP addresses that configure each of the traffic generation
x tool interfaces.If -sessions_per_vxlan is > 1,
x this IP address will increment b... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_vxlan_config.py_part3 |
x key:ig_dg_handle value:Handle for the chained device group
Examples:
Sample Input:
Sample Output:
Notes:
When -handle is provided with the /globals value the arguments that configure global protocol
setting accept both multivalue handles and simple values.
When -h... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_vxlan_config.py_part4 |
# -*- coding: utf-8 -*-
import sys
from ixiaerror import IxiaError
from ixiangpf import IxiaNgpf
from ixiautil import PartialClass, make_hltapi_fail
class IxiaNgpf(PartialClass, IxiaNgpf):
def emulation_mka_control(self, mode, **kwargs):
r'''
#Procedure Header
Name:
emulation_mka_control
Descripti... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_mka_control.py_part1 |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import absolute_import, print_function, division
import sys
import ixiautil
from ixiaerror import IxiaError
from ixiahlt import IxiaHlt
from ixiangpf import IxiaNgpf
class IxiaNgpf(ixiautil.PartialClass, IxiaNgpf):
# TODO: set man and defaulted args,... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/connect.py_part1 |
n [-nobios ANY]
n [-forceload ANY]
Arguments:
-port_list
List of Ixia ports of which to take ownership.If multiple devices are
specified, then this is a list of lists.A single item is of the
for... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/connect.py_part2 |
x <p> Eg. in emulation_bgp_route_config.bgp_sites.<vport/protocols/bgp/neighborRange/l2Site> objects of type
x vport/protocols/bgp/neighborRange/l2Site are generated by the emulation_bgp_route_config command. </p>
x <p> Valid values are: </p>
x <ul>
x <li> connect</li>
... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/connect.py_part3 |
x <li> emulation_lacp_link_config </li>
x <li> emulation_lacp_link_config.handle </li>
x <li> emulation_ldp_config </li>
x <li> emulation_ldp_config.handle </li>
x <li> emulation_ldp_route_config </li>
x <li> emulation_ldp_route_config.lsp_handle </li>
x <l... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/connect.py_part4 |
If enabled, the ixClearTimeStamps routine is called for the
reserved port list.
-tcl_proxy_username
Username for logging in IxNetwork Tcl Proxy server.
<p> This parameter is ignored when IxNetwork Tcl Proxy s... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/connect.py_part5 |
key:$port_handle.emulation_cfm_mip_mep_config value:keyed list with the following keys "handle"
keyed list with the following keys "handle mac_range_handles.__parent"
key:$port_handle.emulation_cfm_vlan_config value:keyed list with the following keys "handle mac_ra... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/connect.py_part6 |
key:$port_handle.interface_config value:keyed list with the following keys "interface_handle routed_interface_handle gre_interface_handle"
keyed list with the following keys "handles"
key:$port_handle.l2tp_config value:keyed list with the following keys "hand... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/connect.py_part7 |
ixnet_data['port'] = result['connection']['port']
if 'session_id' in result['connection'].keys():
ixnet_data['sessionId']= result['connection']['session_id']
closeServerOnDisconnect = 1
if 'close_server_on_disconnect... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/connect.py_part8 |
# -*- coding: utf-8 -*-
import sys
from ixiaerror import IxiaError
from ixiangpf import IxiaNgpf
from ixiautil import PartialClass, make_hltapi_fail
class IxiaNgpf(PartialClass, IxiaNgpf):
def interface_config(self, **kwargs):
r'''
#Procedure Header
Name:
interface_config
Description:
This c... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/interface_config.py_part1 |
x [-gre_seq_enable CHOICES 0 1]
[-ignore_link CHOICES 0 1
DEFAULT 0]
x [-integrity_signature REGEXP ^[0-9a-fA-F]{2}([.: ]{0,1}){0... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/interface_config.py_part2 |
x CHOICES VccMuxIPV4Routed
x CHOICES VccMuxBridgedEthernetFCS
x CHOICES VccMuxBridgedEthernetNoFCS]
x [-pgid_split1_mask ... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/interface_config.py_part3 |
CHOICES ether6000vm
CHOICES ether7000vm
CHOICES ether8000vm
CHOICES ethe... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/interface_config.py_part4 |
[-fcoe_support_data_center_mode CHOICES 0 1]
x [-fcoe_priority_group_size CHOICES 4 8]
x [-fcoe_flow_control_type CHOICES ieee802.3x ieee802.1Qbb]
x [-fc_credit_starvation_value NUMERIC
x ... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/interface_config.py_part5 |
[-static_vlan_id RANGE 1-4095
DEFAULT 1]
[-static_vlan_id_mode CHOICES fixed increment inner outer
DEFAULT fixe... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/interface_config.py_part6 |
x [-ipv6_autoconfiguration_send_ns_enabled CHOICES 0 1]
x [-ipv6_autoconfiguration_send_ns_rate RANGE 1-1000]
x [-ipv6_autoconfiguration_send_ns_interval NUMERIC]
x [-ipv6_autoconfiguration_send_ns_max_outstanding RANGE 1-1000]
x [-ipv6_autoc... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/interface_config.py_part7 |
x Send ARP for the IPv4 interfaces when the port link becomes up.
x The option is global, for all ports and interfaces.
x This is valid only for the new API.
x -arp_req_retries
x The number of times the arp request will be attempted.
x This option takes a list of values when ... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/interface_config.py_part8 |
x PRBS-20 - the 2^20 pattern as specified in ITU-T0151 is expected
x PRBS-15 - the 2^15 pattern as specified in ITU-T0151 is expected
x PRBS-11 - the 2^11 pattern as specified in ITU-T0151 is expected
x PRBS-9 - the 2^9 pattern as specified in ITU-T0151 is expected
x PRBS-7 - the... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/interface_config.py_part9 |
n -gre_ip_addr
n This argument defined by Cisco is not supported for NGPF implementation.
n -gre_ip_addr_step
n This argument defined by Cisco is not supported for NGPF implementation.
n -gre_ip_prefix_length
n This argument defined by Cisco is not supported for NGPF implementation.
... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/interface_config.py_part10 |
n This argument defined by Cisco is not supported for NGPF implementation.
x -mtu
x This option configure Maximum Trasmision Unit for created interfaces.
x This parameter can be an interfaces - one MTU value for each interface
x to be created.
x This option takes a list of va... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/interface_config.py_part11 |
x LLCBridgedEthernetFCS
x LLCBridgedEthernetNoFCS
x VccMuxPPPoA
x VccMuxIPV4Routed
x VccMuxBridgedEthernetFCS
x VccMuxBridgedEthernetNoFCS
x -pgid_split1_mask
x The PGID mask bits for the first split PGID. It is a hexadecimal value
x in the 0x<HEX_VALU... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/interface_config.py_part12 |
x -ppp_osi_negotiation
x Whether to enable OSI Network Control protocol on the Ixia PoS port.
x This option takes a list of values when -port_handle is a list of
x port handles.
x Valid options are:
x 0 - Disable
x 1 - (default) Enable
n -pvc_incr_mode
n T... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/interface_config.py_part13 |
x <signature> option.
x This option takes a list of values when -port_handle is a list of
x port handles.
x -single_arp_per_gateway
x Send single ARP per gateway for the IPv4 interfaces when the port link becomes up.
x The option is global, for all ports and interfaces.
x ... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/interface_config.py_part14 |
x enter: 0x8100,0x9100,0x9200,0x9200.
x This option takes a list of values when -port_handle is a list of
x port handles.
x This option is valid only when l23_config_type is protocol_interface.
x -vlan_user_priority
x If VLAN is enabled on the interface, the priority of the V... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/interface_config.py_part15 |
x PFC 4 - Priority Group None
x PFC 5 - Priority Group 3
x PFC 6 - Priority Group None
x PFC 7 - Priority Group None
-fcoe_support_data_center_mode
x -fcoe_priority_group_size
x Valid only with ixnetwork api and when intf_mode is ethernet_fcoe and speed is
x eth... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/interface_config.py_part16 |
n -static_dlci_repeat_count
n This argument defined by Cisco is not supported for NGPF implementation.
n -static_dlci_repeat_count_step
n This argument defined by Cisco is not supported for NGPF implementation.
n -static_dlci_value
n This argument defined by Cisco is not supported fo... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/interface_config.py_part17 |
If stacked vlans need to be created, a list of values separated by the colon(:) character
must be provided to this parameter.
-static_vlan_id_mode
Parameter valid only for IxNetwork static endpoints when -static_enable 1
and -static_lan_range_count > 0 and -static_vlan_enab... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/interface_config.py_part18 |
n This argument defined by Cisco is not supported for NGPF implementation.
n -crlf_path_trace
n This argument defined by Cisco is not supported for NGPF implementation.
n -control_plane_mtu
n This argument defined by Cisco is not supported for NGPF implementation.
n -dst_mac_addr
n... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/interface_config.py_part19 |
x Indicates whether the control is specified per port or per device group.
x This setting is global for all the IPv6 protocols configured in the ixncfg
x and can be configured just when handle is /globals meaning that the user wants
x to configure only global protocol settings.
x -ip... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/interface_config.py_part20 |
x Time interval to calculate next RARP packet transmission for each source IPv4 address.
x -ipv6_re_send_ns_on_link_up
x Resends neighbor solicitation after link up.
x -ipv6_permanent_mac_for_gateway
x When enabled, adds permanent entries for Gateways with manual MAC.
Return Values... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/interface_config.py_part21 |
Coded versus functional specification.
1) You can configure multiple interfaces on the same Ixia port.
2) If autonegotiation is explicitly set to 0, the valid speed/duplex
combinations are:
speed: ether10 duplex: half
speed: ether10 duplex: full
speed: ether100 duplex: hal... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/interface_config.py_part22 |
# -*- coding: utf-8 -*-
import sys
from ixiaerror import IxiaError
from ixiangpf import IxiaNgpf
from ixiautil import PartialClass, make_hltapi_fail
class IxiaNgpf(PartialClass, IxiaNgpf):
def clear_ixiangpf_cache(self, **kwargs):
r'''
#Procedure Header
Name:
clear_ixiangpf_cache
Description:
... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/clear_ixiangpf_cache.py_part1 |
# -*- coding: utf-8 -*-
import sys
from ixiaerror import IxiaError
from ixiangpf import IxiaNgpf
from ixiautil import PartialClass, make_hltapi_fail
class IxiaNgpf(PartialClass, IxiaNgpf):
def emulation_ospf_topology_route_config(self, mode, handle, **kwargs):
r'''
#Procedure Header
Name:
emulation_ospf... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_ospf_topology_route_config.py_part1 |
n [-link_intf_addr ANY]
n [-link_enable ANY]
n [-external_connect ANY]
n [-external_prefix_forward_addr ANY]
n [-grid_connect_session ANY]
n [-grid_start_gmpls_link_id ANY]
n [-grid_start_te_ip ... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_ospf_topology_route_config.py_part2 |
This option is available with IxTclNetwork and IxTclProtocol API.
-grid_router_id
The first router ID of the grid.
This option is valid only when -type is grid, otherwise it
is ignored.
This option is available with IxTclNetwork and IxTclProtocol API.
-grid_... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_ospf_topology_route_config.py_part3 |
This option is valid only when -type is summary_routes, otherwise it
is ignored.
This option is available with IxTclNetwork and IxTclProtocol API.
-summary_prefix_length
The number of bits in the prefixes to be advertised. For example,
a value of 24 is equivalent ... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_ospf_topology_route_config.py_part4 |
. router.$row.$col <router_handle>
network
. network_lsa <lsa_handle>
. intra_area_pfx_lsa <ospfv3_intra_area_prefix_lsa_handle>
. connected_routers <router_handle_list>
summary
. summary_lsas <lsa_pool_handle>
. connected_routers <route... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_ospf_topology_route_config.py_part5 |
# -*- coding: utf-8 -*-
import sys
from ixiaerror import IxiaError
from ixiangpf import IxiaNgpf
from ixiautil import PartialClass, make_hltapi_fail
class IxiaNgpf(PartialClass, IxiaNgpf):
def emulation_ngpf_cfm_control(self, mode, **kwargs):
r'''
#Procedure Header
Name:
emulation_ngpf_cfm_control
... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_ngpf_cfm_control.py_part1 |
# -*- coding: utf-8 -*-
import sys
from ixiaerror import IxiaError
from ixiangpf import IxiaNgpf
from ixiautil import PartialClass, make_hltapi_fail
class IxiaNgpf(PartialClass, IxiaNgpf):
def emulation_pce_info(self, mode, handle, **kwargs):
r'''
#Procedure Header
Name:
emulation_pce_info
Descrip... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_pce_info.py_part1 |
x key:<handle>.pcebasiclearnedinformation.learned_pcc_ip_address value:PCC IP
LSP Type
x key:<handle>.pcebasiclearnedinformation.learned_lsp_type value:LSP Type
Symbolic Path Name
x key:<handle>.pcebasiclearnedinformation.learned_symbolic_path_name val... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_pce_info.py_part2 |
# -*- coding: utf-8 -*-
import sys
from ixiaerror import IxiaError
from ixiangpf import IxiaNgpf
from ixiautil import PartialClass, make_hltapi_fail
class IxiaNgpf(PartialClass, IxiaNgpf):
def emulation_mld_info(self, mode, **kwargs):
r'''
#Procedure Header
Name:
emulation_mld_info
Description:
... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_mld_info.py_part1 |
v2 General Queries Rx
x key:v2_general_queries_rx value:v2 General Queries Rx
v1 Group Specific Queries Tx
x key:v1_group_specific_queries_tx value:v1 Group Specific Queries Tx
v1 Group Specific Queries Rx
x key:v1_group_specific_queries_rx value:... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_mld_info.py_part2 |
# -*- coding: utf-8 -*-
import sys
from ixiaerror import IxiaError
from ixiangpf import IxiaNgpf
from ixiautil import PartialClass, make_hltapi_fail
class IxiaNgpf(PartialClass, IxiaNgpf):
def emulation_mka_config(self, mode, **kwargs):
r'''
#Procedure Header
Name:
emulation_mka_config
Description... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_mka_config.py_part1 |
x Determines the LLPN step.
x -rekey_mode
x Rekey criteria.
x -rekey_behaviour
x Determines the Rekey behavior.
x -periodic_rekey_interval
x Time interval between two Rekey triggers.
x -periodic_rekey_attempts
x Number of times Rekey should be triggered.
x -de... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_mka_config.py_part2 |
# -*- coding: utf-8 -*-
import sys
from ixiaerror import IxiaError
from ixiangpf import IxiaNgpf
from ixiautil import PartialClass, make_hltapi_fail
class IxiaNgpf(PartialClass, IxiaNgpf):
def emulation_ospf_info(self, mode, **kwargs):
r'''
#Procedure Header
Name:
emulation_ospf_info
Description:
... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_ospf_info.py_part1 |
key:<handle>.aggregate.router_lsa_rx value:
key:<handle>.aggregate.network_lsa_tx value:
key:<handle>.aggregate.network_lsa_rx value:
key:<handle>.aggregate.external_lsa_tx value:
key:<handle>.aggregate... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_ospf_info.py_part2 |
# -*- coding: utf-8 -*-
import sys
from ixiaerror import IxiaError
from ixiangpf import IxiaNgpf
from ixiautil import PartialClass, make_hltapi_fail
class IxiaNgpf(PartialClass, IxiaNgpf):
def emulation_lacp_link_config(self, mode, **kwargs):
r'''
#Procedure Header
Name:
emulation_lacp_link_config
... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_lacp_link_config.py_part1 |
x -send_periodic_marker_req
x send periodic marker req
x -support_responding_to_marker
x support responding to marker
x -sync_flag
x sync flag
x -aggregation_flag
x aggregation flag
Return Values:
A list containing the ethernet protocol stack handles that were... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_lacp_link_config.py_part2 |
# -*- coding: utf-8 -*-
import sys
from ixiaerror import IxiaError
from ixiangpf import IxiaNgpf
from ixiautil import PartialClass, make_hltapi_fail
class IxiaNgpf(PartialClass, IxiaNgpf):
def emulation_netconf_server_control(self, mode, **kwargs):
r'''
#Procedure Header
Name:
emulation_netconf_server_c... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_netconf_server_control.py_part1 |
# -*- coding: utf-8 -*-
import sys
from ixiaerror import IxiaError
from ixiangpf import IxiaNgpf
from ixiautil import PartialClass, make_hltapi_fail
class IxiaNgpf(PartialClass, IxiaNgpf):
def emulation_macsec_control(self, mode, **kwargs):
r'''
#Procedure Header
Name:
emulation_macsec_control
Des... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_macsec_control.py_part1 |
# -*- coding: utf-8 -*-
import sys
from ixiaerror import IxiaError
from ixiangpf import IxiaNgpf
from ixiautil import PartialClass, make_hltapi_fail
class IxiaNgpf(PartialClass, IxiaNgpf):
def emulation_isis_srv6_config(self, mode, handle, **kwargs):
r'''
#Procedure Header
Name:
emulation_isis_srv6_conf... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_isis_srv6_config.py_part1 |
x [-b_flag_to CHOICES 0 1]
x [-s_flag_to CHOICES 0 1]
x [-p_flag_to CHOICES 0 1]
x [-reserved_to HEX]
x [-interface_al... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_isis_srv6_config.py_part2 |
x 1 octet.The value represents the weight of the End.X SID for the purpose of load balancing.
x -srv6_adj_end_point_function
x SRv6 Adjacent End-Point Function.
x -pseudo_srv6_adj_end_point_function
x SRv6 adjacent End-Point Function Type.
x -srv6_adj_include_srv6_sid_structure_sub_s... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_isis_srv6_config.py_part3 |
# -*- coding: utf-8 -*-
import sys
from ixiaerror import IxiaError
from ixiangpf import IxiaNgpf
from ixiautil import PartialClass, make_hltapi_fail
class IxiaNgpf(PartialClass, IxiaNgpf):
def emulation_esmc_info(self, mode, handle, **kwargs):
r'''
#Procedure Header
Name:
emulation_esmc_info
Descr... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_esmc_info.py_part1 |
# -*- coding: utf-8 -*-
import sys
from ixiaerror import IxiaError
from ixiangpf import IxiaNgpf
from ixiautil import PartialClass, make_hltapi_fail
class IxiaNgpf(PartialClass, IxiaNgpf):
def ptp_options_config(self, mode, parent_handle, **kwargs):
r'''
#Procedure Header
Name:
ptp_options_config
... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/ptp_options_config.py_part1 |
# -*- coding: utf-8 -*-
import sys
from ixiaerror import IxiaError
from ixiangpf import IxiaNgpf
from ixiautil import PartialClass, make_hltapi_fail
class IxiaNgpf(PartialClass, IxiaNgpf):
def emulation_dhcp_stats(self, **kwargs):
r'''
#Procedure Header
Name:
emulation_dhcp_stats
Description:
... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_dhcp_stats.py_part1 |
Number of enabled DHCPv4 interfaces. Supported with IxTclNetwork.
key:aggregate.enabled_interfaces value:Number of enabled DHCPv4 interfaces. Supported with IxTclNetwork.
Number of addresses learned. Supported with IxTclNetwork.
key:aggregate.addr_discovered ... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_dhcp_stats.py_part2 |
key:<port_handle>.aggregate.setup_success value:Number of addresses that were successful configured. Supported with IxTclNetwork.
The rate at which addresses were successful configured (addresses set up per second). Supported with IxTclNetwork.
key:<port_handle>.aggregate.setup_success_ra... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_dhcp_stats.py_part3 |
key:ipv6.aggregate.teardown_failed value:Number of interfaces that could not be configured until the REL_MAX_RC was exceeded. Supported with IxTclNetwork.
Port Name
key:ipv6.<port_handle>.aggregate.port_name value:Port Name
Number of currently attempting interface... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_dhcp_stats.py_part4 |
key:session.<session ID>.nacks_received value:NACKs Received (valid only for DHCPv4)
Releases Sent
key:session.<session ID>.releases_sent value:Releases Sent
Declines Sent (valid only for DHCPv4)
key:session.<session ID>.declines_sent value:De... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_dhcp_stats.py_part5 |
# -*- coding: utf-8 -*-
import sys
from ixiaerror import IxiaError
from ixiangpf import IxiaNgpf
from ixiautil import PartialClass, make_hltapi_fail
class IxiaNgpf(PartialClass, IxiaNgpf):
def emulation_rsvp_tunnel_config(self, mode, **kwargs):
r'''
#Procedure Header
Name:
emulation_rsvp_tunnel_config
... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_rsvp_tunnel_config.py_part1 |
x [-ingress_global_label ANY]
x [-ingress_bandwidth_protection ANY]
x [-ingress_node_protection ANY]
x [-egress_refresh_interval ANY]
x [-egress_timeout_multiplier ... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_rsvp_tunnel_config.py_part2 |
x [-p2mp_enable_path_re_optimization ANY]
x [-p2mp_enable_periodic_re_evaluation_request ANY]
x [-p2mp_re_evaluation_request_interval ANY]
x [-p2mp_include_head_ip_at_bottom ANY]
x [-include_connected_ip_on_top ... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_rsvp_tunnel_config.py_part3 |
x The default is 0, meaning only protocol stack handles will be returned.
-count
The number of RsvpLsp to configure on the targeted Ixia
interface.The range is 0-1000.
-mac_address_init
MAC address to be used for the first session.
x -mac_address_step
x Vali... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_rsvp_tunnel_config.py_part4 |
x Include All
x -one_to_one_backup_desired
x One To One Backup Desired
x -facility_backup_desired
x Facility Backup Desired
x -send_detour
x Send Detour
x -number_of_detour_sub_objects
x Number Of Detour Sub-Objects
x -backup_lsp_id
x Backup LSP Id Poo... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_rsvp_tunnel_config.py_part5 |
x -p2mp_egress_label
x Label
x -p2mp_egress_c_type
x C-Type
x -p2mp_egress_global_label
x Global Label
x -p2mp_egress_bandwidth_protection
x Bandwidth Protection
x -p2mp_egress_node_protection
x Node Protection
x -p2mp_ingress_active
x Activate/Dea... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_rsvp_tunnel_config.py_part6 |
x -p2mp_number_of_ero_sub_objects
x Number Of ERO Sub-Objects
x -p2mp_ero_type
x Type: IP or AS
x -p2mp_ero_ip
x IP
x -p2mp_ero_as_number
x AS
x -p2mp_ero_loose_flag
x Loose Flag
x -p2mp_ero_prefix_length
x Prefix Length
x -t_spec_same_as_prima... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_rsvp_tunnel_config.py_part7 |
x This specifies the value to be set in the IP header DSCP field of the forwarded Self Ping packet (when Retain LSP Self Ping DSCP is not selected).
x The default value is 48.
x The minimum value is 0 and the maximum value is 63.
x -initial_lsp_self_ping_drop_count
x This specifies t... | KeysightData/IxNetworkAPI9.30.2212.7PI/ixia/hlapi/9.30.2212.6/library/common/ixiangpf/python/ixiangpf_commands/emulation_rsvp_tunnel_config.py_part8 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.