- NetScreen (NS204, N5X)
Nokia IP380
Fortigate
Cisco Catalyst 4500
Cisco 6500
Few Templates (NetScreen,Nokia,Cisco,Fortigate)
Moderators: Developers, Moderators
Few Templates (NetScreen,Nokia,Cisco,Fortigate)
Hi, here are some template i made or modify.
- Attachments
-
- cacti_host_template_fortigate.xml
- 1) Fortigate - CPU Load
2) Fortigate - Memory Usage
3) Fortigate - Session - (23.89 KiB) Downloaded 14920 times
-
- cacti_host_template_nokia_ip.xml
- 1) Nokia IP - CPU Load
2) Nokia IP - Memory Usage - (18.89 KiB) Downloaded 4009 times
-
- cacti_host_template_cisco_catalyst_4500.xml
- 1) 1 Cisco - CPU Usage
2) 2 Cisco - Memory Usage
3) 3 Cisco - Temperature - (27.3 KiB) Downloaded 5864 times
Add last template Cisco 6500.
The forum doesn't allow more than 3 attach files.
The forum doesn't allow more than 3 attach files.
- Attachments
-
- cacti_host_template_cisco_6500.xml
- 1) 1 Cisco Catalyst - CPU Usage
2) 2 Cisco - Memory Usage - (18.44 KiB) Downloaded 4548 times
You right, i forgot it.
- Attachments
-
- cacti_host_template_netscreen.xml
- 1) Netscreen - Load Average
2) Netscreen - Memory
3) NetScreen - Sessions - (36.98 KiB) Downloaded 7118 times
For all of them you CPU Usage, Memory Usage.Any description about these templates?
It is write in the template description.
For some other you have temparature or sessions.
Generate graph.what are they doing for?
Those templates are like any other except than they are specific to the list of equipments below. When i looked for template inside the forum, not all of them was working due to OID problem. So i made those template and specifiy the model equipment working with it.
NetScreen (NS204, N5X)
Nokia IP380
Fortigate
Cisco Catalyst 4500
Cisco 6500
- Attachments
-
- Cisco
- Cisco.png (7.17 KiB) Viewed 114579 times
-
- Nokia2
- Nokia.png (8.73 KiB) Viewed 114579 times
-
- Netscreeen
- netscreeen.png (12.11 KiB) Viewed 114737 times
Last edited by kayalinux on Thu Nov 03, 2005 10:54 am, edited 1 time in total.
Actually i monitore all interface of all the equipment list with the standard SNMP - Interface Statistics from cacti.
But i can't tell you for netscreen if it is VPN or not.
it is just an interface. It doesn't look like the MIB make a difference between traffic and VPN traffic.
Or i miss undestand you question.
But i can't tell you for netscreen if it is VPN or not.
it is just an interface. It doesn't look like the MIB make a difference between traffic and VPN traffic.
Or i miss undestand you question.
-
- Posts: 4
- Joined: Thu Nov 03, 2005 3:56 pm
I'm pretty new at this myself, but I was able to get a bit of useful information about my Netscreen firewall, so I thought I'd share how I did it.I tried digging in the MIB's myself, but I am just not skilled enough to get any results.
Check out SNMPLink.org's online mib browser here:
http://www.snmplink.org/src/MIB.html
I used the Juniper Networks link from there, then expanded NetScreen - ScreenOS v5.0.0.r8.1 (that's what I've got for a firewall) and dug down through smiv2 and NS-INTERFACE.mib, then selected NETSCREEN-INTERFACE-MIB.
The stuff in the right pane is the actual mib text, but I don't really need that. Instead, I expanded out the nsIfFlowTable and selected the nsIfFlowInByte entry.
The top of the screen now has the numerical OID of this entry. Run snmpwalk from the cacti box using this OID and your community string like so:
Code: Select all
snmpwalk -v 1 -c public ip.ad.dr.es .1.3.6.1.4.1.3224.9.3.1.3
Code: Select all
SNMPv2-SMI::enterprises.3224.9.3.1.3.0 = Counter32: 2529568317
SNMPv2-SMI::enterprises.3224.9.3.1.3.1 = Counter32: 0
SNMPv2-SMI::enterprises.3224.9.3.1.3.2 = Counter32: 1049037947
SNMPv2-SMI::enterprises.3224.9.3.1.3.3 = Counter32: 27478534
SNMPv2-SMI::enterprises.3224.9.3.1.3.4 = Counter32: 0
For the Netscreen OS, there's a nsIfFlowInVpn counter as well.
well ScottTFrazer, your certainly pointing me in the right direction.
I did some digging on the web page you suggested and also some snmpwalks
unfortunatly the nsIfFlowInVpn counter is a total for all VPN tunnels.
I have 15 tunnels comming in to 1 device, a total VPN bytes in does not give me the information I want.
Further investigation of the MIB shows me that tunnel interfaces are present and recognised by snmpwalk, but again the counters are only for the physical interfaces i.e. TRUST,UNTRUST,DMZ,etc, and not for the tunnel interfaces TUNNEL.1 TUNNEL2, etc. these counters exist but remain at 0.
Good news : browsing thru the MIBS available I stumbled accros this one : netscreenVpnMon and it has some counters in it for the SA.
.1.3.6.1.4.1.3224.4.1.1.1.35 for bytes in.
.1.3.6.1.4.1.3224.4.1.1.1.36 for bytes out.
An snmpwalk gave me decent numbers
All I need to know now is how to create some decent graphs.
Do I make some sort of template ? or edit an existing like interfaces.xml ?
How does cacti know howmany tunnels I have, for I have Netscreens with only 1 tunnel but also with over 10 tunnels.
I feel i am close, now how to finish...........
I did some digging on the web page you suggested and also some snmpwalks
unfortunatly the nsIfFlowInVpn counter is a total for all VPN tunnels.
I have 15 tunnels comming in to 1 device, a total VPN bytes in does not give me the information I want.
Further investigation of the MIB shows me that tunnel interfaces are present and recognised by snmpwalk, but again the counters are only for the physical interfaces i.e. TRUST,UNTRUST,DMZ,etc, and not for the tunnel interfaces TUNNEL.1 TUNNEL2, etc. these counters exist but remain at 0.
Good news : browsing thru the MIBS available I stumbled accros this one : netscreenVpnMon and it has some counters in it for the SA.
.1.3.6.1.4.1.3224.4.1.1.1.35 for bytes in.
.1.3.6.1.4.1.3224.4.1.1.1.36 for bytes out.
An snmpwalk gave me decent numbers
All I need to know now is how to create some decent graphs.
Do I make some sort of template ? or edit an existing like interfaces.xml ?
How does cacti know howmany tunnels I have, for I have Netscreens with only 1 tunnel but also with over 10 tunnels.
I feel i am close, now how to finish...........
-
- Posts: 4
- Joined: Thu Nov 03, 2005 3:56 pm
Here are 2 templates.
Fortigate 5X and 6X
And for the Fortigate 'Fortinet Security Gateway'
If you wish to complete the template with more data (Antivirus, Webfilter) here are the MIB.
http://www.somix.com/support/mib_resources.php
Fortigate 5X and 6X
And for the Fortigate 'Fortinet Security Gateway'
If you wish to complete the template with more data (Antivirus, Webfilter) here are the MIB.
http://www.somix.com/support/mib_resources.php
- Attachments
-
- cacti_host_template_fortinet_security_gateway.xml
- 1) Fortinet - CPU Load
2) Fortinet - Memory Usage
3) Fortinet - Session - (127.32 KiB) Downloaded 4590 times
-
- Sample graph for the Fortinet Security Gateway
- Fortinet.PNG (23.71 KiB) Viewed 113375 times
-
- cacti_host_template_fortigate.xml
- Model 5X and 6X
1) Fortigate - CPU Load
2) Fortigate - Memory Usage
3) Fortigate - Session - (20.93 KiB) Downloaded 5029 times
Who is online
Users browsing this forum: No registered users and 1 guest