1AS 4200000001 2router-id 42.0.0.1 3fib-update yes 4 5network 2001:db8:1::/48 set community 0:1 6network 2001:db8:11::/48 set community 0:11 7 8group pair11 { 9 local-address fe80::c0fe:1%pair11 10 11 neighbor fe80::%pair11/64 { 12 descr "RDOMAIN2" 13 remote-as 4200000002 14 } 15} 16group gif11 { 17 local-address fe80::beef:1%gif11 18 19 neighbor fe80::%gif11/64 { 20 descr "RDOMAIN2_2" 21 remote-as 4200000002 22 } 23} 24 25 26allow from any 27deny to any 28allow to group pair11 community 0:1 29allow to group gif11 community 0:11 30