I'm trying to setup an EXOS device as boundary or ordinary clock, but our grandmaster is set up to work in multicast. Reading documentation, I've just seen examples for unicast grandmasters. Is it possible to sync to a multicast grandmaster?
I want to disable the IP of one vlan. In EOS is pretty simple
interface vlan X
shutdown
But I haven't found anything similar in EXOS. There is
disable ipforwarding
but it's not the same, as the IP is still up and running.
Any idea?
There is a workaround GTAC provided to us.
entry ptp_redirect {
if match all{
destination-address 224.0.1.129/32 ;
}
then {
redirect-vlan ;
}
}
Please, check if PTP is using other multicast groups (depending on the domain an...
Anyway, I take this opportunity to ask another question. Transparent clock works in multicast? That is, the switch adds the time correction information to the PTP packets when working in multicast?
Yes, both have similar requirements. It's true that there is no requirement for PTP aware switches, but if your network is big, with routing, and heavy traffic (and for video the traffic is around 1,5gb per stream, similar to AVB), manufacturers reco...