Skip to content

IPv6 Source IP and Probe IP's Not Populating #17

@kellyjonbrazil

Description

@kellyjonbrazil

Any idea why the destination IP address from the header and the source IP addresses from the probes are not populating?

Input:

traceroute6 to turner-tls.map.fastly.net (2a04:4e42:200::323) from 2600:1700:bab0:d40:985:f00a:98bd:f142, 5 hops max, 12 byte packets
 1  * * *
 2  2001:506:6000:11b:71:156:212:143  27.635 ms  20.383 ms  23.438 ms
 3  * * *
 4  2001:1890:ff:ff08:12:242:117:16  20.118 ms  20.327 ms  21.213 ms
 5  * * *

output (i'm converting to a dict/JSON object:

{"destination_ip": null, "destination_name": "turner-tls.map.fastly.net", "hops": [{"hop": "1", "probes": [{"annotation": null, "asn": null, "ip": null, "name": null, "rtt": null}]}, {"hop": "2", "probes": [{"annotation": null, "asn": null, "ip": null, "name": null, "rtt": "27.635"}, {"annotation": null, "asn": null, "ip": null, "name": null, "rtt": "20.383"}, {"annotation": null, "asn": null, "ip": null, "name": null, "rtt": "23.438"}]}, {"hop": "3", "probes": [{"annotation": null, "asn": null, "ip": null, "name": null, "rtt": null}]}, {"hop": "4", "probes": [{"annotation": null, "asn": null, "ip": null, "name": null, "rtt": "20.118"}, {"annotation": null, "asn": null, "ip": null, "name": null, "rtt": "20.327"}, {"annotation": null, "asn": null, "ip": null, "name": null, "rtt": "21.213"}]}, {"hop": "5", "probes": [{"annotation": null, "asn": null, "ip": null, "name": null, "rtt": null}]}]}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions