ptpv1 messages dropped
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-21-2018 10:08 AM
We have an X460G2 (EXOS 22.4.1.4) with the network timing module included and are using the switch as a PTPv2 transparent clock. We also have PTPv1 devices on the network for which we want the switch to forward, but for some reason they are being dropped by the switch. Do we need an ACL to configure the forwarding of the PTPv1 messages?
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-22-2018 05:32 AM
Thanks Toni! Works great. I was aware of multicast PTP not being officially supported, but it does seem to work.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-21-2018 02:16 PM
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 and in use)
You must create an ACL and apply at vlan level (or affected ports)
configure access-list ptp vlan "LAWO_DANTE" ingress
Note that this broadcasts multicast traffic to all ports connected to the vlan. Bye bye igmp snooping.
On top of that, read https://extremeportal.force.com/ExtrArticleDetail?n=000022275 Multicast PTP i not supported at all.
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 and in use)
You must create an ACL and apply at vlan level (or affected ports)
configure access-list ptp vlan "LAWO_DANTE" ingress
Note that this broadcasts multicast traffic to all ports connected to the vlan. Bye bye igmp snooping.
On top of that, read https://extremeportal.force.com/ExtrArticleDetail?n=000022275 Multicast PTP i not supported at all.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-21-2018 11:10 AM
Multicast
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-21-2018 11:01 AM
PTPv1 using multicast or unicast?
