forked from networktocode/ntc-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix not advertised vlan (networktocode#1114)
fix not advertised vlan
- Loading branch information
Showing
3 changed files
with
53 additions
and
1 deletion.
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
34 changes: 34 additions & 0 deletions
34
tests/cisco_nxos/show_lldp_neighbors_detail/cisco_nxos_show_lldp_neighbors_detail2.raw
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
Capability codes: | ||
(R) Router, (B) Bridge, (T) Telephone, (C) DOCSIS Cable Device | ||
(W) WLAN Access Point, (P) Repeater, (S) Station, (O) Other | ||
Device ID Local Intf Hold-time Capability Port ID | ||
|
||
Chassis id: 3473.2d00.0001 | ||
Port id: Ethernet1/52 | ||
Local Port id: Eth1/52 | ||
Port Description: SW-NEXUS-UPLINK | ||
System Name: SW-NEXUS | ||
System Description: Cisco Nexus Operating System (NX-OS) Software 9.3(8) | ||
TAC support: http://www.cisco.com/tac | ||
Copyright (c) 2002-2021, Cisco Systems, Inc. All rights reserved. | ||
Time remaining: 97 seconds | ||
System Capabilities: B, R | ||
Enabled Capabilities: B, R | ||
Management Address: 192.168.1.2 | ||
Management Address IPV6: not advertised | ||
Vlan ID: not advertised | ||
|
||
|
||
Chassis id: 24a9.3700.0001 | ||
Port id: 1a51.4800.0001 | ||
Local Port id: Eth101/1/10 | ||
Port Description: eth0 | ||
System Name: pure-storage | ||
System Description: FlashArray FA-X20R3 pure-storage | ||
Time remaining: 3 seconds | ||
System Capabilities: B, W, R, S | ||
Enabled Capabilities: B | ||
Management Address: not advertised | ||
Management Address IPV6: not advertised | ||
Vlan ID: 0 | ||
|
18 changes: 18 additions & 0 deletions
18
tests/cisco_nxos/show_lldp_neighbors_detail/cisco_nxos_show_lldp_neighbors_detail2.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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
parsed_sample: | ||
- neighbor: "SW-NEXUS" | ||
local_interface: "Eth1/52" | ||
neighbor_interface: "Ethernet1/52" | ||
chassis_id: "3473.2d00.0001" | ||
mgmt_address: "192.168.1.2" | ||
system_description: "Cisco Nexus Operating System (NX-OS) Software 9.3(8)" | ||
capabilities: "B, R" | ||
vlan: "" | ||
- neighbor: "pure-storage" | ||
local_interface: "Eth101/1/10" | ||
neighbor_interface: "1a51.4800.0001" | ||
chassis_id: "24a9.3700.0001" | ||
mgmt_address: "" | ||
system_description: "FlashArray FA-X20R3 pure-storage" | ||
capabilities: "B" | ||
vlan: "0" |