towerops/priv/profiles/os_discovery/iosxe.yaml
2026-01-21 14:30:04 -06:00

73 lines
3.2 KiB
YAML

mib: POWER-ETHERNET-MIB:CISCO-POWER-ETHERNET-EXT-MIB:CISCO-HSRP-MIB
modules:
sensors:
additional_oids:
data:
-
oid:
- CISCO-VOICE-DIAL-CONTROL-MIB::cvSipMsgRateWMValue
power:
data:
-
oid: pethMainPseTable
value: pethMainPsePower
num_oid: '.1.3.6.1.2.1.105.1.3.1.1.2.{{ $index }}'
index: 'pethMainPsePower.{{ $index }}'
group: "PoE"
descr: "PoE Budget Total - ID {{ $index }}"
-
oid: cpeExtMainPseTable
value: cpeExtMainPseUsedPower
divisor: 1000
num_oid: '.1.3.6.1.4.1.9.9.402.1.3.1.4.{{ $index }}'
index: 'cpeExtMainPseUsedPower.{{ $index }}'
group: "PoE"
descr: "PoE Budget Consumed - {{ $cpeExtMainPseDescr }}"
-
oid: cpeExtMainPseTable
value: cpeExtMainPseRemainingPower
divisor: 1000
num_oid: '.1.3.6.1.4.1.9.9.402.1.3.1.5.{{ $index }}'
index: 'cpeExtMainPseRemainingPower.{{ $index }}'
low_limit: 0
group: "PoE"
descr: "PoE Budget Remaining - {{ $cpeExtMainPseDescr }}"
count:
data:
-
oid: cpeExtPdStatistics
value: cpeExtPdStatsTotalDevices
num_oid: '.1.3.6.1.4.1.9.9.402.1.4.1.{{ $index }}'
group: "PoE"
descr: "PoE Devices Connected"
-
oid: CISCO-VOICE-DIAL-CONTROL-MIB::cvCallVolConnActiveConnection
num_oid: '.1.3.6.1.4.1.9.9.63.1.3.8.1.1.2.{{ $index }}'
group: "Voice"
descr: "SIP Active Connections"
skip_values:
-
oid: index
op: '!='
value: 2
-
oid: 'CISCO-VOICE-DIAL-CONTROL-MIB::cvSipMsgRateWMValue.3.1'
op: '='
value: 0
state:
data:
-
oid: cHsrpGrpTable
value: cHsrpGrpStandbyState
num_oid: '.1.3.6.1.4.1.9.9.106.1.2.1.1.15.{{ $index }}'
descr: 'HSRP Status {{ $cHsrpGrpVirtualIpAddr }}'
index: 'cHsrpGrpStandbyState.{{ $index }}'
group: 'HSRP'
states:
- { value: 1, generic: 2, graph: 0, descr: 'initial' }
- { value: 2, generic: 2, graph: 0, descr: 'learn' }
- { value: 3, generic: 1, graph: 0, descr: 'listen' }
- { value: 4, generic: 1, graph: 0, descr: 'speak' }
- { value: 5, generic: 0, graph: 0, descr: 'standby' }
- { value: 6, generic: 0, graph: 0, descr: 'active' }