Won't Fix
Details
Assignee
Antonio RussoAntonio RussoReporter
Antonio RussoAntonio RussoLabels
Components
Affects versions
Priority
Major
Details
Details
Assignee
Antonio Russo
Antonio RussoReporter
Antonio Russo
Antonio RussoLabels
Components
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created May 12, 2013 at 7:18 AM
Updated June 14, 2022 at 8:43 AM
Resolved May 24, 2022 at 9:40 AM
Use categories for overwriting the dafult enhanced linkd configuration:
if a node is tagged with a category:
"useLldpDiscovery": the node will be scheduled to perform lldp discovery also if useLldpDiscovery="false" in configuration file
"useCdpDiscovery": the node will be scheduled to perform cdp discovery also if useCdpDiscovery="false" in configuration file
"useOspfDiscovery": the node will be scheduled to perform ospf discovery alsoif useLOspfDiscovery="false" in configuration file
"useBridgediscovery": the node will be scheduled to perform bridge discovery also useBridgediscovery="false" in configuration file
More if a node is tagged with the following categories:
"donotUseLldpDiscovery": the node will not perform lldp discovery also if useLldpDiscovery="true" in configuration file
"donotUseCdpDiscovery": the node will not perform cdp discovery also if useCdpDiscovery="true" in configuration file
"donotUseOspfDiscovery": the node will not perform ospf discovery also if useOspfDiscovery="true" in configuration file
"donotUseBridgediscovery": the node will not perform bridge discovery also useBridgediscovery="true" in configuration file
In the case where the node is tagged with both categories the the donotUse is privileged.