Berawal cari network monitoring yang cukup ringan jadi ingat MRTG.
Tapi antar muka MRTG terlalu sederhana, agak ribet tidak bisa asal klik. Browsing dan ketemu Router2 yang membuat antarmuka MRTG lebih baik. Akhirnya coba untuk melakukan instalasi MRTG + Router2 ini. Walaupun Router2 pun sudah lama tidak ada update lagi sih. Tapi tidak apalah, kita coba saja.
1. Instal MRTG dan komponen yang dibutuhkan
sudo apt-get install mrtg mrtg-ping-probe rrdtool librrds-perl snmp snmpd snmp-mibs-downloader apache2 libapache2-mod-perl2 libnet-snmp-perl libgd-gd2-perl
Catatan : Lokasi CGI ada di folder “/usr/lib/cgi-bin/”
2. Pastikan cronjob sudah ada mrtg
cat /etc/cron.d/mrtg
3. Buat folder untuk rrd dan config mrtg
sudo mkdir /var/mrtg #for rrd directory
sudo mkdir /etc/mrtg #for config files
4. Instal Routers2.cgi
File bisa download disini
wget http://www.steveshipway.org/software/rrd/routers2-v2.23.tar.gz
sudo tar -xvzf routers2-v2.23.tar.gz
cd routers2-v2.23
sudo perl install.pl
Proses instal Router2 kita akan ditanya beberapa pertanyaan settingan yang dibutuhkan, kira kira jawabannya seperti ini :
Document root? /var/www
CGI directory? /usr/lib/cgi-bin
MRTG config directory? /etc/mrtg
MRTG files [*.cfg]?
RRD directory [/tmp]? /var/mrtg
Perl executable [/usr/bin/perl]?
Configuration file [/var/mrtg/routers2.conf]?
Activate routingtable extensions [no]?
'usebigk' option [mixed]? no
auth option [none]?
Caching option [no]?
Can I mail [no]?
INSTALLING SOFTWARE
Perl is : /usr/bin/perl
MRTG files : /etc/mrtg/*.cfg
RRD files : /var/mrtg
Doc root : /var/www
CGI bin : /usr/lib/cgi-bin
Config file : /var/mrtg/routers2.conf
Routingtable: INACTIVE
Compact page: ENABLED
Caching : DISABLED
'usebigk' : no
Auth option : NONE
Mail Steve : no
Other options can be set later by modifying the Config file
Continue to install [no]? yes
Jika nanti ada yang perlu di sesuaikan bisa dirubah di file konfigurasinya.
sudo nano /var/mrtg/routers2.conf
Settingan tambahan sebagai pemanis :
charset = utf-8 #Since otherwise the degree symbol ° isn't displayed correctly
actuals = yes #Show actual values in a popup
defaulttarget = summary #Show the summary page first
graphstyle = x3 #Show the biggest image by default
graphtype = w #Show the weekly graph by default
percentile = yes #Percentile calculation
sorder = l2 l2D x3 x3D #Offer only the huge images
showtotal = yes #A total line on the incoming and outgoing graphs
compact = no #I am not using the compact graphs. Maybe you want to...
daystart = 8 #For displaying a highlighted area for the working day
dayend = 18 #Ditto
windowtitle = Title #Here you can customize the title of the webpage
bgcolour = #fffffff #Otherwise some targets have a purple background
twinmenu = yes #Since we all have widescreen displays nowadays
showfindbox = no #I am not monitoring that many devices
5. Modifikasi file default MRTG
sudo nano /etc/mrtg.cfg
Kemudian tambahkan baris baris berikut :
#Directory in which the RRD files will be stored
WorkDir: /var/mrtg
#Tells MRTG to use RRD instead of its own log format
LogFormat: rrdtool
#To have multiple instances of MRTG running to immediately pass through all targets
Forks: 4
#Use the configs in the mrtg subfolder (/etc/mrtg)
Include: mrtg/*.cfg
6. Test tanpa device yang dimonitor
alamat web nya : http://<ip-address>/cgi-bin/routers2.cgi
7. Jika diperlukan bisa lakukan forward dari alamat diatas , agar lebih mudah diakses. Tinggal buat file index.html di direktori utama website dan isi dengan :
<head>
<meta http-equiv="refresh" content="0; URL=http://domain.name/cgi-bin/routers2.cgi/">
</head>
tampilan awalnya kira kira seperti ini :

8. Buat dulu cfg awal buat template nantinya
cfgmaker --snmp-options=:::::2 --output=filename.cfg This email address is being protected from spambots. You need JavaScript enabled to view it. .1.1
9. Habis itu tinggal sesuaikan file cfg sesuai kebutuhan kita. Cfg utama ada di /etc/mrtg.cfg dan file yang kita utak atik ada di /etc/mrtg/*.cfg
Hasilnya kira kira begini :

10. Settingan tambahan :
cronjob interval 1 menit :
sudo nano /etc/cron.d/mrtg
*/1 * * * * root if [ -x /usr/bin/mrtg ] && [ -r /etc/mrtg.cfg ] && [ -d "$(grep '^[[:space:]]*[^#]*[[:space:]]*WorkDir' /etc/mrtg.cfg | awk '{ print $NF }')" ]; then mkdir -p /var/log/mrtg ; env LANG=C /usr/bin/mrtg /etc/mrtg.cfg 2>&1 | tee -a /var/log/mrtg/mrtg.log ; fi
ubah interval di mrtg :
sudo nano /etc/mrtg.cfg
Interval: 1
ubah graph routers2 menjadi interval 6 jam
sudo nano /var/mrtg/routers2.conf
6hour = always
11. Contoh 1 cfg file
################################################################################################################
#Fortinet FortiGate Firewall MRTG/Routers2 Template
#Author: Johannes Weber (This email address is being protected from spambots. You need JavaScript enabled to view it. )
#Homepage: https://weberblog.net
#Last Modified: 2016-01-08
################################################################################################################
### TO DO
#Repace the following values with your own:
#COMMUNITYSTRING : SNMP read community
#IPADDRESS : IP address of the ScreenOS device
#NAMEOFTHEFIREWALL : name of the firewall
###
#Change the MaxBytes values of the following targets:
#-Disk Capacity
#(The CPU and Memory graphs need not to be adjusted because they display percentage usage and not absolute usage.)
### END
################################################################################################################
##################################################### CPU ######################################################
################################################################################################################
Target[IPADDRESS_cpu]: 1.3.6.1.4.1.12356.101.4.1.3.0&PseudoZero:COMMUNITYSTRING@IPADDRESS:::::2
Title[IPADDRESS_cpu]: CPU Usage -- NAMEOFTHEFIREWALL
MaxBytes[IPADDRESS_cpu]: 100
Options[IPADDRESS_cpu]: gauge
Colours[IPADDRESS_cpu]: LIGHT YELLOW#FEED01, BLUE#0000FF, ORANGE#FF6307, VIOLET#FF00FF
UnScaled[IPADDRESS_cpu]: dwmy
LegendI[IPADDRESS_cpu]: CPU:
routers.cgi*Mode[IPADDRESS_cpu]: cpu
routers.cgi*ShortDesc[IPADDRESS_cpu]: CPU
routers.cgi*InSummary[IPADDRESS_cpu]: yes
routers.cgi*Summary[IPADDRESS_cpu]: IPADDRESS_shortsummary
################################################################################################################
################################################### Memory #####################################################
################################################################################################################
Target[IPADDRESS_mem]: 1.3.6.1.4.1.12356.101.4.1.4.0&PseudoZero:COMMUNITYSTRING@IPADDRESS:::::2
Title[IPADDRESS_mem]: Memory Usage -- NAMEOFTHEFIREWALL
MaxBytes[IPADDRESS_mem]: 100
Options[IPADDRESS_mem]: gauge
Colours[IPADDRESS_mem]: ORANGE#FC7C01, GREEN#00CC00, DARK RED#660000, DARK GREEN#006600
UnScaled[IPADDRESS_mem]: dwmy
LegendI[IPADDRESS_mem]: RAM:
YLegend[IPADDRESS_mem]: Percentage use
ShortLegend[IPADDRESS_mem]: %
routers.cgi*Options[IPADDRESS_mem]: noo nopercent
routers.cgi*GraphStyle[IPADDRESS_mem]: normal
routers.cgi*ShortDesc[IPADDRESS_mem]: Memory
routers.cgi*InSummary[IPADDRESS_mem]: yes
routers.cgi*Summary[IPADDRESS_mem]: IPADDRESS_shortsummary
################################################################################################################
################################################# Log & Disk ###################################################
################################################################################################################
#Disk Capacity: 1.3.6.1.4.1.12356.101.4.1.7.0
Target[IPADDRESS_logdisk]: 1.3.6.1.4.1.12356.101.4.1.6.0&PseudoZero:COMMUNITYSTRING@IPADDRESS:::::2
Title[IPADDRESS_logdisk]: Disk Usage -- NAMEOFTHEFIREWALL
MaxBytes[IPADDRESS_logdisk]: 30050
Options[IPADDRESS_logdisk]: gauge
UnScaled[IPADDRESS_logdisk]: dwmy
Legend1[IPADDRESS_logdisk]: Log Usage
Legend3[IPADDRESS_logdisk]: Peak Log Usage
YLegend[IPADDRESS_logdisk]: Usage
LegendI[IPADDRESS_logdisk]: Log:
ShortLegend[IPADDRESS_logdisk]: b
routers.cgi*Options[IPADDRESS_logdisk]: noo nopercent nototal
routers.cgi*GraphStyle[IPADDRESS_logdisk]: normal
routers.cgi*ShortDesc[IPADDRESS_logdisk]: Disk
################################################################################################################
################################################## Connections #################################################
################################################################################################################
Target[IPADDRESS_connections]: 1.3.6.1.4.1.12356.101.4.1.8.0&1.3.6.1.4.1.12356.101.4.1.15.0:COMMUNITYSTRING@IPADDRESS:::::2
Title[IPADDRESS_connections]: Connections -- NAMEOFTHEFIREWALL
#MaxBytes is set to an unrealistic high value. This has no effect because there is no percent calculation.
MaxBytes[IPADDRESS_connections]: 10000000
Options[IPADDRESS_connections]: gauge
Colours[IPADDRESS_connections]: PURPLE#FF00AA, YELLOW#FFD600, DARK PURPLE#7608AA, ORANGE#FC7C01
YLegend[IPADDRESS_connections]: Number of Connections
Legend1[IPADDRESS_connections]: Connections
Legend2[IPADDRESS_connections]: IPv6 Connections
Legend3[IPADDRESS_connections]: Peak Connections
Legend4[IPADDRESS_connections]: Peak IPv6 Connections
LegendI[IPADDRESS_connections]: Connections:
LegendO[IPADDRESS_connections]: IPv6 Connections:
ShortLegend[IPADDRESS_connections]:
routers.cgi*Options[IPADDRESS_connections]: fixunit integer nomax nototal
routers.cgi*GraphStyle[IPADDRESS_connections]: normal
routers.cgi*Icon[IPADDRESS_connections]: firewall-sm.gif
routers.cgi*ShortDesc[IPADDRESS_connections]: Connections
routers.cgi*InSummary[IPADDRESS_connections]: yes
routers.cgi*Summary[IPADDRESS_connections]: IPADDRESS_shortsummary
################################################################################################################
################################################# VPN Sessions #################################################
################################################################################################################
#Site-to-Site: The number of IPsec VPN tunnels with at least one SA
#Remote Access: The current number of users logged in through SSL-VPN tunnels in the virtual domain
Target[IPADDRESS_vpn]: 1.3.6.1.4.1.12356.101.12.1.1.0&1.3.6.1.4.1.12356.101.12.2.3.1.2.1:COMMUNITYSTRING@IPADDRESS:::::2
Title[IPADDRESS_vpn]: Maximum VPN Sessions -- NAMEOFTHEFIREWALL
MaxBytes[IPADDRESS_vpn]: 1000
Options[IPADDRESS_vpn]: gauge
Colours[IPADDRESS_vpn]: TURQUOISE#00CCCC, DARK YELLOW#CCCC00, DARK TURQUOISE#377D77, ORANGE#E97F02
YLegend[IPADDRESS_vpn]: Number of Sessions
Legend1[IPADDRESS_vpn]: Site-to-Site IPsec
Legend2[IPADDRESS_vpn]: Remote Access SSL
Legend3[IPADDRESS_vpn]: Peak Site-to-Site IPsec
Legend4[IPADDRESS_vpn]: Peak Remote Access SSL
LegendI[IPADDRESS_vpn]: Site-to-Site:
LegendO[IPADDRESS_vpn]: Remote Access:
ShortLegend[IPADDRESS_vpn]:
#This graph shows the MAXIMUM value and not the Average!
routers.cgi*Options[IPADDRESS_vpn]: fixunit integer maximum nomax nototal
routers.cgi*GraphStyle[IPADDRESS_vpn]: stack
routers.cgi*Icon[IPADDRESS_vpn]: padlock-sm.gif
routers.cgi*ShortDesc[IPADDRESS_vpn]: VPN
routers.cgi*InSummary[IPADDRESS_vpn]: yes
routers.cgi*Summary[IPADDRESS_vpn]: IPADDRESS_shortsummary
################################################################################################################
################################################### Ping #######################################################
################################################################################################################
#Since mrtg-ping-probe outputs integers, the values are multiplied to have milliseconds reported
#i.e., instead of "5" the answer is now "5324" which is interpreted by "Factor[]: 0.001" as 5.324 ms
Target[IPADDRESS_ping]: `mrtg-ping-probe -p '1000*max/1000*min' -s IPADDRESS`
Title[IPADDRESS_ping]: Ping Times to IPADDRESS
#MaxBytes: 10 seconds = 10 * 1000 * 1000 (due to mrtg-ping-probe * 1000 and milliseconds * 1000)
MaxBytes[IPADDRESS_ping]: 10000000
Options[IPADDRESS_ping]: gauge
Factor[IPADDRESS_ping]: 0.001
Colours[IPADDRESS_ping]: RED#FF0000, WHATEVER#123456, DARKRED#800000, WHATEVER2#654321
routers.cgi*ShortDesc[IPADDRESS_ping]: Ping IPADDRESS
routers.cgi*Options[IPADDRESS_ping]: fixunit nomax nopercentile nototal
routers.cgi*GraphStyle[IPADDRESS_ping]: range
routers.cgi*Icon[IPADDRESS_ping]: clock-sm.gif
routers.cgi*Summary[IPADDRESS_ping]: IPADDRESS_shortsummary
################################################################################################################
################################################ Short Summary #################################################
################################################################################################################
#Shows no interfaces, except the Wan interface, and: CPU, Memory, Connections, VPN Sessions, Ping Outside
routers.cgi*ShortDesc[IPADDRESS_shortsummary]: Short Summary
12. Contoh 2 cfg file
################################################################################################################
#Juniper ScreenOS SSG Firewall MRTG/Routers2 Template
#Author: Johannes Weber (This email address is being protected from spambots. You need JavaScript enabled to view it. )
#Homepage: https://weberblog.net
#Last Modified: 2015-01-08
################################################################################################################
### TO DO
#Repace the following values with your own:
#COMMUNITYSTRING : SNMP read community
#IPADDRESS : IP address of the ScreenOS device
#NAMEOFTHEFIREWALL : name of the firewall
###
#Change the MaxBytes values of the following targets:
#-Memory
#-Sessions
#-VPN Sessions
###
#Change the names and numbering of the Site-to-Site VPNs!
### END
# Created by
# /usr/bin/cfgmaker --snmp-options=:::::2 --show-op-down --zero-speed=100000000 --global "routers.cgi*Icon: firewall3-sm.gif" --global "routers.cgi*GraphStyle[_]: mirror" --output=NAMEOFTHEFIREWALL.cfg COMMUNITYSTRING@IPADDRESS
routers.cgi*ShortDesc: NAMEOFTHEFIREWALL SSG
routers.cgi*Icon: firewall3-sm.gif
routers.cgi*GraphStyle[_]: mirror
################################################################################################################
##################################################### CPU ######################################################
################################################################################################################
#http://kb.juniper.net/InfoCenter/index?page=content&id=KB25797
#.1.3.6.1.4.1.3224.16.1.3.0 Last Five minute CPU utilization in percentage
#Used MIB: NS-RES.mib
Target[IPADDRESS_cpu]: 1.3.6.1.4.1.3224.16.1.3.0&PseudoZero:COMMUNITYSTRING@IPADDRESS:::::2
Title[IPADDRESS_cpu]: CPU Usage -- NAMEOFTHEFIREWALL
MaxBytes[IPADDRESS_cpu]: 100
Options[IPADDRESS_cpu]: gauge
Colours[IPADDRESS_cpu]: LIGHT YELLOW#FEED01, BLUE#0000FF, ORANGE#FF6307, VIOLET#FF00FF
UnScaled[IPADDRESS_cpu]: dwmy
LegendI[IPADDRESS_cpu]: CPU:
routers.cgi*Mode[IPADDRESS_cpu]: cpu
routers.cgi*GraphStyle[IPADDRESS_cpu]: normal
routers.cgi*ShortDesc[IPADDRESS_cpu]: CPU
routers.cgi*InSummary[IPADDRESS_cpu]: yes
################################################################################################################
################################################### Memory #####################################################
################################################################################################################
#http://kb.juniper.net/InfoCenter/index?page=content&id=KB25768
#.1.3.6.1.4.1.3224.16.2.1.0 Memory allocated
#Used MIB: NS-RES.mib
Target[IPADDRESS_mem]: 1.3.6.1.4.1.3224.16.2.1.0&PseudoZero:COMMUNITYSTRING@IPADDRESS:::::2
Title[IPADDRESS_mem]: Memory Usage -- NAMEOFTHEFIREWALL
#Total Memory: Allocated (.1.3.6.1.4.1.3224.16.2.1.0) + Left (.1.3.6.1.4.1.3224.16.2.2.0)
#In my SSG 5 example: 30776496 + 105473776 = 136250272
MaxBytes[IPADDRESS_mem]: 136250272
Options[IPADDRESS_mem]: gauge
Colours[IPADDRESS_mem]: ORANGE#FC7C01, GREEN#00CC00, DARK RED#660000, DARK GREEN#006600
UnScaled[IPADDRESS_mem]: dwmy
LegendI[IPADDRESS_mem]: RAM:
routers.cgi*Options[IPADDRESS_mem]: noo
routers.cgi*ShortDesc[IPADDRESS_mem]: Memory
routers.cgi*InSummary[IPADDRESS_mem]: yes
################################################################################################################
#################################################### Sessions ##################################################
################################################################################################################
#http://kb.juniper.net/InfoCenter/index?page=content&id=KB27028
#.1.3.6.1.4.1.3224.16.3.2.0 - Allocate session number
#Used MIB: NS-RES.mib
Target[IPADDRESS_sessions]: 1.3.6.1.4.1.3224.16.3.2.0&PseudoZero:COMMUNITYSTRING@IPADDRESS:::::2
Title[IPADDRESS_sessions]: Sessions -- NAMEOFTHEFIREWALL
#MaxBytes = Maximum session number that the system can afford
#--> OID .1.3.6.1.4.1.3224.16.3.3.0
MaxBytes[IPADDRESS_sessions]: 8064
Options[IPADDRESS_sessions]: gauge
Colours[IPADDRESS_sessions]: PURPLE#FF00AA, YELLOW#FFD600, DARK PURPLE#7608AA, ORANGE#FC7C01
YLegend[IPADDRESS_sessions]: Number of Sessions
Legend1[IPADDRESS_sessions]: Sessions
Legend3[IPADDRESS_sessions]: Peak Sessions
LegendI[IPADDRESS_sessions]: Sessions:
ShortLegend[IPADDRESS_sessions]:
routers.cgi*Options[IPADDRESS_sessions]: fixunit integer noo nototal
routers.cgi*GraphStyle[IPADDRESS_sessions]: normal
routers.cgi*Icon[IPADDRESS_sessions]: firewall-sm.gif
routers.cgi*ShortDesc[IPADDRESS_sessions]: Sessions
routers.cgi*InSummary[IPADDRESS_sessions]: yes
### Interface 1 >> Descr: 'serial0/0' | Name: 'serial0/0' | Ip: 'No Ip' | Eth: 'b0-c6-9a-fd-ca-99' ###
#Target[IPADDRESS_serial0_0]: #serial0/0:COMMUNITYSTRING@IPADDRESS:::::2
#noHC[IPADDRESS_serial0_0]: yes
#MaxBytes[IPADDRESS_serial0_0]: 11500
#Title[IPADDRESS_serial0_0]: Traffic Analysis for serial0/0 -- NAMEOFTHEFIREWALL
### Interface 2 >> Descr: 'ethernet0/0' | Name: 'ethernet0/0' | Ip: '172.16.0.2' | Eth: 'b0-c6-9a-fd-ca-80' ###
Target[IPADDRESS_ethernet0_0]: #ethernet0/0:COMMUNITYSTRING@IPADDRESS:::::2
MaxBytes[IPADDRESS_ethernet0_0]: 12500000
Title[IPADDRESS_ethernet0_0]: Traffic Analysis for ethernet0/0 (IPv4) -- NAMEOFTHEFIREWALL
### Interface 3 >> Descr: 'ethernet0/1' | Name: 'ethernet0/1' | Ip: 'No Ip' | Eth: 'b0-c6-9a-fd-ca-85' ###
Target[IPADDRESS_ethernet0_1]: #ethernet0/1:COMMUNITYSTRING@IPADDRESS:::::2
MaxBytes[IPADDRESS_ethernet0_1]: 12500000
Title[IPADDRESS_ethernet0_1]: Traffic Analysis for ethernet0/1 (IPv6) -- NAMEOFTHEFIREWALL
### Interface 4 >> Descr: 'ethernet0/2' | Name: 'ethernet0/2' | Ip: 'No Ip' | Eth: 'b0-c6-9a-fd-ca-86' ###
Target[IPADDRESS_ethernet0_2]: #ethernet0/2:COMMUNITYSTRING@IPADDRESS:::::2
MaxBytes[IPADDRESS_ethernet0_2]: 12500000
Title[IPADDRESS_ethernet0_2]: Traffic Analysis for ethernet0/2 -- NAMEOFTHEFIREWALL
### Interface 5 >> Descr: 'ethernet0/3' | Name: 'ethernet0/3' | Ip: 'No Ip' | Eth: 'b0-c6-9a-fd-ca-87' ###
Target[IPADDRESS_ethernet0_3]: #ethernet0/3:COMMUNITYSTRING@IPADDRESS:::::2
MaxBytes[IPADDRESS_ethernet0_3]: 12500000
Title[IPADDRESS_ethernet0_3]: Traffic Analysis for ethernet0/3 -- NAMEOFTHEFIREWALL
### Interface 6 >> Descr: 'ethernet0/4' | Name: 'ethernet0/4' | Ip: '192.168.112.1' | Eth: 'b0-c6-9a-fd-ca-88' ###
Target[IPADDRESS_ethernet0_4]: #ethernet0/4:COMMUNITYSTRING@IPADDRESS:::::2
MaxBytes[IPADDRESS_ethernet0_4]: 12500000
Title[IPADDRESS_ethernet0_4]: Traffic Analysis for ethernet0/4 -- NAMEOFTHEFIREWALL
### Interface 7 >> Descr: 'ethernet0/5' | Name: 'ethernet0/5' | Ip: '192.168.111.1' | Eth: 'b0-c6-9a-fd-ca-89' ###
Target[IPADDRESS_ethernet0_5]: #ethernet0/5:COMMUNITYSTRING@IPADDRESS:::::2
MaxBytes[IPADDRESS_ethernet0_5]: 12500000
Title[IPADDRESS_ethernet0_5]: Traffic Analysis for ethernet0/5 -- NAMEOFTHEFIREWALL
### Interface 8 >> Descr: 'ethernet0/6' | Name: 'ethernet0/6' | Ip: 'IPADDRESS' | Eth: 'b0-c6-9a-fd-ca-8a' ###
Target[IPADDRESS_ethernet0_6]: #ethernet0/6:COMMUNITYSTRING@IPADDRESS:::::2
MaxBytes[IPADDRESS_ethernet0_6]: 12500000
Title[IPADDRESS_ethernet0_6]: Traffic Analysis for ethernet0/6 -- NAMEOFTHEFIREWALL
### Interface 13 >> Descr: 'bgroup0' | Name: 'bgroup0' | Ip: '192.168.110.1' | Eth: 'b0-c6-9a-fd-ca-8b' ###
Target[IPADDRESS_bgroup0]: #bgroup0:COMMUNITYSTRING@IPADDRESS:::::2
MaxBytes[IPADDRESS_bgroup0]: 12500000
Title[IPADDRESS_bgroup0]: Traffic Analysis for bgroup0 -- NAMEOFTHEFIREWALL
### Interface 14 >> Descr: 'bgroup1' | Name: 'bgroup1' | Ip: 'No Ip' | Eth: 'b0-c6-9a-fd-ca-8c' ###
Target[IPADDRESS_bgroup1]: #bgroup1:COMMUNITYSTRING@IPADDRESS:::::2
MaxBytes[IPADDRESS_bgroup1]: 12500000
Title[IPADDRESS_bgroup1]: Traffic Analysis for bgroup1 -- NAMEOFTHEFIREWALL
### Interface 15 >> Descr: 'bgroup2' | Name: 'bgroup2' | Ip: 'No Ip' | Eth: 'b0-c6-9a-fd-ca-8d' ###
Target[IPADDRESS_bgroup2]: #bgroup2:COMMUNITYSTRING@IPADDRESS:::::2
MaxBytes[IPADDRESS_bgroup2]: 12500000
Title[IPADDRESS_bgroup2]: Traffic Analysis for bgroup2 -- NAMEOFTHEFIREWALL
### Interface 16 >> Descr: 'bgroup3' | Name: 'bgroup3' | Ip: 'No Ip' | Eth: 'b0-c6-9a-fd-ca-8e' ###
Target[IPADDRESS_bgroup3]: #bgroup3:COMMUNITYSTRING@IPADDRESS:::::2
MaxBytes[IPADDRESS_bgroup3]: 12500000
Title[IPADDRESS_bgroup3]: Traffic Analysis for bgroup3 -- NAMEOFTHEFIREWALL
### Interface 24 >> Descr: 'vlan1' | Name: 'vlan1' | Ip: 'No Ip' | Eth: 'b0-c6-9a-fd-ca-8f' ###
#Target[IPADDRESS_vlan1]: #vlan1:COMMUNITYSTRING@IPADDRESS:::::2
#noHC[IPADDRESS_vlan1]: yes
#MaxBytes[IPADDRESS_vlan1]: 536750000
#Title[IPADDRESS_vlan1]: Traffic Analysis for vlan1 -- NAMEOFTHEFIREWALL
################################################################################################################
################################################# VPN Sessions #################################################
################################################################################################################
#Used MIB: NETSCREEN-VPN-MON-SA-COUNT-MIB
#Counts the active SA, independent of in or out
#nsVpnMonSACountInAct
#nsVpnMonSACountOutAct
Target[IPADDRESS_vpn]: 1.3.6.1.4.1.3224.4.1.2.1.5.1&1.3.6.1.4.1.3224.4.1.2.1.7.1:COMMUNITYSTRING@IPADDRESS:::::2
Title[IPADDRESS_vpn]: Maximum VPN Sessions -- NAMEOFTHEFIREWALL
MaxBytes[IPADDRESS_vpn]: 1000
Options[IPADDRESS_vpn]: gauge
Colours[IPADDRESS_vpn]: TURQUOISE#00CCCC, DARK YELLOW#CCCC00, DARK TURQUOISE#377D77, ORANGE#E97F02
YLegend[IPADDRESS_vpn]: Number of Active SAs
Legend1[IPADDRESS_vpn]: In Security Associations
Legend2[IPADDRESS_vpn]: Out Security Associations
Legend3[IPADDRESS_vpn]: Peak In Security Associations
Legend4[IPADDRESS_vpn]: Peak Out Security Associations
LegendI[IPADDRESS_vpn]: In SAs:
LegendO[IPADDRESS_vpn]: Out SAs:
ShortLegend[IPADDRESS_vpn]:
#This graph shows the MAXIMUM value and not the Average!
routers.cgi*Options[IPADDRESS_vpn]: fixunit integer maximum nomax nototal
routers.cgi*GraphStyle[IPADDRESS_vpn]: normal
routers.cgi*Icon[IPADDRESS_vpn]: padlock-sm.gif
routers.cgi*ShortDesc[IPADDRESS_vpn]: VPN-SAs
routers.cgi*InSummary[IPADDRESS_vpn]: yes
################################################################################################################
################################################## S2S-VPN #####################################################
################################################################################################################
#Used MIB: NS-VPN-MON.mib
#.1.3.6.1.4.1.3224.4
Target[IPADDRESS_vpn-s2s-FIRSTVPN]: 1.3.6.1.4.1.3224.4.1.1.1.35.0&1.3.6.1.4.1.3224.4.1.1.1.36.0:COMMUNITYSTRING@IPADDRESS:::::2
MaxBytes[IPADDRESS_vpn-s2s-FIRSTVPN]: 12500000
Title[IPADDRESS_vpn-s2s-FIRSTVPN]: Traffic Analysis for vpn-s2s-FIRSTVPN -- NAMEOFTHEFIREWALL
routers.cgi*ShortDesc[IPADDRESS_vpn-s2s-FIRSTVPN]: S2S-VPN pa
routers.cgi*Mode[IPADDRESS_vpn-s2s-FIRSTVPN]: interface
routers.cgi*Graph[IPADDRESS_vpn-s2s-FIRSTVPN]: IPADDRESS_vpn-s2s
Target[IPADDRESS_vpn-s2s-SECONDVPN]: 1.3.6.1.4.1.3224.4.1.1.1.35.1&1.3.6.1.4.1.3224.4.1.1.1.36.1:COMMUNITYSTRING@IPADDRESS:::::2
MaxBytes[IPADDRESS_vpn-s2s-SECONDVPN]: 12500000
Title[IPADDRESS_vpn-s2s-SECONDVPN]: Traffic Analysis for vpn-s2s-SECONDVPN -- NAMEOFTHEFIREWALL
routers.cgi*ShortDesc[IPADDRESS_vpn-s2s-SECONDVPN]: S2S-VPN fdorf
routers.cgi*Mode[IPADDRESS_vpn-s2s-SECONDVPN]: interface
routers.cgi*Graph[IPADDRESS_vpn-s2s-SECONDVPN]: IPADDRESS_vpn-s2s
Target[IPADDRESS_vpn-s2s-THIRDVPN]: 1.3.6.1.4.1.3224.4.1.1.1.35.2&1.3.6.1.4.1.3224.4.1.1.1.36.2:COMMUNITYSTRING@IPADDRESS:::::2
MaxBytes[IPADDRESS_vpn-s2s-THIRDVPN]: 12500000
Title[IPADDRESS_vpn-s2s-THIRDVPN]: Traffic Analysis for vpn-s2s-THIRDVPN -- NAMEOFTHEFIREWALL
routers.cgi*ShortDesc[IPADDRESS_vpn-s2s-THIRDVPN]: S2S-VPN nuern
routers.cgi*Mode[IPADDRESS_vpn-s2s-THIRDVPN]: interface
routers.cgi*Graph[IPADDRESS_vpn-s2s-THIRDVPN]: IPADDRESS_vpn-s2s
################################################################################################################
#Summary Graph for all S2S-VPNs
routers.cgi*Title[IPADDRESS_vpn-s2s]: S2S-VPNs -- NAMEOFTHEFIREWALL
routers.cgi*ShortDesc[IPADDRESS_vpn-s2s]: S2S-VPNs
routers.cgi*InSummary[IPADDRESS_vpn-s2s]: yes
################################################################################################################
################################################ Zone Screen ###################################################
################################################################################################################
#Used MIB: NS-IDS.mib
#.1.3.6.1.4.1.3224.3
#Names according to the MIB
Target[IPADDRESS_ids1]: 1.3.6.1.4.1.3224.3.2.1.3.1&1.3.6.1.4.1.3224.3.2.1.4.1:COMMUNITYSTRING@IPADDRESS:::::2
Title[IPADDRESS_ids1]: SynAttk & TearDrop Zone Untrust -- NAMEOFTHEFIREWALL
MaxBytes[IPADDRESS_ids1]: 4294967295
#Options[IPADDRESS_ids1]: perhour
Colours[IPADDRESS_ids1]: ORANGE#FC7C01, RED#FF0000, DARK RED#660000, BLACK#000000
YLegend[IPADDRESS_ids1]: Attacks per Second
Legend1[IPADDRESS_ids1]: SynAttk
Legend2[IPADDRESS_ids1]: TearDrop
Legend3[IPADDRESS_ids1]: Peak SynAttk
Legend4[IPADDRESS_ids1]: Peak TearDrop
LegendI[IPADDRESS_ids1]: SynAttk:
LegendO[IPADDRESS_ids1]: TearDrop:
ShortLegend[IPADDRESS_ids1]: Att/s
routers.cgi*Options[IPADDRESS_ids1]: fixunit nomax
routers.cgi*GraphStyle[IPADDRESS_ids1]: lines
routers.cgi*Icon[IPADDRESS_ids1]: firewall3-sm.gif
routers.cgi*ShortDesc[IPADDRESS_ids1]: SynAttk & TearDrop
routers.cgi*InSummary[IPADDRESS_ids1]: yes
routers.cgi*Graph[IPADDRESS_ids1]: IPADDRESS_idsall
Target[IPADDRESS_ids2]: 1.3.6.1.4.1.3224.3.2.1.5.1&1.3.6.1.4.1.3224.3.2.1.6.1:COMMUNITYSTRING@IPADDRESS:::::2
Title[IPADDRESS_ids2]: SrcRoute & PingDeath Zone Untrust -- NAMEOFTHEFIREWALL
MaxBytes[IPADDRESS_ids2]: 4294967295
Colours[IPADDRESS_ids2]: ORANGE#FC7C01, RED#FF0000, DARK RED#660000, BLACK#000000
YLegend[IPADDRESS_ids2]: Attacks per Second
Legend1[IPADDRESS_ids2]: SrcRoute
Legend2[IPADDRESS_ids2]: PingDeath
Legend3[IPADDRESS_ids2]: Peak SrcRoute
Legend4[IPADDRESS_ids2]: Peak PingDeath
LegendI[IPADDRESS_ids2]: SrcRoute:
LegendO[IPADDRESS_ids2]: PingDeath:
ShortLegend[IPADDRESS_ids2]: Att/s
routers.cgi*Options[IPADDRESS_ids2]: fixunit nomax
routers.cgi*GraphStyle[IPADDRESS_ids2]: lines
routers.cgi*Icon[IPADDRESS_ids2]: firewall3-sm.gif
routers.cgi*ShortDesc[IPADDRESS_ids2]: SrcRoute & PingDeath
routers.cgi*InSummary[IPADDRESS_ids2]: yes
routers.cgi*Graph[IPADDRESS_ids2]: IPADDRESS_idsall
Target[IPADDRESS_ids3]: 1.3.6.1.4.1.3224.3.2.1.7.1&1.3.6.1.4.1.3224.3.2.1.8.1:COMMUNITYSTRING@IPADDRESS:::::2
Title[IPADDRESS_ids3]: AddrSpoof & Land Zone Untrust -- NAMEOFTHEFIREWALL
MaxBytes[IPADDRESS_ids3]: 4294967295
Colours[IPADDRESS_ids3]: ORANGE#FC7C01, RED#FF0000, DARK RED#660000, BLACK#000000
YLegend[IPADDRESS_ids3]: Attacks per Second
Legend1[IPADDRESS_ids3]: AddrSpoof
Legend2[IPADDRESS_ids3]: Land
Legend3[IPADDRESS_ids3]: Peak AddrSpoof
Legend4[IPADDRESS_ids3]: Peak Land
LegendI[IPADDRESS_ids3]: AddrSpoof:
LegendO[IPADDRESS_ids3]: Land:
ShortLegend[IPADDRESS_ids3]: Att/s
routers.cgi*Options[IPADDRESS_ids3]: fixunit nomax
routers.cgi*GraphStyle[IPADDRESS_ids3]: lines
routers.cgi*Icon[IPADDRESS_ids3]: firewall3-sm.gif
routers.cgi*ShortDesc[IPADDRESS_ids3]: AddrSpoof & Land
routers.cgi*InSummary[IPADDRESS_ids3]: yes
routers.cgi*Graph[IPADDRESS_ids3]: IPADDRESS_idsall
Target[IPADDRESS_ids4]: 1.3.6.1.4.1.3224.3.2.1.9.1&1.3.6.1.4.1.3224.3.2.1.10.1:COMMUNITYSTRING@IPADDRESS:::::2
Title[IPADDRESS_ids4]: IcmpFlood & UdpFlood Zone Untrust -- NAMEOFTHEFIREWALL
MaxBytes[IPADDRESS_ids4]: 4294967295
Colours[IPADDRESS_ids4]: ORANGE#FC7C01, RED#FF0000, DARK RED#660000, BLACK#000000
YLegend[IPADDRESS_ids4]: Attacks per Second
Legend1[IPADDRESS_ids4]: IcmpFlood
Legend2[IPADDRESS_ids4]: UdpFlood
Legend3[IPADDRESS_ids4]: Peak IcmpFlood
Legend4[IPADDRESS_ids4]: Peak UdpFlood
LegendI[IPADDRESS_ids4]: IcmpFlood:
LegendO[IPADDRESS_ids4]: UdpFlood:
ShortLegend[IPADDRESS_ids4]: Att/s
routers.cgi*Options[IPADDRESS_ids4]: fixunit nomax
routers.cgi*GraphStyle[IPADDRESS_ids4]: lines
routers.cgi*Icon[IPADDRESS_ids4]: firewall3-sm.gif
routers.cgi*ShortDesc[IPADDRESS_ids4]: IcmpFlood & UdpFlood
routers.cgi*InSummary[IPADDRESS_ids4]: yes
routers.cgi*Graph[IPADDRESS_ids4]: IPADDRESS_idsall
Target[IPADDRESS_ids5]: 1.3.6.1.4.1.3224.3.2.1.11.1&1.3.6.1.4.1.3224.3.2.1.12.1:COMMUNITYSTRING@IPADDRESS:::::2
Title[IPADDRESS_ids5]: Winnuke & PortScan Zone Untrust -- NAMEOFTHEFIREWALL
MaxBytes[IPADDRESS_ids5]: 4294967295
Colours[IPADDRESS_ids5]: ORANGE#FC7C01, RED#FF0000, DARK RED#660000, BLACK#000000
YLegend[IPADDRESS_ids5]: Attacks per Second
Legend1[IPADDRESS_ids5]: Winnuke
Legend2[IPADDRESS_ids5]: PortScan
Legend3[IPADDRESS_ids5]: Peak Winnuke
Legend4[IPADDRESS_ids5]: Peak PortScan
LegendI[IPADDRESS_ids5]: Winnuke:
LegendO[IPADDRESS_ids5]: PortScan:
ShortLegend[IPADDRESS_ids5]: Att/s
routers.cgi*Options[IPADDRESS_ids5]: fixunit nomax
routers.cgi*GraphStyle[IPADDRESS_ids5]: lines
routers.cgi*Icon[IPADDRESS_ids5]: firewall3-sm.gif
routers.cgi*ShortDesc[IPADDRESS_ids5]: Winnuke & PortScan
routers.cgi*InSummary[IPADDRESS_ids5]: yes
routers.cgi*Graph[IPADDRESS_ids5]: IPADDRESS_idsall
Target[IPADDRESS_ids6]: 1.3.6.1.4.1.3224.3.2.1.13.1&1.3.6.1.4.1.3224.3.2.1.14.1:COMMUNITYSTRING@IPADDRESS:::::2
Title[IPADDRESS_ids6]: IpSweep & SynFrag Zone Untrust -- NAMEOFTHEFIREWALL
MaxBytes[IPADDRESS_ids6]: 4294967295
Colours[IPADDRESS_ids6]: ORANGE#FC7C01, RED#FF0000, DARK RED#660000, BLACK#000000
YLegend[IPADDRESS_ids6]: Attacks per Second
Legend1[IPADDRESS_ids6]: IpSweep
Legend2[IPADDRESS_ids6]: SynFrag
Legend3[IPADDRESS_ids6]: Peak IpSweep
Legend4[IPADDRESS_ids6]: Peak SynFrag
LegendI[IPADDRESS_ids6]: IpSweep:
LegendO[IPADDRESS_ids6]: SynFrag:
ShortLegend[IPADDRESS_ids6]: Att/s
routers.cgi*Options[IPADDRESS_ids6]: fixunit nomax
routers.cgi*GraphStyle[IPADDRESS_ids6]: lines
routers.cgi*Icon[IPADDRESS_ids6]: firewall3-sm.gif
routers.cgi*ShortDesc[IPADDRESS_ids6]: IpSweep & SynFrag
routers.cgi*InSummary[IPADDRESS_ids6]: yes
routers.cgi*Graph[IPADDRESS_ids6]: IPADDRESS_idsall
Target[IPADDRESS_ids7]: 1.3.6.1.4.1.3224.3.2.1.15.1&1.3.6.1.4.1.3224.3.2.1.16.1:COMMUNITYSTRING@IPADDRESS:::::2
Title[IPADDRESS_ids7]: TcpNoFlag & UnkownProt Zone Untrust -- NAMEOFTHEFIREWALL
MaxBytes[IPADDRESS_ids7]: 4294967295
Colours[IPADDRESS_ids7]: ORANGE#FC7C01, RED#FF0000, DARK RED#660000, BLACK#000000
YLegend[IPADDRESS_ids7]: Attacks per Second
Legend1[IPADDRESS_ids7]: TcpNoFlag
Legend2[IPADDRESS_ids7]: UnkownProt
Legend3[IPADDRESS_ids7]: Peak TcpNoFlag
Legend4[IPADDRESS_ids7]: Peak UnkownProt
LegendI[IPADDRESS_ids7]: TcpNoFlag:
LegendO[IPADDRESS_ids7]: UnkownProt:
ShortLegend[IPADDRESS_ids7]: Att/s
routers.cgi*Options[IPADDRESS_ids7]: fixunit nomax
routers.cgi*GraphStyle[IPADDRESS_ids7]: lines
routers.cgi*Icon[IPADDRESS_ids7]: firewall3-sm.gif
routers.cgi*ShortDesc[IPADDRESS_ids7]: TcpNoFlag & UnkownProt
routers.cgi*InSummary[IPADDRESS_ids7]: yes
routers.cgi*Graph[IPADDRESS_ids7]: IPADDRESS_idsall
Target[IPADDRESS_ids8]: 1.3.6.1.4.1.3224.3.2.1.17.1&1.3.6.1.4.1.3224.3.2.1.18.1:COMMUNITYSTRING@IPADDRESS:::::2
Title[IPADDRESS_ids8]: OptBad & OptRecord Zone Untrust -- NAMEOFTHEFIREWALL
MaxBytes[IPADDRESS_ids8]: 4294967295
Colours[IPADDRESS_ids8]: ORANGE#FC7C01, RED#FF0000, DARK RED#660000, BLACK#000000
YLegend[IPADDRESS_ids8]: Attacks per Second
Legend1[IPADDRESS_ids8]: OptBad
Legend2[IPADDRESS_ids8]: OptRecord
Legend3[IPADDRESS_ids8]: Peak OptBad
Legend4[IPADDRESS_ids8]: Peak OptRecord
LegendI[IPADDRESS_ids8]: OptBad:
LegendO[IPADDRESS_ids8]: OptRecord:
ShortLegend[IPADDRESS_ids8]: Att/s
routers.cgi*Options[IPADDRESS_ids8]: fixunit nomax
routers.cgi*GraphStyle[IPADDRESS_ids8]: lines
routers.cgi*Icon[IPADDRESS_ids8]: firewall3-sm.gif
routers.cgi*ShortDesc[IPADDRESS_ids8]: OptBad & OptRecord
routers.cgi*InSummary[IPADDRESS_ids8]: yes
routers.cgi*Graph[IPADDRESS_ids8]: IPADDRESS_idsall
Target[IPADDRESS_ids9]: 1.3.6.1.4.1.3224.3.2.1.19.1&1.3.6.1.4.1.3224.3.2.1.20.1:COMMUNITYSTRING@IPADDRESS:::::2
Title[IPADDRESS_ids9]: OptTimestamp & OptSCHT Zone Untrust -- NAMEOFTHEFIREWALL
MaxBytes[IPADDRESS_ids9]: 4294967295
Colours[IPADDRESS_ids9]: ORANGE#FC7C01, RED#FF0000, DARK RED#660000, BLACK#000000
YLegend[IPADDRESS_ids9]: Attacks per Second
Legend1[IPADDRESS_ids9]: OptTimestamp
Legend2[IPADDRESS_ids9]: OptSCHT
Legend3[IPADDRESS_ids9]: Peak OptTimestamp
Legend4[IPADDRESS_ids9]: Peak OptSCHT
LegendI[IPADDRESS_ids9]: OptTimestamp:
LegendO[IPADDRESS_ids9]: OptSCHT:
ShortLegend[IPADDRESS_ids9]: Att/s
routers.cgi*Options[IPADDRESS_ids9]: fixunit nomax
routers.cgi*GraphStyle[IPADDRESS_ids9]: lines
routers.cgi*Icon[IPADDRESS_ids9]: firewall3-sm.gif
routers.cgi*ShortDesc[IPADDRESS_ids9]: OptTimestamp & OptSCHT
routers.cgi*InSummary[IPADDRESS_ids9]: yes
routers.cgi*Graph[IPADDRESS_ids9]: IPADDRESS_idsall
Target[IPADDRESS_ids10]: 1.3.6.1.4.1.3224.3.2.1.21.1&1.3.6.1.4.1.3224.3.2.1.22.1:COMMUNITYSTRING@IPADDRESS:::::2
Title[IPADDRESS_ids10]: OptLSR & OptSSR Zone Untrust -- NAMEOFTHEFIREWALL
MaxBytes[IPADDRESS_ids10]: 4294967295
Colours[IPADDRESS_ids10]: ORANGE#FC7C01, RED#FF0000, DARK RED#660000, BLACK#000000
YLegend[IPADDRESS_ids10]: Attacks per Second
Legend1[IPADDRESS_ids10]: OptLSR
Legend2[IPADDRESS_ids10]: OptSSR
Legend3[IPADDRESS_ids10]: Peak OptLSR
Legend4[IPADDRESS_ids10]: Peak OptSSR
LegendI[IPADDRESS_ids10]: OptLSR:
LegendO[IPADDRESS_ids10]: OptSSR:
ShortLegend[IPADDRESS_ids10]: Att/s
routers.cgi*Options[IPADDRESS_ids10]: fixunit nomax
routers.cgi*GraphStyle[IPADDRESS_ids10]: lines
routers.cgi*Icon[IPADDRESS_ids10]: firewall3-sm.gif
routers.cgi*ShortDesc[IPADDRESS_ids10]: OptLSR & OptSSR
routers.cgi*InSummary[IPADDRESS_ids10]: yes
routers.cgi*Graph[IPADDRESS_ids10]: IPADDRESS_idsall
Target[IPADDRESS_ids11]: 1.3.6.1.4.1.3224.3.2.1.23.1&1.3.6.1.4.1.3224.3.2.1.24.1:COMMUNITYSTRING@IPADDRESS:::::2
Title[IPADDRESS_ids11]: OptStream & IcmpFrag Zone Untrust -- NAMEOFTHEFIREWALL
MaxBytes[IPADDRESS_ids11]: 4294967295
Colours[IPADDRESS_ids11]: ORANGE#FC7C01, RED#FF0000, DARK RED#660000, BLACK#000000
YLegend[IPADDRESS_ids11]: Attacks per Second
Legend1[IPADDRESS_ids11]: OptStream
Legend2[IPADDRESS_ids11]: IcmpFrag
Legend3[IPADDRESS_ids11]: Peak OptStream
Legend4[IPADDRESS_ids11]: Peak IcmpFrag
LegendI[IPADDRESS_ids11]: OptStream:
LegendO[IPADDRESS_ids11]: IcmpFrag:
ShortLegend[IPADDRESS_ids11]: Att/s
routers.cgi*Options[IPADDRESS_ids11]: fixunit nomax
routers.cgi*GraphStyle[IPADDRESS_ids11]: lines
routers.cgi*Icon[IPADDRESS_ids11]: firewall3-sm.gif
routers.cgi*ShortDesc[IPADDRESS_ids11]: OptStream & IcmpFrag
routers.cgi*InSummary[IPADDRESS_ids11]: yes
routers.cgi*Graph[IPADDRESS_ids11]: IPADDRESS_idsall
Target[IPADDRESS_ids12]: 1.3.6.1.4.1.3224.3.2.1.25.1&1.3.6.1.4.1.3224.3.2.1.26.1:COMMUNITYSTRING@IPADDRESS:::::2
Title[IPADDRESS_ids12]: IcmpLarge & TcpSynFin Zone Untrust -- NAMEOFTHEFIREWALL
MaxBytes[IPADDRESS_ids12]: 4294967295
Colours[IPADDRESS_ids12]: ORANGE#FC7C01, RED#FF0000, DARK RED#660000, BLACK#000000
YLegend[IPADDRESS_ids12]: Attacks per Second
Legend1[IPADDRESS_ids12]: IcmpLarge
Legend2[IPADDRESS_ids12]: TcpSynFin
Legend3[IPADDRESS_ids12]: Peak IcmpLarge
Legend4[IPADDRESS_ids12]: Peak TcpSynFin
LegendI[IPADDRESS_ids12]: IcmpLarge:
LegendO[IPADDRESS_ids12]: TcpSynFin:
ShortLegend[IPADDRESS_ids12]: Att/s
routers.cgi*Options[IPADDRESS_ids12]: fixunit nomax
routers.cgi*GraphStyle[IPADDRESS_ids12]: lines
routers.cgi*Icon[IPADDRESS_ids12]: firewall3-sm.gif
routers.cgi*ShortDesc[IPADDRESS_ids12]: IcmpLarge & TcpSynFin
routers.cgi*InSummary[IPADDRESS_ids12]: yes
routers.cgi*Graph[IPADDRESS_ids12]: IPADDRESS_idsall
Target[IPADDRESS_ids13]: 1.3.6.1.4.1.3224.3.2.1.27.1&1.3.6.1.4.1.3224.3.2.1.28.1:COMMUNITYSTRING@IPADDRESS:::::2
Title[IPADDRESS_ids13]: TcpFinNoAck & HttpMalUrl Zone Untrust -- NAMEOFTHEFIREWALL
MaxBytes[IPADDRESS_ids13]: 4294967295
Colours[IPADDRESS_ids13]: ORANGE#FC7C01, RED#FF0000, DARK RED#660000, BLACK#000000
YLegend[IPADDRESS_ids13]: Attacks per Second
Legend1[IPADDRESS_ids13]: TcpFinNoAck
Legend2[IPADDRESS_ids13]: HttpMalUrl
Legend3[IPADDRESS_ids13]: Peak TcpFinNoAck
Legend4[IPADDRESS_ids13]: Peak HttpMalUrl
LegendI[IPADDRESS_ids13]: TcpFinNoAck:
LegendO[IPADDRESS_ids13]: HttpMalUrl:
ShortLegend[IPADDRESS_ids13]: Att/s
routers.cgi*Options[IPADDRESS_ids13]: fixunit nomax
routers.cgi*GraphStyle[IPADDRESS_ids13]: lines
routers.cgi*Icon[IPADDRESS_ids13]: firewall3-sm.gif
routers.cgi*ShortDesc[IPADDRESS_ids13]: TcpFinNoAck & HttpMalUrl
routers.cgi*InSummary[IPADDRESS_ids13]: yes
routers.cgi*Graph[IPADDRESS_ids13]: IPADDRESS_idsall
Target[IPADDRESS_ids14]: 1.3.6.1.4.1.3224.3.2.1.29.1&1.3.6.1.4.1.3224.3.2.1.30.1:COMMUNITYSTRING@IPADDRESS:::::2
Title[IPADDRESS_ids14]: SessMalNum & SynAckAck Zone Untrust -- NAMEOFTHEFIREWALL
MaxBytes[IPADDRESS_ids14]: 4294967295
Colours[IPADDRESS_ids14]: ORANGE#FC7C01, RED#FF0000, DARK RED#660000, BLACK#000000
YLegend[IPADDRESS_ids14]: Attacks per Second
Legend1[IPADDRESS_ids14]: SessMalNum
Legend2[IPADDRESS_ids14]: SynAckAck
Legend3[IPADDRESS_ids14]: Peak SessMalNum
Legend4[IPADDRESS_ids14]: Peak SynAckAck
LegendI[IPADDRESS_ids14]: SessMalNum:
LegendO[IPADDRESS_ids14]: SynAckAck:
ShortLegend[IPADDRESS_ids14]: Att/s
routers.cgi*Options[IPADDRESS_ids14]: fixunit nomax
routers.cgi*GraphStyle[IPADDRESS_ids14]: lines
routers.cgi*Icon[IPADDRESS_ids14]: firewall3-sm.gif
routers.cgi*ShortDesc[IPADDRESS_ids14]: SessMalNum & SynAckAck
routers.cgi*InSummary[IPADDRESS_ids14]: yes
routers.cgi*Graph[IPADDRESS_ids14]: IPADDRESS_idsall
Target[IPADDRESS_ids15]: 1.3.6.1.4.1.3224.3.2.1.31.1&PseudoZero:COMMUNITYSTRING@IPADDRESS:::::2
Title[IPADDRESS_ids15]: IpFrag Zone Untrust -- NAMEOFTHEFIREWALL
MaxBytes[IPADDRESS_ids15]: 4294967295
Colours[IPADDRESS_ids15]: ORANGE#FC7C01, RED#FF0000, DARK RED#660000, BLACK#000000
YLegend[IPADDRESS_ids15]: Attacks per Second
Legend1[IPADDRESS_ids15]: IpFrag
#Legend2[IPADDRESS_ids15]: SynAckAck
Legend3[IPADDRESS_ids15]: Peak IpFrag
#Legend4[IPADDRESS_ids15]: Peak SynAckAck
LegendI[IPADDRESS_ids15]: IpFrag:
#LegendO[IPADDRESS_ids15]: SynAckAck:
ShortLegend[IPADDRESS_ids15]: Att/s
routers.cgi*Options[IPADDRESS_ids15]: noo fixunit nomax
routers.cgi*GraphStyle[IPADDRESS_ids15]: lines
routers.cgi*Icon[IPADDRESS_ids15]: firewall3-sm.gif
routers.cgi*ShortDesc[IPADDRESS_ids15]: IpFrag
routers.cgi*InSummary[IPADDRESS_ids15]: yes
routers.cgi*Graph[IPADDRESS_ids15]: IPADDRESS_idsall
################################################################################################################
#Summary Graph for all IDS graphs:
#nototal, because there would be two total lines, one for "incoming" and one for "outgoing". But this doesn't make sense here.
routers.cgi*Title[IPADDRESS_idsall]: IDS Summary Zone Untrust -- NAMEOFTHEFIREWALL
#routers.cgi*LegendTI[IPADDRESS_idsall]: Attacks:
#routers.cgi*LegendTO[IPADDRESS_idsall]: Attacks:
routers.cgi*ShortDesc[IPADDRESS_idsall]: IDS Summary Untrust
routers.cgi*GraphStyle[IPADDRESS_idsall]: lines
routers.cgi*Options[IPADDRESS_idsall]: nototal
routers.cgi*InSummary[IPADDRESS_idsall]: yes
sumber : weberblog.net/mrtg-with-rrdtool-and-routers2-installation-from-scratch