cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2007
Views
14
Helpful
3
Replies

SNMP, RMON, SAA and NetFlow???

nitass
Level 1
Level 1

Hi All,

I’m a newbie in network management field. I’m confusing about the network management technologies. Does anyone please explain me about SNMP, RMON, SAA and NetFlow? What’re different? And what’s situation that it should be used? How can I determine?

Please advice me.

Thanks a lot,

Nitass

3 Replies 3

Marvin Rhoads
Hall of Fame
Hall of Fame

All are ways to obtain information collected locally from a remote device / location.

SNMP get and sets counters and other information, in it's most basic sense. It's standards based, very extensible and almost ubiquitous in the networking world.

RMON is a standard for remote monitoring and more attuned to capturing and analyzing traffic, or characteristics of traffic. SNMP accomplishes most of the basic stats (volume, status, etc.) RMON is more up the protocol stack for analysis.

SAA is now know as IP SLA (see http://www.cisco.com/go/saa) It is the current incarnation of technology that evolved from tools Cisco built into IOS to measure metrics critical for assurance of IBM data center technology (SNA) when that was a much bigger piece of the networking landscape.

NetFlow is a means of monitoring and measuring IP flows. It can be used for rudimentary troubleshooting but is more commonly used for traffic management and integration with Operational Support Systems (e.g., billing) in my experience. See http://www.cisco.com/go/netflow.

The latter two are Cisco-specific, although I believe there is effort to incarnate them in IETF RFCs.

All these methodologies generally (but not entirely) require a tool to query and present the data for human consumption. SNMP tools are very widespread and built into some OS's (i.e., mibwalk). Open Source tools are also available for much snmp functionality (e.g., MRTG / RRDTool).

Hope this helps, please rate helpful posts.

Thanks for reply. Could you please suggest the RMON and NetFlow tools? I want to test but don’t know which tools should I use?

Thanks a lot,

Nitass

There are a few applications that you could use for each of these.

RMON:

-- Traffic Directory (end of life, but you may be able to find a copy somewhere)

-- NGenius RTM

-- A NAM itself has its own web tool

-- Any other SNMP tool that can configure, receive traps, etc

NETFLOW:

-- Netflow Data Analyzer (NDA/NFA)

-- Netflow Data Collector (NFC)

Dave