IP Whitelisting Using Access Control policy {Dynamically}

Hi , all hope you are doing great.

So I have a requirement to whitelist an IP in a dynamically manner what I mean by dynamically like in access control policy we made configuration like this

 

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AccessControl async="false" continueOnError="false" enabled="true" name="Access-Control-1">
    <DisplayName>Access Control-1</DisplayName>
    <Properties/>
    <IPRules noRuleMatchAction="ALLOW">
        <MatchRule action="ALLOW">
            <SourceAddress mask="32">10.10.10.20</SourceAddress>
        </MatchRule>
    </IPRules>
</AccessControl>

 

so there you can see I have pass some IP so rather then pass statically IP  I would like to wrap this IP in something like variable 

so is this possible ?

Solved Solved
0 1 239
1 ACCEPTED SOLUTION

yes, per the documentation. (For X and hybrid).

access-control.png

View solution in original post

1 REPLY 1

yes, per the documentation. (For X and hybrid).

access-control.png