Messaging Gateway

 View Only
  • 1.  Brightmail Gateway snmp

    Posted Mar 22, 2011 07:40 PM

    Hi,

    In my job we use Brightmail Gateway, and I´m looking for

    a help or tutorial how configure snmp in my server to extract data like queue messages (inbound, outbound, delivery).

    Thanks.



  • 2.  RE: Brightmail Gateway snmp

    Posted Mar 22, 2011 07:42 PM

    I´m using Linux server.



  • 3.  RE: Brightmail Gateway snmp

    Broadcom Employee
    Posted Mar 22, 2011 09:43 PM

    This document is a great place to start:

     

    http://www.symantec.com/docs/HOWTO15635



  • 4.  RE: Brightmail Gateway snmp

    Posted Mar 23, 2011 11:49 AM

    What I need put in snmpd.conf file to snmpwalk in SBG ? 



  • 5.  RE: Brightmail Gateway snmp

    Posted Mar 25, 2011 04:31 PM

    I´m trying snmpwalk in these OID´s without success:

     

    memTotalReal             1.3.6.1.4.1.2620.1.6.7.1.3                   GAUGE

    memAvailReal            1.3.6.1.4.1.2620.1.6.7.1.5                   GAUGE

    ssCpuUser                   1.3.6.1.4.1.2620.1.6.7.3.3                   GAUGE

    ssCpuSystem               1.3.6.1.4.1.2620.1.1.25.2                    GAUGE

    hrStorageSize              1.3.6.1.4.1.25.2.3.1.5                          GAUGE

    hrStorageUsed             1.3.6.1.4.1.25.2.3.1.6                          GAUGE

    queuedMessages         1.3.6.1.4.1.393.200.130.2.2.1.1.8       GAUGE



  • 6.  RE: Brightmail Gateway snmp

    Posted Mar 25, 2011 05:11 PM

    We are using these OIDs.  Note that there is an overflow error in the RAWCPU counter after ~ 42 days on an 8380 (on 9.02 and below).  Spectrum is the SNMP monitor tool we use.

    Description                   Spectrum          SNMP Numeric OID                           Output 

                                        Attribute

     

    memTotalReal              0x3d00ad         1.3.6.1.4.1.2620.1.6.7.1.3                   GAUGE

    memAvailReal  0x3d00ae         1.3.6.1.4.1.2620.1.6.7.1.5                   GAUGE

    ssCpuUser                   0x3d00f0         1.3.6.1.4.1.2620.1.6.7.3.3                   GAUGE

    ssCpuSystem                0x3d00f1         1.3.6.1.4.1.2620.1.1.25.2                    GAUGE

    hrStorageSize               0xfff0024a        1.3.6.1.4.1.25.2.3.1.5                          GAUGE

    hrStorageUsed             0xfff0024b       1.3.6.1.4.1.25.2.3.1.6                          GAUGE

    queuedMessages          0xfff00290       1.3.6.1.4.1.393.200.130.2.2.1.1.8       GAUGE

    defferedMessages         0xfff0028d       1.3.6.1.2.1.393.200.130.2.2.1.1.5       GAUGE

    hrMemorySize              0xfff0245         1.3.6.1.2.1.25.2.2                                GAUGE

    laLoadInt                      0x3d00ce         1.3.6.1.4.1.2021.10.1.5                       GAUGE

    ifInOctets                     0x10e41           1.3.6.1.2.1.2.2.1.10.x              INTEGER(Counter)

    ifOutOctets                   0x10e42           1.3.6.1.2.1.2.2.1.16.x              INTEGER(Counter)

    ssCpuRawUser                                    1.3.6.1.4.1.2021.11.50                        COUNTER

    ssCpuRawNice                                    1.3.6.1.4.1.2021.11.51                        COUNTER

    ssCpuRawSystem                                 1.3.6.1.4.1.2021.11.52                        COUNTER

    ssCpuRawIdle                                      1.3.6.1.4.1.2021.11.53                        COUNTER

    ssCpuRawWait                                    1.3.6.1.4.1.2021.11.54                        COUNTER

    ssCpuRawKernel                                 1.3.6.1.4.1.2021.11.55                        COUNTER

    ssCpuRawInterrupt                               1.3.6.1.4.1.2021.11.56                        COUNTER

    ssCpuRawSoftIRQ                               1.3.6.1.4.1.2021.11.61                        COUNTER

     

    QueuedMessages and DefferedMessages Instance

    .1         Delivery

    .2         Inbound

    .3         Outbound

     

    Index for hrStorage

    .3         swap

    .4         Root

    .6         Boot

    .7         Data

    .8         Opt

     

    userCpuPercent = ( ssCpuRawUser / (sum of all ssCpuRaw)) * 100

    sysCpuPercent = ( ssCpuRawSystem / (sum of all ssCpuRaw)) * 100



  • 7.  RE: Brightmail Gateway snmp

    Posted Mar 25, 2011 07:03 PM

    Hi Cricket17,

    Need I download any Mib file in SBG to enable this monitoring ?



  • 8.  RE: Brightmail Gateway snmp

    Posted Mar 27, 2011 12:16 AM

    See this How-TO  http://www.symantec.com/business/support/index?page=content&id=HOWTO15634

    The MIBs are on your SBG box - https://your_hostname/brightmail/snmp-mibs

    I'm not a SNMP expert, I just know what our guy used.