end
Exits the current configuration mode and returns to the Exec mode.
Product
All
Privilege
Security Administrator, Administrator
Syntax
end
Usage Guidelines
Use this command to return to the Exec mode.
The documentation set for this product strives to use bias-free language. For the purposes of this documentation set, bias-free is defined as language that does not imply discrimination based on age, disability, gender, racial identity, ethnic identity, sexual orientation, socioeconomic status, and intersectionality. Exceptions may be present in the documentation due to language that is hardcoded in the user interfaces of the product software, language used based on RFP documentation, or language that is used by a referenced third-party product. Learn more about how Cisco is using Inclusive Language.
The UIDH Server Configuration Mode commands are used to configure the parameters when a connection is established with the UIDH Server.
Exec > Global Configuration > Context Configuration > UIDH Server Configuration Mode Configuration
configure > context context_name > uidh-server uidh_server_name
Entering the above command sequence results in the following prompt:
[context_name]host_name(uidh-server)#
Exits the current configuration mode and returns to the Exec mode.
All
Security Administrator, Administrator
end
Use this command to return to the Exec mode.
Exits the current mode and returns to the parent configuration mode.
All
Security Administrator, Administrator
exit
Use this command to return to the parent configuration mode.
This command allows you to configure the refresh interval for a UIDH key.
P-GW
Security Administrator, Administrator
Exec > Global Configuration > Context Configuration > UIDH Server Configuration Mode Configuration
configure > context context_name > uidh-server uidh_server_name
Entering the above command sequence results in the following prompt:
[context_name]host_name(uidh-server)#
refresh-interval refresh_interval_time
default refresh-interval
no refresh-interval
Deletes the refresh interval parameter from the UIDH server configuration.
Configures the default interval value in the UIDH server configuration.
The refresh interval time is configured in hours and is an integer ranging from 8 to 168 hours. The default interval value is 8 hours.
Use this command to configure the refresh interval in the UIDH sever configuration.
When a session is attached to P-GW, the P-GW queries the UIDH server. If there is no response from the UIDH server, the UIDH service is not enabled for this session. If there is a Whitelisted subscriber, the UIDH server sends the UIDH string to P-GW. The P-GW queries the UIDH string after the refresh interval.
On querying, if P-GW does not receive a response, it uses the existing key and sends another request after the refresh interval.
If P-GW receives a response with an empty string – subscriber moving from OPT-IN to OPT-OUT, it does not perform a key refresh and UIDH insertion is disabled until the subscriber re-attaches.
Any status change of a subscriber from OPT-OUT to OPT-IN is applied only on subscriber attach. However, the status changes from OPT-IN to OPT-OUT is applied only after refresh interval.
When a subscriber moves to the OPT-OUT status, it is indicated with the following response: 200 OK Blank Response. This indicates that the request has been processed successfully at the UIDH server and that the subscriber has opted out.
In case of UIDH service failure, either because of a failure in service or because of failure in connection to the UIDH server, the P-GW continues to process the session without inserting the UIDH hash value.
refresh-interval 6
This command allows you to configure the remote address of the UIDH server.
P-GW
Security Administrator, Administrator
Exec > Global Configuration > Context Configuration > UIDH Server Configuration Mode Configuration
configure > context context_name > uidh-server uidh_server_name
Entering the above command sequence results in the following prompt:
[context_name]host_name(uidh-server)#
remote-address uidh_address port uidh_port_number local-address local_address
no remote-address
Deletes the remote address configuration from the UIDH Server.
Configures the remote port address to connect to the UIDH server. The port address is an integer ranging from 1 to 65535.
Configures a local IP address (IPv4/IPv6) to be used to connect to a UIDH server.
Use this command to configure the remote address of the UIDH server.
remote-address 209.165.200.225 port 600 local-address 209.165.200.226
This command allows you to configure the response timeout for UIDH requests.
P-GW
Security Administrator, Administrator
Exec > Global Configuration > Context Configuration > UIDH Server Configuration Mode Configuration
configure > context context_name > uidh-server uidh_server_name
Entering the above command sequence results in the following prompt:
[context_name]host_name(uidh-server)#
response-timeout timeout_value
default refresh-interval
no remote-address
Deletes the response timeout configuration for UIDH requests.
Configures the default response timeout value for UIDH requests.
The timeout value is configured in seconds and is an integer ranging from 1 to 10. The default timeout value is 2 seconds.
Use this command to configure the response timeout value for UIDH requests.
response-timeout 10