diff --git a/source/_integrations/brother.markdown b/source/_integrations/brother.markdown index 33ce95074f8..d153dce7d60 100644 --- a/source/_integrations/brother.markdown +++ b/source/_integrations/brother.markdown @@ -26,3 +26,10 @@ To add `Brother Printer` to your installation, go to **Configuration** >> **Inte Some very old Brother printers use different data format and these models are not supported. The integration will show information about that during configuration. + +## Configuring the printer + +To set SNMP, navigate to the printer's web interface (for example: `http://192.168.5.6`) and turn it on under Network / Protocol / SNMP. +For some Brother devices, `SNMPv3 read-write access and v1/v2c read-only access` is the option required (under advanced settings). + +![SNMP settings on Brother Printer web interface](/images/integrations/brother/brother-printer-webui.png) diff --git a/source/images/integrations/brother/brother-printer-webui.png b/source/images/integrations/brother/brother-printer-webui.png new file mode 100644 index 00000000000..8b1ea72b576 Binary files /dev/null and b/source/images/integrations/brother/brother-printer-webui.png differ