File tree Expand file tree Collapse file tree 3 files changed +699
-3
lines changed Expand file tree Collapse file tree 3 files changed +699
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ KEEPALIVED_URL := https://raw.githubusercontent.com/acassen/keepalived/v2.2.8
47
47
VRRP_URL := https://raw.githubusercontent.com/acassen/keepalived/v2.2.8/doc/VRRP-MIB.txt
48
48
VRRPV3_URL := https://raw.githubusercontent.com/acassen/keepalived/v2.2.8/doc/VRRPv3-MIB.txt
49
49
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
51
51
NEC_URL := https://jpn.nec.com/univerge/ix/Manual/MIB
52
52
NET_SNMP_URL := https://raw.githubusercontent.com/net-snmp/net-snmp/v5.9/mibs
53
53
PALOALTO_URL := https://docs.paloaltonetworks.com/content/dam/techdocs/en_US/zip/snmp-mib/pan-10-0-snmp-mib-modules.zip
Original file line number Diff line number Diff line change @@ -844,6 +844,22 @@ modules:
844
844
lookup : mtxrPOEName
845
845
- source_indexes : [mtxrPartitionIndex]
846
846
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
847
863
848
864
# CyberPower
849
865
#
You can’t perform that action at this time.
0 commit comments