Associates an existing and configured client identity (device fingerprinting definition) with this client identity group
client-identity <CLIENT-IDENTITY-NAME> precedence <1-10000>
client-identity <CLIENT-IDENTITY-NAME> precedence <1-10000>
client-identity <CLIENT-IDENTITY-NAME> |
Associates a client identity with this group
|
precedence <1-10000> |
Determines the order in which client identity is used.
The client identity rule is applied based on its precedence value. Lower the value, higher is the precedence. Therefore, a client identity with precedence 5 gets priority over a client identity having precedence 20. |
The following example shows two client identities created and configured:
rfs4000-229D58(config)#show context ! ! Configuration of RFS4000 version 5.9.2.0-006D ! ! version 2.5 ! ! client-identity TestClientIdentity dhcp 1 message-type request option-codes exact hexstring 5e4d36780b3a7f ! client-identity test dhcp 2 message-type discover option 2 exact hexstring 012456c22c44 dhcp 1 message-type request option 60 exact ascii MSFT5.0 dhcp-match-message-type all ! client-identity-group ClientIdentityGroup client-identity TestClientIdentity precedence 1 ! client-identity-group test ! ip access-list BROADCAST-MULTICAST-CONTROL permit tcp any any rule-precedence 10 rule-description "permit all TCP traffic" --More-- rfs4000-229D58(config)#
The following example associates client identity ‘test‘ with the client identity group ‘test‘:
rfs4000-229D58(config-client-identity-group-test)#client-identity test precedence 1
The following example shows the client identity group ‘test‘ with two associated client identities having precedence 1 and 2:
rfs4000-229D58(config-client-identity-group-test)#client-identity TestClientIdentity precedence 2 rfs4000-229D58(config-client-identity-group-test)#show context client-identity-group test client-identity test precedence 1 client-identity TestClientIdentity precedence 2 rfs4000-229D58(config-client-identity-group-test)#
no |
Removes the client identity associated with the client identity group |