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

Changing a TDF Interface

date_range 13-Jan-21

This procedure describes how to use maintenance mode to halt new sessions from being started and to verify that no active sessions remain before making changes to a TDF interface address.

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

    From the gateway hierarchy, the service mode for the TDF gateway shows Maintenance – Active Phase if all the sessions using this pool are cleared. The service mode for the gateway shows Maintenance – In Phase if some sessions are actively using this pool.

  3. Verify that no subscribers are active on this gateway.
    content_copy zoom_out_map
    [edit]
    user@host# run show unified-edge tdf subscribers gateway gateway-name
    
    Note:

    If a large number of subscribers use this gateway, the preceding command can be process intensive, in which case you can use the following command to show the active contexts across all of the gateway instances:

    content_copy zoom_out_map
    [edit]
    user@host# run show unified-edge tdf status
    
  4. (Optional) Terminate sessions that are using the gateway using the following clear command:
    content_copy zoom_out_map
    [edit]
    user@host# run clear  unified-edge tdf subscribers gateway  gateway-name
    
    CAUTION:

    This clear command deletes all of the existing subscribers on the gateway. Only issue these commands if you intend to disconnect service to all these subscribers.

  5. When the subscriber count is zero, and all sessions have ended, modify the TDF interface in active maintenance mode.
    content_copy zoom_out_map
    [edit]
    user@host# set unified-edge gateways tdf gateway-name domains domain-name 
    user@host# commit
    
    Note:

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

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