Network Monitoring using System Center Operations Manager 2012

Today we will discuss about another out of box feature in OM 2012 - Network monitoring.You can monitor physical routers and switches their ports, interfaces, VLAN memberships etc. We have some default reports for networking like Interface Traffic volume, Packet Analysis. Also we have Dashboards for network devices like Network node Dashboard and Network Vicinity.

In this post, we will discuss key features of network monitoring with Operations Manager 2012. I am using Beta Edition. I have Cisco switch in my lab and three servers (all 2008 R2).

For network discovery and monitoring we need Microsoft.Windows.Server.NetworkDiscovery and Microsoft.Windows.Client.NetworkDiscovery management packs. We can  monitor connection health, VLAN health, Up/down status of port/interface, Volume of inbound/outbound traffic for port/interface for discovered network devices. Operations Manager provides more detailed processor or memory monitoring for some network devices. You can check complete list here. For Cisco devices we can monitor in depth memory counters.

Let’s Start with Discovery

From SCOM console, click on Administration and click on Discovery Wizard

1

On General properties page, give Name and specify management /gateway server from which discovery will run. We can have only one Discovery rule per Management server. Select a management pool option is used to specify pool of management servers you want to use. This is from High availability prospective. Pool can have one or more management servers. This will allow network devices to failover to other SCOM server within pool, if one of them fails.

2

Select a discovery type : We have two types of discoveries available. Discovery rule can perform either one of the two types. But you can change the type even after the rule is created. Two types:

Explicit discovery – It will only attempt to discover those devices that you explicitly specify in the wizard by IP address or FQDN. It will only monitor those devices that it can successfully access. The rule will attempt to access the device by using ICMP, SNMP, or both depending on the configuration of the rule.

Recursive discovery – This will attempt to discover those devices that you explicitly specify in the wizard by IP address, as well as other network devices that are connected to the specified SNMP v1 or v2 device and that the specified SNMP v1 or v2 device knows about through the device’s Address Routing Protocol (ARP) table, its IP address table, or the topology Management Information Block (MIB).

I selected Explicit Discovery in my case. In case you select Recursive Discovery you get two more options:

1) Include Filters: Allow to discover all connected network devices or devices within specific IP address range

2) Exclude Filters: Allows to exclude specific network devices using IP address or name.

 

image

Default Accounts: These accounts are used to discover and monitor network devices. For SNMP V1, V2 we need community string. However for V3 devices we need unique Run As Account . These Run As Accounts can be created before the wizard or during the wizard as well Smile

I click on Create Account option and get the wizard to create run as account.

image

In the wizard, We can specify the Community String. You can get this from Network Administrator Smile

image

Next is Specify Devices page. You can give the name or IP address of the device. For Access Mode you can specify whether Operations Manager will use ICMP, SNMP, or both to communicate with the network device. The network device must support the protocol that you specify. If you specify ICMP as the only protocol to use, discovery is limited to the specified device and monitoring is limited to whether the device is online or offline.

You can specify SNMP version here and associate a Run as Account for same. You can also create Run as account here.

You can also click in Import button. You can browse to text file which has IPv4 addresses of all devices you want, with IP address of single device per line.

6

Schedule Discovery : We can either schedule the network discovery or run it manually.

7

My discovery was successful and I was able to discover by Cisco switch.

From SCOM console, in Administration export the Network Discovery Internal MP in XML format, if you want to check the changes.

 

Time for some Screen Shots Smile

1) Network Vicinity Dashboard

9

 

2) Average Response Time and Processor Usage

10 

3) Reports

11 

 

Happy Reading!! Smile