cancel
Showing results for 
Search instead for 
Did you mean: 

Resource Policy Syntax

SOLVED
aeroplane_
Regular Contributor

Resource Policy Syntax

Hi

I would like to configure resource policies for a role. That role should allow to access:

1- Whole subnet 10.2.1.0/24

2- Internet Access

Could any one tell me the format of resource policy for above requirement?

Thanks

1 ACCEPTED SOLUTION

Accepted Solutions
Winston_
Occasional Contributor

Re: Resource Policy Syntax

Hi,

To access the resources 10.2.1.0/24 for all kinds of traffic like tcp,udp, and icmp. Just mention the complete subnet as below

10.2.1.0/24

For internet access you can mention as below

tcp://*:80,443,53

udp://*:*

icmp://*:*

Hope it clarifies

regards

LPW

View solution in original post

2 REPLIES 2
Winston_
Occasional Contributor

Re: Resource Policy Syntax

Hi,

To access the resources 10.2.1.0/24 for all kinds of traffic like tcp,udp, and icmp. Just mention the complete subnet as below

10.2.1.0/24

For internet access you can mention as below

tcp://*:80,443,53

udp://*:*

icmp://*:*

Hope it clarifies

regards

LPW

aeroplane_
Regular Contributor

Re: Resource Policy Syntax

Thanks Dear. Appreciated. But I thing I want to ask. May I need to define all resources in one Resource Policy OR May I make two resource policy?? one for internet and one for server access and apply both resource policies on a ROLE?

In this both resource policy would apply on the ROLE or only that resoruce policy which is on top in the list?

Thanks