Re: Cricket and Cisco FWSM

"Rahul, Jaz" <[email protected]>
Newsgroups gmane.network.cricket.user
Message-ID <86B9B068E1AE944FA7E4ADB91ECF714E022054CE@atl1ex6.corp.etradegrp.com>
I've modified my "Default" file to include the following for FWSMs:

# The following OIDs are for FWSM (FireWall Switch Modules) These are
being
#   added due to the slight difference in meaning compared to previous
#   definitions

#OID     cpmCPUTotalPhysicalIndex       defined above
OID     FWSM5secCPU                     1.3.6.1.4.1.9.9.109.1.1.1.1.3
#               defined above as cpmCPUTotal1min
OID     FWSM1minCPU                     1.3.6.1.4.1.9.9.109.1.1.1.1.4
#               defined above as cpmCPUTotal5min
OID     FWSM5minCPU                     1.3.6.1.4.1.9.9.109.1.1.1.1.5
OID     FWSMMaxConn
1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.7

datasource FWSM5secCPU
    ds-source   = snmp://%snmp%/FWSM5secCPU.%inst%
    rrd-ds-type = GAUGE

datasource FWSM1minCPU
    ds-source   = snmp://%snmp%/FWSM1minCPU.%inst%
    rrd-ds-type = GAUGE

datasource FWSM5minCPU
    ds-source   = snmp://%snmp%/FWSM5minCPU.%inst%
    rrd-ds-type = GAUGE

datasource fByteBlocksFree
   rrd-ds-type     =   GAUGE
   ds-source       =   snmp://%snmp%/fByteBlocksFree
   rrd-heartbeat   =   1800

datasource FWSMMaxConn
   rrd-ds-type     =   GAUGE
   ds-source       =   snmp://%snmp%/FWSMMaxConn
   rrd-heartbeat   =   1800

dataSource  ifInDiscards
    ds-source        =   snmp://%snmp%/ifInDiscards.%inst%

dataSource  ifOutDiscards
    ds-source        =   snmp://%snmp%/ifOutDiscards.%inst%


# The FOllowing Target Types are for FWSM firewall blades


targetType      FWSM-Chassis
        ds      =       "FWSM5secCPU, FWSM1minCPU, FWSM5minCPU,
mem5minUsed, mem5minFree"
        view    =       "cpu: FWSM5secCPU FWSM1minCPU FWSM5minCPU,
                         memory: mem5minUsed mem5minFree"

targetType     FWSM-stats
       ds      =   "pixConnections, FWSMMaxConn, aByteBlocksFree,
bByteBlocksFree, cByteBlocksFree, dByteBlocksFree, eByteBlocksFree,
fByteBlocksFree"
       view    =   "pixConnections: pixConnections FWSMMaxConn,
                    freeBlocks: aByteBlocksFree bByteBlocksFree
cByteBlocksFree dByteBlocksFree eByteBlocksFree fByteBlocksFree"


targetType      FWSM-interface
        ds              =       "ifInOctets, ifOutOctets,
ifInUcastPackets, ifOutUcastPackets, ifInDiscards, ifOutDiscards"
        view    =       "Octets: ifInOctets ifOutOctets,
                                UcastPackets: ifInUcastPackets
ifOutUcastPacket,
                         Discards: ifInDiscards ifOutDiscards"



graph   FWSM5secCPU
        units           =       "%"
        color           =       dark-green
        draw-as         =       AREA
        y-axis          =       "Percent CPU utilization"
        legend          =       "5 second CPU utilization"
        # fixed y-axis, since this is a percentage
        y-min           =       0
        y-max           =       100
        show-max        =       true
        max-color       =       neongrn
        draw-max-as     =       LINE2

graph   FWSM1minCPU
        units           =       "%"
        color           =       blue
        y-axis          =       "Percent CPU utilization"
        legend          =       "1 minute CPU utilization"
        # fixed y-axis, since this is a percentage
        y-min           =       0
        y-max           =       100

graph   FWSM5minCPU
        units           =       "%"
        color           =       red
        y-axis          =       "Percent CPU utilization"
        legend          =       "5 minute CPU utilization"
        # fixed y-axis, since this is a percentage
        y-min           =       0
        y-max           =       100

graph  fByteBlocksFree
    color       =   red
    legend      =   "Available 16384 byte blocks"

graph FWSMMaxConn
    color       =   blue
    draw-as     =   LINE2
    legend      =   "MAX Number of connections since power-on"
    y-axis      =   "Connections"
    units       =   "conn"
    y-min       =   0

graph   ifInDiscards
    y-axis      =   "packets per second"
    legend      =   "Input queue drops"
    units       =   "pkt/sec"

graph   ifOutDiscards
    y-axis      =   "packets per second"
    legend      =   "Output queue drops"
    units       =   "pkt/sec"



 

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Terje
Bless
Sent: Sunday, July 09, 2006 9:32 AM
To: [email protected]
Cc: Madsen.Jan JMD
Subject: Re: [cricket-users] Cricket and Cisco FWSM

Madsen.Jan JMD <[email protected]> wrote:

>Now I have run into some problems with Cisco FWSM boxes.
>The Cisco boxes is running the following software
>
>FWSM Firewall Version 3.1(1) <context>
>Device Manager Version 5.1(1)

The FWSM runs what is essentially PixOS 7.x and should behave similarly
in terms of SNMP. However, genDevConfig[0] may not recognize it as a
such and probably hasn't been extensively tested with PixOS 7.x yet so
YMMV.


[0] - Francois Mikus' all-singing, all-dancing, Cricket config generator
for
      multiple types of devices (routers, switches, firewalls, APs,
servers,
      etc.). See
<http://www.acktomic.com/cricket/cricket-genRtrConfig.htm>
      for details.
--
  "I don't mind being thought of as a badguy,
   but it /really/ annoys me to be thought of
   as an *incompetent* badguy!" -- John Moreno


------------------------------------------------------------------------
-
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
cricket-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cricket-users


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.