Activating Junos OS Application Identification for Nested Applications (CLI Procedure)

Application identification for nested applications is turned on by default. You can manually turn it off by using the CLI.

To disable nested application identification:

  1. user@host# set services application-identification nested-application-settings no-nested-application
  2. If you want to reenable nested application identification, delete the configuration statement:
    user@host# delete services application-identification nested-application-settings no-nested-application
  3. If you are finished configuring the device, commit the configuration.
  4. To verify the configuration, enter the show services application-identification nested-applications command. For more information, see the Junos OS CLI Reference.

Related Topics