Skip to content

Commit

Permalink
Feat(eos_designs): Add metric bandwidth support for l3_interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmittal-arista committed Feb 12, 2025
1 parent 62fdd8d commit dd36986
Show file tree
Hide file tree
Showing 8 changed files with 192 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ router internet-exit
router path-selection
tcp mss ceiling ipv4 ingress
!
interface Ethernet2
metric bandwidth transmit 412 Mbps
metric bandwidth receive 34 Mbps
!
path-group AWS id 105
ipsec profile CP-PROFILE
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1201,6 +1201,11 @@ router_path_selection:
priority: 2
tcp_mss_ceiling:
ipv4_segment_size: auto
interfaces:
- name: Ethernet2
metric_bandwidth:
receive: 34
transmit: 412
router_service_insertion:
enabled: true
connections:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ wan_router:
dhcp_accept_default_route: true
ip_address: dhcp
connected_to_pathfinder: false
receive_bandwidth: 34
transmit_bandwidth: 412
- name: Ethernet3
wan_carrier: ATT
wan_circuit_id: 404
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dd36986

Please sign in to comment.