JANUS DELETEIPGROUP: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
mNo edit summary
Line 1: Line 1:
{{DISPLAYTITLE:JANUS DELETEIPGROUP}}
{{DISPLAYTITLE:JANUS DELETEIPGROUP}}
<span class="pageSubtitle"><section begin="desc" />DELETEIPGROUP<section end="desc" /></span>
<span class="pageSubtitle"><section begin="desc" />Remove IPGROUP definition.<section end="desc" /></span>


This command deletes a previously defined IP group.


==Syntax==


This command deletes a previously defined IP group.
==Syntax==
<p class="syntax"><section begin="syntax" /> JANUS DELETEIPGROUP groupname
<p class="syntax"><section begin="syntax" /> JANUS DELETEIPGROUP groupname
<section end="syntax" /></p>
<section end="syntax" /></p>
Line 11: Line 11:
</p>
</p>


Where the single parameter is required:


Where the single parameter is required:
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>groupname</th>
<tr><th>groupname</th>
Line 20: Line 20:
<p class="code"> JANUS DELETEIPGROUP ACCOUNTING_DEPT
<p class="code"> JANUS DELETEIPGROUP ACCOUNTING_DEPT
</p>
</p>
Deletes the IP group definition for ACCOUNTING_DEPT.  
Deletes the IP group definition for ACCOUNTING_DEPT.  


The DELETEIPGROUP command will fail if there are active JANUS WEB rules that reference the IP group. See for a discussion of removing rules.
The DELETEIPGROUP command will fail if there are active JANUS WEB rules that reference the IP group. See for a discussion of removing rules.
See: [[List_of_Janus_commands|Janus command list]]


[[Category:Janus commands|JANUS DELETEIPGROUP]]
[[Category:Janus commands|JANUS DELETEIPGROUP]]
[[Category:Sirius commands]]
[[Category:Sirius commands|JANUS DELETEIPGROUP]]

Revision as of 20:43, 28 February 2011

<section begin="desc" />Remove IPGROUP definition.<section end="desc" />

This command deletes a previously defined IP group.

Syntax

<section begin="syntax" /> JANUS DELETEIPGROUP groupname <section end="syntax" />

JANUS DELETEIPGROUP command syntax

Where the single parameter is required:

groupname A 1 - 30 character name of the IP group being deleted.

The DELETEIPGROUP command may be abbreviated DELIPGROUP, DELIPG, and DELETEIPG, so

JANUS DELETEIPGROUP ACCOUNTING_DEPT

Deletes the IP group definition for ACCOUNTING_DEPT.

The DELETEIPGROUP command will fail if there are active JANUS WEB rules that reference the IP group. See for a discussion of removing rules.

See: Janus command list