Skip to content

Commit

Permalink
fixing failed local merge in regard to huawei_vrp lldp
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbear committed Feb 21, 2024
1 parent 0217cfb commit 96d0b91
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Start
^System\s+capabilities\s+supported
^System\s+capabilities\s+enabled\s+:${CAPABILITIES}\s*$$
^Management\s+address\s+type
^Management\s+address\s*:\s*${MGMT_ADDRESS}
^Management\s+address\s*(value\s*)?:\s*${MGMT_ADDRESS}
^Expired\s+time
^Port\s+VLAN\s+ID\(PVID\)\s+:${VLAN_ID}
^VLAN\s+name\s+of\s+VLAN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ parsed_sample:
- capabilities: "bridge router"
chassis_id: "b8d6-f6ff-7390"
local_interface: "XGigabitEthernet0/0/1"
management_ip: "169.254.1.2"
manufacturer_name: ""
model_name: ""
neighbor: "ROUTER2"
neighbor_interface: "XGigabitEthernet0/0/2"
neighbor_port_id: "XGigabitEthernet0/0/2"
serial: ""
system_description:
manufacturer: ""
mgmt_address: "169.254.1.2"
neighbor_description:
- "Huawei Switch S6730-S24X6Q"
- "Huawei Versatile Routing Platform Software"
- "VRP (R) software, Version 5.170 (S6730 V200R022C00SPC500)"
- "Copyright (C) 2000-2022 HUAWEI TECH Co., Ltd."
neighbor_interface: "XGigabitEthernet0/0/2"
neighbor_name: "ROUTER2"
neighbor_port_id: "XGigabitEthernet0/0/2"
platform: ""
serial: ""
vlan_id: "10"

0 comments on commit 96d0b91

Please sign in to comment.