diff --git a/docs/docsite/rst/network/user_guide/network_working_with_command_output.rst b/docs/docsite/rst/network/user_guide/network_working_with_command_output.rst index d4bc8fb772e..d486e9ddf8d 100644 --- a/docs/docsite/rst/network/user_guide/network_working_with_command_output.rst +++ b/docs/docsite/rst/network/user_guide/network_working_with_command_output.rst @@ -52,7 +52,7 @@ results in an interface. For instance:: - show interface Ethernet5 | json wait_for: - "result[0].interfaces.Ethernet4.interfaceStatus eq connected" - - "result[1].interfaces.Ethernet4.interfaceStatus eq connected" + - "result[1].interfaces.Ethernet5.interfaceStatus eq connected" In the above example, two commands are executed on the remote device, and the results are evaluated. By specifying the result