-
Notifications
You must be signed in to change notification settings - Fork 738
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhancement: IOS lldp neighbors - add capabilities capture group (#553)
- Loading branch information
1 parent
f7487f3
commit 327f6d2
Showing
3 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 8 additions & 4 deletions
12
tests/cisco_ios/show_lldp_neighbors/cisco_ios_show_lldp_neighbors.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,18 @@ | ||
--- | ||
parsed_sample: | ||
- neighbor: "S2" | ||
- capabilities: "B" | ||
local_interface: "Fa0/13" | ||
neighbor: "S2" | ||
neighbor_interface: "Gi0/13" | ||
- neighbor: "Cisco-switch-1" | ||
- capabilities: "" | ||
local_interface: "Gi1/0/7" | ||
neighbor: "Cisco-switch-1" | ||
neighbor_interface: "Gi0/1" | ||
- neighbor: "Juniper-switch1" | ||
- capabilities: "B,R" | ||
local_interface: "Gi2/0/1" | ||
neighbor: "Juniper-switch1" | ||
neighbor_interface: "666" | ||
- neighbor: "Juniper-switch1" | ||
- capabilities: "B,R" | ||
local_interface: "Gi1/0/1" | ||
neighbor: "Juniper-switch1" | ||
neighbor_interface: "531" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters