JANUS DISPLAYIPGROUP: Difference between revisions

From m204wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 23: Line 23:
Valid abbreviations for <var>DISPLAYIPGROUP</var> are <var>DISIPG</var>, <var>DISIPGROUP</var> and <var>DISPLAYIPG</var>.
Valid abbreviations for <var>DISPLAYIPGROUP</var> are <var>DISIPG</var>, <var>DISIPGROUP</var> and <var>DISPLAYIPG</var>.


<p class="code"> JANUS DISIPG * SV???
<p class="code">JANUS DISIPG * SV???
</p>
</p>


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


<p class="code"> JANUS DISPLAYIPGROUP
<p class="code">JANUS DISPLAYIPGROUP
JANUS DEFINEIPGROUP FAR 198.242.244.11 198.242.244.34 198.242.244.77   
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 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    </p>
JANUS DEFINEIPGROUP FARTHEST 58.96.44.11 68.69.70.71 128.64.32.16    </p>
<p class="caption">JANUS DISPLAYIPGROUP output can be captured and re-executed as DEFINEIPGROUP commands</p>
<p class="caption">JANUS DISPLAYIPGROUP output can be captured and re-executed as DEFINEIPGROUP commands</p>


==See also==
==See also==
Line 40: Line 39:
</ul>
</ul>


[[Category:Janus commands|JANUS DISPLAYIPGROUP, JANUS DISIPG, JANUS DISPLAYIPG, and JANUS DISIPGROUP]]
[[Category:Janus commands|JANUS DISPLAYIPGROUP]]

Latest revision as of 12:01, 26 April 2022

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