Skip to content

Commit

Permalink
Added OIDs
Browse files Browse the repository at this point in the history
  • Loading branch information
meklis committed Jun 20, 2024
1 parent e99c08e commit 247c373
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/models/C-Data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ models:
inputs:
- snmp
- console
detect: {description: ^FD1604, objid: ^.1.3.6.1.4.1.17409$}
detect: {description: FD1604, objid: ^.1.3.6.1.4.1.17409$}
device_type: OLT
oids:
- ./oids/cdata/fd-gpon-series.yml
Expand Down Expand Up @@ -533,7 +533,7 @@ models:
inputs:
- snmp
- console
detect: {description: ^FD1616, objid: ^.1.3.6.1.4.1.17409$}
detect: {description: FD1616, objid: ^.1.3.6.1.4.1.17409$}
device_type: OLT
oids:
- ./oids/cdata/fd-gpon-series.yml
Expand Down
3 changes: 3 additions & 0 deletions configs/oids/cdata/fd-gpon-series.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@
#UNI Block
- {name: ont.uni.opStatus, oid: .1.3.6.1.4.1.17409.2.8.5.1.1.5, values: {1: Up, 2: Down}}
- {name: ont.uni.adminState, oid: .1.3.6.1.4.1.17409.2.8.5.1.1.4, values: {1: Enabled, 2: Disabled}}
- {name: ont.uni.vlanId, oid: .1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.2}
- {name: ont.uni.inboundCarId, oid: .1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.4}
- {name: ont.uni.outboundCarId, oid: .1.3.6.1.4.1.34592.1.5.1.1.2.19.1.1.5}
#- {name: ont.uni.statInOctets, oid: .1.3.6.1.4.1.17409.2.3.10.1.1.4 }
#- {name: ont.uni.statInUndersizePkts, oid: .1.3.6.1.4.1.17409.2.3.10.1.1.15 }
#- {name: ont.uni.statInOversizePkts, oid: .1.3.6.1.4.1.17409.2.3.10.1.1.16 }
Expand Down

0 comments on commit 247c373

Please sign in to comment.