How to discover devices with a pattern in a Smarts IP domain using Topology Split Manager (TSM)
How to use the Smarts IP TSM PATTERN functionality
To discover devices with a pattern in Smarts IP domain using Topology Split Manager (TSM), do the following:
- Open the topo-split.conf configuration file found in the following directory using sm_edit:
TSM_BASEDIR/IP/smarts/conf/discovery/topo-split
- Specify a pattern to match as follows:
PATTERN=<Pattern> DOMAIN=<DomainName>
Example
The following example uses a pattern (PATTERN=192.1.17.*) to specify that all devices with an IP address that starts with the first three octets of "192.1.17" must be assigned to the subdomain (DOMAIN=AM001):
PATTERN=192.1.17.* DOMAIN=AM001