Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- auths:
- cisco_v2:
- version: 2
- community: public
- modules:
- # Default IF-MIB interfaces table with ifIndex.
- if_mib:
- walk: [sysName, sysUpTime, interfaces, ifXTable]
- 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
- sysName:
- # ignore: true
- type: DisplayString
- cisco_metrics:
- walk:
- - cpmCPUTotalTable
- - ciscoMemoryPoolTable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement