Mailing List Archive

ServerIron SNMP Values
Greetings,

Is it possible to collect SNMP data on individual real/virtual
servers via SNMP on a ServerIron XL. I have done some digging but
none of the values that I have pulled up seem to be worthwhile. I am
just wondering if someone has experience with SNMP values with regards
to the ServerIron.


Thanks and Have a Great Day,


John S. Willingham
ServerIron SNMP Values [ In reply to ]
Absolutely. Here is the link to the mib file. Look under the "Layer 4
Switch Group". The MIB file itself is available in the software
downloads...
http://www.foundrynet.com/services/documentation/MIB/mib.pdf

I love Foundry's "One big fat MIB" policy...

-----Original Message-----
From: foundry-nsp-bounces@puck.nether.net
[mailto:foundry-nsp-bounces@puck.nether.net] On Behalf Of John
Willingham
Sent: Thursday, December 02, 2004 9:52 AM
To: foundry-nsp@puck.nether.net
Subject: [f-nsp] ServerIron SNMP Values

Greetings,

Is it possible to collect SNMP data on individual real/virtual
servers via SNMP on a ServerIron XL. I have done some digging but none
of the values that I have pulled up seem to be worthwhile. I am just
wondering if someone has experience with SNMP values with regards to the
ServerIron.


Thanks and Have a Great Day,


John S. Willingham
_______________________________________________
foundry-nsp mailing list
foundry-nsp@puck.nether.net
http://puck.nether.net/mailman/listinfo/foundry-nsp
ServerIron SNMP Values [ In reply to ]
YES! The way that Foundry does their MIB is a little different in that
they incorporate the RIP and VIP into the OID. We've setup some basic
monitoring to show incoming http and ssl connections to a particular VIP,
and then the same for each individual real server bound to that vip to get
an idea of how the load balancing is working.

All the info you need is in the Serveriron MIB

-Brent


At 09:52 AM 12/2/2004, John Willingham wrote:
>Greetings,
>
> Is it possible to collect SNMP data on individual real/virtual
>servers via SNMP on a ServerIron XL. I have done some digging but
>none of the values that I have pulled up seem to be worthwhile. I am
>just wondering if someone has experience with SNMP values with regards
>to the ServerIron.
>
>
>Thanks and Have a Great Day,
>
>
>John S. Willingham
>_______________________________________________
>foundry-nsp mailing list
>foundry-nsp@puck.nether.net
>http://puck.nether.net/mailman/listinfo/foundry-nsp
ServerIron SNMP Values [ In reply to ]
Great,

This helps a ton, thanks for the heads up, all of you


John S. Willingham


On Thu, 02 Dec 2004 10:28:08 -0800, Brent Van Dussen <vandusb@attens.com> wrote:
> YES! The way that Foundry does their MIB is a little different in that
> they incorporate the RIP and VIP into the OID. We've setup some basic
> monitoring to show incoming http and ssl connections to a particular VIP,
> and then the same for each individual real server bound to that vip to get
> an idea of how the load balancing is working.
>
> All the info you need is in the Serveriron MIB
>
> -Brent
>
>
>
>
> At 09:52 AM 12/2/2004, John Willingham wrote:
> >Greetings,
> >
> > Is it possible to collect SNMP data on individual real/virtual
> >servers via SNMP on a ServerIron XL. I have done some digging but
> >none of the values that I have pulled up seem to be worthwhile. I am
> >just wondering if someone has experience with SNMP values with regards
> >to the ServerIron.
> >
> >
> >Thanks and Have a Great Day,
> >
> >
> >John S. Willingham
> >_______________________________________________
> >foundry-nsp mailing list
> >foundry-nsp@puck.nether.net
> >http://puck.nether.net/mailman/listinfo/foundry-nsp
>
>
ServerIron SNMP Values [ In reply to ]
There is a tool called Chirp that automatically generates cricket config
files and supports Foundry SI - http://sourceforge.net/projects/chirp/.

The OIDs that you need are:

$snL4VirtualServerTableOID = ".1.3.6.1.4.1.1991.1.1.4.2.1.1";
$snL4RealServerTableOID = ".1.3.6.1.4.1.1991.1.1.4.3.1.1";

$snL4VirtualServerPortTableOID = ".1.3.6.1.4.1.1991.1.1.4.4.1.1";
$snL4RealServerPortTableOID = ".1.3.6.1.4.1.1991.1.1.4.5.1.1";


"snL4RealServerStatisticReceivePkts" =
'.1.3.6.1.4.1.1991.1.1.4.23.1.1.3';
"snL4RealServerStatisticTransmitPkts" =
'.1.3.6.1.4.1.1991.1.1.4.23.1.1.4';
"snL4RealServerStatisticCurConnections" =
'.1.3.6.1.4.1.1991.1.1.4.23.1.1.5';
"snL4RealServerStatisticTotalConnections" =
'.1.3.6.1.4.1.1991.1.1.4.23.1.1.6';
"snL4RealServerStatisticFailTime" =
'.1.3.6.1.4.1.1991.1.1.4.23.1.1.12';
"snL4RealServerStatisticPeakConnections" =
'.1.3.6.1.4.1.1991.1.1.4.23.1.1.13';

"snL4RealServerPortStatisticState" =
'.1.3.6.1.4.1.1991.1.1.4.24.1.1.5';
"snL4RealServerPortStatusFailTime" =
'.1.3.6.1.4.1.1991.1.1.4.24.1.1.6';
"snL4RealServerPortStatusCurrentConnection" =
'.1.3.6.1.4.1.1991.1.1.4.24.1.1.7';
"snL4RealServerPortStatusTotalConnection" =
'.1.3.6.1.4.1.1991.1.1.4.24.1.1.8';
"snL4RealServerPortStatusPeakConnection" =
'.1.3.6.1.4.1.1991.1.1.4.24.1.1.13';
"snL4RealServerPortStatusRxPkts" =
'.1.3.6.1.4.1.1991.1.1.4.24.1.1.9';
"snL4RealServerPortStatusTxPkts" =
'.1.3.6.1.4.1.1991.1.1.4.24.1.1.10';
"snL4RealServerPortStatusRxBytes" =
'.1.3.6.1.4.1.1991.1.1.4.24.1.1.11';
"snL4RealServerPortStatusTxBytes" =
'.1.3.6.1.4.1.1991.1.1.4.24.1.1.12';

"snL4VirtualServerStatisticReceivePkts" =
'.1.3.6.1.4.1.1991.1.1.4.25.1.1.3';
"snL4VirtualServerStatisticTransmitPkts" =
'.1.3.6.1.4.1.1991.1.1.4.25.1.1.4';
"snL4VirtualServerStatisticTotalConnections" =
'.1.3.6.1.4.1.1991.1.1.4.25.1.1.5';

"snL4VirtualServerPortStatisticCurrentConnection" =
'.1.3.6.1.4.1.1991.1.1.4.26.1.1.4';
"snL4VirtualServerPortStatisticTotalConnection" =
'.1.3.6.1.4.1.1991.1.1.4.26.1.1.5';
"snL4VirtualServerPortStatisticPeakConnection" =
'.1.3.6.1.4.1.1991.1.1.4.26.1.1.6';

Hope this helps,

Ivan Batanov
Earthlink, Inc (AS4355)
Manager Network Engineering
Phone (626) 296 5444
Email: ivanb@corp.earthlink.net

-----Original Message-----
From: foundry-nsp-bounces@puck.nether.net
[mailto:foundry-nsp-bounces@puck.nether.net] On Behalf Of John
Willingham
Sent: Thursday, December 02, 2004 9:52 AM
To: foundry-nsp@puck.nether.net
Subject: [f-nsp] ServerIron SNMP Values


Greetings,

Is it possible to collect SNMP data on individual real/virtual
servers via SNMP on a ServerIron XL. I have done some digging but none
of the values that I have pulled up seem to be worthwhile. I am just
wondering if someone has experience with SNMP values with regards to the
ServerIron.


Thanks and Have a Great Day,


John S. Willingham _______________________________________________
foundry-nsp mailing list
foundry-nsp@puck.nether.net
http://puck.nether.net/mailman/listinfo/foundry-nsp
ServerIron SNMP Values [ In reply to ]
I use a Tool called NetMRG,

My question is how does "packet count" translate to bit/sec or
byte/sec traffic, or if that is even possible.


Thanks,

John

On Thu, 2 Dec 2004 11:41:55 -0800, Ivan Batanov
<ivanb@corp.earthlink.net> wrote:
> There is a tool called Chirp that automatically generates cricket config
> files and supports Foundry SI - http://sourceforge.net/projects/chirp/.
>
> The OIDs that you need are:
>
> $snL4VirtualServerTableOID = ".1.3.6.1.4.1.1991.1.1.4.2.1.1";
> $snL4RealServerTableOID = ".1.3.6.1.4.1.1991.1.1.4.3.1.1";
>
> $snL4VirtualServerPortTableOID = ".1.3.6.1.4.1.1991.1.1.4.4.1.1";
> $snL4RealServerPortTableOID = ".1.3.6.1.4.1.1991.1.1.4.5.1.1";
>
> "snL4RealServerStatisticReceivePkts" =
> '.1.3.6.1.4.1.1991.1.1.4.23.1.1.3';
> "snL4RealServerStatisticTransmitPkts" =
> '.1.3.6.1.4.1.1991.1.1.4.23.1.1.4';
> "snL4RealServerStatisticCurConnections" =
> '.1.3.6.1.4.1.1991.1.1.4.23.1.1.5';
> "snL4RealServerStatisticTotalConnections" =
> '.1.3.6.1.4.1.1991.1.1.4.23.1.1.6';
> "snL4RealServerStatisticFailTime" =
> '.1.3.6.1.4.1.1991.1.1.4.23.1.1.12';
> "snL4RealServerStatisticPeakConnections" =
> '.1.3.6.1.4.1.1991.1.1.4.23.1.1.13';
>
> "snL4RealServerPortStatisticState" =
> '.1.3.6.1.4.1.1991.1.1.4.24.1.1.5';
> "snL4RealServerPortStatusFailTime" =
> '.1.3.6.1.4.1.1991.1.1.4.24.1.1.6';
> "snL4RealServerPortStatusCurrentConnection" =
> '.1.3.6.1.4.1.1991.1.1.4.24.1.1.7';
> "snL4RealServerPortStatusTotalConnection" =
> '.1.3.6.1.4.1.1991.1.1.4.24.1.1.8';
> "snL4RealServerPortStatusPeakConnection" =
> '.1.3.6.1.4.1.1991.1.1.4.24.1.1.13';
> "snL4RealServerPortStatusRxPkts" =
> '.1.3.6.1.4.1.1991.1.1.4.24.1.1.9';
> "snL4RealServerPortStatusTxPkts" =
> '.1.3.6.1.4.1.1991.1.1.4.24.1.1.10';
> "snL4RealServerPortStatusRxBytes" =
> '.1.3.6.1.4.1.1991.1.1.4.24.1.1.11';
> "snL4RealServerPortStatusTxBytes" =
> '.1.3.6.1.4.1.1991.1.1.4.24.1.1.12';
>
> "snL4VirtualServerStatisticReceivePkts" =
> '.1.3.6.1.4.1.1991.1.1.4.25.1.1.3';
> "snL4VirtualServerStatisticTransmitPkts" =
> '.1.3.6.1.4.1.1991.1.1.4.25.1.1.4';
> "snL4VirtualServerStatisticTotalConnections" =
> '.1.3.6.1.4.1.1991.1.1.4.25.1.1.5';
>
> "snL4VirtualServerPortStatisticCurrentConnection" =
> '.1.3.6.1.4.1.1991.1.1.4.26.1.1.4';
> "snL4VirtualServerPortStatisticTotalConnection" =
> '.1.3.6.1.4.1.1991.1.1.4.26.1.1.5';
> "snL4VirtualServerPortStatisticPeakConnection" =
> '.1.3.6.1.4.1.1991.1.1.4.26.1.1.6';
>
> Hope this helps,
>
> Ivan Batanov
> Earthlink, Inc (AS4355)
> Manager Network Engineering
> Phone (626) 296 5444
> Email: ivanb@corp.earthlink.net
>
>
>
> -----Original Message-----
> From: foundry-nsp-bounces@puck.nether.net
> [mailto:foundry-nsp-bounces@puck.nether.net] On Behalf Of John
> Willingham
> Sent: Thursday, December 02, 2004 9:52 AM
> To: foundry-nsp@puck.nether.net
> Subject: [f-nsp] ServerIron SNMP Values
>
> Greetings,
>
> Is it possible to collect SNMP data on individual real/virtual
> servers via SNMP on a ServerIron XL. I have done some digging but none
> of the values that I have pulled up seem to be worthwhile. I am just
> wondering if someone has experience with SNMP values with regards to the
> ServerIron.
>
> Thanks and Have a Great Day,
>
>
> John S. Willingham _______________________________________________
>
>
> foundry-nsp mailing list
> foundry-nsp@puck.nether.net
> http://puck.nether.net/mailman/listinfo/foundry-nsp
>
>
ServerIron SNMP Values [ In reply to ]
John,

The packet and bit rate are related as follows (don't want to open a
discussion on this):

packet rate * avg packet size = bit rate.

You can get both packets and bytes counters from the Foundry SI MIB. You
may also want to monitor the total and concurrent number of connections,
as well as the CPU utilization (>80% is really bad).

oid snaggblcpuutil1minavg .1.3.6.1.4.1.1991.1.1.2.1.52.0
oid snl4realserverportstatuscurrentconnection
.1.3.6.1.4.1.1991.1.1.4.24.1.1.7
oid snl4realserverportstatuspeakconnection
.1.3.6.1.4.1.1991.1.1.4.24.1.1.13
oid snl4realserverportstatusrxbytes
.1.3.6.1.4.1.1991.1.1.4.24.1.1.11
oid snl4realserverportstatusrxpkts .1.3.6.1.4.1.1991.1.1.4.24.1.1.9
oid snl4realserverportstatustotalconnection
.1.3.6.1.4.1.1991.1.1.4.24.1.1.8
oid snl4realserverportstatustxbytes
.1.3.6.1.4.1.1991.1.1.4.24.1.1.12
oid snl4realserverportstatustxpkts
.1.3.6.1.4.1.1991.1.1.4.24.1.1.10
oid snl4realserverstatisticcurconnections
.1.3.6.1.4.1.1991.1.1.4.23.1.1.5
oid snl4realserverstatisticreceivepkts
.1.3.6.1.4.1.1991.1.1.4.23.1.1.3
oid snl4realserverstatistictotalconnections
.1.3.6.1.4.1.1991.1.1.4.23.1.1.6
oid snl4realserverstatistictransmitpkts
.1.3.6.1.4.1.1991.1.1.4.23.1.1.4
oid snl4virtualserverportstatisticcurrentconnection
.1.3.6.1.4.1.1991.1.1.4.26.1.1.4
oid snl4virtualserverportstatistictotalconnection
.1.3.6.1.4.1.1991.1.1.4.26.1.1.5
oid snl4virtualserverstatisticreceivepkts
.1.3.6.1.4.1.1991.1.1.4.25.1.1.3
oid snl4virtualserverstatistictotalconnections
.1.3.6.1.4.1.1991.1.1.4.25.1.1.5
oid snl4virtualserverstatistictransmitpkts
.1.3.6.1.4.1.1991.1.1.4.25.1.1.4

-Ivan

-----Original Message-----
From: John Willingham [mailto:jwillingham@gmail.com]
Sent: Thursday, December 02, 2004 12:08 PM
To: Ivan Batanov
Cc: foundry-nsp@puck.nether.net
Subject: Re: [f-nsp] ServerIron SNMP Values


I use a Tool called NetMRG,

My question is how does "packet count" translate to bit/sec or byte/sec
traffic, or if that is even possible.


Thanks,

John

