diff --git a/artifacts/openapi.html b/artifacts/openapi.html deleted file mode 100644 index 6cc72967..00000000 --- a/artifacts/openapi.html +++ /dev/null @@ -1,617 +0,0 @@ - - - -
- -Download OpenAPI specification:Download
Open Traffic Generator API defines a model-driven, vendor-neutral and standard -interface for emulating layer 2-7 network devices and generating test traffic.
-Contributions can be made in the following ways:
-Sets configuration resources on the traffic generator.
-Array of objects (Port) The ports that will be configured on the traffic generator. - | |
Array of objects (Lag) The LAGs that will be configured on the traffic generator. - | |
Array of objects (Layer1) The layer1 settings that will be configured on the traffic generator. -Since layer1 settings usually vary across variety of test ports, these -most likely won't be portable. - | |
Array of objects (Capture) The capture settings that will be configured on the traffic generator. - | |
Array of objects (Device) The emulated devices that will be configured on the traffic generator. -Each device contains configurations for network interfaces and -protocols running on top of those interfaces. - | |
Array of objects (Flow) The flows that will be configured on the traffic generator. - | |
object (Event) The optional container for event configuration. - | |
object (Config.Options) Global configuration options. - | |
Array of objects (Lldp) LLDP protocol that will be configured on traffic generator. - |
{- "ports": [
- {
- "location": "string",
- "name": "string"
}
], - "lags": [
- {
- "ports": [
- {
- "port_name": "string",
- "lacp": {
- "actor_port_number": 0,
- "actor_port_priority": 1,
- "actor_activity": "active",
- "lacpdu_periodic_time_interval": 0,
- "lacpdu_timeout": 0
}, - "ethernet": {
- "mac": "string",
- "mtu": 1500,
- "vlans": [
- {
- "tpid": "x8100",
- "priority": 0,
- "id": 1,
- "name": "string"
}
], - "name": "string"
}
}
], - "protocol": {
- "choice": "lacp",
- "lacp": {
- "actor_system_id": "00:00:00:00:00:00",
- "actor_system_priority": 0,
- "actor_key": 0
}, - "static": {
- "lag_id": 0
}
}, - "min_links": 1,
- "name": "string"
}
], - "layer1": [
- {
- "port_names": [
- "string"
], - "speed": "speed_10_fd_mbps",
- "media": "copper",
- "promiscuous": true,
- "mtu": 1500,
- "ieee_media_defaults": true,
- "auto_negotiate": true,
- "auto_negotiation": {
- "advertise_1000_mbps": true,
- "advertise_100_fd_mbps": true,
- "advertise_100_hd_mbps": true,
- "advertise_10_fd_mbps": true,
- "advertise_10_hd_mbps": true,
- "link_training": false,
- "rs_fec": false
}, - "flow_control": {
- "directed_address": "01:80:C2:00:00:01",
- "choice": "ieee_802_1qbb",
- "ieee_802_1qbb": {
- "pfc_delay": 0,
- "pfc_class_0": 0,
- "pfc_class_1": 1,
- "pfc_class_2": 2,
- "pfc_class_3": 3,
- "pfc_class_4": 4,
- "pfc_class_5": 5,
- "pfc_class_6": 6,
- "pfc_class_7": 7
}, - "ieee_802_3x": { }
}, - "name": "string"
}
], - "captures": [
- {
- "port_names": [
- "string"
], - "filters": [
- {
- "choice": "custom",
- "custom": {
- "offset": 0,
- "bit_length": 8,
- "value": "00",
- "mask": "00",
- "negate": false
}, - "ethernet": {
- "src": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "dst": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "ether_type": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "pfc_queue": {
- "value": "00",
- "mask": "00",
- "negate": false
}
}, - "vlan": {
- "priority": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "cfi": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "id": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "protocol": {
- "value": "00",
- "mask": "00",
- "negate": false
}
}, - "ipv4": {
- "version": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "header_length": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "priority": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "total_length": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "identification": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "reserved": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "dont_fragment": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "more_fragments": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "fragment_offset": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "time_to_live": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "protocol": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "header_checksum": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "src": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "dst": {
- "value": "00",
- "mask": "00",
- "negate": false
}
}, - "ipv6": {
- "version": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "traffic_class": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "flow_label": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "payload_length": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "next_header": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "hop_limit": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "src": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "dst": {
- "value": "00",
- "mask": "00",
- "negate": false
}
}
}
], - "overwrite": true,
- "packet_size": 0,
- "format": "pcap",
- "name": "string"
}
], - "devices": [
- {
- "ethernets": [
- {
- "connection": {
- "choice": "port_name",
- "port_name": "string",
- "lag_name": "string",
- "vxlan_name": "string"
}, - "ipv4_addresses": [
- {
- "gateway": "192.168.0.1",
- "gateway_mac": {
- "choice": "auto",
- "auto": "00:00:00:00:00:00",
- "value": "00:00:00:00:00:00"
}, - "address": "192.168.0.1",
- "prefix": 24,
- "name": "string"
}
], - "ipv6_addresses": [
- {
- "gateway": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
- "gateway_mac": {
- "choice": "auto",
- "auto": "00:00:00:00:00:00",
- "value": "00:00:00:00:00:00"
}, - "address": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
- "prefix": 64,
- "name": "string"
}
], - "mac": "string",
- "mtu": 1500,
- "vlans": [
- {
- "tpid": "x8100",
- "priority": 0,
- "id": 1,
- "name": "string"
}
], - "name": "string"
}
], - "ipv4_loopbacks": [
- {
- "eth_name": "string",
- "address": "0.0.0.0",
- "name": "string"
}
], - "ipv6_loopbacks": [
- {
- "eth_name": "string",
- "address": "::0",
- "name": "string"
}
], - "isis": {
- "instance": {
- "iid": 1,
- "itids": [
- 0
]
}, - "system_id": "string",
- "interfaces": [
- {
- "eth_name": "string",
- "metric": 10,
- "network_type": "broadcast",
- "level_type": "level_2",
- "l1_settings": {
- "priority": 0,
- "hello_interval": 10,
- "dead_interval": 30
}, - "l2_settings": {
- "priority": 0,
- "hello_interval": 10,
- "dead_interval": 30
}, - "multi_topology_ids": [
- {
- "mt_id": 0,
- "link_metric": 10
}
], - "traffic_engineering": [
- {
- "administrative_group": "00000000",
- "metric_level": 0,
- "max_bandwith": 125000000,
- "max_reservable_bandwidth": 125000000,
- "priority_bandwidths": {
- "pb0": 125000000,
- "pb1": 125000000,
- "pb2": 125000000,
- "pb3": 125000000,
- "pb4": 125000000,
- "pb5": 125000000,
- "pb6": 125000000,
- "pb7": 125000000
}
}
], - "authentication": {
- "auth_type": "md5",
- "md5": "string",
- "password": "string"
}, - "advanced": {
- "auto_adjust_mtu": true,
- "auto_adjust_area": true,
- "auto_adjust_supported_protocols": false,
- "enable_3way_handshake": true,
- "p2p_hellos_to_unicast_mac": false
}, - "link_protection": {
- "extra_traffic": false,
- "unprotected": false,
- "shared": false,
- "dedicated_1_to_1": false,
- "dedicated_1_plus_1": false,
- "enhanced": false,
- "reserved_40": false,
- "reserved_80": false
}, - "srlg_values": [
- 0
], - "name": "string"
}
], - "basic": {
- "ipv4_te_router_id": "192.168.0.1",
- "hostname": "string",
- "enable_wide_metric": true,
- "learned_lsp_filter": false
}, - "advanced": {
- "enable_hello_padding": true,
- "max_area_addresses": 3,
- "area_addresses": [
- "string"
], - "lsp_refresh_rate": 600,
- "lsp_lifetime": 1200,
- "psnp_interval": 2000,
- "csnp_interval": 10000,
- "max_lsp_size": 1492,
- "lsp_mgroup_min_trans_interval": 5000,
- "enable_attached_bit": true
}, - "router_auth": {
- "ignore_receive_md5": true,
- "area_auth": {
- "auth_type": "md5",
- "md5": "string",
- "password": "string"
}, - "domain_auth": {
- "auth_type": "md5",
- "md5": "string",
- "password": "string"
}
}, - "v4_routes": [
- {
- "addresses": [
- {
- "address": "192.168.0.1",
- "prefix": 24,
- "count": 1,
- "step": 1
}
], - "link_metric": 0,
- "origin_type": "internal",
- "redistribution_type": "up",
- "name": "string",
- "prefix_attr_enabled": false,
- "x_flag": false,
- "r_flag": false,
- "n_flag": false
}
], - "v6_routes": [
- {
- "addresses": [
- {
- "address": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
- "prefix": 64,
- "count": 1,
- "step": 1
}
], - "link_metric": 0,
- "origin_type": "internal",
- "redistribution_type": "up",
- "name": "string",
- "prefix_attr_enabled": false,
- "x_flag": false,
- "r_flag": false,
- "n_flag": false
}
], - "name": "string"
}, - "bgp": {
- "router_id": "192.168.0.1",
- "ipv4_interfaces": [
- {
- "ipv4_name": "string",
- "peers": [
- {
- "peer_address": "192.168.0.1",
- "evpn_ethernet_segments": [
- {
- "df_election": null,
- "evis": [ ],
- "esi": null,
- "active_mode": null,
- "esi_label": null,
- "advanced": null,
- "communities": [ ],
- "ext_communities": [ ],
- "as_path": null
}
], - "as_type": "ibgp",
- "as_number": 0,
- "as_number_width": "four",
- "advanced": {
- "hold_time_interval": 90,
- "keep_alive_interval": 30,
- "update_interval": 0,
- "time_to_live": 64,
- "md5_key": "string",
- "passive_mode": false
}, - "capability": {
- "ipv4_unicast": true,
- "ipv4_multicast": false,
- "ipv6_unicast": true,
- "ipv6_multicast": false,
- "vpls": false,
- "route_refresh": true,
- "route_constraint": false,
- "link_state_non_vpn": false,
- "link_state_vpn": false,
- "evpn": false,
- "extended_next_hop_encoding": false,
- "ipv4_multicast_vpn": false,
- "ipv4_mpls_vpn": false,
- "ipv4_mdt": false,
- "ipv4_multicast_mpls_vpn": false,
- "ipv4_unicast_flow_spec": false,
- "ipv4_sr_te_policy": false,
- "ipv4_unicast_add_path": false,
- "ipv6_multicast_vpn": false,
- "ipv6_mpls_vpn": false,
- "ipv6_mdt": false,
- "ipv6_multicast_mpls_vpn": false,
- "ipv6_unicast_flow_spec": false,
- "ipv6_sr_te_policy": false,
- "ipv6_unicast_add_path": false
}, - "learned_information_filter": {
- "unicast_ipv4_prefix": false,
- "unicast_ipv6_prefix": false
}, - "v4_routes": [
- {
- "addresses": [ ],
- "next_hop_mode": null,
- "next_hop_address_type": null,
- "next_hop_ipv4_address": null,
- "next_hop_ipv6_address": null,
- "advanced": null,
- "communities": [ ],
- "as_path": null,
- "add_path": null,
- "name": null,
- "ext_communities": [ ],
- "extended_communities": [ ]
}
], - "v6_routes": [
- {
- "addresses": [ ],
- "next_hop_mode": null,
- "next_hop_address_type": null,
- "next_hop_ipv4_address": null,
- "next_hop_ipv6_address": null,
- "advanced": null,
- "communities": [ ],
- "as_path": null,
- "add_path": null,
- "name": null,
- "ext_communities": [ ],
- "extended_communities": [ ]
}
], - "v4_srte_policies": [
- {
- "distinguisher": null,
- "color": null,
- "ipv4_endpoint": null,
- "next_hop_mode": null,
- "next_hop_address_type": null,
- "next_hop_ipv4_address": null,
- "next_hop_ipv6_address": null,
- "advanced": null,
- "add_path": null,
- "as_path": null,
- "communities": [ ],
- "ext_communities": [ ],
- "tunnel_tlvs": [ ],
- "name": null,
- "active": null
}
], - "v6_srte_policies": [
- {
- "distinguisher": null,
- "color": null,
- "ipv6_endpoint": null,
- "next_hop_mode": null,
- "next_hop_address_type": null,
- "next_hop_ipv4_address": null,
- "next_hop_ipv6_address": null,
- "advanced": null,
- "add_path": null,
- "as_path": null,
- "communities": [ ],
- "extcommunities": [ ],
- "tunnel_tlvs": [ ],
- "name": null,
- "active": null
}
], - "name": "string",
- "graceful_restart": {
- "enable_gr": false,
- "restart_time": 45,
- "enable_llgr": false,
- "stale_time": 10
}
}
]
}
], - "ipv6_interfaces": [
- {
- "ipv6_name": "string",
- "peers": [
- {
- "peer_address": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
- "segment_routing": {
- "ingress_supports_vpn": false,
- "reduced_encapsulation": false,
- "copy_time_to_live": false,
- "time_to_live": 0,
- "max_sids_per_srh": 0,
- "auto_generate_segment_left_value": false,
- "segment_left_value": 0,
- "advertise_sr_te_policy": false
}, - "evpn_ethernet_segments": [
- {
- "df_election": null,
- "evis": [ ],
- "esi": null,
- "active_mode": null,
- "esi_label": null,
- "advanced": null,
- "communities": [ ],
- "ext_communities": [ ],
- "as_path": null
}
], - "as_type": "ibgp",
- "as_number": 0,
- "as_number_width": "four",
- "advanced": {
- "hold_time_interval": 90,
- "keep_alive_interval": 30,
- "update_interval": 0,
- "time_to_live": 64,
- "md5_key": "string",
- "passive_mode": false
}, - "capability": {
- "ipv4_unicast": true,
- "ipv4_multicast": false,
- "ipv6_unicast": true,
- "ipv6_multicast": false,
- "vpls": false,
- "route_refresh": true,
- "route_constraint": false,
- "link_state_non_vpn": false,
- "link_state_vpn": false,
- "evpn": false,
- "extended_next_hop_encoding": false,
- "ipv4_multicast_vpn": false,
- "ipv4_mpls_vpn": false,
- "ipv4_mdt": false,
- "ipv4_multicast_mpls_vpn": false,
- "ipv4_unicast_flow_spec": false,
- "ipv4_sr_te_policy": false,
- "ipv4_unicast_add_path": false,
- "ipv6_multicast_vpn": false,
- "ipv6_mpls_vpn": false,
- "ipv6_mdt": false,
- "ipv6_multicast_mpls_vpn": false,
- "ipv6_unicast_flow_spec": false,
- "ipv6_sr_te_policy": false,
- "ipv6_unicast_add_path": false
}, - "learned_information_filter": {
- "unicast_ipv4_prefix": false,
- "unicast_ipv6_prefix": false
}, - "v4_routes": [
- {
- "addresses": [ ],
- "next_hop_mode": null,
- "next_hop_address_type": null,
- "next_hop_ipv4_address": null,
- "next_hop_ipv6_address": null,
- "advanced": null,
- "communities": [ ],
- "as_path": null,
- "add_path": null,
- "name": null,
- "ext_communities": [ ],
- "extended_communities": [ ]
}
], - "v6_routes": [
- {
- "addresses": [ ],
- "next_hop_mode": null,
- "next_hop_address_type": null,
- "next_hop_ipv4_address": null,
- "next_hop_ipv6_address": null,
- "advanced": null,
- "communities": [ ],
- "as_path": null,
- "add_path": null,
- "name": null,
- "ext_communities": [ ],
- "extended_communities": [ ]
}
], - "v4_srte_policies": [
- {
- "distinguisher": null,
- "color": null,
- "ipv4_endpoint": null,
- "next_hop_mode": null,
- "next_hop_address_type": null,
- "next_hop_ipv4_address": null,
- "next_hop_ipv6_address": null,
- "advanced": null,
- "add_path": null,
- "as_path": null,
- "communities": [ ],
- "ext_communities": [ ],
- "tunnel_tlvs": [ ],
- "name": null,
- "active": null
}
], - "v6_srte_policies": [
- {
- "distinguisher": null,
- "color": null,
- "ipv6_endpoint": null,
- "next_hop_mode": null,
- "next_hop_address_type": null,
- "next_hop_ipv4_address": null,
- "next_hop_ipv6_address": null,
- "advanced": null,
- "add_path": null,
- "as_path": null,
- "communities": [ ],
- "extcommunities": [ ],
- "tunnel_tlvs": [ ],
- "name": null,
- "active": null
}
], - "name": "string",
- "graceful_restart": {
- "enable_gr": false,
- "restart_time": 45,
- "enable_llgr": false,
- "stale_time": 10
}
}
]
}
]
}, - "vxlan": {
- "v4_tunnels": [
- {
- "source_interface": "string",
- "destination_ip_mode": {
- "choice": "multicast",
- "unicast": {
- "vteps": [
- {
- "remote_vtep_address": null,
- "arp_suppression_cache": [ ]
}
]
}, - "multicast": {
- "address": "192.168.0.1"
}
}, - "vni": 1,
- "name": "string"
}
], - "v6_tunnels": [
- {
- "source_interface": "string",
- "destination_ip_mode": {
- "choice": "multicast",
- "unicast": {
- "vteps": [
- {
- "remote_vtep_address": null,
- "arp_suppression_cache": [ ]
}
]
}, - "multicast": {
- "address": "2001:0db8:85a3:0000:0000:8a2e:0370:7334"
}
}, - "vni": 1,
- "name": "string"
}
]
}, - "name": "string",
- "rsvp": {
- "ipv4_interfaces": [
- {
- "ipv4_name": "string",
- "neighbor_ip": "192.168.0.1",
- "label_space_start": 1000,
- "label_space_end": 100000,
- "enable_refresh_reduction": false,
- "summary_refresh_interval": 30,
- "send_bundle": false,
- "bundle_threshold": 50,
- "enable_hello": false,
- "hello_interval": 9,
- "timeout_multiplier": 3
}
], - "lsp_ipv4_interfaces": [
- {
- "ipv4_name": "string",
- "p2p_egress_ipv4_lsps": {
- "name": "string",
- "refresh_interval": 30,
- "timeout_multiplier": 3,
- "reservation_style": "shared_explicit",
- "enable_fixed_label": false,
- "fixed_label_value": 0
}, - "p2p_ingress_ipv4_lsps": [
- {
- "name": "string",
- "remote_address": "192.168.0.1",
- "tunnel_id": 1,
- "lsp_id": 1,
- "refresh_interval": 30,
- "timeout_multiplier": 3,
- "backup_lsp_id": 2,
- "lsp_switchover_delay": 0,
- "session_attribute": {
- "auto_generate_session_name": true,
- "session_name": "string",
- "setup_priority": 7,
- "holding_priority": 7,
- "local_protection_desired": false,
- "label_recording_desired": false,
- "se_style_desired": false,
- "bandwidth_protection_desired": false,
- "node_protection_desired": false,
- "resource_affinities": {
- "exclude_any": null,
- "include_any": null,
- "include_all": null
}
}, - "tspec": {
- "token_bucket_rate": 0,
- "token_bucket_size": 0,
- "peak_data_rate": 0,
- "minimum_policed_unit": 0,
- "maximum_policed_unit": 0
}, - "fast_reroute": {
- "setup_priority": 7,
- "holding_priority": 7,
- "hop_limit": 3,
- "bandwidth": 0,
- "exclude_any": "0",
- "include_any": "0",
- "include_all": "0",
- "one_to_one_backup_desired": false,
- "facility_backup_desired": false
}, - "ero": {
- "prepend_neighbor_ip": "prepend_loose",
- "prefix_length": 32,
- "subobjects": [
- null
]
}
}
]
}
], - "name": "string"
}
}
], - "flows": [
- {
- "tx_rx": {
- "choice": "port",
- "port": {
- "tx_name": "string",
- "rx_name": "string",
- "rx_names": [
- "string"
]
}, - "device": {
- "mode": "mesh",
- "tx_names": [
- "Eth 1",
- "Eth 2",
- "Eth 3",
- "IPv4 1",
- "IPv6 1",
- "Bgp V4RouteRange 1",
- "Bgp V6RouteRange 1"
], - "rx_names": [
- "Eth 1",
- "Eth 2",
- "Eth 3",
- "IPv4 1",
- "IPv6 1",
- "Bgp V4RouteRange 1",
- "Bgp V6RouteRange 1"
]
}
}, - "packet": [
- {
- "choice": "ethernet",
- "custom": {
- "bytes": "string",
- "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ethernet": {
- "dst": {
- "choice": "auto",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "auto": "00:00:00:00:00:00",
- "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 48
}
]
}, - "src": {
- "choice": "value",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 48
}
]
}, - "ether_type": {
- "choice": "auto",
- "value": 65535,
- "values": [
- 65535
], - "auto": 65535,
- "increment": {
- "start": 65535,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 65535,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pfc_queue": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 3
}
]
}
}, - "vlan": {
- "priority": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 3
}
]
}, - "cfi": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 12
}
]
}, - "tpid": {
- "choice": "value",
- "value": 65535,
- "values": [
- 65535
], - "increment": {
- "start": 65535,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 65535,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}
}, - "vxlan": {
- "flags": {
- "choice": "value",
- "value": 8,
- "values": [
- 8
], - "increment": {
- "start": 8,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 8,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "reserved0": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 24
}
]
}, - "vni": {
- "choice": "auto",
- "value": 0,
- "values": [
- 0
], - "auto": 0,
- "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 24
}
]
}, - "reserved1": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}
}, - "ipv4": {
- "version": {
- "choice": "value",
- "value": 4,
- "values": [
- 4
], - "increment": {
- "start": 4,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 4,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 4
}
]
}, - "header_length": {
- "choice": "auto",
- "value": 5,
- "values": [
- 5
], - "auto": 5,
- "increment": {
- "start": 5,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 5,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 4
}
]
}, - "priority": {
- "choice": "dscp",
- "raw": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "tos": {
- "precedence": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "delay": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "throughput": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "reliability": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "monetary": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "unused": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}
}, - "dscp": {
- "phb": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "ecn": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}
}
}, - "total_length": {
- "choice": "auto",
- "value": 46,
- "values": [
- 46
], - "auto": 46,
- "increment": {
- "start": 46,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 46,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "identification": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "reserved": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "dont_fragment": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "more_fragments": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "fragment_offset": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 5
}
]
}, - "time_to_live": {
- "choice": "value",
- "value": 64,
- "values": [
- 64
], - "increment": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "protocol": {
- "choice": "auto",
- "value": 61,
- "values": [
- 61
], - "auto": 61,
- "increment": {
- "start": 61,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 61,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "header_checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}, - "src": {
- "choice": "value",
- "value": "0.0.0.0",
- "values": [
- "0.0.0.0"
], - "increment": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "decrement": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}, - "dst": {
- "choice": "value",
- "value": "0.0.0.0",
- "values": [
- "0.0.0.0"
], - "increment": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "decrement": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}
}, - "ipv6": {
- "version": {
- "choice": "value",
- "value": 6,
- "values": [
- 6
], - "increment": {
- "start": 6,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 6,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 4
}
]
}, - "traffic_class": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "flow_label": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 20
}
]
}, - "payload_length": {
- "choice": "auto",
- "value": 0,
- "values": [
- 0
], - "auto": 0,
- "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "next_header": {
- "choice": "auto",
- "value": 59,
- "values": [
- 59
], - "auto": 59,
- "increment": {
- "start": 59,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 59,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "hop_limit": {
- "choice": "value",
- "value": 64,
- "values": [
- 64
], - "increment": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "src": {
- "choice": "value",
- "value": "::0",
- "values": [
- "::0"
], - "increment": {
- "start": "::0",
- "step": "::1",
- "count": 1
}, - "decrement": {
- "start": "::0",
- "step": "::1",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 128
}
]
}, - "dst": {
- "choice": "value",
- "value": "::0",
- "values": [
- "::0"
], - "increment": {
- "start": "::0",
- "step": "::1",
- "count": 1
}, - "decrement": {
- "start": "::0",
- "step": "::1",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 128
}
]
}
}, - "pfcpause": {
- "dst": {
- "choice": "value",
- "value": "01:80:c2:00:00:01",
- "values": [
- "01:80:c2:00:00:01"
], - "increment": {
- "start": "01:80:c2:00:00:01",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "01:80:c2:00:00:01",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 48
}
]
}, - "src": {
- "choice": "value",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 48
}
]
}, - "ether_type": {
- "choice": "value",
- "value": 34824,
- "values": [
- 34824
], - "increment": {
- "start": 34824,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 34824,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "control_op_code": {
- "choice": "value",
- "value": 257,
- "values": [
- 257
], - "increment": {
- "start": 257,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 257,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "class_enable_vector": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pause_class_0": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pause_class_1": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pause_class_2": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pause_class_3": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pause_class_4": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pause_class_5": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pause_class_6": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pause_class_7": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}
}, - "ethernetpause": {
- "dst": {
- "choice": "value",
- "value": "01:80:c2:00:00:01",
- "values": [
- "01:80:c2:00:00:01"
], - "increment": {
- "start": "01:80:c2:00:00:01",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "01:80:c2:00:00:01",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 48
}
]
}, - "src": {
- "choice": "value",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 48
}
]
}, - "ether_type": {
- "choice": "value",
- "value": 34824,
- "values": [
- 34824
], - "increment": {
- "start": 34824,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 34824,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "control_op_code": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "time": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}
}, - "tcp": {
- "src_port": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "dst_port": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "seq_num": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}, - "ack_num": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}, - "data_offset": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 4
}
]
}, - "ecn_ns": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ecn_cwr": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ecn_echo": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ctl_urg": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ctl_ack": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ctl_psh": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ctl_rst": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ctl_syn": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ctl_fin": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "window": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}
}, - "udp": {
- "src_port": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "dst_port": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "length": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}
}, - "gre": {
- "checksum_present": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "reserved0": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 12
}
]
}, - "version": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 3
}
]
}, - "protocol": {
- "choice": "value",
- "value": 2048,
- "values": [
- 2048
], - "increment": {
- "start": 2048,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 2048,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}, - "reserved1": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}
}, - "gtpv1": {
- "version": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 3
}
]
}, - "protocol_type": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "reserved": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "e_flag": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "s_flag": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "pn_flag": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "message_type": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "message_length": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "teid": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}, - "squence_number": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "n_pdu_number": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "next_extension_header_type": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "extension_headers": [
- {
- "extension_length": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "contents": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "next_extension_header": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}
}
]
}, - "gtpv2": {
- "version": {
- "choice": "value",
- "value": 2,
- "values": [
- 2
], - "increment": {
- "start": 2,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 2,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 3
}
]
}, - "piggybacking_flag": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "teid_flag": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "spare1": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 3
}
]
}, - "message_type": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "message_length": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "teid": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}, - "sequence_number": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 24
}
]
}, - "spare2": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}
}, - "arp": {
- "hardware_type": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "protocol_type": {
- "choice": "value",
- "value": 2048,
- "values": [
- 2048
], - "increment": {
- "start": 2048,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 2048,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "hardware_length": {
- "choice": "value",
- "value": 6,
- "values": [
- 6
], - "increment": {
- "start": 6,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 6,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "protocol_length": {
- "choice": "value",
- "value": 4,
- "values": [
- 4
], - "increment": {
- "start": 4,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 4,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "operation": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "sender_hardware_addr": {
- "choice": "value",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 48
}
]
}, - "sender_protocol_addr": {
- "choice": "value",
- "value": "0.0.0.0",
- "values": [
- "0.0.0.0"
], - "increment": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "decrement": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}, - "target_hardware_addr": {
- "choice": "value",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 48
}
]
}, - "target_protocol_addr": {
- "choice": "value",
- "value": "0.0.0.0",
- "values": [
- "0.0.0.0"
], - "increment": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "decrement": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}
}, - "icmp": {
- "choice": "echo",
- "echo": {
- "type": {
- "choice": "value",
- "value": 8,
- "values": [
- 8
], - "increment": {
- "start": 8,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 8,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "code": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}, - "identifier": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "sequence_number": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}
}
}, - "icmpv6": {
- "choice": "echo",
- "echo": {
- "type": {
- "choice": "value",
- "value": 128,
- "values": [
- 128
], - "increment": {
- "start": 128,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 128,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "code": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "identifier": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "sequence_number": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}
}
}, - "ppp": {
- "address": {
- "choice": "value",
- "value": 255,
- "values": [
- 255
], - "increment": {
- "start": 255,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 255,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "control": {
- "choice": "value",
- "value": 3,
- "values": [
- 3
], - "increment": {
- "start": 3,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 3,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "protocol_type": {
- "choice": "auto",
- "value": 33,
- "values": [
- 33
], - "auto": 33,
- "increment": {
- "start": 33,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 33,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}
}, - "igmpv1": {
- "version": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 4
}
]
}, - "type": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 4
}
]
}, - "unused": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}, - "group_address": {
- "choice": "value",
- "value": "0.0.0.0",
- "values": [
- "0.0.0.0"
], - "increment": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "decrement": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}
}, - "mpls": {
- "label": {
- "choice": "auto",
- "value": 16,
- "values": [
- 16
], - "auto": 16,
- "increment": {
- "start": 16,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 16,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 20
}
]
}, - "traffic_class": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 3
}
]
}, - "bottom_of_stack": {
- "choice": "auto",
- "value": 1,
- "values": [
- 1
], - "auto": 1,
- "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "time_to_live": {
- "choice": "value",
- "value": 64,
- "values": [
- 64
], - "increment": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}
}, - "snmpv2": {
- "choice": "get_request",
- "get_request": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "variable_bindings": [
- {
- "object_identifier": [
- null
], - "value": {
- "choice": null,
- "ip_address": null,
- "counter": null,
- "timeticks": null,
- "arbitrary": null,
- "big_counter": null,
- "unsigned_integer": null
}
}
]
}, - "get_next_request": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "variable_bindings": [
- {
- "object_identifier": [
- null
], - "value": {
- "choice": null,
- "ip_address": null,
- "counter": null,
- "timeticks": null,
- "arbitrary": null,
- "big_counter": null,
- "unsigned_integer": null
}
}
]
}, - "response": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "variable_bindings": [
- {
- "object_identifier": [
- null
], - "value": {
- "choice": null,
- "ip_address": null,
- "counter": null,
- "timeticks": null,
- "arbitrary": null,
- "big_counter": null,
- "unsigned_integer": null
}
}
]
}, - "set_request": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "variable_bindings": [
- {
- "object_identifier": [
- null
], - "value": {
- "choice": null,
- "ip_address": null,
- "counter": null,
- "timeticks": null,
- "arbitrary": null,
- "big_counter": null,
- "unsigned_integer": null
}
}
]
}, - "get_bulk_request": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "non_repeaters": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
]
}, - "max_repetitions": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "variable_bindings": [
- {
- "object_identifier": [
- null
], - "value": {
- "choice": null,
- "ip_address": null,
- "counter": null,
- "timeticks": null,
- "arbitrary": null,
- "big_counter": null,
- "unsigned_integer": null
}
}
]
}, - "inform_request": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "variable_bindings": [
- {
- "object_identifier": [
- null
], - "value": {
- "choice": null,
- "ip_address": null,
- "counter": null,
- "timeticks": null,
- "arbitrary": null,
- "big_counter": null,
- "unsigned_integer": null
}
}
]
}, - "snmpv2_trap": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "variable_bindings": [
- {
- "object_identifier": [
- null
], - "value": {
- "choice": null,
- "ip_address": null,
- "counter": null,
- "timeticks": null,
- "arbitrary": null,
- "big_counter": null,
- "unsigned_integer": null
}
}
]
}, - "report": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "variable_bindings": [
- {
- "object_identifier": [
- null
], - "value": {
- "choice": null,
- "ip_address": null,
- "counter": null,
- "timeticks": null,
- "arbitrary": null,
- "big_counter": null,
- "unsigned_integer": null
}
}
]
}
}
}
], - "egress_packet": [
- {
- "choice": "ethernet",
- "custom": {
- "bytes": "string",
- "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ethernet": {
- "dst": {
- "choice": "auto",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "auto": "00:00:00:00:00:00",
- "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 48
}
]
}, - "src": {
- "choice": "value",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 48
}
]
}, - "ether_type": {
- "choice": "auto",
- "value": 65535,
- "values": [
- 65535
], - "auto": 65535,
- "increment": {
- "start": 65535,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 65535,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pfc_queue": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 3
}
]
}
}, - "vlan": {
- "priority": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 3
}
]
}, - "cfi": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 12
}
]
}, - "tpid": {
- "choice": "value",
- "value": 65535,
- "values": [
- 65535
], - "increment": {
- "start": 65535,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 65535,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}
}, - "vxlan": {
- "flags": {
- "choice": "value",
- "value": 8,
- "values": [
- 8
], - "increment": {
- "start": 8,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 8,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "reserved0": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 24
}
]
}, - "vni": {
- "choice": "auto",
- "value": 0,
- "values": [
- 0
], - "auto": 0,
- "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 24
}
]
}, - "reserved1": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}
}, - "ipv4": {
- "version": {
- "choice": "value",
- "value": 4,
- "values": [
- 4
], - "increment": {
- "start": 4,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 4,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 4
}
]
}, - "header_length": {
- "choice": "auto",
- "value": 5,
- "values": [
- 5
], - "auto": 5,
- "increment": {
- "start": 5,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 5,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 4
}
]
}, - "priority": {
- "choice": "dscp",
- "raw": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "tos": {
- "precedence": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "delay": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "throughput": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "reliability": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "monetary": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "unused": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}
}, - "dscp": {
- "phb": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "ecn": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}
}
}, - "total_length": {
- "choice": "auto",
- "value": 46,
- "values": [
- 46
], - "auto": 46,
- "increment": {
- "start": 46,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 46,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "identification": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "reserved": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "dont_fragment": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "more_fragments": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "fragment_offset": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 5
}
]
}, - "time_to_live": {
- "choice": "value",
- "value": 64,
- "values": [
- 64
], - "increment": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "protocol": {
- "choice": "auto",
- "value": 61,
- "values": [
- 61
], - "auto": 61,
- "increment": {
- "start": 61,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 61,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "header_checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}, - "src": {
- "choice": "value",
- "value": "0.0.0.0",
- "values": [
- "0.0.0.0"
], - "increment": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "decrement": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}, - "dst": {
- "choice": "value",
- "value": "0.0.0.0",
- "values": [
- "0.0.0.0"
], - "increment": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "decrement": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}
}, - "ipv6": {
- "version": {
- "choice": "value",
- "value": 6,
- "values": [
- 6
], - "increment": {
- "start": 6,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 6,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 4
}
]
}, - "traffic_class": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "flow_label": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 20
}
]
}, - "payload_length": {
- "choice": "auto",
- "value": 0,
- "values": [
- 0
], - "auto": 0,
- "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "next_header": {
- "choice": "auto",
- "value": 59,
- "values": [
- 59
], - "auto": 59,
- "increment": {
- "start": 59,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 59,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "hop_limit": {
- "choice": "value",
- "value": 64,
- "values": [
- 64
], - "increment": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "src": {
- "choice": "value",
- "value": "::0",
- "values": [
- "::0"
], - "increment": {
- "start": "::0",
- "step": "::1",
- "count": 1
}, - "decrement": {
- "start": "::0",
- "step": "::1",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 128
}
]
}, - "dst": {
- "choice": "value",
- "value": "::0",
- "values": [
- "::0"
], - "increment": {
- "start": "::0",
- "step": "::1",
- "count": 1
}, - "decrement": {
- "start": "::0",
- "step": "::1",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 128
}
]
}
}, - "pfcpause": {
- "dst": {
- "choice": "value",
- "value": "01:80:c2:00:00:01",
- "values": [
- "01:80:c2:00:00:01"
], - "increment": {
- "start": "01:80:c2:00:00:01",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "01:80:c2:00:00:01",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 48
}
]
}, - "src": {
- "choice": "value",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 48
}
]
}, - "ether_type": {
- "choice": "value",
- "value": 34824,
- "values": [
- 34824
], - "increment": {
- "start": 34824,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 34824,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "control_op_code": {
- "choice": "value",
- "value": 257,
- "values": [
- 257
], - "increment": {
- "start": 257,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 257,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "class_enable_vector": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pause_class_0": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pause_class_1": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pause_class_2": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pause_class_3": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pause_class_4": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pause_class_5": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pause_class_6": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pause_class_7": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}
}, - "ethernetpause": {
- "dst": {
- "choice": "value",
- "value": "01:80:c2:00:00:01",
- "values": [
- "01:80:c2:00:00:01"
], - "increment": {
- "start": "01:80:c2:00:00:01",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "01:80:c2:00:00:01",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 48
}
]
}, - "src": {
- "choice": "value",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 48
}
]
}, - "ether_type": {
- "choice": "value",
- "value": 34824,
- "values": [
- 34824
], - "increment": {
- "start": 34824,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 34824,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "control_op_code": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "time": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}
}, - "tcp": {
- "src_port": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "dst_port": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "seq_num": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}, - "ack_num": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}, - "data_offset": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 4
}
]
}, - "ecn_ns": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ecn_cwr": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ecn_echo": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ctl_urg": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ctl_ack": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ctl_psh": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ctl_rst": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ctl_syn": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ctl_fin": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "window": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}
}, - "udp": {
- "src_port": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "dst_port": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "length": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}
}, - "gre": {
- "checksum_present": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "reserved0": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 12
}
]
}, - "version": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 3
}
]
}, - "protocol": {
- "choice": "value",
- "value": 2048,
- "values": [
- 2048
], - "increment": {
- "start": 2048,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 2048,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}, - "reserved1": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}
}, - "gtpv1": {
- "version": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 3
}
]
}, - "protocol_type": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "reserved": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "e_flag": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "s_flag": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "pn_flag": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "message_type": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "message_length": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "teid": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}, - "squence_number": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "n_pdu_number": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "next_extension_header_type": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "extension_headers": [
- {
- "extension_length": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "contents": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "next_extension_header": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}
}
]
}, - "gtpv2": {
- "version": {
- "choice": "value",
- "value": 2,
- "values": [
- 2
], - "increment": {
- "start": 2,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 2,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 3
}
]
}, - "piggybacking_flag": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "teid_flag": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "spare1": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 3
}
]
}, - "message_type": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "message_length": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "teid": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}, - "sequence_number": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 24
}
]
}, - "spare2": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}
}, - "arp": {
- "hardware_type": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "protocol_type": {
- "choice": "value",
- "value": 2048,
- "values": [
- 2048
], - "increment": {
- "start": 2048,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 2048,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "hardware_length": {
- "choice": "value",
- "value": 6,
- "values": [
- 6
], - "increment": {
- "start": 6,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 6,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "protocol_length": {
- "choice": "value",
- "value": 4,
- "values": [
- 4
], - "increment": {
- "start": 4,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 4,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "operation": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "sender_hardware_addr": {
- "choice": "value",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 48
}
]
}, - "sender_protocol_addr": {
- "choice": "value",
- "value": "0.0.0.0",
- "values": [
- "0.0.0.0"
], - "increment": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "decrement": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}, - "target_hardware_addr": {
- "choice": "value",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 48
}
]
}, - "target_protocol_addr": {
- "choice": "value",
- "value": "0.0.0.0",
- "values": [
- "0.0.0.0"
], - "increment": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "decrement": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}
}, - "icmp": {
- "choice": "echo",
- "echo": {
- "type": {
- "choice": "value",
- "value": 8,
- "values": [
- 8
], - "increment": {
- "start": 8,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 8,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "code": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}, - "identifier": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "sequence_number": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}
}
}, - "icmpv6": {
- "choice": "echo",
- "echo": {
- "type": {
- "choice": "value",
- "value": 128,
- "values": [
- 128
], - "increment": {
- "start": 128,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 128,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "code": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "identifier": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "sequence_number": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}
}
}, - "ppp": {
- "address": {
- "choice": "value",
- "value": 255,
- "values": [
- 255
], - "increment": {
- "start": 255,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 255,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "control": {
- "choice": "value",
- "value": 3,
- "values": [
- 3
], - "increment": {
- "start": 3,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 3,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "protocol_type": {
- "choice": "auto",
- "value": 33,
- "values": [
- 33
], - "auto": 33,
- "increment": {
- "start": 33,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 33,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}
}, - "igmpv1": {
- "version": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 4
}
]
}, - "type": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 4
}
]
}, - "unused": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}, - "group_address": {
- "choice": "value",
- "value": "0.0.0.0",
- "values": [
- "0.0.0.0"
], - "increment": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "decrement": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}
}, - "mpls": {
- "label": {
- "choice": "auto",
- "value": 16,
- "values": [
- 16
], - "auto": 16,
- "increment": {
- "start": 16,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 16,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 20
}
]
}, - "traffic_class": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 3
}
]
}, - "bottom_of_stack": {
- "choice": "auto",
- "value": 1,
- "values": [
- 1
], - "auto": 1,
- "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "time_to_live": {
- "choice": "value",
- "value": 64,
- "values": [
- 64
], - "increment": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}
}, - "snmpv2": {
- "choice": "get_request",
- "get_request": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "variable_bindings": [
- {
- "object_identifier": [
- null
], - "value": {
- "choice": null,
- "ip_address": null,
- "counter": null,
- "timeticks": null,
- "arbitrary": null,
- "big_counter": null,
- "unsigned_integer": null
}
}
]
}, - "get_next_request": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "variable_bindings": [
- {
- "object_identifier": [
- null
], - "value": {
- "choice": null,
- "ip_address": null,
- "counter": null,
- "timeticks": null,
- "arbitrary": null,
- "big_counter": null,
- "unsigned_integer": null
}
}
]
}, - "response": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "variable_bindings": [
- {
- "object_identifier": [
- null
], - "value": {
- "choice": null,
- "ip_address": null,
- "counter": null,
- "timeticks": null,
- "arbitrary": null,
- "big_counter": null,
- "unsigned_integer": null
}
}
]
}, - "set_request": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "variable_bindings": [
- {
- "object_identifier": [
- null
], - "value": {
- "choice": null,
- "ip_address": null,
- "counter": null,
- "timeticks": null,
- "arbitrary": null,
- "big_counter": null,
- "unsigned_integer": null
}
}
]
}, - "get_bulk_request": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "non_repeaters": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
]
}, - "max_repetitions": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "variable_bindings": [
- {
- "object_identifier": [
- null
], - "value": {
- "choice": null,
- "ip_address": null,
- "counter": null,
- "timeticks": null,
- "arbitrary": null,
- "big_counter": null,
- "unsigned_integer": null
}
}
]
}, - "inform_request": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "variable_bindings": [
- {
- "object_identifier": [
- null
], - "value": {
- "choice": null,
- "ip_address": null,
- "counter": null,
- "timeticks": null,
- "arbitrary": null,
- "big_counter": null,
- "unsigned_integer": null
}
}
]
}, - "snmpv2_trap": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "variable_bindings": [
- {
- "object_identifier": [
- null
], - "value": {
- "choice": null,
- "ip_address": null,
- "counter": null,
- "timeticks": null,
- "arbitrary": null,
- "big_counter": null,
- "unsigned_integer": null
}
}
]
}, - "report": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "variable_bindings": [
- {
- "object_identifier": [
- null
], - "value": {
- "choice": null,
- "ip_address": null,
- "counter": null,
- "timeticks": null,
- "arbitrary": null,
- "big_counter": null,
- "unsigned_integer": null
}
}
]
}
}
}
], - "size": {
- "choice": "fixed",
- "fixed": 64,
- "increment": {
- "start": 64,
- "end": 1518,
- "step": 1
}, - "random": {
- "min": 64,
- "max": 1518
}, - "weight_pairs": {
- "choice": "predefined",
- "predefined": "imix",
- "custom": [
- {
- "size": 64,
- "weight": 1
}
]
}
}, - "rate": {
- "choice": "pps",
- "pps": 1000,
- "bps": 1000000000,
- "kbps": 1000000,
- "mbps": 1000,
- "gbps": 1,
- "percentage": 100
}, - "duration": {
- "choice": "continuous",
- "fixed_packets": {
- "packets": 1,
- "gap": 12,
- "delay": {
- "choice": "bytes",
- "bytes": 0,
- "nanoseconds": 0,
- "microseconds": 0
}
}, - "fixed_seconds": {
- "seconds": 1,
- "gap": 12,
- "delay": {
- "choice": "bytes",
- "bytes": 0,
- "nanoseconds": 0,
- "microseconds": 0
}
}, - "burst": {
- "bursts": 0,
- "packets": 1,
- "gap": 12,
- "inter_burst_gap": {
- "choice": "bytes",
- "bytes": 12,
- "nanoseconds": 96,
- "microseconds": 0.096
}
}, - "continuous": {
- "gap": 12,
- "delay": {
- "choice": "bytes",
- "bytes": 0,
- "nanoseconds": 0,
- "microseconds": 0
}
}
}, - "metrics": {
- "enable": false,
- "loss": false,
- "rx_tx_ratio": {
- "choice": "value",
- "rx_count": null,
- "value": 1
}, - "timestamps": false,
- "latency": {
- "enable": false,
- "mode": "store_forward"
}, - "predefined_metric_tags": {
- "rx_name": false
}
}, - "name": "string"
}
], - "events": {
- "enable": false,
- "link": {
- "enable": false
}, - "rx_rate_threshold": {
- "enable": false,
- "threshold": 95
}, - "route_advertise_withdraw": {
- "enable": false
}
}, - "options": {
- "port_options": {
- "location_preemption": false
}, - "protocol_options": {
- "auto_start_all": true
}
}, - "lldp": [
- {
- "connection": {
- "choice": "port_name",
- "port_name": "string"
}, - "chassis_id": {
- "choice": "mac_address_subtype",
- "mac_address_subtype": {
- "choice": "auto",
- "auto": "string",
- "value": "string"
}, - "interface_name_subtype": "string",
- "local_subtype": "string"
}, - "port_id": {
- "choice": "interface_name_subtype",
- "mac_address_subtype": "string",
- "interface_name_subtype": {
- "choice": "auto",
- "auto": "string",
- "value": "string"
}, - "local_subtype": "string"
}, - "system_name": {
- "choice": "auto",
- "auto": "string",
- "value": "string"
}, - "hold_time": 120,
- "advertisement_interval": 30,
- "name": "string"
}
]
}
{- "warnings": [
- "string"
]
}
{- "ports": [
- {
- "location": "string",
- "name": "string"
}
], - "lags": [
- {
- "ports": [
- {
- "port_name": "string",
- "lacp": {
- "actor_port_number": 0,
- "actor_port_priority": 1,
- "actor_activity": "active",
- "lacpdu_periodic_time_interval": 0,
- "lacpdu_timeout": 0
}, - "ethernet": {
- "mac": "string",
- "mtu": 1500,
- "vlans": [
- {
- "tpid": "x8100",
- "priority": 0,
- "id": 1,
- "name": "string"
}
], - "name": "string"
}
}
], - "protocol": {
- "choice": "lacp",
- "lacp": {
- "actor_system_id": "00:00:00:00:00:00",
- "actor_system_priority": 0,
- "actor_key": 0
}, - "static": {
- "lag_id": 0
}
}, - "min_links": 1,
- "name": "string"
}
], - "layer1": [
- {
- "port_names": [
- "string"
], - "speed": "speed_10_fd_mbps",
- "media": "copper",
- "promiscuous": true,
- "mtu": 1500,
- "ieee_media_defaults": true,
- "auto_negotiate": true,
- "auto_negotiation": {
- "advertise_1000_mbps": true,
- "advertise_100_fd_mbps": true,
- "advertise_100_hd_mbps": true,
- "advertise_10_fd_mbps": true,
- "advertise_10_hd_mbps": true,
- "link_training": false,
- "rs_fec": false
}, - "flow_control": {
- "directed_address": "01:80:C2:00:00:01",
- "choice": "ieee_802_1qbb",
- "ieee_802_1qbb": {
- "pfc_delay": 0,
- "pfc_class_0": 0,
- "pfc_class_1": 1,
- "pfc_class_2": 2,
- "pfc_class_3": 3,
- "pfc_class_4": 4,
- "pfc_class_5": 5,
- "pfc_class_6": 6,
- "pfc_class_7": 7
}, - "ieee_802_3x": { }
}, - "name": "string"
}
], - "captures": [
- {
- "port_names": [
- "string"
], - "filters": [
- {
- "choice": "custom",
- "custom": {
- "offset": 0,
- "bit_length": 8,
- "value": "00",
- "mask": "00",
- "negate": false
}, - "ethernet": {
- "src": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "dst": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "ether_type": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "pfc_queue": {
- "value": "00",
- "mask": "00",
- "negate": false
}
}, - "vlan": {
- "priority": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "cfi": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "id": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "protocol": {
- "value": "00",
- "mask": "00",
- "negate": false
}
}, - "ipv4": {
- "version": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "header_length": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "priority": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "total_length": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "identification": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "reserved": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "dont_fragment": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "more_fragments": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "fragment_offset": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "time_to_live": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "protocol": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "header_checksum": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "src": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "dst": {
- "value": "00",
- "mask": "00",
- "negate": false
}
}, - "ipv6": {
- "version": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "traffic_class": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "flow_label": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "payload_length": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "next_header": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "hop_limit": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "src": {
- "value": "00",
- "mask": "00",
- "negate": false
}, - "dst": {
- "value": "00",
- "mask": "00",
- "negate": false
}
}
}
], - "overwrite": true,
- "packet_size": 0,
- "format": "pcap",
- "name": "string"
}
], - "devices": [
- {
- "ethernets": [
- {
- "connection": {
- "choice": "port_name",
- "port_name": "string",
- "lag_name": "string",
- "vxlan_name": "string"
}, - "ipv4_addresses": [
- {
- "gateway": "192.168.0.1",
- "gateway_mac": {
- "choice": "auto",
- "auto": "00:00:00:00:00:00",
- "value": "00:00:00:00:00:00"
}, - "address": "192.168.0.1",
- "prefix": 24,
- "name": "string"
}
], - "ipv6_addresses": [
- {
- "gateway": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
- "gateway_mac": {
- "choice": "auto",
- "auto": "00:00:00:00:00:00",
- "value": "00:00:00:00:00:00"
}, - "address": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
- "prefix": 64,
- "name": "string"
}
], - "mac": "string",
- "mtu": 1500,
- "vlans": [
- {
- "tpid": "x8100",
- "priority": 0,
- "id": 1,
- "name": "string"
}
], - "name": "string"
}
], - "ipv4_loopbacks": [
- {
- "eth_name": "string",
- "address": "0.0.0.0",
- "name": "string"
}
], - "ipv6_loopbacks": [
- {
- "eth_name": "string",
- "address": "::0",
- "name": "string"
}
], - "isis": {
- "instance": {
- "iid": 1,
- "itids": [
- 0
]
}, - "system_id": "string",
- "interfaces": [
- {
- "eth_name": "string",
- "metric": 10,
- "network_type": "broadcast",
- "level_type": "level_2",
- "l1_settings": {
- "priority": 0,
- "hello_interval": 10,
- "dead_interval": 30
}, - "l2_settings": {
- "priority": 0,
- "hello_interval": 10,
- "dead_interval": 30
}, - "multi_topology_ids": [
- {
- "mt_id": 0,
- "link_metric": 10
}
], - "traffic_engineering": [
- {
- "administrative_group": "00000000",
- "metric_level": 0,
- "max_bandwith": 125000000,
- "max_reservable_bandwidth": 125000000,
- "priority_bandwidths": {
- "pb0": 125000000,
- "pb1": 125000000,
- "pb2": 125000000,
- "pb3": 125000000,
- "pb4": 125000000,
- "pb5": 125000000,
- "pb6": 125000000,
- "pb7": 125000000
}
}
], - "authentication": {
- "auth_type": "md5",
- "md5": "string",
- "password": "string"
}, - "advanced": {
- "auto_adjust_mtu": true,
- "auto_adjust_area": true,
- "auto_adjust_supported_protocols": false,
- "enable_3way_handshake": true,
- "p2p_hellos_to_unicast_mac": false
}, - "link_protection": {
- "extra_traffic": false,
- "unprotected": false,
- "shared": false,
- "dedicated_1_to_1": false,
- "dedicated_1_plus_1": false,
- "enhanced": false,
- "reserved_40": false,
- "reserved_80": false
}, - "srlg_values": [
- 0
], - "name": "string"
}
], - "basic": {
- "ipv4_te_router_id": "192.168.0.1",
- "hostname": "string",
- "enable_wide_metric": true,
- "learned_lsp_filter": false
}, - "advanced": {
- "enable_hello_padding": true,
- "max_area_addresses": 3,
- "area_addresses": [
- "string"
], - "lsp_refresh_rate": 600,
- "lsp_lifetime": 1200,
- "psnp_interval": 2000,
- "csnp_interval": 10000,
- "max_lsp_size": 1492,
- "lsp_mgroup_min_trans_interval": 5000,
- "enable_attached_bit": true
}, - "router_auth": {
- "ignore_receive_md5": true,
- "area_auth": {
- "auth_type": "md5",
- "md5": "string",
- "password": "string"
}, - "domain_auth": {
- "auth_type": "md5",
- "md5": "string",
- "password": "string"
}
}, - "v4_routes": [
- {
- "addresses": [
- {
- "address": "192.168.0.1",
- "prefix": 24,
- "count": 1,
- "step": 1
}
], - "link_metric": 0,
- "origin_type": "internal",
- "redistribution_type": "up",
- "name": "string",
- "prefix_attr_enabled": false,
- "x_flag": false,
- "r_flag": false,
- "n_flag": false
}
], - "v6_routes": [
- {
- "addresses": [
- {
- "address": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
- "prefix": 64,
- "count": 1,
- "step": 1
}
], - "link_metric": 0,
- "origin_type": "internal",
- "redistribution_type": "up",
- "name": "string",
- "prefix_attr_enabled": false,
- "x_flag": false,
- "r_flag": false,
- "n_flag": false
}
], - "name": "string"
}, - "bgp": {
- "router_id": "192.168.0.1",
- "ipv4_interfaces": [
- {
- "ipv4_name": "string",
- "peers": [
- {
- "peer_address": "192.168.0.1",
- "evpn_ethernet_segments": [
- {
- "df_election": null,
- "evis": [ ],
- "esi": null,
- "active_mode": null,
- "esi_label": null,
- "advanced": null,
- "communities": [ ],
- "ext_communities": [ ],
- "as_path": null
}
], - "as_type": "ibgp",
- "as_number": 0,
- "as_number_width": "four",
- "advanced": {
- "hold_time_interval": 90,
- "keep_alive_interval": 30,
- "update_interval": 0,
- "time_to_live": 64,
- "md5_key": "string",
- "passive_mode": false
}, - "capability": {
- "ipv4_unicast": true,
- "ipv4_multicast": false,
- "ipv6_unicast": true,
- "ipv6_multicast": false,
- "vpls": false,
- "route_refresh": true,
- "route_constraint": false,
- "link_state_non_vpn": false,
- "link_state_vpn": false,
- "evpn": false,
- "extended_next_hop_encoding": false,
- "ipv4_multicast_vpn": false,
- "ipv4_mpls_vpn": false,
- "ipv4_mdt": false,
- "ipv4_multicast_mpls_vpn": false,
- "ipv4_unicast_flow_spec": false,
- "ipv4_sr_te_policy": false,
- "ipv4_unicast_add_path": false,
- "ipv6_multicast_vpn": false,
- "ipv6_mpls_vpn": false,
- "ipv6_mdt": false,
- "ipv6_multicast_mpls_vpn": false,
- "ipv6_unicast_flow_spec": false,
- "ipv6_sr_te_policy": false,
- "ipv6_unicast_add_path": false
}, - "learned_information_filter": {
- "unicast_ipv4_prefix": false,
- "unicast_ipv6_prefix": false
}, - "v4_routes": [
- {
- "addresses": [ ],
- "next_hop_mode": null,
- "next_hop_address_type": null,
- "next_hop_ipv4_address": null,
- "next_hop_ipv6_address": null,
- "advanced": null,
- "communities": [ ],
- "as_path": null,
- "add_path": null,
- "name": null,
- "ext_communities": [ ],
- "extended_communities": [ ]
}
], - "v6_routes": [
- {
- "addresses": [ ],
- "next_hop_mode": null,
- "next_hop_address_type": null,
- "next_hop_ipv4_address": null,
- "next_hop_ipv6_address": null,
- "advanced": null,
- "communities": [ ],
- "as_path": null,
- "add_path": null,
- "name": null,
- "ext_communities": [ ],
- "extended_communities": [ ]
}
], - "v4_srte_policies": [
- {
- "distinguisher": null,
- "color": null,
- "ipv4_endpoint": null,
- "next_hop_mode": null,
- "next_hop_address_type": null,
- "next_hop_ipv4_address": null,
- "next_hop_ipv6_address": null,
- "advanced": null,
- "add_path": null,
- "as_path": null,
- "communities": [ ],
- "ext_communities": [ ],
- "tunnel_tlvs": [ ],
- "name": null,
- "active": null
}
], - "v6_srte_policies": [
- {
- "distinguisher": null,
- "color": null,
- "ipv6_endpoint": null,
- "next_hop_mode": null,
- "next_hop_address_type": null,
- "next_hop_ipv4_address": null,
- "next_hop_ipv6_address": null,
- "advanced": null,
- "add_path": null,
- "as_path": null,
- "communities": [ ],
- "extcommunities": [ ],
- "tunnel_tlvs": [ ],
- "name": null,
- "active": null
}
], - "name": "string",
- "graceful_restart": {
- "enable_gr": false,
- "restart_time": 45,
- "enable_llgr": false,
- "stale_time": 10
}
}
]
}
], - "ipv6_interfaces": [
- {
- "ipv6_name": "string",
- "peers": [
- {
- "peer_address": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
- "segment_routing": {
- "ingress_supports_vpn": false,
- "reduced_encapsulation": false,
- "copy_time_to_live": false,
- "time_to_live": 0,
- "max_sids_per_srh": 0,
- "auto_generate_segment_left_value": false,
- "segment_left_value": 0,
- "advertise_sr_te_policy": false
}, - "evpn_ethernet_segments": [
- {
- "df_election": null,
- "evis": [ ],
- "esi": null,
- "active_mode": null,
- "esi_label": null,
- "advanced": null,
- "communities": [ ],
- "ext_communities": [ ],
- "as_path": null
}
], - "as_type": "ibgp",
- "as_number": 0,
- "as_number_width": "four",
- "advanced": {
- "hold_time_interval": 90,
- "keep_alive_interval": 30,
- "update_interval": 0,
- "time_to_live": 64,
- "md5_key": "string",
- "passive_mode": false
}, - "capability": {
- "ipv4_unicast": true,
- "ipv4_multicast": false,
- "ipv6_unicast": true,
- "ipv6_multicast": false,
- "vpls": false,
- "route_refresh": true,
- "route_constraint": false,
- "link_state_non_vpn": false,
- "link_state_vpn": false,
- "evpn": false,
- "extended_next_hop_encoding": false,
- "ipv4_multicast_vpn": false,
- "ipv4_mpls_vpn": false,
- "ipv4_mdt": false,
- "ipv4_multicast_mpls_vpn": false,
- "ipv4_unicast_flow_spec": false,
- "ipv4_sr_te_policy": false,
- "ipv4_unicast_add_path": false,
- "ipv6_multicast_vpn": false,
- "ipv6_mpls_vpn": false,
- "ipv6_mdt": false,
- "ipv6_multicast_mpls_vpn": false,
- "ipv6_unicast_flow_spec": false,
- "ipv6_sr_te_policy": false,
- "ipv6_unicast_add_path": false
}, - "learned_information_filter": {
- "unicast_ipv4_prefix": false,
- "unicast_ipv6_prefix": false
}, - "v4_routes": [
- {
- "addresses": [ ],
- "next_hop_mode": null,
- "next_hop_address_type": null,
- "next_hop_ipv4_address": null,
- "next_hop_ipv6_address": null,
- "advanced": null,
- "communities": [ ],
- "as_path": null,
- "add_path": null,
- "name": null,
- "ext_communities": [ ],
- "extended_communities": [ ]
}
], - "v6_routes": [
- {
- "addresses": [ ],
- "next_hop_mode": null,
- "next_hop_address_type": null,
- "next_hop_ipv4_address": null,
- "next_hop_ipv6_address": null,
- "advanced": null,
- "communities": [ ],
- "as_path": null,
- "add_path": null,
- "name": null,
- "ext_communities": [ ],
- "extended_communities": [ ]
}
], - "v4_srte_policies": [
- {
- "distinguisher": null,
- "color": null,
- "ipv4_endpoint": null,
- "next_hop_mode": null,
- "next_hop_address_type": null,
- "next_hop_ipv4_address": null,
- "next_hop_ipv6_address": null,
- "advanced": null,
- "add_path": null,
- "as_path": null,
- "communities": [ ],
- "ext_communities": [ ],
- "tunnel_tlvs": [ ],
- "name": null,
- "active": null
}
], - "v6_srte_policies": [
- {
- "distinguisher": null,
- "color": null,
- "ipv6_endpoint": null,
- "next_hop_mode": null,
- "next_hop_address_type": null,
- "next_hop_ipv4_address": null,
- "next_hop_ipv6_address": null,
- "advanced": null,
- "add_path": null,
- "as_path": null,
- "communities": [ ],
- "extcommunities": [ ],
- "tunnel_tlvs": [ ],
- "name": null,
- "active": null
}
], - "name": "string",
- "graceful_restart": {
- "enable_gr": false,
- "restart_time": 45,
- "enable_llgr": false,
- "stale_time": 10
}
}
]
}
]
}, - "vxlan": {
- "v4_tunnels": [
- {
- "source_interface": "string",
- "destination_ip_mode": {
- "choice": "multicast",
- "unicast": {
- "vteps": [
- {
- "remote_vtep_address": null,
- "arp_suppression_cache": [ ]
}
]
}, - "multicast": {
- "address": "192.168.0.1"
}
}, - "vni": 1,
- "name": "string"
}
], - "v6_tunnels": [
- {
- "source_interface": "string",
- "destination_ip_mode": {
- "choice": "multicast",
- "unicast": {
- "vteps": [
- {
- "remote_vtep_address": null,
- "arp_suppression_cache": [ ]
}
]
}, - "multicast": {
- "address": "2001:0db8:85a3:0000:0000:8a2e:0370:7334"
}
}, - "vni": 1,
- "name": "string"
}
]
}, - "name": "string",
- "rsvp": {
- "ipv4_interfaces": [
- {
- "ipv4_name": "string",
- "neighbor_ip": "192.168.0.1",
- "label_space_start": 1000,
- "label_space_end": 100000,
- "enable_refresh_reduction": false,
- "summary_refresh_interval": 30,
- "send_bundle": false,
- "bundle_threshold": 50,
- "enable_hello": false,
- "hello_interval": 9,
- "timeout_multiplier": 3
}
], - "lsp_ipv4_interfaces": [
- {
- "ipv4_name": "string",
- "p2p_egress_ipv4_lsps": {
- "name": "string",
- "refresh_interval": 30,
- "timeout_multiplier": 3,
- "reservation_style": "shared_explicit",
- "enable_fixed_label": false,
- "fixed_label_value": 0
}, - "p2p_ingress_ipv4_lsps": [
- {
- "name": "string",
- "remote_address": "192.168.0.1",
- "tunnel_id": 1,
- "lsp_id": 1,
- "refresh_interval": 30,
- "timeout_multiplier": 3,
- "backup_lsp_id": 2,
- "lsp_switchover_delay": 0,
- "session_attribute": {
- "auto_generate_session_name": true,
- "session_name": "string",
- "setup_priority": 7,
- "holding_priority": 7,
- "local_protection_desired": false,
- "label_recording_desired": false,
- "se_style_desired": false,
- "bandwidth_protection_desired": false,
- "node_protection_desired": false,
- "resource_affinities": {
- "exclude_any": null,
- "include_any": null,
- "include_all": null
}
}, - "tspec": {
- "token_bucket_rate": 0,
- "token_bucket_size": 0,
- "peak_data_rate": 0,
- "minimum_policed_unit": 0,
- "maximum_policed_unit": 0
}, - "fast_reroute": {
- "setup_priority": 7,
- "holding_priority": 7,
- "hop_limit": 3,
- "bandwidth": 0,
- "exclude_any": "0",
- "include_any": "0",
- "include_all": "0",
- "one_to_one_backup_desired": false,
- "facility_backup_desired": false
}, - "ero": {
- "prepend_neighbor_ip": "prepend_loose",
- "prefix_length": 32,
- "subobjects": [
- null
]
}
}
]
}
], - "name": "string"
}
}
], - "flows": [
- {
- "tx_rx": {
- "choice": "port",
- "port": {
- "tx_name": "string",
- "rx_name": "string",
- "rx_names": [
- "string"
]
}, - "device": {
- "mode": "mesh",
- "tx_names": [
- "Eth 1",
- "Eth 2",
- "Eth 3",
- "IPv4 1",
- "IPv6 1",
- "Bgp V4RouteRange 1",
- "Bgp V6RouteRange 1"
], - "rx_names": [
- "Eth 1",
- "Eth 2",
- "Eth 3",
- "IPv4 1",
- "IPv6 1",
- "Bgp V4RouteRange 1",
- "Bgp V6RouteRange 1"
]
}
}, - "packet": [
- {
- "choice": "ethernet",
- "custom": {
- "bytes": "string",
- "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ethernet": {
- "dst": {
- "choice": "auto",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "auto": "00:00:00:00:00:00",
- "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 48
}
]
}, - "src": {
- "choice": "value",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 48
}
]
}, - "ether_type": {
- "choice": "auto",
- "value": 65535,
- "values": [
- 65535
], - "auto": 65535,
- "increment": {
- "start": 65535,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 65535,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pfc_queue": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 3
}
]
}
}, - "vlan": {
- "priority": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 3
}
]
}, - "cfi": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 12
}
]
}, - "tpid": {
- "choice": "value",
- "value": 65535,
- "values": [
- 65535
], - "increment": {
- "start": 65535,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 65535,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}
}, - "vxlan": {
- "flags": {
- "choice": "value",
- "value": 8,
- "values": [
- 8
], - "increment": {
- "start": 8,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 8,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "reserved0": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 24
}
]
}, - "vni": {
- "choice": "auto",
- "value": 0,
- "values": [
- 0
], - "auto": 0,
- "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 24
}
]
}, - "reserved1": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}
}, - "ipv4": {
- "version": {
- "choice": "value",
- "value": 4,
- "values": [
- 4
], - "increment": {
- "start": 4,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 4,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 4
}
]
}, - "header_length": {
- "choice": "auto",
- "value": 5,
- "values": [
- 5
], - "auto": 5,
- "increment": {
- "start": 5,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 5,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 4
}
]
}, - "priority": {
- "choice": "dscp",
- "raw": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "tos": {
- "precedence": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "delay": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "throughput": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "reliability": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "monetary": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "unused": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}
}, - "dscp": {
- "phb": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "ecn": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}
}
}, - "total_length": {
- "choice": "auto",
- "value": 46,
- "values": [
- 46
], - "auto": 46,
- "increment": {
- "start": 46,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 46,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "identification": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "reserved": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "dont_fragment": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "more_fragments": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "fragment_offset": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 5
}
]
}, - "time_to_live": {
- "choice": "value",
- "value": 64,
- "values": [
- 64
], - "increment": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "protocol": {
- "choice": "auto",
- "value": 61,
- "values": [
- 61
], - "auto": 61,
- "increment": {
- "start": 61,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 61,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "header_checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}, - "src": {
- "choice": "value",
- "value": "0.0.0.0",
- "values": [
- "0.0.0.0"
], - "increment": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "decrement": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}, - "dst": {
- "choice": "value",
- "value": "0.0.0.0",
- "values": [
- "0.0.0.0"
], - "increment": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "decrement": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}
}, - "ipv6": {
- "version": {
- "choice": "value",
- "value": 6,
- "values": [
- 6
], - "increment": {
- "start": 6,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 6,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 4
}
]
}, - "traffic_class": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "flow_label": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 20
}
]
}, - "payload_length": {
- "choice": "auto",
- "value": 0,
- "values": [
- 0
], - "auto": 0,
- "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "next_header": {
- "choice": "auto",
- "value": 59,
- "values": [
- 59
], - "auto": 59,
- "increment": {
- "start": 59,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 59,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "hop_limit": {
- "choice": "value",
- "value": 64,
- "values": [
- 64
], - "increment": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "src": {
- "choice": "value",
- "value": "::0",
- "values": [
- "::0"
], - "increment": {
- "start": "::0",
- "step": "::1",
- "count": 1
}, - "decrement": {
- "start": "::0",
- "step": "::1",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 128
}
]
}, - "dst": {
- "choice": "value",
- "value": "::0",
- "values": [
- "::0"
], - "increment": {
- "start": "::0",
- "step": "::1",
- "count": 1
}, - "decrement": {
- "start": "::0",
- "step": "::1",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 128
}
]
}
}, - "pfcpause": {
- "dst": {
- "choice": "value",
- "value": "01:80:c2:00:00:01",
- "values": [
- "01:80:c2:00:00:01"
], - "increment": {
- "start": "01:80:c2:00:00:01",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "01:80:c2:00:00:01",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 48
}
]
}, - "src": {
- "choice": "value",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 48
}
]
}, - "ether_type": {
- "choice": "value",
- "value": 34824,
- "values": [
- 34824
], - "increment": {
- "start": 34824,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 34824,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "control_op_code": {
- "choice": "value",
- "value": 257,
- "values": [
- 257
], - "increment": {
- "start": 257,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 257,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "class_enable_vector": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pause_class_0": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pause_class_1": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pause_class_2": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pause_class_3": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pause_class_4": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pause_class_5": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pause_class_6": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pause_class_7": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}
}, - "ethernetpause": {
- "dst": {
- "choice": "value",
- "value": "01:80:c2:00:00:01",
- "values": [
- "01:80:c2:00:00:01"
], - "increment": {
- "start": "01:80:c2:00:00:01",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "01:80:c2:00:00:01",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 48
}
]
}, - "src": {
- "choice": "value",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 48
}
]
}, - "ether_type": {
- "choice": "value",
- "value": 34824,
- "values": [
- 34824
], - "increment": {
- "start": 34824,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 34824,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "control_op_code": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "time": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}
}, - "tcp": {
- "src_port": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "dst_port": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "seq_num": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}, - "ack_num": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}, - "data_offset": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 4
}
]
}, - "ecn_ns": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ecn_cwr": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ecn_echo": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ctl_urg": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ctl_ack": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ctl_psh": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ctl_rst": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ctl_syn": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ctl_fin": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "window": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}
}, - "udp": {
- "src_port": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "dst_port": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "length": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}
}, - "gre": {
- "checksum_present": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "reserved0": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 12
}
]
}, - "version": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 3
}
]
}, - "protocol": {
- "choice": "value",
- "value": 2048,
- "values": [
- 2048
], - "increment": {
- "start": 2048,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 2048,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}, - "reserved1": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}
}, - "gtpv1": {
- "version": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 3
}
]
}, - "protocol_type": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "reserved": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "e_flag": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "s_flag": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "pn_flag": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "message_type": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "message_length": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "teid": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}, - "squence_number": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "n_pdu_number": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "next_extension_header_type": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "extension_headers": [
- {
- "extension_length": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "contents": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "next_extension_header": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}
}
]
}, - "gtpv2": {
- "version": {
- "choice": "value",
- "value": 2,
- "values": [
- 2
], - "increment": {
- "start": 2,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 2,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 3
}
]
}, - "piggybacking_flag": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "teid_flag": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "spare1": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 3
}
]
}, - "message_type": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "message_length": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "teid": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}, - "sequence_number": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 24
}
]
}, - "spare2": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}
}, - "arp": {
- "hardware_type": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "protocol_type": {
- "choice": "value",
- "value": 2048,
- "values": [
- 2048
], - "increment": {
- "start": 2048,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 2048,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "hardware_length": {
- "choice": "value",
- "value": 6,
- "values": [
- 6
], - "increment": {
- "start": 6,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 6,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "protocol_length": {
- "choice": "value",
- "value": 4,
- "values": [
- 4
], - "increment": {
- "start": 4,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 4,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "operation": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "sender_hardware_addr": {
- "choice": "value",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 48
}
]
}, - "sender_protocol_addr": {
- "choice": "value",
- "value": "0.0.0.0",
- "values": [
- "0.0.0.0"
], - "increment": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "decrement": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}, - "target_hardware_addr": {
- "choice": "value",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 48
}
]
}, - "target_protocol_addr": {
- "choice": "value",
- "value": "0.0.0.0",
- "values": [
- "0.0.0.0"
], - "increment": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "decrement": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}
}, - "icmp": {
- "choice": "echo",
- "echo": {
- "type": {
- "choice": "value",
- "value": 8,
- "values": [
- 8
], - "increment": {
- "start": 8,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 8,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "code": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}, - "identifier": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "sequence_number": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}
}
}, - "icmpv6": {
- "choice": "echo",
- "echo": {
- "type": {
- "choice": "value",
- "value": 128,
- "values": [
- 128
], - "increment": {
- "start": 128,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 128,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "code": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "identifier": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "sequence_number": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}
}
}, - "ppp": {
- "address": {
- "choice": "value",
- "value": 255,
- "values": [
- 255
], - "increment": {
- "start": 255,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 255,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "control": {
- "choice": "value",
- "value": 3,
- "values": [
- 3
], - "increment": {
- "start": 3,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 3,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "protocol_type": {
- "choice": "auto",
- "value": 33,
- "values": [
- 33
], - "auto": 33,
- "increment": {
- "start": 33,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 33,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}
}, - "igmpv1": {
- "version": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 4
}
]
}, - "type": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 4
}
]
}, - "unused": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}, - "group_address": {
- "choice": "value",
- "value": "0.0.0.0",
- "values": [
- "0.0.0.0"
], - "increment": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "decrement": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}
}, - "mpls": {
- "label": {
- "choice": "auto",
- "value": 16,
- "values": [
- 16
], - "auto": 16,
- "increment": {
- "start": 16,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 16,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 20
}
]
}, - "traffic_class": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 3
}
]
}, - "bottom_of_stack": {
- "choice": "auto",
- "value": 1,
- "values": [
- 1
], - "auto": 1,
- "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "time_to_live": {
- "choice": "value",
- "value": 64,
- "values": [
- 64
], - "increment": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}
}, - "snmpv2": {
- "choice": "get_request",
- "get_request": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "variable_bindings": [
- {
- "object_identifier": [
- null
], - "value": {
- "choice": null,
- "ip_address": null,
- "counter": null,
- "timeticks": null,
- "arbitrary": null,
- "big_counter": null,
- "unsigned_integer": null
}
}
]
}, - "get_next_request": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "variable_bindings": [
- {
- "object_identifier": [
- null
], - "value": {
- "choice": null,
- "ip_address": null,
- "counter": null,
- "timeticks": null,
- "arbitrary": null,
- "big_counter": null,
- "unsigned_integer": null
}
}
]
}, - "response": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "variable_bindings": [
- {
- "object_identifier": [
- null
], - "value": {
- "choice": null,
- "ip_address": null,
- "counter": null,
- "timeticks": null,
- "arbitrary": null,
- "big_counter": null,
- "unsigned_integer": null
}
}
]
}, - "set_request": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "variable_bindings": [
- {
- "object_identifier": [
- null
], - "value": {
- "choice": null,
- "ip_address": null,
- "counter": null,
- "timeticks": null,
- "arbitrary": null,
- "big_counter": null,
- "unsigned_integer": null
}
}
]
}, - "get_bulk_request": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "non_repeaters": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
]
}, - "max_repetitions": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "variable_bindings": [
- {
- "object_identifier": [
- null
], - "value": {
- "choice": null,
- "ip_address": null,
- "counter": null,
- "timeticks": null,
- "arbitrary": null,
- "big_counter": null,
- "unsigned_integer": null
}
}
]
}, - "inform_request": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "variable_bindings": [
- {
- "object_identifier": [
- null
], - "value": {
- "choice": null,
- "ip_address": null,
- "counter": null,
- "timeticks": null,
- "arbitrary": null,
- "big_counter": null,
- "unsigned_integer": null
}
}
]
}, - "snmpv2_trap": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "variable_bindings": [
- {
- "object_identifier": [
- null
], - "value": {
- "choice": null,
- "ip_address": null,
- "counter": null,
- "timeticks": null,
- "arbitrary": null,
- "big_counter": null,
- "unsigned_integer": null
}
}
]
}, - "report": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "variable_bindings": [
- {
- "object_identifier": [
- null
], - "value": {
- "choice": null,
- "ip_address": null,
- "counter": null,
- "timeticks": null,
- "arbitrary": null,
- "big_counter": null,
- "unsigned_integer": null
}
}
]
}
}
}
], - "egress_packet": [
- {
- "choice": "ethernet",
- "custom": {
- "bytes": "string",
- "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ethernet": {
- "dst": {
- "choice": "auto",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "auto": "00:00:00:00:00:00",
- "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 48
}
]
}, - "src": {
- "choice": "value",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 48
}
]
}, - "ether_type": {
- "choice": "auto",
- "value": 65535,
- "values": [
- 65535
], - "auto": 65535,
- "increment": {
- "start": 65535,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 65535,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pfc_queue": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 3
}
]
}
}, - "vlan": {
- "priority": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 3
}
]
}, - "cfi": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 12
}
]
}, - "tpid": {
- "choice": "value",
- "value": 65535,
- "values": [
- 65535
], - "increment": {
- "start": 65535,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 65535,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}
}, - "vxlan": {
- "flags": {
- "choice": "value",
- "value": 8,
- "values": [
- 8
], - "increment": {
- "start": 8,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 8,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "reserved0": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 24
}
]
}, - "vni": {
- "choice": "auto",
- "value": 0,
- "values": [
- 0
], - "auto": 0,
- "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 24
}
]
}, - "reserved1": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}
}, - "ipv4": {
- "version": {
- "choice": "value",
- "value": 4,
- "values": [
- 4
], - "increment": {
- "start": 4,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 4,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 4
}
]
}, - "header_length": {
- "choice": "auto",
- "value": 5,
- "values": [
- 5
], - "auto": 5,
- "increment": {
- "start": 5,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 5,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 4
}
]
}, - "priority": {
- "choice": "dscp",
- "raw": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "tos": {
- "precedence": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "delay": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "throughput": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "reliability": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "monetary": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "unused": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}
}, - "dscp": {
- "phb": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "ecn": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}
}
}, - "total_length": {
- "choice": "auto",
- "value": 46,
- "values": [
- 46
], - "auto": 46,
- "increment": {
- "start": 46,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 46,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "identification": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "reserved": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "dont_fragment": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "more_fragments": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "fragment_offset": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 5
}
]
}, - "time_to_live": {
- "choice": "value",
- "value": 64,
- "values": [
- 64
], - "increment": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "protocol": {
- "choice": "auto",
- "value": 61,
- "values": [
- 61
], - "auto": 61,
- "increment": {
- "start": 61,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 61,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "header_checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}, - "src": {
- "choice": "value",
- "value": "0.0.0.0",
- "values": [
- "0.0.0.0"
], - "increment": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "decrement": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}, - "dst": {
- "choice": "value",
- "value": "0.0.0.0",
- "values": [
- "0.0.0.0"
], - "increment": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "decrement": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}
}, - "ipv6": {
- "version": {
- "choice": "value",
- "value": 6,
- "values": [
- 6
], - "increment": {
- "start": 6,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 6,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 4
}
]
}, - "traffic_class": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "flow_label": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 20
}
]
}, - "payload_length": {
- "choice": "auto",
- "value": 0,
- "values": [
- 0
], - "auto": 0,
- "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "next_header": {
- "choice": "auto",
- "value": 59,
- "values": [
- 59
], - "auto": 59,
- "increment": {
- "start": 59,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 59,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "hop_limit": {
- "choice": "value",
- "value": 64,
- "values": [
- 64
], - "increment": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "src": {
- "choice": "value",
- "value": "::0",
- "values": [
- "::0"
], - "increment": {
- "start": "::0",
- "step": "::1",
- "count": 1
}, - "decrement": {
- "start": "::0",
- "step": "::1",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 128
}
]
}, - "dst": {
- "choice": "value",
- "value": "::0",
- "values": [
- "::0"
], - "increment": {
- "start": "::0",
- "step": "::1",
- "count": 1
}, - "decrement": {
- "start": "::0",
- "step": "::1",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 128
}
]
}
}, - "pfcpause": {
- "dst": {
- "choice": "value",
- "value": "01:80:c2:00:00:01",
- "values": [
- "01:80:c2:00:00:01"
], - "increment": {
- "start": "01:80:c2:00:00:01",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "01:80:c2:00:00:01",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 48
}
]
}, - "src": {
- "choice": "value",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 48
}
]
}, - "ether_type": {
- "choice": "value",
- "value": 34824,
- "values": [
- 34824
], - "increment": {
- "start": 34824,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 34824,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "control_op_code": {
- "choice": "value",
- "value": 257,
- "values": [
- 257
], - "increment": {
- "start": 257,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 257,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "class_enable_vector": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pause_class_0": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pause_class_1": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pause_class_2": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pause_class_3": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pause_class_4": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pause_class_5": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pause_class_6": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "pause_class_7": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}
}, - "ethernetpause": {
- "dst": {
- "choice": "value",
- "value": "01:80:c2:00:00:01",
- "values": [
- "01:80:c2:00:00:01"
], - "increment": {
- "start": "01:80:c2:00:00:01",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "01:80:c2:00:00:01",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 48
}
]
}, - "src": {
- "choice": "value",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 48
}
]
}, - "ether_type": {
- "choice": "value",
- "value": 34824,
- "values": [
- 34824
], - "increment": {
- "start": 34824,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 34824,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "control_op_code": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "time": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}
}, - "tcp": {
- "src_port": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "dst_port": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "seq_num": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}, - "ack_num": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}, - "data_offset": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 4
}
]
}, - "ecn_ns": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ecn_cwr": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ecn_echo": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ctl_urg": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ctl_ack": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ctl_psh": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ctl_rst": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ctl_syn": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ctl_fin": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "window": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}
}, - "udp": {
- "src_port": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "dst_port": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "length": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}
}, - "gre": {
- "checksum_present": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "reserved0": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 12
}
]
}, - "version": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 3
}
]
}, - "protocol": {
- "choice": "value",
- "value": 2048,
- "values": [
- 2048
], - "increment": {
- "start": 2048,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 2048,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}, - "reserved1": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}
}, - "gtpv1": {
- "version": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 3
}
]
}, - "protocol_type": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "reserved": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "e_flag": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "s_flag": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "pn_flag": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "message_type": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "message_length": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "teid": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}, - "squence_number": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "n_pdu_number": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "next_extension_header_type": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "extension_headers": [
- {
- "extension_length": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "contents": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "next_extension_header": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}
}
]
}, - "gtpv2": {
- "version": {
- "choice": "value",
- "value": 2,
- "values": [
- 2
], - "increment": {
- "start": 2,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 2,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 3
}
]
}, - "piggybacking_flag": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "teid_flag": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "spare1": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 3
}
]
}, - "message_type": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "message_length": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "teid": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}, - "sequence_number": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 24
}
]
}, - "spare2": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}
}, - "arp": {
- "hardware_type": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "protocol_type": {
- "choice": "value",
- "value": 2048,
- "values": [
- 2048
], - "increment": {
- "start": 2048,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 2048,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "hardware_length": {
- "choice": "value",
- "value": 6,
- "values": [
- 6
], - "increment": {
- "start": 6,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 6,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "protocol_length": {
- "choice": "value",
- "value": 4,
- "values": [
- 4
], - "increment": {
- "start": 4,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 4,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "operation": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}, - "sender_hardware_addr": {
- "choice": "value",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 48
}
]
}, - "sender_protocol_addr": {
- "choice": "value",
- "value": "0.0.0.0",
- "values": [
- "0.0.0.0"
], - "increment": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "decrement": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}, - "target_hardware_addr": {
- "choice": "value",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 48
}
]
}, - "target_protocol_addr": {
- "choice": "value",
- "value": "0.0.0.0",
- "values": [
- "0.0.0.0"
], - "increment": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "decrement": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}
}, - "icmp": {
- "choice": "echo",
- "echo": {
- "type": {
- "choice": "value",
- "value": 8,
- "values": [
- 8
], - "increment": {
- "start": 8,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 8,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "code": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}, - "identifier": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "sequence_number": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}
}
}, - "icmpv6": {
- "choice": "echo",
- "echo": {
- "type": {
- "choice": "value",
- "value": 128,
- "values": [
- 128
], - "increment": {
- "start": 128,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 128,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "code": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "identifier": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "sequence_number": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}
}
}, - "ppp": {
- "address": {
- "choice": "value",
- "value": 255,
- "values": [
- 255
], - "increment": {
- "start": 255,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 255,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "control": {
- "choice": "value",
- "value": 3,
- "values": [
- 3
], - "increment": {
- "start": 3,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 3,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "protocol_type": {
- "choice": "auto",
- "value": 33,
- "values": [
- 33
], - "auto": 33,
- "increment": {
- "start": 33,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 33,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 16
}
]
}
}, - "igmpv1": {
- "version": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 4
}
]
}, - "type": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 4
}
]
}, - "unused": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}, - "checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}, - "group_address": {
- "choice": "value",
- "value": "0.0.0.0",
- "values": [
- "0.0.0.0"
], - "increment": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "decrement": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 32
}
]
}
}, - "mpls": {
- "label": {
- "choice": "auto",
- "value": 16,
- "values": [
- 16
], - "auto": 16,
- "increment": {
- "start": 16,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 16,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 20
}
]
}, - "traffic_class": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 3
}
]
}, - "bottom_of_stack": {
- "choice": "auto",
- "value": 1,
- "values": [
- 1
], - "auto": 1,
- "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "time_to_live": {
- "choice": "value",
- "value": 64,
- "values": [
- 64
], - "increment": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 8
}
]
}
}, - "snmpv2": {
- "choice": "get_request",
- "get_request": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "variable_bindings": [
- {
- "object_identifier": [
- null
], - "value": {
- "choice": null,
- "ip_address": null,
- "counter": null,
- "timeticks": null,
- "arbitrary": null,
- "big_counter": null,
- "unsigned_integer": null
}
}
]
}, - "get_next_request": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "variable_bindings": [
- {
- "object_identifier": [
- null
], - "value": {
- "choice": null,
- "ip_address": null,
- "counter": null,
- "timeticks": null,
- "arbitrary": null,
- "big_counter": null,
- "unsigned_integer": null
}
}
]
}, - "response": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "variable_bindings": [
- {
- "object_identifier": [
- null
], - "value": {
- "choice": null,
- "ip_address": null,
- "counter": null,
- "timeticks": null,
- "arbitrary": null,
- "big_counter": null,
- "unsigned_integer": null
}
}
]
}, - "set_request": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "variable_bindings": [
- {
- "object_identifier": [
- null
], - "value": {
- "choice": null,
- "ip_address": null,
- "counter": null,
- "timeticks": null,
- "arbitrary": null,
- "big_counter": null,
- "unsigned_integer": null
}
}
]
}, - "get_bulk_request": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "non_repeaters": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
]
}, - "max_repetitions": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "variable_bindings": [
- {
- "object_identifier": [
- null
], - "value": {
- "choice": null,
- "ip_address": null,
- "counter": null,
- "timeticks": null,
- "arbitrary": null,
- "big_counter": null,
- "unsigned_integer": null
}
}
]
}, - "inform_request": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "variable_bindings": [
- {
- "object_identifier": [
- null
], - "value": {
- "choice": null,
- "ip_address": null,
- "counter": null,
- "timeticks": null,
- "arbitrary": null,
- "big_counter": null,
- "unsigned_integer": null
}
}
]
}, - "snmpv2_trap": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "variable_bindings": [
- {
- "object_identifier": [
- null
], - "value": {
- "choice": null,
- "ip_address": null,
- "counter": null,
- "timeticks": null,
- "arbitrary": null,
- "big_counter": null,
- "unsigned_integer": null
}
}
]
}, - "report": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}
}, - "variable_bindings": [
- {
- "object_identifier": [
- null
], - "value": {
- "choice": null,
- "ip_address": null,
- "counter": null,
- "timeticks": null,
- "arbitrary": null,
- "big_counter": null,
- "unsigned_integer": null
}
}
]
}
}
}
], - "size": {
- "choice": "fixed",
- "fixed": 64,
- "increment": {
- "start": 64,
- "end": 1518,
- "step": 1
}, - "random": {
- "min": 64,
- "max": 1518
}, - "weight_pairs": {
- "choice": "predefined",
- "predefined": "imix",
- "custom": [
- {
- "size": 64,
- "weight": 1
}
]
}
}, - "rate": {
- "choice": "pps",
- "pps": 1000,
- "bps": 1000000000,
- "kbps": 1000000,
- "mbps": 1000,
- "gbps": 1,
- "percentage": 100
}, - "duration": {
- "choice": "continuous",
- "fixed_packets": {
- "packets": 1,
- "gap": 12,
- "delay": {
- "choice": "bytes",
- "bytes": 0,
- "nanoseconds": 0,
- "microseconds": 0
}
}, - "fixed_seconds": {
- "seconds": 1,
- "gap": 12,
- "delay": {
- "choice": "bytes",
- "bytes": 0,
- "nanoseconds": 0,
- "microseconds": 0
}
}, - "burst": {
- "bursts": 0,
- "packets": 1,
- "gap": 12,
- "inter_burst_gap": {
- "choice": "bytes",
- "bytes": 12,
- "nanoseconds": 96,
- "microseconds": 0.096
}
}, - "continuous": {
- "gap": 12,
- "delay": {
- "choice": "bytes",
- "bytes": 0,
- "nanoseconds": 0,
- "microseconds": 0
}
}
}, - "metrics": {
- "enable": false,
- "loss": false,
- "rx_tx_ratio": {
- "choice": "value",
- "rx_count": null,
- "value": 1
}, - "timestamps": false,
- "latency": {
- "enable": false,
- "mode": "store_forward"
}, - "predefined_metric_tags": {
- "rx_name": false
}
}, - "name": "string"
}
], - "events": {
- "enable": false,
- "link": {
- "enable": false
}, - "rx_rate_threshold": {
- "enable": false,
- "threshold": 95
}, - "route_advertise_withdraw": {
- "enable": false
}
}, - "options": {
- "port_options": {
- "location_preemption": false
}, - "protocol_options": {
- "auto_start_all": true
}
}, - "lldp": [
- {
- "connection": {
- "choice": "port_name",
- "port_name": "string"
}, - "chassis_id": {
- "choice": "mac_address_subtype",
- "mac_address_subtype": {
- "choice": "auto",
- "auto": "string",
- "value": "string"
}, - "interface_name_subtype": "string",
- "local_subtype": "string"
}, - "port_id": {
- "choice": "interface_name_subtype",
- "mac_address_subtype": "string",
- "interface_name_subtype": {
- "choice": "auto",
- "auto": "string",
- "value": "string"
}, - "local_subtype": "string"
}, - "system_name": {
- "choice": "auto",
- "auto": "string",
- "value": "string"
}, - "hold_time": 120,
- "advertisement_interval": 30,
- "name": "string"
}
]
}
Updates specific attributes of resources configured on the traffic generator. The fetched configuration shall reflect the updates applied successfully. -The Response.Warnings in the Success response is available for implementers to disclose additional information about a state change including any implicit changes that are outside the scope of the state change.
-choice | string Value: "flows" |
object (Flows.Update) A container of flows with associated properties to be updated without affecting the flows current transmit state. - |
{- "choice": "flows",
- "flows": {
- "property_names": [
- "rate"
], - "flows": [
- {
- "tx_rx": {
- "choice": "port",
- "port": {
- "tx_name": "string",
- "rx_name": "string",
- "rx_names": [
- "string"
]
}, - "device": {
- "mode": "mesh",
- "tx_names": [
- "Eth 1",
- "Eth 2",
- "Eth 3",
- "IPv4 1",
- "IPv6 1",
- "Bgp V4RouteRange 1",
- "Bgp V6RouteRange 1"
], - "rx_names": [
- "Eth 1",
- "Eth 2",
- "Eth 3",
- "IPv4 1",
- "IPv6 1",
- "Bgp V4RouteRange 1",
- "Bgp V6RouteRange 1"
]
}
}, - "packet": [
- {
- "choice": "ethernet",
- "custom": {
- "bytes": "string",
- "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ethernet": {
- "dst": {
- "choice": "auto",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "auto": "00:00:00:00:00:00",
- "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "src": {
- "choice": "value",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "ether_type": {
- "choice": "auto",
- "value": 65535,
- "values": [
- 65535
], - "auto": 65535,
- "increment": {
- "start": 65535,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 65535,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "pfc_queue": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}
}, - "vlan": {
- "priority": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "cfi": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "tpid": {
- "choice": "value",
- "value": 65535,
- "values": [
- 65535
], - "increment": {
- "start": 65535,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 65535,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}
}, - "vxlan": {
- "flags": {
- "choice": "value",
- "value": 8,
- "values": [
- 8
], - "increment": {
- "start": 8,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 8,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "reserved0": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "vni": {
- "choice": "auto",
- "value": 0,
- "values": [
- 0
], - "auto": 0,
- "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "reserved1": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}
}, - "ipv4": {
- "version": {
- "choice": "value",
- "value": 4,
- "values": [
- 4
], - "increment": {
- "start": 4,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 4,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "header_length": {
- "choice": "auto",
- "value": 5,
- "values": [
- 5
], - "auto": 5,
- "increment": {
- "start": 5,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 5,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "priority": {
- "choice": "dscp",
- "raw": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "tos": {
- "precedence": {
- "choice": null,
- "value": null,
- "values": [ ],
- "increment": null,
- "decrement": null,
- "metric_tags": [ ]
}, - "delay": {
- "choice": null,
- "value": null,
- "values": [ ],
- "increment": null,
- "decrement": null,
- "metric_tags": [ ]
}, - "throughput": {
- "choice": null,
- "value": null,
- "values": [ ],
- "increment": null,
- "decrement": null,
- "metric_tags": [ ]
}, - "reliability": {
- "choice": null,
- "value": null,
- "values": [ ],
- "increment": null,
- "decrement": null,
- "metric_tags": [ ]
}, - "monetary": {
- "choice": null,
- "value": null,
- "values": [ ],
- "increment": null,
- "decrement": null,
- "metric_tags": [ ]
}, - "unused": {
- "choice": null,
- "value": null,
- "values": [ ],
- "increment": null,
- "decrement": null,
- "metric_tags": [ ]
}
}, - "dscp": {
- "phb": {
- "choice": null,
- "value": null,
- "values": [ ],
- "increment": null,
- "decrement": null,
- "metric_tags": [ ]
}, - "ecn": {
- "choice": null,
- "value": null,
- "values": [ ],
- "increment": null,
- "decrement": null,
- "metric_tags": [ ]
}
}
}, - "total_length": {
- "choice": "auto",
- "value": 46,
- "values": [
- 46
], - "auto": 46,
- "increment": {
- "start": 46,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 46,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "identification": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "reserved": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "dont_fragment": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "more_fragments": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "fragment_offset": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "time_to_live": {
- "choice": "value",
- "value": 64,
- "values": [
- 64
], - "increment": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "protocol": {
- "choice": "auto",
- "value": 61,
- "values": [
- 61
], - "auto": 61,
- "increment": {
- "start": 61,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 61,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "header_checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}, - "src": {
- "choice": "value",
- "value": "0.0.0.0",
- "values": [
- "0.0.0.0"
], - "increment": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "decrement": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "dst": {
- "choice": "value",
- "value": "0.0.0.0",
- "values": [
- "0.0.0.0"
], - "increment": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "decrement": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}
}, - "ipv6": {
- "version": {
- "choice": "value",
- "value": 6,
- "values": [
- 6
], - "increment": {
- "start": 6,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 6,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "traffic_class": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "flow_label": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "payload_length": {
- "choice": "auto",
- "value": 0,
- "values": [
- 0
], - "auto": 0,
- "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "next_header": {
- "choice": "auto",
- "value": 59,
- "values": [
- 59
], - "auto": 59,
- "increment": {
- "start": 59,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 59,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "hop_limit": {
- "choice": "value",
- "value": 64,
- "values": [
- 64
], - "increment": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "src": {
- "choice": "value",
- "value": "::0",
- "values": [
- "::0"
], - "increment": {
- "start": "::0",
- "step": "::1",
- "count": 1
}, - "decrement": {
- "start": "::0",
- "step": "::1",
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "dst": {
- "choice": "value",
- "value": "::0",
- "values": [
- "::0"
], - "increment": {
- "start": "::0",
- "step": "::1",
- "count": 1
}, - "decrement": {
- "start": "::0",
- "step": "::1",
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}
}, - "pfcpause": {
- "dst": {
- "choice": "value",
- "value": "01:80:c2:00:00:01",
- "values": [
- "01:80:c2:00:00:01"
], - "increment": {
- "start": "01:80:c2:00:00:01",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "01:80:c2:00:00:01",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "src": {
- "choice": "value",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "ether_type": {
- "choice": "value",
- "value": 34824,
- "values": [
- 34824
], - "increment": {
- "start": 34824,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 34824,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "control_op_code": {
- "choice": "value",
- "value": 257,
- "values": [
- 257
], - "increment": {
- "start": 257,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 257,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "class_enable_vector": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "pause_class_0": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "pause_class_1": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "pause_class_2": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "pause_class_3": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "pause_class_4": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "pause_class_5": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "pause_class_6": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "pause_class_7": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}
}, - "ethernetpause": {
- "dst": {
- "choice": "value",
- "value": "01:80:c2:00:00:01",
- "values": [
- "01:80:c2:00:00:01"
], - "increment": {
- "start": "01:80:c2:00:00:01",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "01:80:c2:00:00:01",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "src": {
- "choice": "value",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "ether_type": {
- "choice": "value",
- "value": 34824,
- "values": [
- 34824
], - "increment": {
- "start": 34824,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 34824,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "control_op_code": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "time": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}
}, - "tcp": {
- "src_port": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "dst_port": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "seq_num": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "ack_num": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "data_offset": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "ecn_ns": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "ecn_cwr": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "ecn_echo": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "ctl_urg": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "ctl_ack": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "ctl_psh": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "ctl_rst": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "ctl_syn": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "ctl_fin": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "window": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}
}, - "udp": {
- "src_port": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "dst_port": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "length": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}
}, - "gre": {
- "checksum_present": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "reserved0": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "version": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "protocol": {
- "choice": "value",
- "value": 2048,
- "values": [
- 2048
], - "increment": {
- "start": 2048,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 2048,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}, - "reserved1": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}
}, - "gtpv1": {
- "version": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "protocol_type": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "reserved": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "e_flag": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "s_flag": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "pn_flag": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "message_type": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "message_length": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "teid": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "squence_number": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "n_pdu_number": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "next_extension_header_type": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "extension_headers": [
- {
- "extension_length": {
- "choice": null,
- "value": null,
- "values": [ ],
- "increment": null,
- "decrement": null,
- "metric_tags": [ ]
}, - "contents": {
- "choice": null,
- "value": null,
- "values": [ ],
- "increment": null,
- "decrement": null,
- "metric_tags": [ ]
}, - "next_extension_header": {
- "choice": null,
- "value": null,
- "values": [ ],
- "increment": null,
- "decrement": null,
- "metric_tags": [ ]
}
}
]
}, - "gtpv2": {
- "version": {
- "choice": "value",
- "value": 2,
- "values": [
- 2
], - "increment": {
- "start": 2,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 2,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "piggybacking_flag": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "teid_flag": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "spare1": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "message_type": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "message_length": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "teid": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "sequence_number": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "spare2": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}
}, - "arp": {
- "hardware_type": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "protocol_type": {
- "choice": "value",
- "value": 2048,
- "values": [
- 2048
], - "increment": {
- "start": 2048,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 2048,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "hardware_length": {
- "choice": "value",
- "value": 6,
- "values": [
- 6
], - "increment": {
- "start": 6,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 6,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "protocol_length": {
- "choice": "value",
- "value": 4,
- "values": [
- 4
], - "increment": {
- "start": 4,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 4,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "operation": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "sender_hardware_addr": {
- "choice": "value",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "sender_protocol_addr": {
- "choice": "value",
- "value": "0.0.0.0",
- "values": [
- "0.0.0.0"
], - "increment": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "decrement": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "target_hardware_addr": {
- "choice": "value",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "target_protocol_addr": {
- "choice": "value",
- "value": "0.0.0.0",
- "values": [
- "0.0.0.0"
], - "increment": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "decrement": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}
}, - "icmp": {
- "choice": "echo",
- "echo": {
- "type": {
- "choice": "value",
- "value": 8,
- "values": [
- 8
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "code": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}, - "identifier": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "sequence_number": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}
}
}, - "icmpv6": {
- "choice": "echo",
- "echo": {
- "type": {
- "choice": "value",
- "value": 128,
- "values": [
- 128
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "code": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "identifier": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "sequence_number": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}
}
}, - "ppp": {
- "address": {
- "choice": "value",
- "value": 255,
- "values": [
- 255
], - "increment": {
- "start": 255,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 255,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "control": {
- "choice": "value",
- "value": 3,
- "values": [
- 3
], - "increment": {
- "start": 3,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 3,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "protocol_type": {
- "choice": "auto",
- "value": 33,
- "values": [
- 33
], - "auto": 33,
- "increment": {
- "start": 33,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 33,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}
}, - "igmpv1": {
- "version": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "type": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "unused": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}, - "group_address": {
- "choice": "value",
- "value": "0.0.0.0",
- "values": [
- "0.0.0.0"
], - "increment": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "decrement": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}
}, - "mpls": {
- "label": {
- "choice": "auto",
- "value": 16,
- "values": [
- 16
], - "auto": 16,
- "increment": {
- "start": 16,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 16,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "traffic_class": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "bottom_of_stack": {
- "choice": "auto",
- "value": 1,
- "values": [
- 1
], - "auto": 1,
- "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "time_to_live": {
- "choice": "value",
- "value": 64,
- "values": [
- 64
], - "increment": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}
}, - "snmpv2": {
- "choice": "get_request",
- "get_request": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}
}, - "variable_bindings": [
- {
- "object_identifier": [ ],
- "value": null
}
]
}, - "get_next_request": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}
}, - "variable_bindings": [
- {
- "object_identifier": [ ],
- "value": null
}
]
}, - "response": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}
}, - "variable_bindings": [
- {
- "object_identifier": [ ],
- "value": null
}
]
}, - "set_request": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}
}, - "variable_bindings": [
- {
- "object_identifier": [ ],
- "value": null
}
]
}, - "get_bulk_request": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}
}, - "non_repeaters": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
]
}, - "max_repetitions": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}
}, - "variable_bindings": [
- {
- "object_identifier": [ ],
- "value": null
}
]
}, - "inform_request": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}
}, - "variable_bindings": [
- {
- "object_identifier": [ ],
- "value": null
}
]
}, - "snmpv2_trap": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}
}, - "variable_bindings": [
- {
- "object_identifier": [ ],
- "value": null
}
]
}, - "report": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}
}, - "variable_bindings": [
- {
- "object_identifier": [ ],
- "value": null
}
]
}
}
}
], - "egress_packet": [
- {
- "choice": "ethernet",
- "custom": {
- "bytes": "string",
- "metric_tags": [
- {
- "name": "string",
- "offset": 0,
- "length": 1
}
]
}, - "ethernet": {
- "dst": {
- "choice": "auto",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "auto": "00:00:00:00:00:00",
- "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "src": {
- "choice": "value",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "ether_type": {
- "choice": "auto",
- "value": 65535,
- "values": [
- 65535
], - "auto": 65535,
- "increment": {
- "start": 65535,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 65535,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "pfc_queue": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}
}, - "vlan": {
- "priority": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "cfi": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "tpid": {
- "choice": "value",
- "value": 65535,
- "values": [
- 65535
], - "increment": {
- "start": 65535,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 65535,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}
}, - "vxlan": {
- "flags": {
- "choice": "value",
- "value": 8,
- "values": [
- 8
], - "increment": {
- "start": 8,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 8,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "reserved0": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "vni": {
- "choice": "auto",
- "value": 0,
- "values": [
- 0
], - "auto": 0,
- "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "reserved1": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}
}, - "ipv4": {
- "version": {
- "choice": "value",
- "value": 4,
- "values": [
- 4
], - "increment": {
- "start": 4,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 4,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "header_length": {
- "choice": "auto",
- "value": 5,
- "values": [
- 5
], - "auto": 5,
- "increment": {
- "start": 5,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 5,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "priority": {
- "choice": "dscp",
- "raw": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "tos": {
- "precedence": {
- "choice": null,
- "value": null,
- "values": [ ],
- "increment": null,
- "decrement": null,
- "metric_tags": [ ]
}, - "delay": {
- "choice": null,
- "value": null,
- "values": [ ],
- "increment": null,
- "decrement": null,
- "metric_tags": [ ]
}, - "throughput": {
- "choice": null,
- "value": null,
- "values": [ ],
- "increment": null,
- "decrement": null,
- "metric_tags": [ ]
}, - "reliability": {
- "choice": null,
- "value": null,
- "values": [ ],
- "increment": null,
- "decrement": null,
- "metric_tags": [ ]
}, - "monetary": {
- "choice": null,
- "value": null,
- "values": [ ],
- "increment": null,
- "decrement": null,
- "metric_tags": [ ]
}, - "unused": {
- "choice": null,
- "value": null,
- "values": [ ],
- "increment": null,
- "decrement": null,
- "metric_tags": [ ]
}
}, - "dscp": {
- "phb": {
- "choice": null,
- "value": null,
- "values": [ ],
- "increment": null,
- "decrement": null,
- "metric_tags": [ ]
}, - "ecn": {
- "choice": null,
- "value": null,
- "values": [ ],
- "increment": null,
- "decrement": null,
- "metric_tags": [ ]
}
}
}, - "total_length": {
- "choice": "auto",
- "value": 46,
- "values": [
- 46
], - "auto": 46,
- "increment": {
- "start": 46,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 46,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "identification": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "reserved": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "dont_fragment": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "more_fragments": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "fragment_offset": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "time_to_live": {
- "choice": "value",
- "value": 64,
- "values": [
- 64
], - "increment": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "protocol": {
- "choice": "auto",
- "value": 61,
- "values": [
- 61
], - "auto": 61,
- "increment": {
- "start": 61,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 61,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "header_checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}, - "src": {
- "choice": "value",
- "value": "0.0.0.0",
- "values": [
- "0.0.0.0"
], - "increment": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "decrement": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "dst": {
- "choice": "value",
- "value": "0.0.0.0",
- "values": [
- "0.0.0.0"
], - "increment": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "decrement": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}
}, - "ipv6": {
- "version": {
- "choice": "value",
- "value": 6,
- "values": [
- 6
], - "increment": {
- "start": 6,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 6,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "traffic_class": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "flow_label": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "payload_length": {
- "choice": "auto",
- "value": 0,
- "values": [
- 0
], - "auto": 0,
- "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "next_header": {
- "choice": "auto",
- "value": 59,
- "values": [
- 59
], - "auto": 59,
- "increment": {
- "start": 59,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 59,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "hop_limit": {
- "choice": "value",
- "value": 64,
- "values": [
- 64
], - "increment": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "src": {
- "choice": "value",
- "value": "::0",
- "values": [
- "::0"
], - "increment": {
- "start": "::0",
- "step": "::1",
- "count": 1
}, - "decrement": {
- "start": "::0",
- "step": "::1",
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "dst": {
- "choice": "value",
- "value": "::0",
- "values": [
- "::0"
], - "increment": {
- "start": "::0",
- "step": "::1",
- "count": 1
}, - "decrement": {
- "start": "::0",
- "step": "::1",
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}
}, - "pfcpause": {
- "dst": {
- "choice": "value",
- "value": "01:80:c2:00:00:01",
- "values": [
- "01:80:c2:00:00:01"
], - "increment": {
- "start": "01:80:c2:00:00:01",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "01:80:c2:00:00:01",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "src": {
- "choice": "value",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "ether_type": {
- "choice": "value",
- "value": 34824,
- "values": [
- 34824
], - "increment": {
- "start": 34824,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 34824,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "control_op_code": {
- "choice": "value",
- "value": 257,
- "values": [
- 257
], - "increment": {
- "start": 257,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 257,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "class_enable_vector": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "pause_class_0": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "pause_class_1": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "pause_class_2": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "pause_class_3": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "pause_class_4": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "pause_class_5": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "pause_class_6": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "pause_class_7": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}
}, - "ethernetpause": {
- "dst": {
- "choice": "value",
- "value": "01:80:c2:00:00:01",
- "values": [
- "01:80:c2:00:00:01"
], - "increment": {
- "start": "01:80:c2:00:00:01",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "01:80:c2:00:00:01",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "src": {
- "choice": "value",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "ether_type": {
- "choice": "value",
- "value": 34824,
- "values": [
- 34824
], - "increment": {
- "start": 34824,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 34824,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "control_op_code": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "time": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}
}, - "tcp": {
- "src_port": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "dst_port": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "seq_num": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "ack_num": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "data_offset": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "ecn_ns": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "ecn_cwr": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "ecn_echo": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "ctl_urg": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "ctl_ack": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "ctl_psh": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "ctl_rst": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "ctl_syn": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "ctl_fin": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "window": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}
}, - "udp": {
- "src_port": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "dst_port": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "length": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}
}, - "gre": {
- "checksum_present": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "reserved0": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "version": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "protocol": {
- "choice": "value",
- "value": 2048,
- "values": [
- 2048
], - "increment": {
- "start": 2048,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 2048,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}, - "reserved1": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}
}, - "gtpv1": {
- "version": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "protocol_type": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "reserved": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "e_flag": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "s_flag": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "pn_flag": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "message_type": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "message_length": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "teid": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "squence_number": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "n_pdu_number": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "next_extension_header_type": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "extension_headers": [
- {
- "extension_length": {
- "choice": null,
- "value": null,
- "values": [ ],
- "increment": null,
- "decrement": null,
- "metric_tags": [ ]
}, - "contents": {
- "choice": null,
- "value": null,
- "values": [ ],
- "increment": null,
- "decrement": null,
- "metric_tags": [ ]
}, - "next_extension_header": {
- "choice": null,
- "value": null,
- "values": [ ],
- "increment": null,
- "decrement": null,
- "metric_tags": [ ]
}
}
]
}, - "gtpv2": {
- "version": {
- "choice": "value",
- "value": 2,
- "values": [
- 2
], - "increment": {
- "start": 2,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 2,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "piggybacking_flag": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "teid_flag": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "spare1": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "message_type": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "message_length": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "teid": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "sequence_number": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "spare2": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}
}, - "arp": {
- "hardware_type": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "protocol_type": {
- "choice": "value",
- "value": 2048,
- "values": [
- 2048
], - "increment": {
- "start": 2048,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 2048,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "hardware_length": {
- "choice": "value",
- "value": 6,
- "values": [
- 6
], - "increment": {
- "start": 6,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 6,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "protocol_length": {
- "choice": "value",
- "value": 4,
- "values": [
- 4
], - "increment": {
- "start": 4,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 4,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "operation": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "sender_hardware_addr": {
- "choice": "value",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "sender_protocol_addr": {
- "choice": "value",
- "value": "0.0.0.0",
- "values": [
- "0.0.0.0"
], - "increment": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "decrement": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "target_hardware_addr": {
- "choice": "value",
- "value": "00:00:00:00:00:00",
- "values": [
- "00:00:00:00:00:00"
], - "increment": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "decrement": {
- "start": "00:00:00:00:00:00",
- "step": "00:00:00:00:00:01",
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "target_protocol_addr": {
- "choice": "value",
- "value": "0.0.0.0",
- "values": [
- "0.0.0.0"
], - "increment": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "decrement": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}
}, - "icmp": {
- "choice": "echo",
- "echo": {
- "type": {
- "choice": "value",
- "value": 8,
- "values": [
- 8
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "code": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}, - "identifier": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "sequence_number": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}
}
}, - "icmpv6": {
- "choice": "echo",
- "echo": {
- "type": {
- "choice": "value",
- "value": 128,
- "values": [
- 128
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "code": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "identifier": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "sequence_number": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}, - "metric_tags": [
- null
]
}, - "checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}
}
}, - "ppp": {
- "address": {
- "choice": "value",
- "value": 255,
- "values": [
- 255
], - "increment": {
- "start": 255,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 255,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "control": {
- "choice": "value",
- "value": 3,
- "values": [
- 3
], - "increment": {
- "start": 3,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 3,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "protocol_type": {
- "choice": "auto",
- "value": 33,
- "values": [
- 33
], - "auto": 33,
- "increment": {
- "start": 33,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 33,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}
}, - "igmpv1": {
- "version": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "type": {
- "choice": "value",
- "value": 1,
- "values": [
- 1
], - "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "unused": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "checksum": {
- "choice": "generated",
- "generated": "good",
- "custom": 0
}, - "group_address": {
- "choice": "value",
- "value": "0.0.0.0",
- "values": [
- "0.0.0.0"
], - "increment": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "decrement": {
- "start": "0.0.0.0",
- "step": "0.0.0.1",
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}
}, - "mpls": {
- "label": {
- "choice": "auto",
- "value": 16,
- "values": [
- 16
], - "auto": 16,
- "increment": {
- "start": 16,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 16,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "traffic_class": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 0,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "bottom_of_stack": {
- "choice": "auto",
- "value": 1,
- "values": [
- 1
], - "auto": 1,
- "increment": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 1,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}, - "time_to_live": {
- "choice": "value",
- "value": 64,
- "values": [
- 64
], - "increment": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "decrement": {
- "start": 64,
- "step": 1,
- "count": 1
}, - "metric_tags": [
- {
- "name": null,
- "offset": null,
- "length": null
}
]
}
}, - "snmpv2": {
- "choice": "get_request",
- "get_request": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}
}, - "variable_bindings": [
- {
- "object_identifier": [ ],
- "value": null
}
]
}, - "get_next_request": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}
}, - "variable_bindings": [
- {
- "object_identifier": [ ],
- "value": null
}
]
}, - "response": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}
}, - "variable_bindings": [
- {
- "object_identifier": [ ],
- "value": null
}
]
}, - "set_request": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}
}, - "variable_bindings": [
- {
- "object_identifier": [ ],
- "value": null
}
]
}, - "get_bulk_request": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}
}, - "non_repeaters": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
]
}, - "max_repetitions": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}
}, - "variable_bindings": [
- {
- "object_identifier": [ ],
- "value": null
}
]
}, - "inform_request": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}
}, - "variable_bindings": [
- {
- "object_identifier": [ ],
- "value": null
}
]
}, - "snmpv2_trap": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}
}, - "variable_bindings": [
- {
- "object_identifier": [ ],
- "value": null
}
]
}, - "report": {
- "request_id": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}
}, - "error_status": "no_error",
- "error_index": {
- "choice": "value",
- "value": 0,
- "values": [
- 0
], - "increment": {
- "start": null,
- "step": null,
- "count": null
}, - "decrement": {
- "start": null,
- "step": null,
- "count": null
}
}, - "variable_bindings": [
- {
- "object_identifier": [ ],
- "value": null
}
]
}
}
}
], - "size": {
- "choice": "fixed",
- "fixed": 64,
- "increment": {
- "start": 64,
- "end": 1518,
- "step": 1
}, - "random": {
- "min": 64,
- "max": 1518
}, - "weight_pairs": {
- "choice": "predefined",
- "predefined": "imix",
- "custom": [
- {
- "size": 64,
- "weight": 1
}
]
}
}, - "rate": {
- "choice": "pps",
- "pps": 1000,
- "bps": 1000000000,
- "kbps": 1000000,
- "mbps": 1000,
- "gbps": 1,
- "percentage": 100
}, - "duration": {
- "choice": "continuous",
- "fixed_packets": {
- "packets": 1,
- "gap": 12,
- "delay": {
- "choice": "bytes",
- "bytes": 0,
- "nanoseconds": 0,
- "microseconds": 0
}
}, - "fixed_seconds": {
- "seconds": 1,
- "gap": 12,
- "delay": {
- "choice": "bytes",
- "bytes": 0,
- "nanoseconds": 0,
- "microseconds": 0
}
}, - "burst": {
- "bursts": 0,
- "packets": 1,
- "gap": 12,
- "inter_burst_gap": {
- "choice": "bytes",
- "bytes": 12,
- "nanoseconds": 96,
- "microseconds": 0.096
}
}, - "continuous": {
- "gap": 12,
- "delay": {
- "choice": "bytes",
- "bytes": 0,
- "nanoseconds": 0,
- "microseconds": 0
}
}
}, - "metrics": {
- "enable": false,
- "loss": false,
- "rx_tx_ratio": {
- "choice": "value",
- "rx_count": null,
- "value": 1
}, - "timestamps": false,
- "latency": {
- "enable": false,
- "mode": "store_forward"
}, - "predefined_metric_tags": {
- "rx_name": false
}
}, - "name": "string"
}
]
}
}
{- "warnings": [
- "string"
]
}
Sets the operational state of configured resources.
-choice required | string Enum: "port" "protocol" "traffic" |
object (State.Port) States associated with configured ports. - | |
object (State.Protocol) States associated with protocols on configured resources. - | |
object (State.Traffic) States associated with configured flows - |
{- "choice": "port",
- "port": {
- "choice": "link",
- "link": {
- "port_names": [
- "string"
], - "state": "up"
}, - "capture": {
- "port_names": [
- "string"
], - "state": "start"
}
}, - "protocol": {
- "choice": "all",
- "all": {
- "state": "start"
}, - "route": {
- "names": [
- "string"
], - "state": "withdraw"
}, - "lacp": {
- "choice": "admin",
- "admin": {
- "lag_member_names": [
- "string"
], - "state": "up"
}
}
}, - "traffic": {
- "choice": "flow_transmit",
- "flow_transmit": {
- "flow_names": [
- "string"
], - "state": "start"
}
}
}
{- "warnings": [
- "string"
]
}
Triggers actions against configured resources.
-choice required | string Value: "protocol" |
object (Action.Protocol) Actions associated with protocols on configured resources. - |
{- "choice": "protocol",
- "protocol": {
- "choice": "ipv4",
- "ipv4": {
- "choice": "ping",
- "ping": {
- "requests": [
- {
- "src_name": "string",
- "dst_ip": "192.168.0.1"
}
]
}
}, - "ipv6": {
- "choice": "ping",
- "ping": {
- "requests": [
- {
- "src_name": "string",
- "dst_ip": "2001:0db8:85a3:0000:0000:8a2e:0370:7334"
}
]
}
}, - "bgp": {
- "choice": "notification",
- "notification": {
- "names": [
- "string"
], - "choice": "cease",
- "cease": {
- "subcode": "admin_shutdown_code6_subcode2"
}, - "message_header_error": {
- "subcode": "connection_not_synchronized_code1_subcode1"
}, - "open_message_error": {
- "subcode": "unsupported_version_number_code2_subcode1"
}, - "update_message_error": {
- "subcode": "malformed_attrib_list_code3_subcode1"
}, - "hold_timer_expired": null,
- "finite_state_machine_error": null,
- "custom": {
- "code": 0,
- "subcode": 0
}
}, - "initiate_graceful_restart": {
- "peer_names": [
- "string"
], - "restart_delay": 30
}
}
}
}
{- "warnings": [
- "string"
], - "response": {
- "choice": "protocol",
- "protocol": {
- "choice": "ipv4",
- "ipv4": {
- "choice": "ping",
- "ping": {
- "responses": [
- {
- "src_name": "string",
- "dst_ip": "192.168.0.1",
- "result": "succeeded"
}
]
}
}, - "ipv6": {
- "choice": "ping",
- "ping": {
- "responses": [
- {
- "src_name": "string",
- "dst_ip": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
- "result": "succeeded"
}
]
}
}
}
}
}
Request to traffic generator for metrics of choice
-choice | string Default: "port" Enum: "port" "flow" "bgpv4" "bgpv6" "isis" "lag" "lacp" "lldp" "rsvp" |
object (Port.Metrics.Request) The port result request to the traffic generator - | |
object (Flow.Metrics.Request) The container for a flow metric request. - | |
object (Bgpv4.Metrics.Request) The request to retrieve BGPv4 per peer metrics/statistics. - | |
object (Bgpv6.Metrics.Request) The request to retrieve BGPv6 per peer metrics/statistics. - | |
object (Isis.Metrics.Request) The request to retrieve ISIS per Router metrics/statistics. - | |
object (Lag.Metrics.Request) The request to retrieve per LAG metrics/statistics. - | |
object (Lacp.Metrics.Request) The request to retrieve LACP per LAG member metrics/statistics. - | |
object (Lldp.Metrics.Request) The request to retrieve LLDP per instance metrics/statistics. - | |
object (Rsvp.Metrics.Request) The request to retrieve RSVP-TE per Router metrics/statistics. - |
{- "choice": "port",
- "port": {
- "port_names": [
- "string"
], - "column_names": [
- "transmit"
]
}, - "flow": {
- "flow_names": [
- "string"
], - "metric_names": [
- "transmit"
], - "tagged_metrics": {
- "include": true,
- "include_empty_metrics": false,
- "metric_names": [
- "frames_tx"
], - "filters": [
- {
- "name": "string",
- "values": [
- "string"
]
}
]
}
}, - "bgpv4": {
- "peer_names": [
- "string"
], - "column_names": [
- "session_state"
]
}, - "bgpv6": {
- "peer_names": [
- "string"
], - "column_names": [
- "session_state"
]
}, - "isis": {
- "router_names": [
- "string"
], - "column_names": [
- "l1_sessions_up"
]
}, - "lag": {
- "lag_names": [
- "string"
], - "column_names": [
- "oper_status"
]
}, - "lacp": {
- "lag_names": [
- "string"
], - "lag_member_port_names": [
- "string"
], - "column_names": [
- "lacp_packets_rx"
]
}, - "lldp": {
- "lldp_names": [
- "string"
], - "column_names": [
- "frames_rx"
]
}, - "rsvp": {
- "router_names": [
- "string"
], - "column_names": [
- "ingress_p2p_lsps_configured"
]
}
}
{- "choice": "port_metrics",
- "port_metrics": [
- {
- "name": "string",
- "location": "string",
- "link": "up",
- "capture": "started",
- "frames_tx": 0,
- "frames_rx": 0,
- "bytes_tx": 0,
- "bytes_rx": 0,
- "frames_tx_rate": 0,
- "frames_rx_rate": 0,
- "bytes_tx_rate": 0,
- "bytes_rx_rate": 0,
- "transmit": "started"
}
], - "flow_metrics": [
- {
- "name": "Tx -> Rx",
- "port_tx": "string",
- "port_rx": "string",
- "transmit": "started",
- "frames_tx": 0,
- "frames_rx": 0,
- "bytes_tx": 0,
- "bytes_rx": 0,
- "frames_tx_rate": 0,
- "frames_rx_rate": 0,
- "loss": 0,
- "timestamps": {
- "first_timestamp_ns": 0,
- "last_timestamp_ns": 0
}, - "latency": {
- "minimum_ns": 0,
- "maximum_ns": 0,
- "average_ns": 0
}, - "tagged_metrics": [
- {
- "tags": [
- {
- "name": "string",
- "value": {
- "choice": "hex",
- "hex": "string",
- "str": "string"
}
}
], - "frames_tx": 0,
- "frames_rx": 0,
- "bytes_tx": 0,
- "bytes_rx": 0,
- "frames_tx_rate": 0,
- "frames_rx_rate": 0,
- "loss": 0,
- "timestamps": {
- "first_timestamp_ns": 0,
- "last_timestamp_ns": 0
}, - "latency": {
- "minimum_ns": 0,
- "maximum_ns": 0,
- "average_ns": 0
}
}
]
}
], - "bgpv4_metrics": [
- {
- "name": "string",
- "session_state": "up",
- "session_flap_count": 0,
- "routes_advertised": 0,
- "routes_received": 0,
- "route_withdraws_sent": 0,
- "route_withdraws_received": 0,
- "updates_sent": 0,
- "updates_received": 0,
- "opens_sent": 0,
- "opens_received": 0,
- "keepalives_sent": 0,
- "keepalives_received": 0,
- "notifications_sent": 0,
- "notifications_received": 0,
- "fsm_state": "idle",
- "end_of_rib_received": 0
}
], - "bgpv6_metrics": [
- {
- "name": "string",
- "session_state": "up",
- "session_flap_count": 0,
- "routes_advertised": 0,
- "routes_received": 0,
- "route_withdraws_sent": 0,
- "route_withdraws_received": 0,
- "updates_sent": 0,
- "updates_received": 0,
- "opens_sent": 0,
- "opens_received": 0,
- "keepalives_sent": 0,
- "keepalives_received": 0,
- "notifications_sent": 0,
- "notifications_received": 0,
- "fsm_state": "idle",
- "end_of_rib_received": 0
}
], - "isis_metrics": [
- {
- "name": "string",
- "l1_sessions_up": 0,
- "l1_session_flap": 0,
- "l1_broadcast_hellos_sent": 0,
- "l1_broadcast_hellos_received": 0,
- "l1_point_to_point_hellos_sent": 0,
- "l1_point_to_point_hellos_received": 0,
- "l1_database_size": 0,
- "l1_psnp_sent": 0,
- "l1_psnp_received": 0,
- "l1_csnp_sent": 0,
- "l1_csnp_received": 0,
- "l1_lsp_sent": 0,
- "l1_lsp_received": 0,
- "l2_sessions_up": 0,
- "l2_session_flap": 0,
- "l2_broadcast_hellos_sent": 0,
- "l2_broadcast_hellos_received": 0,
- "l2_point_to_point_hellos_sent": 0,
- "l2_point_to_point_hellos_received": 0,
- "l2_database_size": 0,
- "l2_psnp_sent": 0,
- "l2_psnp_received": 0,
- "l2_csnp_sent": 0,
- "l2_csnp_received": 0,
- "l2_lsp_sent": 0,
- "l2_lsp_received": 0
}
], - "lag_metrics": [
- {
- "name": "string",
- "oper_status": "up",
- "member_ports_up": 0,
- "frames_tx": 0,
- "frames_rx": 0,
- "bytes_tx": 0,
- "bytes_rx": 0,
- "frames_tx_rate": 0,
- "frames_rx_rate": 0,
- "bytes_tx_rate": 0,
- "bytes_rx_rate": 0
}
], - "lacp_metrics": [
- {
- "lag_name": "string",
- "lag_member_port_name": "string",
- "lacp_packets_rx": 0,
- "lacp_packets_tx": 0,
- "lacp_rx_errors": 0,
- "activity": "active",
- "timeout": "short",
- "synchronization": "in_sync",
- "aggregatable": true,
- "collecting": true,
- "distributing": true,
- "system_id": "string",
- "oper_key": 0,
- "partner_id": "string",
- "partner_key": 0,
- "port_num": 0,
- "partner_port_num": 0
}
], - "lldp_metrics": [
- {
- "name": "string",
- "frames_rx": 0,
- "frames_tx": 0,
- "frames_error_rx": 0,
- "frames_discard": 0,
- "tlvs_discard": 0,
- "tlvs_unknown": 0
}
], - "rsvp_metrics": [
- {
- "name": "string",
- "ingress_p2p_lsps_configured": 0,
- "ingress_p2p_lsps_up": 0,
- "egress_p2p_lsps_up": 0,
- "lsp_flap_count": 0,
- "paths_tx": 0,
- "paths_rx": 0,
- "resvs_tx": 0,
- "resvs_rx": 0,
- "path_tears_tx": 0,
- "path_tears_rx": 0,
- "resv_tears_tx": 0,
- "resv_tears_rx": 0,
- "path_errors_tx": 0,
- "path_errors_rx": 0,
- "resv_errors_tx": 0,
- "resv_errors_rx": 0,
- "resv_conf_tx": 0,
- "resv_conf_rx": 0,
- "hellos_tx": 0,
- "hellos_rx": 0,
- "acks_tx": 0,
- "acks_rx": 0,
- "nacks_tx": 0,
- "nacks_rx": 0,
- "srefresh_tx": 0,
- "srefresh_rx": 0,
- "bundle_tx": 0,
- "bundle_rx": 0,
- "path_reevaluation_request_tx": 0,
- "path_reoptimizations": 0
}
]
}
Request to traffic generator for states of choice
-choice | string Default: "ipv4_neighbors" Enum: "ipv4_neighbors" "ipv6_neighbors" "bgp_prefixes" "isis_lsps" "lldp_neighbors" "rsvp_lsps" |
object (Neighborsv4.States.Request) The request to retrieve IPv4 Neighbor state (ARP cache entries) of a network interface(s). - | |
object (Neighborsv6.States.Request) The request to retrieve IPv6 Neighbor state (NDISC cache entries) of a network interface(s). - | |
object (BgpPrefix.State.Request) The request to retrieve BGP peer prefix information. - | |
object (IsisLsps.State.Request) The request to retrieve ISIS Link State PDU (LSP) information learned by the router. - | |
object (LldpNeighbors.State.Request) The request to retrieve LLDP neighbor information for a given instance. - | |
object (RsvpLsps.State.Request) The request to retrieve RSVP Label Switched Path (LSP) information learned by the router. - |
{- "choice": "ipv4_neighbors",
- "ipv4_neighbors": {
- "ethernet_names": [
- "string"
]
}, - "ipv6_neighbors": {
- "ethernet_names": [
- "string"
]
}, - "bgp_prefixes": {
- "bgp_peer_names": [
- "string"
], - "prefix_filters": [
- "ipv4_unicast"
], - "ipv4_unicast_filters": [
- {
- "addresses": [
- "192.168.0.1"
], - "prefix_length": 0,
- "origin": "igp",
- "path_id": 0
}
], - "ipv6_unicast_filters": [
- {
- "addresses": [
- "2001:0db8:85a3:0000:0000:8a2e:0370:7334"
], - "prefix_length": 0,
- "origin": "igp",
- "path_id": 0
}
]
}, - "isis_lsps": {
- "isis_router_names": [
- "string"
]
}, - "lldp_neighbors": {
- "lldp_names": [
- "string"
], - "neighbor_id_filters": [
- "string"
]
}, - "rsvp_lsps": {
- "rsvp_router_names": [
- "string"
]
}
}
{- "choice": "ipv4_neighbors",
- "ipv4_neighbors": [
- {
- "ethernet_name": "string",
- "ipv4_address": "192.168.0.1",
- "link_layer_address": "string"
}
], - "ipv6_neighbors": [
- {
- "ethernet_name": "string",
- "ipv6_address": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
- "link_layer_address": "string"
}
], - "bgp_prefixes": [
- {
- "bgp_peer_name": "string",
- "ipv4_unicast_prefixes": [
- {
- "ipv4_address": "string",
- "prefix_length": 0,
- "origin": "igp",
- "path_id": 0,
- "ipv4_next_hop": "192.168.0.1",
- "ipv6_next_hop": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
- "communities": [
- {
- "type": "manual_as_number",
- "as_number": 0,
- "as_custom": 0
}
], - "as_path": {
- "segments": [
- {
- "type": "as_seq",
- "as_numbers": [
- 0
]
}
]
}, - "local_preference": 0,
- "multi_exit_discriminator": 0
}
], - "ipv6_unicast_prefixes": [
- {
- "ipv6_address": "string",
- "prefix_length": 0,
- "origin": "igp",
- "path_id": 0,
- "ipv4_next_hop": "192.168.0.1",
- "ipv6_next_hop": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
- "communities": [
- {
- "type": "manual_as_number",
- "as_number": 0,
- "as_custom": 0
}
], - "as_path": {
- "segments": [
- {
- "type": "as_seq",
- "as_numbers": [
- 0
]
}
]
}, - "local_preference": 0,
- "multi_exit_discriminator": 0
}
]
}
], - "isis_lsps": [
- {
- "isis_router_name": "string",
- "lsps": [
- {
- "lsp_id": "string",
- "pdu_type": "level_1",
- "remaining_lifetime": 0,
- "sequence_number": 0,
- "pdu_length": 0,
- "flags": {
- "partition_repair": true,
- "attached_error": true,
- "attached_expense": true,
- "attached_delay": true,
- "attached_default": true,
- "overload": true
}, - "is_type": 0,
- "tlvs": {
- "hostname_tlvs": [
- {
- "hostname": "string"
}
], - "is_reachability_tlvs": [
- {
- "neighbors": [
- {
- "system_id": null
}
]
}
], - "extended_is_reachability_tlvs": [
- {
- "neighbors": [
- {
- "system_id": null
}
]
}
], - "ipv4_internal_reachability_tlvs": [
- {
- "prefixes": [
- {
- "ipv4_address": null,
- "prefix_length": null,
- "redistribution_type": null,
- "default_metric": null,
- "origin_type": null
}
]
}
], - "ipv4_external_reachability_tlvs": [
- {
- "prefixes": [
- {
- "ipv4_address": null,
- "prefix_length": null,
- "redistribution_type": null,
- "default_metric": null,
- "origin_type": null
}
]
}
], - "extended_ipv4_reachability_tlvs": [
- {
- "prefixes": [
- {
- "ipv4_address": null,
- "prefix_length": null,
- "metric": null,
- "redistribution_type": null,
- "prefix_attributes": null
}
]
}
], - "ipv6_reachability_tlvs": [
- {
- "prefixes": [
- {
- "ipv6_address": null,
- "prefix_length": null,
- "metric": null,
- "redistribution_type": null,
- "origin_type": null,
- "prefix_attributes": null
}
]
}
]
}
}
]
}
], - "lldp_neighbors": [
- {
- "lldp_name": "string",
- "system_name": "string",
- "system_description": "string",
- "chassis_id": "string",
- "chassis_id_type": "port_component",
- "neighbor_id": "string",
- "age": 0,
- "last_update": 0,
- "ttl": 0,
- "port_id": "string",
- "port_id_type": "port_component",
- "port_description": "string",
- "management_address": "string",
- "management_address_type": "string",
- "custom_tlvs": [
- {
- "custom_type": 0,
- "oui": "string",
- "oui_subtype": "string"
}
], - "capabilities": [
- {
- "capability_name": "mac_bridge",
- "capability_enabled": true
}
]
}
], - "rsvp_lsps": [
- {
- "rsvp_router_name": "string",
- "ipv4_lsps": [
- {
- "source_address": "192.168.0.1",
- "destination_address": "192.168.0.1",
- "lsp": {
- "tunnel_id": 0,
- "lsp_id": 0,
- "session_name": "string",
- "label_in": 0,
- "label_out": 0,
- "session_status": "up",
- "last_flap_reason": "resv_tear",
- "up_time": 0
}, - "rros": [
- {
- "address": "192.168.0.1",
- "reported_label": 0
}
], - "eros": [
- {
- "prefix": "192.168.0.1",
- "asn": 0,
- "type": "ipv4"
}
]
}
]
}
]
}
Capture results request to the traffic generator.
-port_name required | string The name of a port a capture is started on. -x-constraint: -
|
{- "port_name": "string"
}
{- "code": 0,
- "kind": "validation",
- "errors": [
- "string"
]
}