Skip to content

Commit

Permalink
Update tests and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmacgiolla committed Jul 19, 2024
1 parent 43fe181 commit 3569b54
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 38,7 @@ interface Management1
```

### PTP
PTP Profile: g8275.1

#### PTP Summary

Expand All @@ -58,6 59,7 @@ ptp domain 17
ptp message-type general dscp 36 default
ptp message-type event dscp 46 default
ptp mode boundary one-step
ptp profile g8275.1
ptp forward-unicast
ptp monitor threshold offset-from-master 11
ptp monitor threshold mean-path-delay 12
Expand Down Expand Up @@ -120,6 122,7 @@ interface Ethernet6
no switchport
ip address 172.31.255.15/31
ptp enable
ptp profile g8275.1 destination mac-address non-forwardable
ptp sync-message interval 1
ptp delay-mechanism e2e
ptp announce interval 3
Expand Down Expand Up @@ -152,6 155,7 @@ interface Port-Channel5
ptp enable
ptp mpass
ptp delay-mechanism e2e
ptp profile g8275.1 destination mac-address forwardable
ptp sync-message interval 1
ptp role dynamic
ptp vlan 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 13,7 @@ ptp domain 17
ptp message-type general dscp 36 default
ptp message-type event dscp 46 default
ptp mode boundary one-step
ptp profile g8275.1
ptp forward-unicast
ptp monitor threshold offset-from-master 11
ptp monitor threshold mean-path-delay 12
Expand All @@ -39,6 40,7 @@ interface Port-Channel5
ptp enable
ptp mpass
ptp delay-mechanism e2e
ptp profile g8275.1 destination mac-address forwardable
ptp sync-message interval 1
ptp role dynamic
ptp vlan 2
Expand Down Expand Up @@ -66,6 68,7 @@ interface Ethernet6
no switchport
ip address 172.31.255.15/31
ptp enable
ptp profile g8275.1 destination mac-address non-forwardable
ptp sync-message interval 1
ptp delay-mechanism e2e
ptp announce interval 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 16,7 @@ ptp:
mode: boundary
mode_one_step: true
forward_unicast: true
profile: "g8275.1"
monitor:
# enabled: true (default)
threshold:
Expand Down Expand Up @@ -53,6 54,10 @@ port_channel_interfaces:
role: dynamic
vlan: 2
transport: layer2
profile:
g8275_1:
destination:
mac_address: forwardable

### interface
ethernet_interfaces:
Expand Down Expand Up @@ -91,6 96,10 @@ ethernet_interfaces:
interval: 1
role: dynamic
transport: ipv4
profile:
g8275_1:
destination:
mac_address: non-forwardable
# port-channel interfaces
- name: Ethernet5
type: port-channel-member
Expand Down

0 comments on commit 3569b54

Please sign in to comment.