Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix IP address typo in obfuscated test data
Browse files Browse the repository at this point in the history
mjbear committed Jun 21, 2024
1 parent ab5cc4d commit 262cf59
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
SWITCH-NAME# show lldp neighbor-info detail
--------------------------------------------------------------------------------
LLDP Neighbor Information
=========================
@@ -17,7 +18,7 @@ Neighbor Entries Aged-Out : 0
Neighbor System-Name : SYSNAME_TEXT
Neighbor System-Description : ArubaOS (MODEL: 503H), Version Aruba AP
Neighbor Chassis-ID : xx:xx:xx:xx:xx:xx
Neighbor Management-Address : 12.3123.123.123
Neighbor Management-Address : 123.123.123.123
Chassis Capabilities Available : Bridge, WLAN
Chassis Capabilities Enabled : WLAN
Neighbor Port-ID : xx:xx:xx:xx:xx:xx
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ parsed_sample:
capabilities_supported: "Bridge, WLAN"
chassis_id: "xx:xx:xx:xx:xx:xx"
local_interface: "1/1/10"
mgmt_address: "12.3123.123.123"
mgmt_address: "123.123.123.123"
neighbor_description: "ArubaOS (MODEL: 503H), Version Aruba AP"
neighbor_interface: "eth0"
neighbor_name: "SYSNAME_TEXT"

0 comments on commit 262cf59

Please sign in to comment.