Network monitoring
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2018 03:15 AM - edited 03-08-2019 03:02 PM
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
MANISH MANWAL
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2018 04:29 AM - edited 05-16-2018 04:34 AM
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>
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. <<
