Skip to content

Commit

Permalink
Add test for duplicate address.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laxmikant Chintakindi authored and Laxmikant Chintakindi committed Aug 22, 2024
1 parent 0c896c6 commit b818da5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ BFD enabled: True
| Rendezvous Point Address | Group Address | Access Lists | Priority | Hashmask | Override |
| ------------------------ | ------------- | ------------ | -------- | -------- | -------- |
| 10.238.1.161 | 239.12.12.12/32, 239.12.12.13/32, 239.12.12.14/32, 239.12.12.16/32, 239.12.12.20/32, 239.12.12.21/32 | RP_ACL, RP_ACL2 | 20 | - | - |
| 10.238.1.161 | 239.12.12.12/32 | RP_ACL, RP_ACL2 | 20 | - | - |

##### IP Anycast Information

Expand Down Expand Up @@ -87,6 +88,9 @@ router pim sparse-mode
rp address 10.238.1.161 239.12.12.21/32 priority 20
rp address 10.238.1.161 access-list RP_ACL priority 20
rp address 10.238.1.161 access-list RP_ACL2 priority 20
rp address 10.238.1.161 239.12.12.12/32 priority 20
rp address 10.238.1.161 access-list RP_ACL priority 20
rp address 10.238.1.161 access-list RP_ACL2 priority 20
anycast-rp 10.38.1.161 10.50.64.16 register-count 15
ssm range standard
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ router pim sparse-mode
rp address 10.238.1.161 239.12.12.21/32 priority 20
rp address 10.238.1.161 access-list RP_ACL priority 20
rp address 10.238.1.161 access-list RP_ACL2 priority 20
rp address 10.238.1.161 239.12.12.12/32 priority 20
rp address 10.238.1.161 access-list RP_ACL priority 20
rp address 10.238.1.161 access-list RP_ACL2 priority 20
anycast-rp 10.38.1.161 10.50.64.16 register-count 15
ssm range standard
!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ router_pim_sparse_mode:
- RP_ACL
- RP_ACL2
priority: 20
- address: 10.238.1.161
groups:
- 239.12.12.12/32
access_lists:
- RP_ACL
- RP_ACL2
priority: 20
anycast_rps:
- address: 10.38.1.161
other_anycast_rp_addresses:
Expand Down

0 comments on commit b818da5

Please sign in to comment.