You can stop and start the PGCP process in any or these ways:
The packet gateway controller (PGC) cannot send add, modify, or subtract commands to the PGCP process.
![]() |
Caution: We recommend that you do not restart the software process unless instructed to do so by a Juniper Networks customer support engineer. A restart might cause the router to drop calls and interrupt transmission. |
Three options are available when you restart the PGCP process:
To restart the PGCP process, enter the restart pgcp-service command in operational mode:
- user@host>restart pgcp-service immediately
When you restart the PGCP process, the process is stopped and then restarted.
This topic describes the process of disabling and enabling the PGCP process.
To disable the PGCP process, enter the set system processes pgcp-service disable statement in configuration mode, and then commit your configuration:
- user@host# set system processes pgcp-service
disable
- user@host# commit
To enable the PGCP process, enter the delete system processes pgcp-service disable statement in configuration mode, and then commit your configuration:
- user@host# delete system processes pgcp-service
disable
- user@host# commit
This topic describes the process of deactivating and activating the PGCP service.
To deactivate the PGCP service, enter the deactivate services pgcp statement in configuration mode:
- user@host# deactivate services pgcp
When you enter this statement, the PGCP process is stopped and the PGCP configuration is removed from the router.
The PGCP service is activated by default. If you have deactivated the service, you can activate it by entering the activate services pgcp statement in configuration mode:
- user@host# activate services pgcp