Skip to content

Commit

Permalink
Merge pull request #95 from floatingstatic/rfc9637
Browse files Browse the repository at this point in the history
Add missing references to RFC-9637 documentation prefix in bogon prefix guide
  • Loading branch information
teunvink authored Jan 15, 2025
2 parents 5dd8333 + 44cdabd commit 9a02726
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions guides/bogon_prefixes.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ propagate or accept prefixes in these ranges.
| 2001:db8::/32 | RFC 3849 documentation |
| 2002::/16 | RFC 7526 6to4 anycast relay |
| 3ffe::/16 | RFC 3701 old 6bone |
| 3fff::/20 | RFC 9637 documentation |
| fc00::/7 | RFC 4193 unique local unicast |
| fe80::/10 | RFC 4291 link local unicast |
| fec0::/10 | RFC 3879 old site local unicast |
Expand Down Expand Up @@ -784,6 +785,9 @@ set policy prefix-list6 BOGONS-V6 rule 100 prefix 'fec0::/10'
set policy prefix-list6 BOGONS-V6 rule 110 action 'permit'
set policy prefix-list6 BOGONS-V6 rule 110 le '128'
set policy prefix-list6 BOGONS-V6 rule 110 prefix 'ff00::/8'
set policy prefix-list6 BOGONS-V6 rule 120 action 'permit'
set policy prefix-list6 BOGONS-V6 rule 120 le '128'
set policy prefix-list6 BOGONS-V6 rule 120 prefix '3fff::/20'

set policy route-map MY-ROUTE-MAP rule 10 match ipv6 address prefix-list 'BOGONS-V6'
```
Expand Down Expand Up @@ -970,6 +974,7 @@ ipv6 prefix-list BOGONS_V6
seq 8 permit fe80::/10
seq 9 permit fec0::/10
seq 10 permit ff00::/8
set 11 permit 3fff::/20
!
route-map Import-Peer deny 30
match ipv6 address prefix-list BOGONS_V6
Expand Down

0 comments on commit 9a02726

Please sign in to comment.