mint (user and privi exec modes)
Uses MiNT protocol to perform a ping
and trace route to a remote device
Note
This
command and its syntax is common to both the
User Executable and
Privilege Executable configuration
modes.
Supported in the following platforms:
- Access Points — AP7502, AP7522,
AP7532, AP7562, AP7602, AP7612, AP7622, AP7632, AP7662, AP8163, AP8432, AP8533
- Wireless Controller — RFS4010
- Service Platforms — NX5500, NX7500,
NX9500, NX9600, VX9000
Syntax
mint [ping|traceroute]
mint ping <MINT-ID> {(count <1-10000>|size <1-64000>|timeout <1-10>)}
mint traceroute <MINT-ID> {(destination-port <1-65535>|max-hops <1-255>|
source-port <1-65535>|timeout <1-255>)}
Parameters
mint ping <MINT-ID> {(count <1-10000>|size <1-64000>|timeout <1-10>)}
ping <MINT-ID> |
Sends a MiNT echo message to a specified destination
- <MINT-ID> –
Specify the destination device's MiNT ID.
|
count <1-10000> |
Optional. Sets the number of ping packets sent to
the specified MiNT destination
- <1-60> – Specify
a value from 1 - 10000. The default is 3.
|
size <1-64000> |
Optional. Sets the MiNT payload size in bytes
- <1-64000> –
Specify a value from 1 - 640000. The default is 64 bytes.
|
timeout <1-10> |
Optional. Sets a response time in seconds
- <1-10> – Specify
a value from 1 sec - 10 sec. The default is 1 second.
|
mint traceroute <MINT-ID> {(destination-port <1-65535>|max-hops <1-255>|
source-port <1-65535>|timeout <1-255>)}
traceroute <MINT-ID> |
Prints the route packets trace to a device
- <MINT-ID> –
Specify the destination device's MiNT ID.
|
destination-port <1-65535> |
Optional. Sets the
Equal-cost Multi-path (ECMP) routing destination port
- <1-65535> –
Specify a value from 1 - 65535. The default port is 45.
|
max-hops <1-255> |
Optional. Sets the maximum number of hops a traceroute packet traverses
in the forward direction
- <1-255> –
Specify a value from 1 - 255. The default is 30.
|
source-port <1-65535> |
Optional. Sets the ECMP source port
- <1-65535> –
Specify a value from 1 - 65535. The default port is 45.
|
timeout <1-255> |
Optional. Sets the minimum response time period in seconds
- <1-65535> –
Specify a value from 1 sec - 255 sec. The default is 30 seconds.
|
Examples
nx9500-6C8809#mint ping 75.07.02.35
MiNT ping 75.07.02.35 with 64 bytes of data.
Response from 75.07.02.35: id=16777216 time=0.130 ms
Response from 75.07.02.35: id=33554432 time=0.152 ms
Response from 75.07.02.35: id=50331648 time=0.163 ms
--- 75.07.02.35 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.130/0.148/0.163 ms
nx9500-6C8809#