Your network contains a server named Server1 that has the Network Policy and Access Services
server role installed.
All of the network access servers forward connection requests to Server1.
You create a new network policy on Server1.
You need to ensure that the new policy applies only to connection requests from the 192.168.0.0/24
subnet.
What should you do?
A.
Set the Client IP4 Address condition to 192.168.0.0/24.
B.
Set the Client IP4 Address condition to 192.168.0.
C.
Set the Called Station ID constraint to 192.168.0.0/24.
D.
Set the Called Station ID constraint to 192.168.0.
Explanation:
RADIUS client properties
Following are the RADIUS client conditions that you can configure in network policy.
Calling Station ID: Specifies the network access server telephone number that was dialed by the dialup access client.
Client Friendly Name: Specifies the name of the RADIUS client that forwarded the connection
request to the NPS server.
Client IPv4 Address: Specifies the Internet Protocol (IP) version 4 address of the RADIUS client that
forwarded the connection request to the NPS server.
Client IPv6 Address: Specifies the Internet Protocol (IP) version 6 address of the RADIUS client that
forwarded the connection request to the NPS server.
Client Vendor: Specifies the name of the vendor or manufacturer of the RADIUS client that sends
connection requests to the NPS server.
MS RAS Vendor: Specifies the vendor identification number of the network access server that is
requesting authentication.
Is this OK?
I think this is correct:
Called Station ID condition specifies the network access server telephone number dialed by access client.
Client IPv4 Address condition specifies the Internet Protocol (IP) version 4 address of the RADIUS client that forwarded the connection request to the NPS server.
I think the answer should be A
https://technet.microsoft.com/en-us/library/cc731824(v=ws.10).aspx
In New RADIUS Client, in Address (IP or DNS), type the IP address range for the RADIUS clients by using Classless Inter-Domain Routing (CIDR) notation. For example, if the IP address range for the NASs is 10.10.0.0, type 10.10.0.0/16.
Answer B is correct – it is for network 192.168.0.1-192.168.0.254
So pattern for all IPs is “192.168.0”