Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for PTP capabilities #440

Closed
onurgashi opened this issue Dec 8, 2020 · 0 comments · Fixed by #481
Closed

Support for PTP capabilities #440

onurgashi opened this issue Dec 8, 2020 · 0 comments · Fixed by #481
Assignees
Labels
role: eos_cli_config_gen issue related to eos_cli_config_gen role

Comments

@onurgashi
Copy link
Contributor

Issue Type

  • Template enhancement
  • Role enhancement

Is your feature request related to a problem? Please describe.
The idea is to support PTP knobs on interface level and global mode.
This will allow the devices in the DC to speak PTP.

Later could be enhanced for documentation.

Describe the solution you'd like
The following as an example of knobs required.

interface Ethernet {{ INTERFACE_NUMBER }}
   ptp enable
!
ptp clock-identity {{ PTP_CLOCK_ID }}
ptp source ip {{ PTP_SOURCE_IP }}
ptp message-type general dscp {{ VALUE }} default
ptp message-type event dscp {{ VALUE }} default
ptp priority1 {{ PTP_PRIORITY_1 }}
ptp priority2 {{ PTP_PRIORITY_2 }}
ptp ttl {{ PTP_TTL }}

Describe alternatives you've considered
Static configuration or custom template

Additional context
Add any other context or screenshots about the feature request here.

@onurgashi onurgashi added the role: eos_cli_config_gen issue related to eos_cli_config_gen role label Dec 8, 2020
@onurgashi onurgashi self-assigned this Dec 11, 2020
@onurgashi onurgashi mentioned this issue Dec 11, 2020
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
role: eos_cli_config_gen issue related to eos_cli_config_gen role
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant