See attached topology and the given answer. 2 way multipoint redistribution is occurring on routers 2 and 4. Do the tagging numbers and permit/deny statements look right? the aim being to prevent loops using those tags
or is this variation below a legit way of doing it: ?
R2 Config
route-map 1-TO-2, deny, sequence 10
Match clauses:
tag 88
Set clauses:
Policy routing matches: 0 packets, 0 bytes
route-map 1-TO-2, permit, sequence 20
Match clauses:
Set clauses:
tag 77
Policy routing matches: 0 packets, 0 bytes
route-map 2-TO-1, deny, sequence 10
Match clauses:
tag 77
Set clauses:
Policy routing matches: 0 packets, 0 bytes
route-map 2-TO-1, permit, sequence 20
Match clauses:
Set clauses:
tag 88
Policy routing matches: 0 packets, 0 bytes
R4Config
route-map 1-TO-2, deny, sequence 10
Match clauses:
tag 88
Set clauses:
Policy routing matches: 0 packets, 0 bytes
route-map 1-TO-2, permit, sequence 20
Match clauses:
Set clauses:
tag 77
Policy routing matches: 0 packets, 0 bytes
route-map 2-TO-1, deny, sequence 10
Match clauses:
tag 77
Set clauses:
Policy routing matches: 0 packets, 0 bytes
route-map 2-TO-1, permit, sequence 20
Match clauses:
Set clauses:
tag 88
Policy routing matches: 0 packets, 0 bytes