On Thu, 2 Dec 2004 11:41:55 -0800, Ivan Batanov
<ivanb@corp.earthlink.net> wrote:
> There is a tool called Chirp that automatically generates cricket
> config files and supports Foundry SI -
> http://sourceforge.net/projects/chirp/.
>
> The OIDs that you need are:
>
> $snL4VirtualServerTableOID = ".1.3.6.1.4.1.1991.1.1.4.2.1.1";
> $snL4RealServerTableOID = ".1.3.6.1.4.1.1991.1.1.4.3.1.1";
>
> $snL4VirtualServerPortTableOID = ".1.3.6.1.4.1.1991.1.1.4.4.1.1";
> $snL4RealServerPortTableOID = ".1.3.6.1.4.1.1991.1.1.4.5.1.1";
>
> "snL4RealServerStatisticReceivePkts" =
> '.1.3.6.1.4.1.1991.1.1.4.23.1.1.3';
> "snL4RealServerStatisticTransmitPkts" =
> '.1.3.6.1.4.1.1991.1.1.4.23.1.1.4';
> "snL4RealServerStatisticCurConnections" =
> '.1.3.6.1.4.1.1991.1.1.4.23.1.1.5';
> "snL4RealServerStatisticTotalConnections" =
> '.1.3.6.1.4.1.1991.1.1.4.23.1.1.6';
> "snL4RealServerStatisticFailTime" =
> '.1.3.6.1.4.1.1991.1.1.4.23.1.1.12';
> "snL4RealServerStatisticPeakConnections" =
> '.1.3.6.1.4.1.1991.1.1.4.23.1.1.13';
>
> "snL4RealServerPortStatisticState" =
> '.1.3.6.1.4.1.1991.1.1.4.24.1.1.5';
> "snL4RealServerPortStatusFailTime" =
> '.1.3.6.1.4.1.1991.1.1.4.24.1.1.6';
> "snL4RealServerPortStatusCurrentConnection" =
> '.1.3.6.1.4.1.1991.1.1.4.24.1.1.7';
> "snL4RealServerPortStatusTotalConnection" =
> '.1.3.6.1.4.1.1991.1.1.4.24.1.1.8';
> "snL4RealServerPortStatusPeakConnection" =
> '.1.3.6.1.4.1.1991.1.1.4.24.1.1.13';
> "snL4RealServerPortStatusRxPkts" =
> '.1.3.6.1.4.1.1991.1.1.4.24.1.1.9';
> "snL4RealServerPortStatusTxPkts" =
> '.1.3.6.1.4.1.1991.1.1.4.24.1.1.10';
> "snL4RealServerPortStatusRxBytes" =
> '.1.3.6.1.4.1.1991.1.1.4.24.1.1.11';
> "snL4RealServerPortStatusTxBytes" =
> '.1.3.6.1.4.1.1991.1.1.4.24.1.1.12';
>
> "snL4VirtualServerStatisticReceivePkts" =
> '.1.3.6.1.4.1.1991.1.1.4.25.1.1.3';
> "snL4VirtualServerStatisticTransmitPkts" =
> '.1.3.6.1.4.1.1991.1.1.4.25.1.1.4';
> "snL4VirtualServerStatisticTotalConnections" =
> '.1.3.6.1.4.1.1991.1.1.4.25.1.1.5';
>
> "snL4VirtualServerPortStatisticCurrentConnection" =
> '.1.3.6.1.4.1.1991.1.1.4.26.1.1.4';
> "snL4VirtualServerPortStatisticTotalConnection" =
> '.1.3.6.1.4.1.1991.1.1.4.26.1.1.5';
> "snL4VirtualServerPortStatisticPeakConnection" =
> '.1.3.6.1.4.1.1991.1.1.4.26.1.1.6';
>
> Hope this helps,
>
> Ivan Batanov
> Earthlink, Inc (AS4355)
> Manager Network Engineering
> Phone (626) 296 5444
> Email: ivanb@corp.earthlink.net
>
>
>
> -----Original Message-----
> From: foundry-nsp-bounces@puck.nether.net
> [mailto:foundry-nsp-bounces@puck.nether.net] On Behalf Of John
> Willingham
> Sent: Thursday, December 02, 2004 9:52 AM
> To: foundry-nsp@puck.nether.net
> Subject: [f-nsp] ServerIron SNMP Values
>
> Greetings,
>
> Is it possible to collect SNMP data on individual real/virtual
> servers via SNMP on a ServerIron XL. I have done some digging but
> none of the values that I have pulled up seem to be worthwhile. I am
> just wondering if someone has experience with SNMP values with regards

> to the ServerIron.
>
> Thanks and Have a Great Day,
>
>
> John S. Willingham _______________________________________________
>
>
> foundry-nsp mailing list
> foundry-nsp@puck.nether.net
> http://puck.nether.net/mailman/listinfo/foundry-nsp
>
>