1AS 4200000002 2router-id 10.12.57.2 3fib-update no 4 5C1="community 1:1" 6C2="community 1:1 community 1:2" 7C3="community 1:1 community 1:2 community 1:3" 8C4="community 1:1 community 1:2 community 1:3 community 1:4" 9 10EC1="ext-community rt 1:1" 11EC2="ext-community rt 1:1 ext-community rt 1:2" 12EC3="ext-community rt 1:1 ext-community rt 1:2 ext-community rt 1:3" 13EC4="ext-community rt 1:1 ext-community rt 1:2 ext-community rt 1:3 \ 14 ext-community rt 1:4" 15 16LC1="large-community 1:1:1" 17LC2="large-community 1:1:1 large-community 1:1:2" 18LC3="large-community 1:1:1 large-community 1:1:2 large-community 1:1:3" 19LC4="large-community 1:1:1 large-community 1:1:2 large-community 1:1:3 \ 20 large-community 1:1:4" 21 22network 10.12.0.0/24 23network 10.12.1.0/24 set { $C1 } 24network 10.12.2.0/24 set { $C2 } 25network 10.12.3.0/24 set { $C3 } 26network 10.12.4.0/24 set { $C4 } 27 28network 10.13.0.0/24 29network 10.13.1.0/24 set { $EC1 } 30network 10.13.2.0/24 set { $EC2 } 31network 10.13.3.0/24 set { $EC3 } 32network 10.13.4.0/24 set { $EC4 } 33 34network 10.14.0.0/24 35network 10.14.1.0/24 set { $LC1 } 36network 10.14.2.0/24 set { $LC2 } 37network 10.14.3.0/24 set { $LC3 } 38network 10.14.4.0/24 set { $LC4 } 39 40network 10.15.0.0/24 41network 10.15.1.0/24 set { $C1 $EC1 $LC1 } 42network 10.15.2.0/24 set { $C2 $EC2 $LC2 } 43network 10.15.3.0/24 set { $C3 $EC3 $LC3 } 44 45neighbor 10.12.57.1 { 46 descr "RDOMAIN1" 47 remote-as 4200000001 48} 49 50deny from any 51deny to any 52 53allow to any 54