Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Windows Tools:

Visual trace

netbeez


Linux Tools:



https://wiki.geant.org/display/public/EK/TCP+Trace+Route






allow tcp traceroute
term accept-traceroute-tcp {
    from {
        destination-prefix-list {
            router-ipv4;
            router-ipv4-logical-systems;
        }
        protocol tcp;
        ttl 1;
    }
    then {
        policer management-1m;
        count accept-traceroute-tcp;
        accept;
    }
}







  • No labels