Enabling and Disabling Next Gen Services
To use Next Gen Services, you must first enable it on the MX Series router. This topic describes how to enable Next Gen Services, how to disable Next Gen Services, and how to determine whether Next Gen Services is enabled or disabled on your system.
Loading the Software Images on RE-S-X6-64G-UB
The Next-Gen Services MX-SPC3 services card can exhibit inconsistent behavior when the vmhost image is installed on the Next-Generation Routing Engine: RE-S-X6-64G-UB (NG-RE).
This behavior can result in you encountering one of the following:
The MX-SPC3 card remains in Present state and does not come online
The MX-SPC3 comes online successfully with different a software image (either a previously installed image or the pre-loaded image from manufacturing)
To work around this problem, you must install the jpfe-spc3*
package manually on the NG-RE. To install
this package manually, follow one of these procedures, depending on
whether or not you have enabled Next Gen Services (unified-services) mode:
If unified-services are enabled:
- Download the
jpfe-spc3*
package from: Downloads - Load vmhost* image on the RE
- After the RE comes up, copy package jpfe-spc3-mx-x86-32-19.4R1.9.tgz to the /var/tmp directory
- Load
jpfe-spc3*
package:user@host> request system software add /var/tmp/jpfe-spc3-mx-x86-32-19.4R1.9.tgz reboot
If unified-services are disabled:
- Download the
jpfe-spc3*
package from: Downloads - Load vmhost* image on the RE
- After it comes up, enable unified-servicesmode.user@host> request system enable unified-services and restart
- After the RE comes up, copy package jpfe-spc3-mx-x86-32-19.4R1.9.tgz to the /var/tmp directory.
- Load jpfe-spc3*.user@host> request system software add /var/tmp/jpfe-spc3-mx-x86-32-19.4R1.9.tgz reboot
Enabling Next Gen Services on an MX Series Router
There are specific steps you’ll need to take if you’re migrating your services from MS-MPC cards to the MX-SPC3 services cards. The Next Gen Services CLI differs from these legacy services.
The following procedure is a general procedure for enabling and disabling Next Gen Services.
Before you do anything, you’ll need to back up your configuration.
For more details on the differences between the configuration of the MX-SPC3 services card and legacy services cards, see Configuration Differences Between Adaptive Services and Next Gen Services on the MX-SPC3 and plan your migration appropriately.
You can run Next Gen Services on the MX240, MX480 and MX960 using the MX-SPC3 services card. To use Next Gen Services on the MX Series, you must first enable Next Gen Services:
- Delete any router configuration that is for services. This includes configuration under the [edit services] hierarchy, configuration for services interfaces, and any configuration that refers to services interfaces.
- Enable Next Gen Services.user@host> request system enable unified-services
- When the following message appears, enter yes.
Before enabling unified services, please move to baseline configuration. Are above conditions satisfied ? [yes,no]
- Reboot the MX Series chassis.user@host> request system reboot
You can also enable the Next Gen Services on a Guest network function (GNF), by using the CLI request system enable unified-services at the GNF level. For more information, see Next Gen Services on Junos node slicing.
Disabling Next Gen Services on an MX Series Router
To disable Next Gen Services on the MX Series:
- Delete any router configuration that is for services. This includes configuration under the [edit services] hierarchy, configuration for services interfaces, and any configuration that refers to services interfaces.
- Disable Next Gen Services.user@host> request system disable unified-services
- When the following message appears, enter yes.
Before disabling unified services, please move to baseline configuration. Are above conditions satisfied ? [yes,no]
Unified-Services downgrade staged. Please reboot with 'request system reboot' command to complete the downgrade WARNING: cli has been replaced by an updated version: CLI release 20190829.221548_builder.r1052644 built by builder on 2019-08-29 22:27:13 UTC Restart cli using the new version ? [yes,no] (yes)
- Reboot the MX Series chassis.user@host> request system reboot
Determining Whether Next Gen Services is Enabled on an MX Series Router
To determine whether Next Gen Services is enabled:
- Enter the following command:user@host> show system unified-services status
One of the following messages appears:
Enabled
—Next Gen Services is enabled and ready to use.Unified Services : Upgrade staged , please reboot with 'request system reboot' to enable unified services.
—You must perform a system reboot before Next Gen Services is enabled.Disabled
—Next Gen Services is disabled.Unified Services : Upgrade staged , please reboot with 'request system reboot' to disable unified services.
—You must perform a system reboot before Next Gen Services is disabled.