Skip to content

Commit

Permalink
update modules fule
Browse files Browse the repository at this point in the history
  • Loading branch information
aida-shumburo committed Aug 22, 2024
1 parent bc7a949 commit cd326a8
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions plugins/modules/sonic_route_maps.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,8 +559,10 @@
# set comm-list bgp_comm_list2 delete
# set metric 870
# set ip next-hop 10.48.16.18
# set ip next-hop native true
# set ipv6 next-hop global 30::30
# set ipv6 next-hop prefer-global
# set ipv6 next-hop native true
# set local-preference 635
# set origin egp
# set weight 93471
Expand Down Expand Up @@ -677,7 +679,6 @@
- "45:736"
ipv6_next_hop:
prefer_global: false
native: false
metric:
rtt_action: add
- map_name: rm1
Expand All @@ -700,7 +701,6 @@
ipv6_next_hop:
global_addr: 37::58
prefer_global: true
native: false
metric: 8000
- map_name: rm3
action: deny
Expand Down Expand Up @@ -1017,6 +1017,7 @@
# set as-path prepend 200,300,400
# set metric 8000
# set ipv6 next-hop global 45::90
# set ipv6 next-hop native true
# !
# route-map rm3 deny 285
# match evpn route-type macip
Expand Down Expand Up @@ -1189,10 +1190,10 @@
- "10.73.14.9:78"
ip_next_hop:
address: 10.48.16.18
native: true
native: false
ipv6_next_hop:
global_addr: 30::30
native: true
native: false
local_preference: 635
metric:
rtt_action: add
Expand Down Expand Up @@ -1225,7 +1226,6 @@
ipv6_next_hop:
global_addr: 37::58
prefer_global: true
native: false
metric: 8000
- map_name: rm3
action: deny
Expand Down Expand Up @@ -1288,7 +1288,9 @@
# set comm-list bgp_comm_list2 delete
# set metric +rtt
# set ip next-hop 10.48.16.18
# set ip next-hop native false
# set ipv6 next-hop global 30::30
# set ipv6 next-hop native false
# set local-preference 635
# set origin egp
# set weight 93471
Expand Down Expand Up @@ -1360,7 +1362,7 @@
# set comm-list bgp_comm_list2 delete
# set metric +rtt
# set ip next-hop 10.48.16.18
# set ip next-hop native
# set ip next-hop native true
# set ipv6 next-hop global 30::30
# set local-preference 635
# set origin egp
Expand All @@ -1382,6 +1384,11 @@
address: ip_pfx_list2
set:
as_path_prepend: 188,257
ip_next_hop:
address: 10.48.16.18
native: true
ipv6_next_hop:
native: true
community:
community_number:
- "35:58"
Expand Down Expand Up @@ -1415,7 +1422,6 @@
# set extcommunity soo 10.73.14.9:78
# set comm-list bgp_comm_list2 delete
# set metric +rtt
# set ip next-hop 10.48.16.18
# set ipv6 next-hop global 30::30
# set local-preference 635
# set origin egp
Expand Down

0 comments on commit cd326a8

Please sign in to comment.