summaryrefslogtreecommitdiff
path: root/data/snmp/generator.yml
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2023-09-23 14:28:03 -0400
committerKjetil Orbekk <kj@orbekk.com>2023-09-23 14:28:03 -0400
commit48440d0fc61c3c10677d3b7deccd1160ceeb98ab (patch)
treeb07b4e92777edc8afda46d578a9bfd177e906e2b /data/snmp/generator.yml
parent46b03ddfbb40be9a6bc7e9e307fbb972da60f7ac (diff)
Get rid of snmp configs
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
-