summaryrefslogtreecommitdiff
path: root/data/snmp/generator.yml
diff options
context:
space:
mode:
Diffstat (limited to 'data/snmp/generator.yml')
-rw-r--r--data/snmp/generator.yml31
1 files changed, 0 insertions, 31 deletions
diff --git a/data/snmp/generator.yml b/data/snmp/generator.yml
deleted file mode 100644
index 6574cb6..0000000
--- a/data/snmp/generator.yml
+++ /dev/null
@@ -1,31 +0,0 @@
-modules:
- cisco_if_mib:
- walk:
- - sysUpTime
- - interfaces
- - ifXTable
- - 1.3.6.1.4.1.9.9.273.1.1
- - 1.3.6.1.4.1.9.9.273.1.2
- - 1.3.6.1.4.1.9.9.273.1.3
- - 1.3.6.1.4.1.9.9.272
- 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
- cd11IfAuxSsid:
- type: DisplayString
-