Skip to content

Commit

Permalink
Merge branch 'hilash-cisco-ios' of https://github.com/hilash/ntc-temp…
Browse files Browse the repository at this point in the history
…lates into hilash-cisco-ios
  • Loading branch information
jmcgill298 committed Jul 16, 2018
2 parents a222ea3 + e9ff78e commit 919fcd7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion templates/cisco_ios_show_lldp_neighbors_detail.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Value NEIGHBOR (\S+)
Value SYSTEM_DESCRIPTION (.*)
Value CAPABILITIES (.*)
Value MANAGEMENT_IP (\d+\.\d+\.\d+\.\d+|\w+\.\w+\.\w+)
Value VLAN (.*)
Value VLAN (\d+)

Start
^Local Intf: ${LOCAL_INTERFACE}$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ parsed_sample:
system_description: 'Juniper Networks, Inc. ex2200-24t-4g , version 12.3R9.4 Build date: 2015-02-12 11:25:30 UTC'
capabilities: 'B,R'
management_ip: ''
vlan: '- not advertised'
vlan: '1'

- local_interface: 'Gi1/0/1'
chassis_id: '94f1.2879.5555'
Expand All @@ -18,7 +18,7 @@ parsed_sample:
system_description: 'HPE OfficeConnect Switch 1820 48G J9981A, PT.02.01, Linux 3.6.5-79c95a77, U-Boot 2012.10-00116-g3ab515c (Jul 30 2014 - 10:52:01)'
capabilities: 'B'
management_ip: '192.168.1.81'
vlan: '- not advertised'
vlan: ''

- local_interface: 'Gi1/0/9'
chassis_id: '4448.c1c4.dddd'
Expand All @@ -28,4 +28,4 @@ parsed_sample:
system_description: 'ArubaOS (MODEL: 225), Version 6.4.2.6-4.1.1.6 (50009)'
capabilities: 'W'
management_ip: '192.168.1.40'
vlan: '- not advertised'
vlan: ''
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Physical media capabilities:
10base-T(FD)
10base-T(HD)
Media Attachment Unit type - not advertised
Vlan ID: - not advertised
Vlan ID: 1

MED Information:

Expand Down

0 comments on commit 919fcd7

Please sign in to comment.