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

Feat(eos_validate_state): Added support to validate DPS interface state #3692

Merged
merged 8 commits into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,16 @@ router_bgp:
remote_as: '65100'
peer: dc1-spine2
description: dc1-spine2_Ethernet1
- ip_address: 10.255.255.1
peer_group: IPv4-UNDERLAY-PEERS
remote_as: '65000'
peer: dc1-wan1
description: dc1-wan1_Ethernet1
- ip_address: 10.255.255.5
peer_group: IPv4-UNDERLAY-PEERS
remote_as: '65000'
peer: dc1-wan2
description: dc1-wan2_Ethernet1
- ip_address: 10.255.0.1
peer_group: EVPN-OVERLAY-PEERS
peer: dc1-spine1
Expand Down Expand Up @@ -373,6 +383,24 @@ ethernet_interfaces:
mtu: 1500
type: routed
ip_address: 10.255.255.3/31
- name: Ethernet6
peer: dc1-wan1
peer_interface: Ethernet1
peer_type: wan_router
description: P2P_LINK_TO_DC1-WAN1_Ethernet1
shutdown: false
mtu: 1500
type: routed
ip_address: 10.255.255.0/31
- name: Ethernet7
peer: dc1-wan2
peer_interface: Ethernet1
peer_type: wan_router
description: P2P_LINK_TO_DC1-WAN2_Ethernet1
shutdown: false
mtu: 1500
type: routed
ip_address: 10.255.255.4/31
- name: Ethernet8
peer: dc1-leaf1c
peer_interface: Ethernet1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,16 @@ router_bgp:
remote_as: '65100'
peer: dc1-spine2
description: dc1-spine2_Ethernet2
- ip_address: 10.255.255.3
peer_group: IPv4-UNDERLAY-PEERS
remote_as: '65000'
peer: dc1-wan1
description: dc1-wan1_Ethernet2
- ip_address: 10.255.255.7
peer_group: IPv4-UNDERLAY-PEERS
remote_as: '65000'
peer: dc1-wan2
description: dc1-wan2_Ethernet2
- ip_address: 10.255.0.1
peer_group: EVPN-OVERLAY-PEERS
peer: dc1-spine1
Expand Down Expand Up @@ -373,6 +383,24 @@ ethernet_interfaces:
mtu: 1500
type: routed
ip_address: 10.255.255.7/31
- name: Ethernet6
peer: dc1-wan1
peer_interface: Ethernet2
peer_type: wan_router
description: P2P_LINK_TO_DC1-WAN1_Ethernet2
shutdown: false
mtu: 1500
type: routed
ip_address: 10.255.255.2/31
- name: Ethernet7
peer: dc1-wan2
peer_interface: Ethernet2
peer_type: wan_router
description: P2P_LINK_TO_DC1-WAN2_Ethernet2
shutdown: false
mtu: 1500
type: routed
ip_address: 10.255.255.6/31
- name: Ethernet8
peer: dc1-leaf1c
peer_interface: Ethernet2
Expand Down
Loading
Loading