Configuring Resolution Information for a NIC Proxy (SRC CLI)
Use the following statements to configure resolution information for a NIC proxy:
- nic-proxy-configuration name resolution {
- resolver-name resolver-name;
- key-type key-type;
- value-typevalue-type;
- expect-multiple-values;
- constraints constraints;
- }
To configure resolution information for a NIC proxy:
- From configuration mode, access the configuration statement
that specifies the NIC proxy configuration.
For example:
- Specify the NIC resolver that this NIC proxy uses.
- [edit shared sae configuration nic-proxy-configuration ip resolution]
- user@host# set resolver-name resolver-name
This resolver must be the same as one that is configured on the NIC host. For example:
- Specify the NIC data type that the key provides for the
NIC resolution.
- [edit shared sae configuration nic-proxy-configuration ip resolution]
- user@host# set key-type key-type
For example:
To qualify data types, enter a qualifier within parentheses after the data type; for example, to specify username as a qualifier for the key LoginName:
- Specify the type of value to be returned in the resolution
for the application that uses the NIC proxy.
- [edit shared sae configuration nic-proxy-configuration ip resolution]
- user@host# set value-type value-type
For example:
- (Optional) If the key can have more than one value, specify that the key can have multiple corresponding values.
- (Optional. Available at the Advanced editing level.) If the application provides a constraint in the resolution request, specify the data type for the constraint. The constraint represents a condition that must or may be satisfied before the next stage of the resolution process can proceed.

