JANUS DISPLAYIPGROUP: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Alex moved page JANUS DISIPG to JANUS DISPLAYIPGROUP)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<span class="pageSubtitle">Display IP group</span>
<span class="pageSubtitle">Display IP group</span>


This command displays . . . 
{{DISPLAYTITLE:JANUS DISPLAYIPGROUP}}
<span class="pageSubtitle">Show remote port definitions</span>


This page is [[under construction]].
This command displays the definitions of IP groups defined using the [[JANUS DEFINEIPGROUP]] command.


==Syntax==
==Syntax==
<p class="syntax">JANUS DISIPG [parm]</p>


Where:
<p class="syntax"> JANUS DISPLAYIPGROUP portname remotename
</p>


<var class="term">parm</var> identifies


These are sample results from the <var>JANUS DISIPG</var> command:
Where <var class="term">portname</var> identifies the ports whose IP group definitions are to be displayed, and <var class="term">groupname</var> identifies the IP group names to be displayed. The <var class="term">portname</var> and <var>groupname</var> criteria jointly constrain the display.
 
<p class="code">JANUS DISPLAYIPGROUP LOC* FAR*
</p>
 
The above example would display the IP group definitions for groups with names beginning with <code>FAR</code> (<code>FAR</code>, <code>FARTHER</code>, <code>FARTHEST</code>, <code>FARGO</code>, etc.) which were associated with ports beginning with <code>LOC</code> (<code>LOCO</code>, <code>LOCAL</code>, <code>LOCHNESS</code>, etc.).
 
<var>JANUS DISPLAYIPGROUP</var> output is in the form of a series of <var>JANUS DEFINEIPGROUP</var> commands, and may be captured for re-execution with a <var class="product">[[Model 204]]</var> <var>USE</var> command or with a <var>[[Daemon class|Daemon]]</var> object.
 
Valid abbreviations for <var>DISPLAYIPGROUP</var> are <var>DISIPG</var>, <var>DISIPGROUP</var> and <var>DISPLAYIPG</var>.
 
<p class="code">JANUS DISIPG * SV???
</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>).
 
<p class="code">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    </p>
<p class="caption">JANUS DISPLAYIPGROUP output can be captured and re-executed as DEFINEIPGROUP commands</p>


==See also==
==See also==
[[List_of_Janus_commands|Janus command list]]
<ul>
<li>[[List_of_Janus_commands|Janus command list]]
</ul>


[[Category:Janus commands|JANUS DISIPG]]
[[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