|
|
This appendix tells you how to customize Protocol Monitor to display domains of your choice.
The domains used in the Protocol Monitor tool are determined by an ASCII configuration file. The name of this file is passed as an argument to the grdommon application. The top-level TrafficDirector window launches Protocol Monitor using the file protmon.cfg. The configuration file is assumed to be located in the $NSHOME/usr directory.
The default configuration file contents are:
Each of the children domains corresponds to a data set of the graph. The parent domain also serves as the basis for an "Other" data set, that also appears on the graph. In the default configuration, the "Other" data set is defined as the remaining contents of RMON after the children have been removed:
You can change the domains displayed by Protocol Monitor in one of two ways.
If you modify protmon.cfg, your changes are effective the next time Protocol Monitor is launched from TrafficDirector.
Here is an example of a configuration file that provides an "IP Monitor":
Copyright 1988-1996 © Cisco Systems Inc.
#
# Configuration file for Protocol Monitor
#
title: "Protocol Monitor"
parent: RMON
children: IP NOVELL
The title field determines the window title that is displayed.
RMON -- (IP + NOVELL)
Ideally, in order to make the "Other" values meaningful, there should be no overlap between the children.
#
# Custom configuration file for Protocol Monitor
#
title: "IP Monitor"
parent: IP
children: TCP UDP ICMP
If you create a new configuration file, such as ipmon.cfg, you can launch it from the command line as follows:
% $NSHOME/bin/grdommon agent-group ipmon.cfg
where
agent-group
is the name of one of the configured agent groups.
![]()
![]()
![]()
![]()
![]()
![]()
![]()