Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

Deleting a TDF Domain

date_range 13-Jan-21

This procedure describes how to use maintenance mode to delete a TDF domain. You must first halt new sessions from being started and verify that there no active sessions remain.

To delete a TDF domain name:

  1. From configuration mode, activate maintenance mode for a TDF domain.
    content_copy zoom_out_map
    [edit]
    user@host# set unified-edge gateways tdf  gateway-name domains domain-name service-mode maintenance 
    user@host#  commit
    
  2. Verify that the TDF domain is in maintenance mode.
    content_copy zoom_out_map
    [edit]
    user@host# run show unified-edge tdf domains service-mode
    

    The service mode shows Maintenance – Active Phase if all the sessions are cleared. The service mode shows Maintenance – In Phase if some sessions are active. The service mode shows Maintenance – Out Phase if maintenance mode is not configured (that is, it is in operational mode).

  3. Verify that no subscribers are active on the TDF domain.
    content_copy zoom_out_map
    user@host# run show unified-edge tdf domain domain-name gateway gateway-name
    
  4. (Optional) Terminate sessions that are using a TDF domain using the clear command.
    content_copy zoom_out_map
    user@host#  run clear  unified-edge tdf subscribers domain domain-name gateway gateway-name
    
  5. When the subscriber count is zero and all sessions have ended, delete the TDF domain in active maintenance mode.
    Note:

    These modifications must be made in active maintenance mode or they fail.

  6. Delete the TDF domain and commit the changes.
    content_copy zoom_out_map
    user@host# delete unified-edge gateways tdf  gateway-name tdf-services domains domain-name  
    user@host# commit
    
  7. Verify that changes were properly committed by showing the configuration for the entire unified edge to make sure the TDF domain is deleted.
    content_copy zoom_out_map
    [edit]
    user@host# run show configuration unified-edge gateways tdf gateway-name domain domain-name
    
  8. Return the gateway to the operational state.
    content_copy zoom_out_map
    [edit]
    user@host# run show unified-edge tdf gateway service-mode 
    
footer-navigation