JANUS DISPLAYIPGROUP: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
Line 40: Line 40:
</ul>
</ul>


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

Revision as of 11:47, 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