36 lines
915 B
YAML
36 lines
915 B
YAML
auths:
|
|
public_v2:
|
|
version: 2
|
|
community: 205gti205gti
|
|
|
|
modules:
|
|
if_mib:
|
|
walk: [sysUpTime, interfaces, ifXTable]
|
|
timeout: 60s
|
|
lookups:
|
|
- source_indexes: [ifIndex]
|
|
lookup: ifAlias
|
|
- source_indexes: [ifIndex]
|
|
# Uis OID to avoid conflict with PaloAlto PAN-COMMON-MIB.
|
|
lookup: 1.3.6.1.2.1.2.2.1.2 # ifDescr
|
|
- source_indexes: [ifIndex]
|
|
# Use OID to avoid conflict with Netscaler NS-ROOT-MIB.
|
|
lookup: 1.3.6.1.2.1.31.1.1.1.1 # ifName
|
|
overrides:
|
|
ifAlias:
|
|
ignore: true # Lookup metric
|
|
ifDescr:
|
|
ignore: true # Lookup metric
|
|
ifName:
|
|
ignore: true # Lookup metric
|
|
ifType:
|
|
type: EnumAsInfo
|
|
# Default IP-MIB with ipv4InterfaceTable for example.
|
|
ip_mib:
|
|
walk: [ipv4InterfaceTable]
|
|
max_repetitions: 25
|
|
retries: 3
|
|
timeout: 60s # Timeout for each walk, defaults to 10s.
|
|
|
|
|