Traceroute
  
  
    
      The traceroute command enables you to trace the path
        between the switch and a destination endstation. 
      
traceroute {vr
        vrid} {ipv4
        host} {ipv6
        host} {ttl
        number} {from
        from} {[port
        port] | icmp} 
      
        
          - vr
 
          - The name of the virtual router.
 
        
        
          - ipv4/ipv6
 
          - The transport.
 
        
        
          - from
 
          - Uses the specified source address in the ICMP packet. If not specified, the address of the transmitting interface is
            used.
 
        
        
          - host
 
          - The host of the destination endstation. To use the hostname, you
            must first configure DNS.
 
        
        
          - ttl
 
          - Configures the switch to trace the hops until the time-to-live has
            been exceeded for the switch.
 
        
        
          - port
 
          - Uses the specified UDP port number.
 
        
        
          - icmp
 
          - Uses ICMP echo messages to trace the routed path.