***Example:*** See the [ping reference in iosxe.py](https://github.com/CiscoDevNet/dnav3-code/blob/master/verify/backend/iosxe.py#L71). Ping syntax varies by OS platform: `ping -c 2` on Linux should be `ping -n 2` on Windows. This causes the pings to "fail" on Windows when they otherwise should succeed.
Example: See the ping reference in iosxe.py.
Ping syntax varies by OS platform:
ping -c 2on Linux should beping -n 2on Windows.This causes the pings to "fail" on Windows when they otherwise should succeed.