001 Network-Management
001 Network-Management
- Monitoring Notifications
- Data collection
- Accounting
Ticket
- Change control &
monitoring
Ticket
- Capacity planning
- NOC Tools - Availability (SLAs)
- Ticket system - Trends
- Detect problems
Ticket
Ticket
- Improvements
- Upgrades
Ticket - User complaints
- Requests
- Fix problems
A few Open Source solutions…
Performance Change Mgmt Net Management
Cricket
Mercurial
Big Brother
IFPFM
Rancid (routers)
Big Sister
flowc
RCS
Cacti
mrtg
Subversion
Hyperic
netflow Security/NIDS
Munin
NfSen
Nagios*
Nessus
ntop
Netdisco
pmacct
OSSEC
Netdot
rrdtool
Prelude
OpenNMS
SmokePing
Samhain
Sysmon
SNMP/Perl/ping
SNORT
Zabbix
• Ticketing
Untangle
RT, Trac,
Redmine
Questions?
?
Part II: Details
Nice…
Network Documentation
More automation might be needed. An
automated network documentation system
is something to consider.
– You can write local scripts to do this.
– You can consider some automated
documentation systems.
– You’ll probably end up doing both.
Automated Systems
There are quite a few automated network
documentation systems. Each tends to do
something different:
– IPplan:
http://iptrack.sourceforge.net/
– Netdisco:
http://netdisco.org/
– Netdot:
https://netdot.uoregon.edu/
IPplan:
From the IPplan web page:
“IPplan is a free (GPL), web based, multilingual, TCP IP address management
(IPAM) software and tracking tool written in php 4, simplifying the
administration of your IP address space. IPplan goes beyond TCPIP address
management including DNS administration, configuration file management,
circuit management (customizable via templates) and storing of hardware
information (customizable via templates).”
Lots of screenshots:
http://iptrack.sourceforge.net/doku.php?
id=screenshots
Netdisco:
• Project launched 2003. Version 1.0
released October 2009.
• Some popular uses of Netdisco:
– Locate a machine on the network by MAC or IP and
show the switch port it lives at.
– Turn Off a switch port while leaving an audit trail.
Admins log why a port was shut down.
– Inventory your network hardware by model, vendor,
switch-card, firmware and operating system.
– Report on IP address and switch port usage: historical
and current.
– Pretty pictures of your network.
Netdot:
Includes functionality of IPplan and Netdisco
and more. Core functionality includes:
– Device discovery via SNMP
– Layer2 topology discovery and graphs, using:
• CDP/LLDP
• Spanning Tree Protocol
• Switch forwarding tables
• Router point-to-point subnets
– IPv4 and IPv6 address space management (IPAM)
• Address space visualization
• DNS/DHCP config management
• IP and MAC address tracking
Netdot:
Functionality continued:
– Cable plant (sites, fiber, copper, closets, circuits...)
– Contacts (departments, providers, vendors, etc.)
– Export scripts for various tools (Nagios, Sysmon,
RANCID, Cacti, etc)
• I.E., how we could automate node creation in Cacti!
– Multi-level user access: Admin, Operator, User
– It draws pretty pictures of your network
Documentation: Diagrams
Diagramming Software
3. Performance Tools
Key is to look at each router interface (probably
don’t need to look at switch ports).
Two common tools:
- Netflow/NfSen: http://nfsen.sourceforge.net/
- MRTG: http://oss.oetiker.ch/mrtg/
MRTG = “Multi
Router Traffic
Grapher”
Network monitoring systems & tools
Active tools
Ping – test connectivity to a host
Traceroute – show path to a host
MTR – combination of ping + traceroute
SNMP collectors (polling)
Passive tools
log monitoring, SNMP trap receivers, NetFlow
Automated tools
SmokePing – record and graph latency to a set of
hosts,
using ICMP (Ping) or other protocols
MRTG/RRD – record and graph bandwidth usage on a
switch port or network link, at regular intervals
Network monitoring systems & tools
----------------------------------------------------------------
T T T T
query | | | |
from ---->| | | |
customer |--- request --->| | |
<- ack. -- | | | |
| |<-- comm --> | |
| | |- fix issue -> eqpt
| |<- report fix -| |
customer <-|<-- respond ----| | |
| | | |
Ticketing systems: examples
rt (request tracker)
Heavily used worldwide.
A classic ticketing system that can be customized to
your location.
Somewhat difficult to install and configure.
Handles large-scale operations.
trac
A hybrid system that includes a wiki and project
management features.
Ticketing system is not as robust as rt, but works well.
Often used for ”trac”king group projects.
redmine
Like trac, but more robust. Harder to install
Network Intrusion Detection Systems
(NIDS)
These are systems that observe all of your network
traffic and report when it sees specific kinds of
problems, such as:
hosts that are infected or are acting as spamming sources.
A few tools:
SNORT - a commonly used open source tool:
http://www.snort.org/
Prelude – Security Information Management System
https://dev.prelude-technologies.com/
Samhain – Centralized HIDS
http://la-samhna.de/samhain/
Nessus - scan for vulnerabilities:
http://www.nessus.org/download/
Configuration mgmt & monitoring
Record changes to equipment configuration using
- Monitoring Notifications
- Data collection
- Accounting
Ticket
- Change control &
monitoring
Ticket
- Capacity planning
- NOC Tools - Availability (SLAs)
- Ticket system - Trends
- Detect problems
Ticket
Ticket
- Improvements
- Upgrades
Ticket - User complaints
- Requests
- Fix problems
Questions