Skip to content

Commit 59c51b3

Browse files
Merge pull request #1417 from hirnpfirsich/mikrotik-7.18.2
bring mikrotik mib up to date (7.18.2) (`wifi(wave2/-qcom)` focussed)
2 parents 33a80d6 + b0526b5 commit 59c51b3

File tree

3 files changed

+699
-3
lines changed

3 files changed

+699
-3
lines changed

generator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ KEEPALIVED_URL := https://raw.githubusercontent.com/acassen/keepalived/v2.2.8
4747
VRRP_URL := https://raw.githubusercontent.com/acassen/keepalived/v2.2.8/doc/VRRP-MIB.txt
4848
VRRPV3_URL := https://raw.githubusercontent.com/acassen/keepalived/v2.2.8/doc/VRRPv3-MIB.txt
4949
KEMP_LM_URL := https://kemptechnologies.com/files/packages/current/LM_mibs.zip
50-
MIKROTIK_URL := 'https://box.mikrotik.com/f/a41daf63d0c14347a088/?dl=1'
50+
MIKROTIK_URL := https://download.mikrotik.com/routeros/7.18.2/mikrotik.mib
5151
NEC_URL := https://jpn.nec.com/univerge/ix/Manual/MIB
5252
NET_SNMP_URL := https://raw.githubusercontent.com/net-snmp/net-snmp/v5.9/mibs
5353
PALOALTO_URL := https://docs.paloaltonetworks.com/content/dam/techdocs/en_US/zip/snmp-mib/pan-10-0-snmp-mib-modules.zip

generator/generator.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -844,6 +844,22 @@ modules:
844844
lookup: mtxrPOEName
845845
- source_indexes: [mtxrPartitionIndex]
846846
lookup: mtxrPartitionName
847+
- source_indexes: [mtxrRemoteCapId]
848+
lookup: mtxrRemoteCapIdentity
849+
drop_source_indexes: true
850+
- source_indexes: [mtxrWifiInterfacesId]
851+
lookup: ifName
852+
drop_source_indexes: true
853+
- source_indexes: [mtxrWifiRegistrationInterface]
854+
lookup: ifName
855+
drop_source_indexes: true
856+
overrides:
857+
mtxrRemoteCapIdentity:
858+
ignore: true # information is redundant
859+
mtxrWifiInterfacesName:
860+
ignore: true # information is redundant
861+
mtxrWifiRegistrationMacAddress:
862+
ignore: true # information is redundant
847863

848864
# CyberPower
849865
#

0 commit comments

Comments
 (0)