Skip to content

Commit

Permalink
eos: renumber ipv6 ACL
Browse files Browse the repository at this point in the history
  • Loading branch information
liske committed Sep 21, 2024
1 parent 68375c4 commit c335acf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions templates/eos/DCS-MACROS.j2
Original file line number Diff line number Diff line change
Expand Up @@ -240,13 +240,13 @@ ipv6 access-list peer-eth{{ ifnum }}-ipv6
{% endif %}
15 deny ipv6 any ff00::/8 log
{% if peer.ipv6address %}
40 remark AS{{ peer.asn }} allow router IP
41 permit vlan 600 0x000 ipv6 host {{ peer.ipv6address }} any
20 remark AS{{ peer.asn }} allow router IP
21 permit vlan 600 0x000 ipv6 host {{ peer.ipv6address }} any
{% else %}
40 remark AS{{ peer.asn }} peer has no ipv6address
20 remark AS{{ peer.asn }} peer has no ipv6address
{% endif %}
60 remark AS{{ peer.asn }} deny IP abuse
61 deny vlan 600 0x000 ipv6 2001:7f8:79::/64 2001:7f8:79::/64 log
30 remark AS{{ peer.asn }} deny IP abuse
31 deny vlan 600 0x000 ipv6 2001:7f8:79::/64 2001:7f8:79::/64 log
100 remark allow any other traffic
101 permit ipv6 any any
!
Expand Down

0 comments on commit c335acf

Please sign in to comment.