JANUS DISPLAYIPGROUP

From m204wiki
(Redirected from JANUS DISIPG)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Display IP group


Show remote port definitions

This command displays the definitions of IP groups defined using the JANUS DEFINEIPGROUP command.

Syntax

JANUS DISPLAYIPGROUP portname remotename


Where portname identifies the ports whose IP group definitions are to be displayed, and groupname identifies the IP group names to be displayed. The portname and groupname criteria jointly constrain the display.

JANUS DISPLAYIPGROUP LOC* FAR*

The above example would display the IP group definitions for groups with names beginning with FAR (FAR, FARTHER, FARTHEST, FARGO, etc.) which were associated with ports beginning with LOC (LOCO, LOCAL, LOCHNESS, etc.).

JANUS DISPLAYIPGROUP output is in the form of a series of JANUS DEFINEIPGROUP commands, and may be captured for re-execution with a Model 204 USE command or with a Daemon object.

Valid abbreviations for DISPLAYIPGROUP are DISIPG, DISIPGROUP and DISPLAYIPG.

JANUS DISIPG * SV???

In the above example, remote server definitions are displayed for those with names that are 5 characters long beginning with SV (SV100, SV314, etc.). on any port (specified by the *).

JANUS DISPLAYIPGROUP JANUS DEFINEIPGROUP FAR 198.242.244.11 198.242.244.34 198.242.244.77 JANUS DEFINEIPGROUP FARTHER 198.17.18.19 198.123.127.128 198.200.99.98 JANUS DEFINEIPGROUP FARTHEST 58.96.44.11 68.69.70.71 128.64.32.16

JANUS DISPLAYIPGROUP output can be captured and re-executed as DEFINEIPGROUP commands

See also