Skip to content

Commit

Permalink
Final update
Browse files Browse the repository at this point in the history
  • Loading branch information
Laxmikant Chintakindi authored and Laxmikant Chintakindi committed Nov 22, 2024
1 parent f029801 commit 8af8665
Show file tree
Hide file tree
Showing 16 changed files with 206 additions and 87 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ service routing protocols model multi-agent
!
hostname l3_edge_bgp
!
ptp clock-identity 00:1C:73:14:00:01
ptp domain 127
ptp mode boundary
ptp priority1 20
ptp priority2 1
ptp monitor threshold offset-from-master 250
ptp monitor threshold mean-path-delay 1500
ptp monitor sequence-id
ptp monitor threshold missing-message sync 3 sequence-ids
ptp monitor threshold missing-message follow-up 3 sequence-ids
ptp monitor threshold missing-message delay-resp 3 sequence-ids
ptp monitor threshold missing-message announce 3 sequence-ids
!
spanning-tree mode none
!
vrf instance MGMT
Expand Down Expand Up @@ -44,6 +57,11 @@ interface ethernet1
ip address 192.168.0.0/31
mac security profile TEST-MACSEC-PROFILE
ptp enable
ptp announce interval 0
ptp announce timeout 3
ptp delay-req interval -3
ptp sync-message interval -3
ptp transport ipv4
service-policy type qos input TEST_POLICY
service-profile TEST-QOS-PROFILE
! TEST RAW_EOS_CLI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ service routing protocols model multi-agent
!
hostname l3_edge_isis
!
ptp clock-identity 00:1C:73:14:00:01
ptp domain 127
ptp mode boundary
ptp priority1 20
ptp priority2 1
ptp monitor threshold offset-from-master 250
ptp monitor threshold mean-path-delay 1500
ptp monitor sequence-id
ptp monitor threshold missing-message sync 3 sequence-ids
ptp monitor threshold missing-message follow-up 3 sequence-ids
ptp monitor threshold missing-message delay-resp 3 sequence-ids
ptp monitor threshold missing-message announce 3 sequence-ids
!
spanning-tree mode none
!
vrf instance MGMT
Expand All @@ -30,6 +43,11 @@ interface ethernet1
ip address 192.168.0.0/31
mac security profile TEST-MACSEC-PROFILE
ptp enable
ptp announce interval 0
ptp announce timeout 3
ptp delay-req interval -3
ptp sync-message interval -3
ptp transport ipv4
service-profile TEST-QOS-PROFILE
!
interface ethernet2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ service routing protocols model multi-agent
!
hostname l3_edge_ospf
!
ptp clock-identity 00:1C:73:14:00:01
ptp domain 127
ptp mode boundary
ptp priority1 20
ptp priority2 1
ptp monitor threshold offset-from-master 250
ptp monitor threshold mean-path-delay 1500
ptp monitor sequence-id
ptp monitor threshold missing-message sync 3 sequence-ids
ptp monitor threshold missing-message follow-up 3 sequence-ids
ptp monitor threshold missing-message delay-resp 3 sequence-ids
ptp monitor threshold missing-message announce 3 sequence-ids
!
spanning-tree mode none
!
vrf instance MGMT
Expand All @@ -30,6 +43,11 @@ interface ethernet1
ip address 192.168.0.0/31
mac security profile TEST-MACSEC-PROFILE
ptp enable
ptp announce interval 0
ptp announce timeout 3
ptp delay-req interval -3
ptp sync-message interval -3
ptp transport ipv4
service-profile TEST-QOS-PROFILE
!
interface ethernet2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,15 @@ ethernet_interfaces:
shutdown: false
mtu: 1500
ip_address: 100.64.48.12/31
ptp:
announce:
interval: 0
timeout: 3
delay_req: -3
sync_message:
interval: -3
transport: ipv4
enable: true
isis_enable: CORE
isis_metric: 50
isis_network_point_to_point: true
Expand All @@ -266,15 +275,6 @@ ethernet_interfaces:
igp_sync: true
description: P2P_LINK_TO_CORE-2-OSPF-LDP_Ethernet10
speed: forced 1000full
ptp:
announce:
interval: 0
timeout: 3
delay_req: -3
sync_message:
interval: -3
transport: ipv4
enable: true
- name: Ethernet12
peer: core-2-ospf-ldp
peer_interface: Ethernet12
Expand Down Expand Up @@ -460,6 +460,15 @@ port_channel_interfaces:
shutdown: false
mtu: 1500
ip_address: 100.64.48.16/31
ptp:
announce:
interval: 0
timeout: 3
delay_req: -3
sync_message:
interval: -3
transport: ipv4
enable: true
ipv6_enable: true
isis_enable: CORE
isis_metric: 60
Expand All @@ -477,12 +486,3 @@ port_channel_interfaces:
interface: true
igp_sync: true
description: CUSTOM_DESCRIPTION_ON_P2P_LINK_A
ptp:
announce:
interval: 0
timeout: 3
delay_req: -3
sync_message:
interval: -3
transport: ipv4
enable: true
Original file line number Diff line number Diff line change
Expand Up @@ -199,15 +199,6 @@ ethernet_interfaces:
shutdown: false
mtu: 1500
ip_address: 100.64.48.13/31
ospf_network_point_to_point: true
ospf_area: 0.0.0.0
mpls:
ip: true
ldp:
interface: true
igp_sync: true
description: P2P_LINK_TO_CORE-1-ISIS-SR-LDP_Ethernet10
speed: forced 1000full
ptp:
announce:
interval: 0
Expand All @@ -217,6 +208,15 @@ ethernet_interfaces:
interval: -3
transport: ipv4
enable: true
ospf_network_point_to_point: true
ospf_area: 0.0.0.0
mpls:
ip: true
ldp:
interface: true
igp_sync: true
description: P2P_LINK_TO_CORE-1-ISIS-SR-LDP_Ethernet10
speed: forced 1000full
- name: Ethernet12
peer: core-1-isis-sr-ldp
peer_interface: Ethernet12
Expand Down Expand Up @@ -323,15 +323,6 @@ port_channel_interfaces:
shutdown: false
mtu: 1500
ip_address: 100.64.48.17/31
ipv6_enable: true
ospf_network_point_to_point: true
ospf_area: 0.0.0.0
mpls:
ip: true
ldp:
interface: true
igp_sync: true
description: CUSTOM_DESCRIPTION_ON_P2P_LINK_B
ptp:
announce:
interval: 0
Expand All @@ -341,3 +332,12 @@ port_channel_interfaces:
interval: -3
transport: ipv4
enable: true
ipv6_enable: true
ospf_network_point_to_point: true
ospf_area: 0.0.0.0
mpls:
ip: true
ldp:
interface: true
igp_sync: true
description: CUSTOM_DESCRIPTION_ON_P2P_LINK_B
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ ethernet_interfaces:
enabled: false
shutdown: false
mtu: 9214
description: P2P_not-in-this-fabric_Ethernet8
ptp:
announce:
interval: 4
Expand All @@ -150,6 +149,7 @@ ethernet_interfaces:
interval: -7
transport: ipv4
enable: true
description: P2P_not-in-this-fabric_Ethernet8
vlans:
- id: 11
name: VLAN11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,24 @@ management_api_http:
enable_vrfs:
- name: MGMT
enable_https: true
ptp:
mode: boundary
clock_identity: 00:1C:73:14:00:01
priority1: 20
priority2: 1
domain: 127
monitor:
enabled: true
threshold:
offset_from_master: 250
mean_path_delay: 1500
missing_message:
sequence_ids:
enabled: true
announce: 3
delay_resp: 3
follow_up: 3
sync: 3
loopback_interfaces:
- name: Loopback0
description: ROUTER_ID
Expand Down Expand Up @@ -103,12 +121,19 @@ ethernet_interfaces:
'
ip_address: 192.168.0.0/31
ptp:
announce:
interval: 0
timeout: 3
delay_req: -3
sync_message:
interval: -3
transport: ipv4
enable: true
mac_security:
profile: TEST-MACSEC-PROFILE
description: P2P_peer1_ethernet1
speed: forced 10000full
ptp:
enable: true
service_policy:
qos:
input: TEST_POLICY
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,24 @@ management_api_http:
enable_vrfs:
- name: MGMT
enable_https: true
ptp:
mode: boundary
clock_identity: 00:1C:73:14:00:01
priority1: 20
priority2: 1
domain: 127
monitor:
enabled: true
threshold:
offset_from_master: 250
mean_path_delay: 1500
missing_message:
sequence_ids:
enabled: true
announce: 3
delay_resp: 3
follow_up: 3
sync: 3
loopback_interfaces:
- name: Loopback0
description: ROUTER_ID
Expand Down Expand Up @@ -49,12 +67,19 @@ ethernet_interfaces:
mtu: 2000
service_profile: TEST-QOS-PROFILE
ip_address: 192.168.0.0/31
ptp:
announce:
interval: 0
timeout: 3
delay_req: -3
sync_message:
interval: -3
transport: ipv4
enable: true
mac_security:
profile: TEST-MACSEC-PROFILE
description: P2P_peer1_ethernet1
speed: forced 10000full
ptp:
enable: true
- name: ethernet2
peer: peer2
peer_interface: ethernet2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,24 @@ management_api_http:
enable_vrfs:
- name: MGMT
enable_https: true
ptp:
mode: boundary
clock_identity: 00:1C:73:14:00:01
priority1: 20
priority2: 1
domain: 127
monitor:
enabled: true
threshold:
offset_from_master: 250
mean_path_delay: 1500
missing_message:
sequence_ids:
enabled: true
announce: 3
delay_resp: 3
follow_up: 3
sync: 3
loopback_interfaces:
- name: Loopback0
description: ROUTER_ID
Expand Down Expand Up @@ -50,12 +68,19 @@ ethernet_interfaces:
mtu: 2000
service_profile: TEST-QOS-PROFILE
ip_address: 192.168.0.0/31
ptp:
announce:
interval: 0
timeout: 3
delay_req: -3
sync_message:
interval: -3
transport: ipv4
enable: true
mac_security:
profile: TEST-MACSEC-PROFILE
description: P2P_peer1_ethernet1
speed: forced 10000full
ptp:
enable: true
- name: ethernet2
peer: peer2
peer_interface: ethernet2
Expand Down
Loading

0 comments on commit 8af8665

Please sign in to comment.