S o n o m a U s e r M a n u a l
40
C H A P T E R F O U R
Disable the
PTP Protocol
The instructions below assume that the PTP Option has been installed on Port 0 (eth0) of your So-
noma. To check, see the section titled Option at the beginning of this chapter.
To disable the Precision Time Protocol on Port 0 issue the following command:
chmod -x /etc/rc.d/rc.ptpd0
Copy the rc.ptpd0 le to the non-volatile FLASH area like this:
cp -p /etc/rc.d/rc.ptpd0 /boot/etc/rc.d
Then:
reboot
Once PTP has been disabled, the user interface will no longer show the existence of PTP.
Re-Enable PTP
To re-enable PTP on Port 0, remove the rc.ptpd0 le from the /etc/rc.d directory as shown below:
rm /boot/etc/rc.d/rc.ptpd0
Then:
reboot
NOTE
If PTP is also installed on Port 1, then follow the instructions above using rc.ptpd1.