cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
276
Views
0
Helpful
1
Replies

Network monitoring

Manish Manwal
Level 1
Level 1

how to monitor network traffic with prtg network tool.

how to configured snmp or log server in cisco switch then how to use prtg network tool

THANKS
MANISH MANWAL
1 Reply 1

Hi

Basically you must add the PRTG IP  into the logging configuration, for example:

 

conf t

logging on

logging host <PRTG IP> 

logging trap 5

logging buffered 5

logging buffered 100000

logging source-interface <interface o vlan>

 

Into the SNMP configuration you must include the community string (what can be any phrase) and server, example:

 

snmp-server host <PRTG Server> version 2c <Community phrase>

https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst2960/software/release/12-2_55_se/configuration/guide/scg_2960/swsnmp.html

 

If you have more than 1 server you can use a standar ACL to specify the host, for example:

 

ip access-list 10 standar SNMP-SERVERS

permit host 1.1.1.1

permit host 2.2.2.2

permit host 3.3.3.3

 

snmp-server community <community string> ro <ACL name or number>

 

 

Hope it is useful

:-)

 

 




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<
Review Cisco Networking for a $25 gift card