Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

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

Modifying the TDF Interface of a TDF Domain

date_range 13-Jan-21

This procedure describes how to use maintenance mode to modify attributes of the TDF interface for a TDF domain. You must first halt new sessions from being started and verify that no active sessions remain.

To configure the mobile interface of a TDF domain:

  1. From configuration mode, activate maintenance mode for the TDF domain using the mobile interface to be modified.
    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 of this mobile interface is in maintenance mode.
    content_copy zoom_out_map
    [edit]
    user@host# run show unified-edge tdf domain service-mode
    

    From the gateway hierarchy, the service mode for the gateway shows Maintenance – Active Phase if all the sessions using this TDF domain are cleared. The service mode for the gateway shows Maintenance – In Phase if some sessions are actively using this TDF domain. The service mode for the TDF domain shows Maintenance – Out Phase if maintenance mode is not configured (that is, it is in operational mode).

    You cannot make and commit changes to a mobile interface unless the TDF domain to which it is attached is in maintenance mode.

  3. Verify that no subscribers are active on the TDF domain.
    content_copy zoom_out_map
    [edit]
    user@host# run show unified-edge tdf subscribers | match domain-name
    
  4. (Optional) Terminate sessions that are using an address pool using the clear command.
    content_copy zoom_out_map
    [edit]
    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, make and commit changes to the TDF domain interface in active maintenance mode.
    Note:

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

  6. Modify the interface.
  7. Exit maintenance mode and commit the changes.
    content_copy zoom_out_map
    [edit]
    user@host# delete unified-edge gateways tdf gateway-name domain domain-name service-mode  
    user@host# commit
    
  8. Verify that changes were properly committed.
    content_copy zoom_out_map
    [edit]
    user@host# run show configuration unified-edge gateways tdf gateway-name domain domain-name
    
  9. Return the gateway to operational state.
    content_copy zoom_out_map
    [edit]
    user@host# run show unified-edge tdf service-mode 
    
footer-navigation