Users Guide

Table Of Contents
slave
Configures the IP address of PTP slave devices for the master clock.
Syntax
slave ip-address
Parameters ip-addressIP address of the slave clock device
Defaults No default IP address; unicast negotiation disabled
Command Mode INTERFACE CONFIGURATION - MASTER submode
Security and
Access
Netadmin and sysadmin
Usage
Information
You can configure the IP addresses of multiple slaves. The format of the slave IP address depends on
the configured unicast mode. The system reports an error when you configure more than the maximum
number of slaves. The no form of this command removes the configuration.
Example
OS10(config)# interface ethernet 1/1/1
OS10(conf-if-eth1/1/1)# ptp transport ipv4 unicast master
OS10(conf-ethernet1/1/1-ptp-ipv4-master)# slave 10.10.10.1
OS10(conf-ethernet1/1/1-ptp-ipv4-master)# slave 10.10.10.2
Supported
Releases
10.5.1.0 or later
source
Configures the source IP address for unicast transport from master to slave and slave to master.
Syntax
source ip-address
Parameters ip-addressSpecifies the source IP address for the PTP packets.
Defaults None
Command Mode
INTERFACE CONFIGURATION - MASTER submode
INTERFACE CONFIGURATION - SLAVE submode
Security and
Access
Netadmin and sysadmin
Usage
Information
This command is applicable for unicast transport mode. This configuration is required for an L2 interface.
For an L3 interface, if you do not configure the source IP address, the system uses the interface IP
address as the source IP address for the PTP packets. The no form of this command removes the
configuration.
NOTE: If you are configuring PTP on an OS10 switch that functions as a virtual router, configure the
local IP address as the source IP address for unicast transport mode. Do not configure the virtual IP
address as the source IP address.
Example -
MASTER
submode
OS10(config)# interface ethernet 1/1/1
OS10(conf-if-eth1/1/1)# ptp transport ipv4 unicast master
OS10(conf-ethernet1/1/1-ptp-ipv4-master)# source 10.10.10.2
Example - SLAVE
submode
OS10(config)# interface ethernet 1/1/1
OS10(conf-if-eth1/1/1)# ptp transport ipv4 unicast slave
OS10(conf-ethernet1/1/1-ptp-ipv4-slave)# source 10.10.10.2
Supported
Releases
10.5.1.0 or later
System management 235