Per IP bandwidth
-
- Mensajes: 24
- Registrado: 03 Mar 2014, 17:39
Per IP bandwidth
Hola estimados. Tengo un Fortigate 60C con firm 5.0 build 3608. Me gustaría saber como poder ver en un momento dado el ancho de banda consumido por Ip. Recuerdo que existía un widget para esto, pero no lo veo mas en esta version. Desde ya muchas gracias.
Re: Per IP bandwidth
hola, deberias tener un widgwt que dice top source o algo similar.
saludos.
saludos.
NSE 7 – Fortinet Network Security Architect
NSE 5 - Network Security Analyst
NSE 5 - Network Security Analyst
-
- Mensajes: 24
- Registrado: 03 Mar 2014, 17:39
Re: Per IP bandwidth
Tengo top destinations, pero no te da ancho de banda por IP.
Re: Per IP bandwidth
Lamentablemente hay que hacer malabares con los Fortigate para saber que host esta consumiendo n bandwidth de x enlace.
En Forti OS 5, podes usar el widget top sessions by source address y filtras asi:
reported by: all
sort by: bytes
src Interface: LAN
dst Interface: Internet (Si esta es la interfaz que queres ver)
show: 25 (podes hacer que te muestre hasta 100)
o lo tiras desde el CLI a tu usuario:
config system admin
edit "admin"
config dashboard-tabs
edit 2
set columns 1
set name "Tops"
next
end
config dashboard
edit 21
set widget-type sessions
set tab-id 2
set column 1
set refresh-interval 10
set top-n 100
set interface "LAN"
set dst-interface "INTERNET"
next
end
next
Ojala que sirva
Saludos!
En Forti OS 5, podes usar el widget top sessions by source address y filtras asi:
reported by: all
sort by: bytes
src Interface: LAN
dst Interface: Internet (Si esta es la interfaz que queres ver)
show: 25 (podes hacer que te muestre hasta 100)
o lo tiras desde el CLI a tu usuario:
config system admin
edit "admin"
config dashboard-tabs
edit 2
set columns 1
set name "Tops"
next
end
config dashboard
edit 21
set widget-type sessions
set tab-id 2
set column 1
set refresh-interval 10
set top-n 100
set interface "LAN"
set dst-interface "INTERNET"
next
end
next
Ojala que sirva
Saludos!
-
- Mensajes: 24
- Registrado: 03 Mar 2014, 17:39
Re: Per IP bandwidth
Muchas gracias iescudero, parece que con eso al menos puedo tener una buena aproximacion. Es lamentable que habiendo routers de 30 dolares que hagan esto tan facil, no sea así en un fortigate. Gracias a todos como siempre.