asg_tracert

This command is supported only on these:

  • ElasticXL Cluster

  • Maestro Security Group

  • Scalable Chassis Security Group

Note - You can run this command in Gaia gClish or in the Expert mode.

Description

Show the tracert results on the Security Group.

The native Linux "tracert" utility cannot handle the "tracert" pings correctly because of the stickiness mechanism used in the Security Group Firewall.

The "asg_tracert" command supports all options and parameters of the native Linux "tracert" utility.

Syntax

asg_tracert <IP Address> [<tracert Options>]

Parameters

Parameter

Description

<IP Address>

Specifies the destination IP address.

<tracert Options>

Specifies the native tracert command options.

Examples

[Expert@SG-s01-01:0]# asg_tracert 100.100.100.99
  traceroute to 100.100.100.99 (100.100.100.99), 30 hops max, 40 byte packets
   1   (20.20.20.20)  0.722 ms  0.286 ms  0.231 ms
   2   (100.100.100.99)  1.441 ms  0.428 ms  0.395 ms
[Expert@SG-s01-01:0]#