Update docs to reflect support for CDP neighbors (#38051)
This commit is contained in:
parent
f630d420c6
commit
dca61cc397
1 changed files with 3 additions and 3 deletions
|
@ -58,15 +58,15 @@ options:
|
||||||
- Supports conditionals, see L(Conditionals in Networking Modules,../network/user_guide/network_working_with_command_output.html)
|
- Supports conditionals, see L(Conditionals in Networking Modules,../network/user_guide/network_working_with_command_output.html)
|
||||||
neighbors:
|
neighbors:
|
||||||
description:
|
description:
|
||||||
- Check the operational state of given interface C(name) for LLDP neighbor.
|
- Check the operational state of given interface C(name) for CDP/LLDP neighbor.
|
||||||
- The following suboptions are available.
|
- The following suboptions are available.
|
||||||
suboptions:
|
suboptions:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
- "LLDP neighbor host for given interface C(name)."
|
- "CDP/LLDP neighbor host for given interface C(name)."
|
||||||
port:
|
port:
|
||||||
description:
|
description:
|
||||||
- "LLDP neighbor port to which given interface C(name) is connected."
|
- "CDP/LLDP neighbor port to which given interface C(name) is connected."
|
||||||
aggregate:
|
aggregate:
|
||||||
description: List of Interfaces definitions.
|
description: List of Interfaces definitions.
|
||||||
delay:
|
delay:
|
||||||
|
|
Loading…
Reference in a new issue