Re: Warren's request for the previous configs.
These are the most recent configs as of Atlanta with the newer VRRP
structure.
Also there's some AS Path Pre-pend information that should probably be
omitted.
-L
On 2/12/13 12:17 PM, Warren Kumari wrote:
> On Feb 12, 2013, at 2:44 PM, Colin Doyle <cdoyle at verilan.com> wrote:
>
>> I've booted up each router to verify they do, in fact, turn on. I've also set the rescue configuration, set the root password (to what you would expect), and set the management link-down alarm to "ignore" to get rid of that pesky alarm light on the front.
> Ooh, thank you, most excellent….
>
>> Find attached various show commands and photos.
>>
>> If anyone needs any pre-configuration done, please let me know.
>
> Thanks.
>
> I believe Jnpr is shipping me a unit, which I'll test the config on. If anyone *happens* to have the previous configs handy I'll try merge the two together, else no worries…
>
> W
>
>> (and a quick note to Jim, yes, 10 SFP's
>>
>> C
>>
>> --
>>
>>
>>
>> Colin Doyle
>> Senior Network Engineer
>> CCNA, F5 ASP/ATSP
>>
>> Verilan Event Services, Inc.
>> 7327 SW Barnes Rd. #215
>> Portland, OR 97225
>>
>>
>> Cell: 503 810-2129
>> cdoyle at verilan.com
>> www.verilan.com
>>
>>
>> This e-mail contains proprietary information and may be confidential. If you are not the intended recipient of this e-mail, you are hereby notified that any dissemination, distribution or copying of this message is strictly prohibited. If you received this message in error, please delete it immediately.
>>
>> <MX80-1.rtf><MX80-2.rtf><WP_000366.jpg><WP_000368.jpg>_______________________________________________
>> ietf86-tech mailing list
>> ietf86-tech at daedelus.com
>> http://www.daedelus.com/mailman/listinfo/ietf86-tech
--
Lance Hollandsworth
Network Engineer
Verilan, Inc.
7327 SW Barnes Rd. #215
Portland, OR 97225
360-433-5023 [mobile]
-------------- next part --------------
admin at RtrA> edit
Entering configuration mode
[edit]
admin at RtrA# save terminal
## Last changed: 2012-11-06 22:12:26 UTC
version 12.2R1.8;
groups {
VRRP_Backup {
interfaces {
ge-0/0/0 {
unit <*> {
family inet {
address <*> {
vrrp-group <*> {
priority 50;
}
}
}
family inet6 {
address <*> {
vrrp-inet6-group <*> {
priority 50;
}
}
}
}
}
}
}
VRRP_Master {
interfaces {
ge-0/0/0 {
unit <*> {
family inet {
address <*> {
vrrp-group <*> {
priority 100;
preempt {
hold-time 600;
}
accept-data;
}
}
}
family inet6 {
address <*> {
vrrp-inet6-group <*> {
priority 100;
}
}
}
}
}
}
}
}
apply-groups VRRP_Backup;
system {
host-name RtrA;
domain-name meeting.ietf.org;
no-redirects;
internet-options {
path-mtu-discovery;
}
root-authentication {
encrypted-password 9uWZnxwquM752; ## SECRET-DATA
}
name-server {
130.129.5.6;
130.129.5.7;
}
login {
user admin {
uid 2000;
class super-user;
authentication {
encrypted-password "$1$IoUJLnFg$0oznZu6fSMtMZLWt8gfbm0"; ## SECRET-DATA
}
}
user bz {
uid 2009;
class super-user;
authentication {
encrypted-password "$1$XF6POIuR$F0JIY1.d.baqyjO3.mW/z1"; ## SECRET-DATA
ssh-rsa "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEArnsri7i6BULiF5GOyXpD9ykAXZp7ahuR6y4xifHpRM/DOSrUMyaL9RvV+sWkvL7wpyiAzvTRok3iWKecjjyaZ6F7c5ZBGIbf3pFBvMCl1VnWeqn81fkjpHjYlj3PJ+b4EBn0rq5eCCUnx/+d6W/xsIj5uFNhkGZqpAOpgr7JieE8TORf7nG24qNK0UulNIeOhAbDEmRiObULWe3Xiwx0clI5Mtne+1qI1VvIE4vaFh68JS8WotieeoQxzugFxT7+L4uG/ITcJZkiK/h2AUFsIgG6GedKcdjngtLed0JLFnL48q9z+T9NReYMDtCZR8Oz0l0+TiZz3zP60+vDIoKdWQ== bz at ietf"; ## SECRET-DATA
}
}
user chelliot {
uid 2003;
class super-user;
authentication {
encrypted-password "$1$BeEf$OVV6OwgDWx9KifY4vII/q."; ## SECRET-DATA
}
}
user fenner {
uid 2001;
class super-user;
authentication {
encrypted-password "$1$MT7eXVpp$YTwnaFRcfRqPaVwU/CI/80"; ## SECRET-DATA
}
}
user jim {
uid 2004;
class super-user;
authentication {
encrypted-password "$1$Xkbg$K2Rq4wb76TkDwN8WZ2vns/"; ## SECRET-DATA
}
}
user nkukich {
uid 2002;
class super-user;
authentication {
encrypted-password "$1$xP38n9J0$hyIYI4M1G85au9HIRLfFO0"; ## SECRET-DATA
}
}
user nweis {
uid 2008;
class super-user;
authentication {
encrypted-password "$1$ju0h$GPDnUOcT7n0HOXNM7BoAu/"; ## SECRET-DATA
}
}
user wej {
uid 2005;
class super-user;
authentication {
encrypted-password "$1$YBSuGdf4$sEAMxn6AS2VjQE3rxGvoI."; ## SECRET-DATA
}
}
user wkumari {
uid 2006;
class super-user;
authentication {
encrypted-password "$1$K23EP5xM$fkKpRKdBtArjdTv.dpuuk1"; ## SECRET-DATA
}
}
}
services {
ssh {
root-login allow;
protocol-version v2;
rate-limit 5;
}
}
syslog {
user * {
any emergency;
}
host 130.129.1.12 {
any any;
}
file messages {
any notice;
authorization info;
}
file interactive-commands {
interactive-commands any;
}
}
ntp {
server 130.129.5.6;
}
}
interfaces {
ge-0/0/0 {
description CoreSW;
vlan-tagging;
gigether-options {
auto-negotiation;
}
unit 1 {
description Management;
vlan-id 1;
family inet {
no-redirects;
address 130.129.0.2/22 {
vrrp-group 1 {
virtual-address 130.129.0.1;
}
}
}
family inet6 {
address 2001:df8::2/64 {
vrrp-inet6-group 1 {
virtual-inet6-address 2001:df8::1;
virtual-link-local-address fe80::0:1:1;
}
}
address fe80::0:1:2/64;
}
}
unit 5 {
description Server;
vlan-id 5;
family inet {
no-redirects;
address 130.129.5.2/24 {
vrrp-group 5 {
virtual-address 130.129.5.1;
}
}
}
family inet6 {
address 2001:df8:0:5::2/64 {
vrrp-inet6-group 5 {
virtual-inet6-address 2001:df8:0:5::1;
virtual-link-local-address fe80::0:5:1;
}
}
address fe80::0:5:2/64;
}
}
unit 6 {
description Media;
vlan-id 6;
family inet {
address 130.129.6.2/24 {
vrrp-group 6 {
virtual-address 130.129.6.1;
}
}
}
family inet6 {
address 2001:df8:0:6::2/64 {
vrrp-inet6-group 6 {
virtual-inet6-address 2001:df8:0:6::1;
virtual-link-local-address fe80::0:6:1;
}
}
address fe80::0:6:2/64;
}
}
unit 8 {
description EduRoam;
vlan-id 8;
family inet {
address 130.129.8.2/22 {
vrrp-group 8 {
virtual-address 130.129.8.1;
}
}
}
family inet6 {
address 2001:df8:0:8::2/64 {
vrrp-inet6-group 8 {
virtual-inet6-address 2001:df8:0:8::1;
virtual-link-local-address fe80::0:8:1;
}
}
address fe80::0:8:2/64;
}
}
unit 16 {
description Wireless-Open;
vlan-id 16;
family inet {
address 130.129.16.2/21 {
vrrp-group 16 {
virtual-address 130.129.16.1;
}
}
}
family inet6 {
address 2001:df8:0:16::2/64 {
vrrp-inet6-group 16 {
virtual-inet6-address 2001:df8:0:16::1;
virtual-link-local-address fe80::0:16:1;
}
}
address fe80::0:16:2/64;
}
}
unit 32 {
description Wireless-Secure;
vlan-id 32;
family inet {
address 130.129.32.2/21 {
vrrp-group 32 {
virtual-address 130.129.32.1;
}
}
}
family inet6 {
address 2001:df8:0:32::2/64 {
vrrp-inet6-group 32 {
virtual-inet6-address 2001:df8:0:32::1;
virtual-link-local-address fe80::0:32:1;
}
}
address fe80::0:32:2/64;
}
}
unit 48 {
description Wired;
vlan-id 48;
family inet {
address 130.129.48.2/21 {
vrrp-group 48 {
virtual-address 130.129.48.1;
}
}
}
family inet6 {
address 2001:df8:0:48::2/64 {
vrrp-inet6-group 48 {
virtual-inet6-address 2001:df8:0:48::1;
virtual-link-local-address fe80::0:48:1;
}
}
address fe80::0:48:2/64;
}
}
unit 64 {
description GuestRoom;
vlan-id 20;
family inet {
address 130.129.64.2/21 {
vrrp-group 64 {
virtual-address 130.129.64.1;
}
}
}
family inet6 {
address 2001:df8:0:64::2/64 {
vrrp-inet6-group 64 {
virtual-inet6-address 2001:df8:0:64::1;
virtual-link-local-address fe80::0:64:1;
}
}
address fe80::0:64:2/64;
}
}
unit 80 {
description Wireless-A-Open;
vlan-id 80;
family inet {
address 130.129.80.2/21 {
vrrp-group 80 {
virtual-address 130.129.80.1;
}
}
}
family inet6 {
address 2001:df8:0:80::2/64 {
vrrp-inet6-group 80 {
virtual-inet6-address 2001:df8:0:80::1;
virtual-link-local-address fe80::0:80:1;
}
}
address fe80::0:80:2/64;
}
}
unit 96 {
description Wireless-A-Secure;
vlan-id 96;
family inet {
address 130.129.96.2/21 {
vrrp-group 96 {
virtual-address 130.129.96.1;
}
}
}
family inet6 {
address 2001:df8:0:96::2/64 {
vrrp-inet6-group 96 {
virtual-inet6-address 2001:df8:0:96::1;
virtual-link-local-address fe80::0:96:1;
}
}
address fe80::0:96:2/64;
}
}
unit 112 {
description v6-Only;
vlan-id 112;
family inet6 {
address 2001:df8:0:112::2/64 {
vrrp-inet6-group 112 {
virtual-inet6-address 2001:df8:0:112::1;
virtual-link-local-address fe80::0:112:1;
}
}
address fe80::0:112:2/64;
}
}
}
ge-0/1/0 {
unit 0 {
description "COMCAST CIRCUIT(1) - NO CIRCUIT ID - 1GB SM Primary";
family inet {
filter {
input RPKI_Classify;
}
address 173.167.59.114/30;
}
family inet6 {
filter {
input-list [ RPKI_Classify_v6 count-v6 ];
output count-v6;
}
address 2001:559::6aa/126;
}
}
}
ge-1/3/0 {
unit 0 {
description "iBGP Peering";
family inet {
address 130.129.4.2/24;
}
family inet6 {
address 2001:df8:0:4::2/64;
}
}
}
lo0 {
unit 0 {
family inet {
no-redirects;
address 127.0.0.1/32;
address 130.129.255.2/32;
}
family inet6 {
address 2001:df8:0:255::2/128;
}
}
}
}
forwarding-options {
sampling {
input {
rate 1000;
run-length 10;
max-packets-per-second 1000;
}
family inet {
output {
flow-server 130.129.5.13 {
port 2055;
}
flow-server 130.129.5.14 {
port 9985;
}
}
}
}
helpers {
bootp {
server 130.129.5.6;
server 130.129.5.7;
client-response-ttl 16;
}
}
}
snmp {
v3 {
usm {
local-engine {
user chelliot {
authentication-sha {
authentication-key "$9$v9PWNdg4ZUHqvWUjkqf5QFn/Cu1IceM8z3hSylLXjHkPFn9Cu1Ic9CxNdVY2P5TQ69pu1creu0RSeK8LZUDHkP/CtIhSOBhrvMXx.PfT69CtuBRhHq0BRhrl8X7-s2aJDi.PoaFn69OBEcyKX7ws4JUjdV2aUjq.EcSeLx-VwaJDSrJGiH5TreKMxN"; ## SECRET-DATA
}
privacy-none;
}
user chelliot-rw {
authentication-sha {
authentication-key "$9$IrSElKx7VwgoIEwY4oGUjHqmfz6/tBRhikApuOcSYg4ZHqPfz6/tPfylKvLXZUDj.PQz6t0BzF9pB1hcVwsg4ZmfT/Ap3nA0IRSyaZGD.PfTzn9AgoFn9A0OhSre8X-ds2aZN-Hq.P3nCtu1SrW87dwYKvX-wYoaCtpBcyevW-dsp0db2gUD0B1Ryl"; ## SECRET-DATA
}
privacy-none;
}
user netdisco {
authentication-sha {
authentication-key "$9$P5n/0ORhreP5hSleW8X7-VwgJZj.fTxNDiHqQzSrlM7-bwgJZjbwFn/9puM8LXdb2gJjk.g4Gi.mTQRhcrlMVwYZDioaDkPfzFKMWLdbwYgaGDre4aGDkqTz36tu1IcyKMB17-dboaUjHmz3AtOIhS/9u1hSeKUji.QF69A1IcikIEyr8Lk.mfFn"; ## SECRET-DATA
}
privacy-none;
}
user nagios {
authentication-sha {
authentication-key "$9$0qlCBcyW87-wY0B-VsYoaZUjHqfzF/pO1GD69CtIRVws4UjkqfzF/kqEcyrvM4aJZikPfz/Apf539pu1I7-dws4HqmF69TQ6A0ORE24oJikqmfQ36wY5Q36At1RhSKMXxdb24LXUjikTQn/CuRheK8x-VyrMX-VY2n/9pIESreXxd9AxNbwaJApuOEc"; ## SECRET-DATA
}
privacy-aes128 {
privacy-key "$9$ZDUqmfTzCp0f5nCtpREdbw2JGHqmPTzHkuORhrlaZGDi.Tz3nCtQzylKv7NjHkqTz3nCA0B6/CuOIcSVwsgoGUjHqP5JZ/CtpB1ylK8-VaZUDHqg4/Cu0IR7-dV24Dik.fTX7ds2gJZUjHmPQ9Ap1EcAtKM8LVb4aZGHq369BRhk.T3n6AtO1RcyK"; ## SECRET-DATA
}
}
}
}
vacm {
security-to-group {
security-model usm {
security-name netdisco {
group ietf;
}
security-name chelliot {
group ietf;
}
security-name chelliot-rw {
group ietf-rw;
}
security-name nagios {
group ietf;
}
}
}
access {
group ietf {
default-context-prefix {
security-model usm {
security-level authentication {
read-view default;
write-view default;
notify-view default;
}
}
}
}
group ietf-rw {
default-context-prefix {
security-model usm {
security-level authentication {
read-view default;
write-view default;
notify-view default;
}
}
}
}
}
}
}
engine-id {
local BAD1E7FC0FFEE;
}
view default {
oid 1 include;
}
view pingMIB {
oid .1.3.6.1.2.1.80 include;
}
community ietfmeeting {
authorization read-only;
clients {
130.129.0.0/16;
2001:df8::/32;
}
}
community smokeping85 {
view pingMIB;
authorization read-write;
clients {
130.129.0.0/22;
}
}
}
routing-options {
rib inet6.0 {
static {
route 2001:558:0:f428::1/128 next-hop 2001:559:0:80::11d;
route 2001:67c:1230::/46 discard;
route 2001:67c:370::/48 discard;
route 2001:df8:1::/48 next-hop 2001:df8:0:48::48;
}
aggregate {
route 2001:df8::/32;
route 2001:67c:1230::/46;
route 2001:67c:370::/48;
}
}
static {
inactive: route 0.0.0.0/0 next-hop 173.167.59.113;
route 68.86.80.40/32 next-hop 50.201.205.177;
route 31.133.128.0/18 discard;
route 31.130.224.0/20 discard;
}
aggregate {
route 130.129.0.0/16;
}
router-id 173.167.59.112;
autonomous-system 56554;
validation {
group rpki-servers {
session 130.129.1.12 {
traceoptions {
file rkpi.log;
flag error;
flag state;
}
refresh-time 180;
port 42420;
}
session 147.28.0.35 {
traceoptions {
file rkpi.log;
flag error;
flag state;
}
refresh-time 180;
port 3779;
}
session 147.28.0.84 {
traceoptions {
file rkpi.log;
flag error;
flag state;
}
refresh-time 180;
port 42420;
}
}
}
}
protocols {
router-advertisement {
interface ge-0/0/0.1 {
other-stateful-configuration;
prefix 2001:df8::/64;
}
interface ge-0/0/0.4 {
other-stateful-configuration;
prefix 2001:df8:0:4::/64;
}
interface ge-0/0/0.5 {
other-stateful-configuration;
prefix 2001:df8:0:5::/64;
}
interface ge-0/0/0.6 {
other-stateful-configuration;
prefix 2001:df8:0:6::/64;
}
interface ge-0/0/0.8 {
other-stateful-configuration;
prefix 2001:df8:0:8::/64;
}
interface ge-0/0/0.16 {
other-stateful-configuration;
prefix 2001:df8:0:16::/64;
}
interface ge-0/0/0.32 {
other-stateful-configuration;
prefix 2001:df8:0:32::/64;
}
interface ge-0/0/0.48 {
other-stateful-configuration;
prefix 2001:df8:0:48::/64;
}
interface ge-0/0/0.64 {
other-stateful-configuration;
prefix 2001:df8:0:64::/64;
}
interface ge-0/0/0.80 {
other-stateful-configuration;
prefix 2001:df8:0:80::/64;
}
interface ge-0/0/0.96 {
other-stateful-configuration;
prefix 2001:df8:0:96::/64;
}
interface ge-0/0/0.112 {
other-stateful-configuration;
prefix 2001:df8:0:112::/64;
}
}
bgp {
group Comcast-v4-link1 {
peer-as 7922;
neighbor 173.167.59.113 {
import [ RPKI-Secondary Block-IETF Block-BOGONS Received_on_Rtr_A ];
family inet {
unicast;
}
export [ AS_Prepend1 IETF-out REJECT ];
}
}
group iBGP {
description "iBGP Peering between RtrA and RtrB";
export NextHop-Self;
peer-as 56554;
neighbor 130.129.4.3 {
local-address 130.129.4.2;
family inet {
unicast;
}
}
neighbor 2001:df8:0:4::3 {
local-address 2001:df8:0:4::2;
family inet6 {
unicast;
}
}
}
group Comcast-v6-link1 {
import [ RPKI-Secondary Block-IETF Block-BOGONS Received_on_Rtr_A ];
export [ AS_Prepend1 IETF-v6-OUT REJECT ];
peer-as 7922;
neighbor 2001:559::6a9 {
family inet6 {
unicast;
}
}
}
}
}
policy-options {
prefix-list IETF {
31.130.224.0/20;
31.133.128.0/18;
130.129.0.0/16;
}
prefix-list IETF-v6 {
2001:67c:370::/48;
2001:67c:1230::/46;
2001:df8::/32;
}
prefix-list MARTIANS {
0.0.0.0/8;
10.0.0.0/8;
127.0.0.0/8;
172.16.0.0/12;
192.0.2.0/24;
192.168.0.0/16;
198.18.0.0/15;
224.0.0.0/3;
}
policy-statement ACCEPT {
then accept;
}
policy-statement AS_Prepend1 {
then as-path-prepend 56554;
}
policy-statement Block-BOGONS {
term martians {
from {
prefix-list MARTIANS;
}
then reject;
}
term NEXT {
then next policy;
}
}
policy-statement Block-IETF {
term ipv4 {
from {
prefix-list IETF;
}
then reject;
}
term ipv6 {
from {
prefix-list IETF-v6;
}
then reject;
}
term NEXT {
then next policy;
}
}
policy-statement IETF-out {
term allowed {
from {
prefix-list IETF;
}
then accept;
}
term NEXT {
then next policy;
}
}
policy-statement IETF-v6-OUT {
term allowed {
from {
prefix-list IETF-v6;
}
then accept;
}
term NEXT {
then next policy;
}
}
policy-statement NextHop-Self {
term Self {
then {
next-hop self;
accept;
}
}
}
policy-statement REJECT {
then reject;
}
policy-statement RPKI-Primary {
term valid {
from {
protocol bgp;
validation-database valid;
}
then {
local-preference 210;
validation-state valid;
community add RPKI_Valid;
}
}
term invalid {
from {
protocol bgp;
validation-database invalid;
}
then {
local-preference 190;
validation-state invalid;
community add RPKI_Invalid;
}
}
term unknown {
from {
protocol bgp;
validation-database unknown;
}
then {
local-preference 200;
validation-state unknown;
community add RPKI_Unknown;
}
}
}
policy-statement RPKI-Secondary {
term valid {
from {
protocol bgp;
validation-database valid;
}
then {
local-preference 110;
validation-state valid;
community add RPKI_Valid;
}
}
term invalid {
from {
protocol bgp;
validation-database invalid;
}
then {
local-preference 90;
validation-state invalid;
community add RPKI_Invalid;
}
}
term unknown {
from {
protocol bgp;
validation-database unknown;
}
then {
local-preference 100;
validation-state unknown;
community add RPKI_Unknown;
}
}
}
policy-statement Received_on_Rtr_A {
then {
community add RTR_A;
}
}
policy-statement Received_on_Rtr_B {
then {
community add RTR_B;
}
}
policy-statement SetLocalPrefHigh {
then {
local-preference 200;
next policy;
}
}
policy-statement SetLocalPrefLow {
then {
local-preference 20;
next policy;
}
}
community Blackhole members 56554:666;
community RPKI_Invalid members 56554:102;
community RPKI_Unknown members 56554:103;
community RPKI_Valid members 56554:101;
community RTR_A members 56554:1;
community RTR_B members 56554:2;
}
firewall {
family inet {
filter RPKI_Classify {
term Valid {
from {
address {
2.0.0.0/14;
2.4.0.0/15;
2.6.0.0/16;
2.8.0.0/14;
2.12.0.0/15;
2.14.0.0/16;
5.1.0.0/19;
5.2.24.0/21;
5.11.40.0/21;
5.28.48.0/21;
5.32.152.0/21;
5.34.192.0/19;
5.34.248.0/21;
5.35.192.0/21;
5.39.192.0/21;
5.39.224.0/21;
5.45.144.0/21;
5.54.0.0/15;
5.56.16.0/21;
5.61.72.0/21;
5.63.160.0/21;
5.83.24.0/21;
5.102.168.0/21;
5.102.192.0/18;
5.104.72.0/22;
5.104.216.0/21;
5.133.24.0/21;
5.133.128.0/19;
5.133.192.0/19;
5.134.16.0/21;
5.144.152.0/22;
5.144.184.0/21;
5.149.64.0/19;
5.149.112.0/21;
5.153.64.0/19;
5.153.96.0/21;
5.153.128.0/18;
5.153.192.0/19;
5.157.88.0/21;
5.172.152.0/21;
5.179.32.0/19;
5.179.64.0/21;
5.179.192.0/21;
5.190.0.0/16;
5.198.192.0/19;
5.199.232.0/21;
5.200.0.0/19;
5.228.0.0/16;
5.254.176.0/21;
27.50.32.0/21;
31.3.8.0/21;
31.7.8.0/21;
31.7.176.0/20;
31.10.128.0/17;
31.12.96.0/19;
31.13.0.0/21;
31.22.80.0/21;
31.24.8.0/21;
31.24.24.0/21;
31.24.224.0/21;
31.25.144.0/21;
31.31.40.0/21;
31.31.160.0/21;
31.47.0.0/19;
31.47.32.0/20;
31.47.48.0/21;
31.47.112.0/20;
31.47.192.0/21;
31.56.0.0/14;
31.151.0.0/16;
31.164.0.0/15;
31.169.48.0/21;
31.172.240.0/20;
31.176.128.0/17;
31.186.96.0/21;
31.193.0.0/20;
31.193.48.0/21;
31.193.112.0/21;
31.193.144.0/20;
31.204.112.0/20;
31.204.128.0/19;
31.210.128.0/21;
31.210.168.0/21;
31.210.176.0/20;
31.220.136.0/21;
31.222.200.0/21;
35.0.0.0/9;
37.8.128.0/20;
37.9.128.0/21;
37.18.160.0/20;
37.26.200.0/21;
37.32.128.0/17;
37.33.0.0/16;
37.44.64.0/18;
37.45.0.0/16;
37.46.32.0/20;
37.48.240.0/21;
37.49.192.0/19;
37.58.32.0/21;
37.58.128.0/17;
37.60.152.0/21;
37.60.192.0/21;
37.61.160.0/20;
37.72.144.0/21;
37.75.136.0/21;
37.75.200.0/21;
37.75.208.0/21;
37.77.32.0/20;
37.77.56.0/21;
37.77.160.0/21;
37.77.168.0/23;
37.77.170.0/24;
37.98.200.0/21;
37.110.0.0/17;
37.110.128.0/19;
37.122.128.0/21;
37.122.144.0/21;
37.123.224.0/21;
37.130.128.0/20;
37.130.160.0/19;
37.136.0.0/16;
37.148.208.0/20;
37.203.64.0/19;
37.203.248.0/21;
37.204.0.0/16;
37.205.48.0/21;
37.205.64.0/19;
37.209.208.0/20;
37.209.224.0/22;
37.209.232.0/21;
37.212.0.0/14;
37.218.248.0/21;
37.219.0.0/16;
37.228.192.0/18;
37.235.48.0/20;
37.252.32.0/19;
46.7.0.0/16;
46.14.0.0/16;
46.16.152.0/21;
46.17.136.0/21;
46.18.16.0/21;
46.19.8.0/22;
46.19.56.0/21;
46.19.88.0/21;
46.19.96.0/21;
46.19.248.0/21;
46.20.128.0/20;
46.20.160.0/20;
46.21.144.0/20;
46.22.32.0/20;
46.22.112.0/20;
46.22.128.0/20;
46.22.240.0/20;
46.23.208.0/20;
46.29.144.0/21;
46.29.176.0/21;
46.29.224.0/21;
46.30.8.0/21;
46.30.24.0/21;
46.30.120.0/21;
46.30.130.0/23;
46.30.132.0/22;
46.31.48.0/21;
46.31.104.0/21;
46.31.120.0/21;
46.33.64.0/19;
46.35.128.0/19;
46.36.192.0/19;
46.37.160.0/19;
46.37.224.0/19;
46.38.128.0/19;
46.43.0.0/18;
46.50.128.0/17;
46.63.0.0/18;
46.63.64.0/19;
46.63.96.0/21;
46.63.104.0/22;
46.63.108.0/24;
46.80.0.0/12;
46.102.102.0/24;
46.129.0.0/16;
46.132.0.0/16;
46.143.0.0/17;
46.143.128.0/18;
46.143.192.0/20;
46.143.209.0/24;
46.143.210.0/23;
46.143.216.0/21;
46.143.224.0/20;
46.143.244.0/22;
46.143.252.0/22;
46.164.128.0/18;
46.176.0.0/15;
46.182.24.0/21;
46.182.32.0/21;
46.182.144.0/21;
46.183.72.0/21;
46.183.152.0/21;
46.183.160.0/21;
46.183.216.0/21;
46.187.128.0/17;
46.188.0.0/17;
46.196.0.0/15;
46.226.0.0/21;
46.226.56.0/21;
46.226.72.0/21;
46.226.88.0/21;
46.226.240.0/21;
46.227.16.0/21;
46.227.64.0/21;
46.227.168.0/21;
46.227.200.0/21;
46.227.208.0/21;
46.228.80.0/20;
46.228.224.0/20;
46.231.88.0/21;
46.231.112.0/21;
46.231.248.0/21;
46.232.136.0/21;
46.233.128.0/18;
46.234.64.0/19;
46.234.224.0/19;
46.235.8.0/22;
46.235.14.0/23;
46.238.64.0/18;
46.241.0.0/17;
46.242.0.0/17;
46.243.112.0/21;
46.244.0.0/16;
46.245.144.0/21;
46.245.248.0/21;
46.249.192.0/19;
46.250.160.0/19;
46.254.160.0/21;
46.255.80.0/21;
46.255.200.0/21;
49.244.0.0/16;
62.21.0.0/17;
62.24.64.0/19;
62.32.0.0/19;
62.38.0.0/16;
62.44.192.0/18;
62.48.96.0/19;
62.68.96.0/19;
62.69.152.0/21;
62.69.192.0/18;
62.71.0.0/16;
62.73.32.0/19;
62.73.128.0/19;
62.78.96.0/19;
62.78.128.0/17;
62.102.144.0/21;
62.102.224.0/19;
62.104.0.0/16;
62.108.0.0/19;
62.108.96.0/19;
62.113.0.0/19;
62.113.160.0/19;
62.116.192.0/19;
62.140.192.0/19;
62.147.0.0/16;
62.148.192.0/19;
62.153.0.0/16;
62.154.0.0/15;
62.156.0.0/14;
62.160.0.0/15;
62.163.0.0/16;
62.164.128.0/17;
62.165.128.0/18;
62.167.0.0/16;
62.169.128.0/19;
62.173.64.0/18;
62.182.8.0/21;
62.183.128.0/17;
62.194.0.0/15;
62.197.160.0/19;
62.201.16.0/20;
62.201.160.0/19;
62.202.0.0/15;
62.213.64.0/18;
62.216.0.0/19;
62.216.192.0/19;
62.217.64.0/18;
62.224.0.0/14;
62.231.128.0/19;
62.241.192.0/18;
62.245.64.0/18;
62.245.128.0/17;
62.249.192.0/18;
62.251.0.0/17;
63.141.0.0/20;
67.21.36.0/24;
77.37.128.0/17;
77.40.128.0/17;
77.65.0.0/16;
77.66.0.0/17;
77.72.88.0/21;
77.87.136.0/21;
77.87.248.0/21;
77.88.128.0/18;
77.91.216.0/21;
77.93.192.0/19;
77.95.40.0/21;
77.95.64.0/22;
77.95.68.0/23;
77.95.70.0/24;
77.95.120.0/21;
77.95.208.0/21;
77.110.192.0/18;
77.111.0.0/18;
77.221.32.0/20;
77.221.48.0/23;
77.222.128.0/19;
77.233.224.0/19;
77.238.32.0/19;
77.242.64.0/20;
77.243.48.0/20;
77.245.16.0/20;
77.247.200.0/21;
77.248.0.0/14;
78.24.72.0/21;
78.24.144.0/21;
78.24.160.0/21;
78.27.64.0/18;
78.32.0.0/15;
78.40.32.0/21;
78.41.88.0/21;
78.41.112.0/21;
78.44.0.0/15;
78.102.0.0/15;
78.108.48.0/20;
78.108.128.0/20;
78.109.192.0/20;
78.110.0.0/20;
78.110.128.0/20;
78.111.112.0/20;
78.111.160.0/20;
78.133.128.0/17;
78.143.240.0/23;
78.143.243.0/24;
78.143.245.0/24;
78.143.250.0/23;
78.143.252.0/24;
78.152.0.0/18;
78.153.160.0/19;
78.153.192.0/19;
78.192.0.0/10;
79.97.0.0/16;
79.98.36.0/24;
79.98.64.0/21;
79.98.104.0/21;
79.98.168.0/21;
79.99.64.0/21;
79.110.0.0/20;
79.123.0.0/17;
79.132.96.0/19;
79.135.224.0/19;
79.140.48.0/20;
79.140.96.0/20;
79.141.160.0/21;
79.141.169.0/24;
79.141.170.0/23;
79.141.172.0/22;
79.143.128.0/20;
79.143.160.0/20;
79.143.240.0/20;
79.160.0.0/15;
79.166.0.0/15;
79.170.16.0/23;
79.170.176.0/21;
79.171.56.0/21;
79.171.96.0/21;
79.175.128.0/21;
79.175.144.0/20;
79.175.160.0/19;
79.192.0.0/10;
80.8.0.0/15;
80.10.248.0/22;
80.10.252.0/23;
80.12.0.0/18;
80.12.80.0/20;
80.12.99.0/24;
80.13.0.0/16;
80.14.0.0/16;
80.15.0.0/17;
80.15.128.0/18;
80.15.192.0/19;
80.56.0.0/15;
80.64.32.0/20;
80.65.16.0/20;
80.65.64.0/19;
80.66.224.0/20;
80.67.96.0/20;
80.68.80.0/20;
80.69.0.0/19;
80.72.48.0/20;
80.74.48.0/20;
80.74.192.0/19;
80.75.0.0/20;
80.75.192.0/20;
80.78.96.0/19;
80.79.16.0/20;
80.80.192.0/20;
80.81.0.0/19;
80.81.144.0/20;
80.81.192.0/20;
80.82.0.0/20;
80.83.224.0/24;
80.83.228.0/22;
80.83.232.0/22;
80.83.237.0/24;
80.83.238.0/23;
80.86.160.0/19;
80.87.32.0/20;
80.89.32.0/19;
80.89.128.0/19;
80.91.144.0/20;
80.91.160.0/19;
80.92.112.0/20;
80.93.160.0/21;
80.93.168.0/22;
80.93.172.0/23;
80.93.175.0/24;
80.94.64.0/20;
80.94.128.0/20;
80.95.240.0/20;
80.100.0.0/15;
80.126.0.0/15;
80.128.0.0/11;
80.168.0.0/16;
80.220.0.0/14;
80.227.0.0/16;
80.238.64.0/19;
80.241.80.0/20;
80.242.128.0/19;
80.243.112.0/21;
80.243.122.0/23;
80.243.124.0/22;
80.246.96.0/20;
80.246.192.0/20;
80.248.160.0/20;
80.248.192.0/20;
80.249.128.0/19;
80.249.176.0/20;
80.251.0.0/20;
80.253.128.0/19;
80.255.0.0/20;
80.255.240.0/20;
81.1.192.0/18;
81.2.64.0/18;
81.9.0.0/18;
81.9.64.0/19;
81.9.96.0/20;
81.14.128.0/17;
81.16.64.0/20;
81.16.176.0/20;
81.17.64.0/20;
81.17.240.0/20;
81.18.176.0/20;
81.19.144.0/20;
81.22.160.0/20;
81.24.96.0/20;
81.27.128.0/20;
81.27.192.0/20;
81.28.192.0/20;
81.30.32.0/20;
81.30.64.0/20;
81.31.32.0/19;
81.31.96.0/19;
81.48.0.0/16;
81.51.0.0/16;
81.52.224.0/21;
81.52.232.0/22;
81.53.0.0/16;
81.56.0.0/15;
81.62.0.0/15;
81.80.0.0/16;
81.87.0.0/16;
81.89.88.0/21;
81.90.144.0/20;
81.92.192.0/19;
81.93.204.0/22;
81.94.208.0/20;
81.95.0.0/20;
81.166.0.0/15;
81.169.128.0/17;
81.171.128.0/17;
81.175.128.0/17;
81.187.0.0/16;
81.209.0.0/16;
81.222.16.0/23;
81.222.64.0/18;
81.222.128.0/20;
81.222.160.0/19;
81.222.192.0/18;
81.224.0.0/12;
81.248.0.0/16;
81.250.0.0/15;
81.252.0.0/16;
81.255.0.0/16;
82.64.0.0/14;
82.92.0.0/14;
82.102.0.0/18;
82.112.176.0/21;
82.113.224.0/19;
82.117.192.0/19;
82.118.128.0/23;
82.118.134.0/24;
82.118.146.0/23;
82.118.148.0/23;
82.118.158.0/23;
82.119.96.0/19;
82.122.0.0/15;
82.124.0.0/15;
82.126.0.0/16;
82.128.128.0/17;
82.135.0.0/17;
82.143.0.0/18;
82.150.192.0/19;
82.161.0.0/16;
82.164.0.0/17;
82.164.128.0/18;
82.165.0.0/16;
82.181.0.0/16;
82.197.128.0/19;
82.199.128.0/19;
82.200.0.0/17;
82.209.192.0/18;
82.211.64.0/18;
82.221.0.0/16;
82.224.0.0/11;
83.68.0.0/19;
83.76.0.0/14;
83.98.224.0/19;
83.102.0.0/17;
83.112.0.0/14;
83.124.0.0/14;
83.133.0.0/16;
83.136.88.0/21;
83.138.0.0/21;
83.139.64.0/18;
83.142.56.0/21;
83.142.80.0/21;
83.150.0.0/18;
83.151.128.0/18;
83.160.0.0/14;
83.167.192.0/18;
83.171.128.0/18;
83.173.192.0/18;
83.206.0.0/16;
83.209.0.0/16;
83.212.0.0/16;
83.216.224.0/19;
83.221.128.0/19;
83.222.64.0/19;
83.247.0.0/17;
84.16.64.0/19;
84.16.192.0/19;
84.17.224.0/19;
84.18.128.0/19;
84.19.224.0/19;
84.23.160.0/19;
84.34.0.0/16;
84.38.96.0/20;
84.39.96.0/20;
84.39.176.0/21;
84.39.192.0/22;
84.42.128.0/17;
84.45.128.0/17;
84.52.192.0/18;
84.55.192.0/18;
84.88.0.0/16;
84.89.0.0/18;
84.89.128.0/17;
84.96.0.0/13;
84.128.0.0/10;
84.205.64.0/23;
84.205.69.0/24;
84.205.71.0/24;
84.205.72.0/24;
84.205.74.0/23;
84.205.76.0/22;
84.205.80.0/23;
84.205.83.0/24;
84.205.84.0/23;
84.205.87.0/24;
84.205.90.0/23;
84.205.92.0/22;
84.226.0.0/15;
84.234.0.0/20;
84.234.32.0/20;
84.234.128.0/17;
84.241.0.0/18;
84.242.64.0/18;
84.243.192.0/18;
84.246.120.0/21;
84.248.0.0/14;
84.253.0.0/18;
84.253.192.0/18;
85.0.0.0/13;
85.8.0.0/18;
85.14.192.0/18;
85.15.0.0/18;
85.23.0.0/16;
85.30.192.0/18;
85.31.64.0/19;
85.31.240.0/20;
85.89.0.0/19;
85.89.224.0/19;
85.90.64.0/19;
85.92.224.0/19;
85.94.128.0/19;
85.116.160.0/19;
85.118.128.0/21;
85.119.176.0/21;
85.119.200.0/21;
85.131.0.0/17;
85.133.0.0/17;
85.157.0.0/16;
85.159.0.0/21;
85.159.64.0/21;
85.202.48.0/20;
85.202.208.0/20;
85.214.0.0/15;
85.216.128.0/17;
85.219.128.0/17;
85.221.128.0/17;
85.222.128.0/17;
85.236.32.0/19;
85.237.160.0/19;
85.249.0.0/20;
85.249.24.0/21;
85.249.32.0/20;
85.249.112.0/21;
85.249.144.0/21;
85.249.160.0/19;
85.249.224.0/19;
86.49.0.0/16;
86.54.0.0/16;
86.57.128.0/17;
86.109.32.0/19;
86.114.0.0/15;
86.118.0.0/15;
87.92.0.0/14;
87.99.0.0/18;
87.100.128.0/17;
87.106.0.0/16;
87.116.0.0/18;
87.116.128.0/18;
87.119.128.0/19;
87.127.0.0/16;
87.128.0.0/10;
87.195.0.0/16;
87.200.0.0/15;
87.237.64.0/21;
87.238.32.0/19;
87.239.72.0/21;
87.246.64.0/18;
87.251.32.0/19;
87.251.96.0/19;
88.86.128.0/19;
88.147.0.0/17;
88.148.128.0/17;
88.150.0.0/17;
88.151.136.0/21;
88.160.0.0/11;
88.192.0.0/14;
88.200.0.0/17;
88.207.0.0/17;
88.208.128.0/18;
88.212.64.0/18;
88.217.0.0/16;
89.16.160.0/19;
89.19.0.0/19;
89.19.224.0/19;
89.21.96.0/19;
89.27.0.0/17;
89.31.200.0/21;
89.35.55.0/24;
89.48.0.0/12;
89.98.0.0/15;
89.100.0.0/14;
89.105.64.0/19;
89.106.32.0/19;
89.106.240.0/21;
89.107.192.0/21;
89.112.0.0/17;
89.113.16.0/20;
89.113.32.0/20;
89.113.104.0/21;
89.113.112.0/20;
89.113.128.0/21;
89.113.144.0/21;
89.113.168.0/21;
89.113.192.0/19;
89.113.224.0/20;
89.113.240.0/23;
89.132.0.0/14;
89.146.128.0/18;
89.151.192.0/18;
89.163.128.0/17;
89.166.0.0/17;
89.173.0.0/16;
89.174.0.0/16;
89.176.0.0/15;
89.182.0.0/15;
89.184.96.0/19;
89.185.224.0/19;
89.186.160.0/19;
89.187.96.0/19;
89.187.224.0/19;
89.190.32.0/19;
89.190.160.0/19;
89.196.0.0/14;
89.200.152.0/21;
89.206.128.0/17;
89.207.56.0/21;
89.207.144.0/21;
89.210.0.0/16;
89.216.0.0/15;
89.233.128.0/18;
89.235.64.0/18;
89.248.144.0/20;
89.248.176.0/20;
89.248.240.0/20;
89.249.16.0/20;
90.80.0.0/16;
90.83.0.0/16;
90.85.0.0/16;
90.155.0.0/18;
90.155.64.0/19;
90.156.0.0/17;
90.224.0.0/12;
91.0.0.0/10;
91.72.0.0/14;
91.102.0.0/20;
91.102.248.0/21;
91.103.160.0/21;
91.103.184.0/21;
91.105.128.0/18;
91.106.0.0/20;
91.109.120.0/21;
91.109.168.0/22;
91.109.172.0/23;
91.109.176.0/20;
91.135.208.0/20;
91.138.128.0/17;
91.142.192.0/20;
91.143.112.0/20;
91.145.64.0/18;
91.145.128.0/18;
91.146.192.0/18;
91.147.0.0/18;
91.150.128.0/19;
91.185.192.0/19;
91.190.168.0/21;
91.190.192.0/20;
91.190.232.0/21;
91.192.202.0/23;
91.194.96.0/22;
91.194.100.0/23;
91.195.232.0/23;
91.199.78.0/24;
91.202.172.0/22;
91.205.152.0/22;
91.205.184.0/22;
91.208.114.0/24;
91.208.160.0/24;
91.212.196.0/24;
91.213.30.0/24;
91.213.255.0/24;
91.215.12.0/22;
91.216.158.0/24;
91.216.162.0/24;
91.220.43.0/24;
91.220.194.0/24;
91.220.225.0/24;
91.221.156.0/23;
91.223.58.0/24;
91.223.211.0/24;
91.223.253.0/24;
91.224.66.0/23;
91.227.26.0/24;
91.227.204.0/23;
91.230.64.0/24;
91.233.182.0/24;
92.36.128.0/17;
92.43.104.0/21;
92.54.0.0/18;
92.60.96.0/20;
92.60.144.0/20;
92.61.176.0/20;
92.62.96.0/20;
92.62.160.0/20;
92.104.0.0/13;
92.160.0.0/15;
92.162.0.0/16;
92.163.0.0/17;
92.240.32.0/19;
92.242.96.0/19;
92.244.64.0/19;
93.84.0.0/15;
93.88.240.0/20;
93.89.48.0/20;
93.90.176.0/20;
93.91.144.0/20;
93.92.192.0/21;
93.93.80.0/21;
93.94.128.0/21;
93.94.160.0/21;
93.104.0.0/16;
93.106.0.0/16;
93.121.0.0/17;
93.152.128.0/18;
93.152.192.0/21;
93.152.200.0/22;
93.174.165.0/24;
93.174.166.0/23;
93.175.146.0/23;
93.176.64.0/18;
93.177.0.0/18;
93.180.72.0/21;
93.181.128.0/18;
93.183.192.0/18;
93.184.0.0/20;
93.187.8.0/21;
93.188.120.0/21;
93.188.240.0/21;
93.189.104.0/21;
93.190.168.0/21;
93.190.224.0/21;
93.191.88.0/21;
93.191.216.0/21;
93.192.0.0/10;
94.18.0.0/16;
94.22.0.0/16;
94.42.0.0/16;
94.46.0.0/16;
94.54.0.0/16;
94.55.0.0/19;
94.55.32.0/20;
94.55.48.0/21;
94.55.56.0/24;
94.55.58.0/23;
94.55.60.0/22;
94.55.64.0/18;
94.55.128.0/17;
94.73.128.0/17;
94.74.0.0/18;
94.100.16.0/20;
94.100.160.0/20;
94.100.240.0/20;
94.102.16.0/20;
94.102.144.0/20;
94.103.16.0/20;
94.103.160.0/20;
94.112.0.0/14;
94.124.64.0/21;
94.124.104.0/21;
94.125.24.0/21;
94.125.232.0/21;
94.126.128.0/21;
94.126.160.0/21;
94.126.176.0/21;
94.127.88.0/21;
94.127.96.0/22;
94.127.100.0/23;
94.127.104.0/21;
94.127.168.0/21;
94.142.208.0/21;
94.143.0.0/21;
94.143.128.0/21;
94.182.0.0/15;
94.184.0.0/16;
94.185.96.0/19;
94.189.128.0/17;
94.198.248.0/21;
94.199.232.0/21;
94.200.0.0/14;
94.204.0.0/15;
94.206.0.0/16;
94.228.32.0/20;
94.229.112.0/22;
94.230.80.0/20;
94.246.0.0/18;
94.246.128.0/18;
94.247.32.0/21;
94.247.192.0/21;
94.251.0.0/17;
94.253.128.0/17;
95.64.0.0/21;
95.64.112.0/20;
95.84.128.0/17;
95.87.0.0/19;
95.87.32.0/24;
95.87.35.0/24;
95.87.36.0/22;
95.87.40.0/23;
95.87.42.0/24;
95.87.44.0/22;
95.87.48.0/20;
95.87.128.0/18;
95.96.0.0/15;
95.108.0.0/17;
95.128.24.0/21;
95.130.232.0/21;
95.141.16.0/20;
95.141.176.0/20;
95.142.96.0/20;
95.143.48.0/20;
95.155.64.0/18;
95.156.128.0/18;
95.159.128.0/18;
95.171.32.0/19;
95.171.224.0/24;
95.171.227.0/24;
95.171.248.0/24;
95.172.0.0/19;
95.172.224.0/19;
95.215.32.0/22;
98.128.0.0/16;
103.23.16.0/22;
103.28.252.0/22;
103.247.246.0/24;
109.60.0.0/17;
109.68.56.0/21;
109.68.128.0/21;
109.68.152.0/21;
109.69.32.0/21;
109.69.80.0/21;
109.69.184.0/21;
109.69.216.0/21;
109.70.168.0/21;
109.71.96.0/21;
109.71.176.0/21;
109.72.160.0/20;
109.74.208.0/20;
109.74.240.0/20;
109.75.144.0/20;
109.105.32.0/19;
109.108.0.0/19;
109.109.96.0/19;
109.109.224.0/19;
109.110.160.0/19;
109.111.0.0/19;
109.127.192.0/18;
109.163.200.0/21;
109.164.0.0/16;
109.171.0.0/17;
109.173.0.0/16;
109.175.0.0/17;
109.200.192.0/19;
109.201.96.0/19;
109.202.128.0/19;
109.208.0.0/13;
109.216.0.0/15;
109.218.0.0/16;
109.222.0.0/15;
109.225.64.0/18;
109.226.192.0/18;
109.232.184.0/21;
109.234.152.0/21;
109.235.0.0/21;
109.236.0.0/20;
109.236.176.0/20;
109.237.240.0/20;
109.238.240.0/20;
109.240.0.0/16;
109.247.0.0/16;
109.255.0.0/16;
110.74.192.0/19;
113.199.128.0/17;
115.84.64.0/18;
119.82.248.0/21;
120.89.96.0/19;
141.0.64.0/18;
141.0.192.0/21;
141.105.80.0/20;
141.138.224.0/19;
141.237.0.0/16;
141.255.0.0/17;
141.255.144.0/20;
141.255.192.0/18;
147.28.0.0/16;
149.20.0.0/16;
151.232.0.0/14;
151.236.0.0/19;
151.237.0.0/17;
151.237.128.0/20;
151.238.0.0/15;
151.240.0.0/13;
151.249.0.0/18;
151.249.80.0/21;
157.185.0.0/16;
158.69.0.0/22;
176.12.104.0/21;
176.32.128.0/20;
176.46.192.0/18;
176.57.192.0/21;
176.61.0.0/17;
176.62.48.0/20;
176.62.128.0/21;
176.62.216.0/21;
176.67.88.0/21;
176.72.0.0/16;
176.76.0.0/16;
176.93.0.0/16;
176.222.48.0/20;
176.222.232.0/21;
176.241.104.0/21;
176.241.128.0/19;
176.241.160.0/20;
178.16.128.0/20;
178.17.32.0/20;
178.17.128.0/20;
178.17.160.0/20;
178.18.48.0/20;
178.18.144.0/20;
178.20.0.0/21;
178.20.48.0/21;
178.21.120.0/21;
178.21.136.0/21;
178.21.144.0/21;
178.22.104.0/21;
178.23.64.0/21;
178.23.80.0/21;
178.38.0.0/15;
178.48.0.0/16;
178.55.0.0/16;
178.75.128.0/18;
178.82.0.0/15;
178.84.0.0/15;
178.120.0.0/13;
178.132.72.0/21;
178.132.200.0/21;
178.140.0.0/16;
178.148.0.0/15;
178.157.0.0/18;
178.164.0.0/17;
178.172.0.0/17;
178.175.128.0/17;
178.192.0.0/13;
178.208.192.0/19;
178.209.128.0/19;
178.209.192.0/19;
178.210.128.0/19;
178.233.0.0/16;
178.237.32.0/20;
178.237.96.0/20;
178.238.32.0/20;
178.238.96.0/24;
178.238.128.0/19;
178.248.24.0/21;
178.248.168.0/21;
178.249.152.0/21;
178.250.56.0/21;
178.250.168.0/21;
178.250.208.0/21;
178.251.144.0/21;
178.251.160.0/21;
178.252.0.0/19;
178.252.32.0/20;
178.252.48.0/21;
178.252.56.0/22;
178.252.60.0/23;
178.255.144.0/21;
178.255.184.0/22;
178.255.189.0/24;
178.255.190.0/23;
178.255.200.0/22;
181.0.0.0/13;
181.8.0.0/14;
181.12.0.0/15;
181.14.0.0/20;
181.14.64.0/18;
181.14.128.0/17;
181.15.56.0/21;
181.15.64.0/19;
181.15.96.0/20;
181.15.112.0/21;
181.15.240.0/20;
181.48.0.0/13;
181.64.0.0/16;
181.65.0.0/18;
181.65.64.0/19;
181.65.128.0/17;
181.80.0.0/13;
181.89.0.0/16;
181.90.0.0/15;
181.92.0.0/15;
181.94.0.0/16;
181.95.64.0/18;
181.95.128.0/19;
181.95.160.0/20;
181.95.176.0/21;
185.2.0.0/22;
185.2.36.0/22;
185.2.120.0/22;
185.3.20.0/22;
185.3.124.0/22;
185.3.224.0/22;
185.4.4.0/24;
185.4.60.0/22;
185.4.220.0/22;
185.5.76.0/22;
185.5.200.0/22;
185.6.192.0/22;
185.7.40.0/22;
185.7.228.0/22;
185.8.0.0/22;
185.8.40.0/22;
185.8.60.0/22;
186.28.0.0/14;
186.48.0.0/13;
186.80.0.0/15;
186.82.0.0/17;
186.82.128.0/18;
186.82.192.0/19;
186.82.232.0/21;
186.82.240.0/20;
186.83.0.0/22;
186.83.8.0/21;
186.83.16.0/20;
186.83.32.0/19;
186.83.64.0/21;
186.83.72.0/22;
186.83.76.0/23;
186.83.80.0/20;
186.83.96.0/21;
186.83.108.0/22;
186.83.112.0/20;
186.83.132.0/22;
186.83.136.0/21;
186.83.144.0/20;
186.83.160.0/19;
186.83.192.0/18;
186.84.0.0/19;
186.84.36.0/22;
186.84.40.0/21;
186.84.48.0/20;
186.84.64.0/22;
186.84.72.0/21;
186.84.80.0/20;
186.84.96.0/19;
186.84.128.0/18;
186.84.192.0/19;
186.84.224.0/21;
186.84.236.0/22;
186.84.240.0/20;
186.85.0.0/18;
186.85.64.0/19;
186.85.100.0/22;
186.85.104.0/21;
186.85.112.0/20;
186.85.128.0/18;
186.85.192.0/19;
186.85.232.0/21;
186.85.240.0/21;
186.85.248.0/22;
186.86.0.0/19;
186.86.32.0/20;
186.86.48.0/22;
186.86.56.0/21;
186.86.64.0/18;
186.86.128.0/18;
186.86.192.0/19;
186.86.224.0/22;
186.86.232.0/21;
186.86.240.0/20;
186.87.0.0/18;
186.87.64.0/20;
186.87.80.0/21;
186.87.88.0/23;
186.87.92.0/22;
186.87.96.0/19;
186.87.128.0/18;
186.87.192.0/19;
186.87.224.0/21;
186.87.242.0/23;
186.87.244.0/22;
186.87.248.0/21;
186.108.64.0/18;
186.108.144.0/20;
186.108.160.0/19;
186.108.192.0/18;
186.109.0.0/16;
186.110.0.0/15;
186.124.0.0/18;
186.124.112.0/20;
186.124.128.0/17;
186.125.0.0/16;
186.126.0.0/15;
186.144.0.0/17;
186.144.148.0/22;
186.144.152.0/21;
186.144.160.0/19;
186.144.192.0/19;
186.144.224.0/21;
186.144.232.0/22;
186.144.236.0/23;
186.144.240.0/20;
186.145.0.0/20;
186.145.20.0/22;
186.145.24.0/21;
186.145.32.0/22;
186.145.40.0/21;
186.145.48.0/20;
186.145.64.0/18;
186.145.128.0/19;
186.145.160.0/22;
186.145.168.0/21;
186.145.176.0/20;
186.145.192.0/22;
186.145.200.0/21;
186.145.208.0/20;
186.145.224.0/19;
186.146.0.0/16;
186.147.0.0/18;
186.147.64.0/20;
186.147.80.0/21;
186.147.92.0/22;
186.147.96.0/19;
186.147.128.0/18;
186.147.192.0/20;
186.147.212.0/22;
186.147.216.0/21;
186.147.224.0/20;
186.147.240.0/21;
186.147.248.0/22;
186.147.254.0/23;
186.152.0.0/16;
186.153.0.0/20;
186.153.16.0/21;
186.153.32.0/20;
186.153.48.0/21;
186.153.64.0/18;
186.153.128.0/20;
186.153.144.0/21;
186.153.160.0/19;
186.153.192.0/18;
186.154.0.0/15;
186.182.0.0/16;
188.2.0.0/16;
188.32.0.0/16;
188.39.0.0/16;
188.44.96.0/19;
188.60.0.0/14;
188.64.64.0/21;
188.64.192.0/21;
188.67.0.0/16;
188.92.40.0/21;
188.92.48.0/21;
188.92.144.0/21;
188.92.160.0/21;
188.92.248.0/21;
188.93.16.0/21;
188.93.40.0/21;
188.93.240.0/21;
188.95.32.0/21;
188.114.112.0/21;
188.120.64.0/19;
188.120.128.0/18;
188.121.224.0/19;
188.122.64.0/19;
188.124.192.0/21;
188.124.200.0/23;
188.124.204.0/22;
188.124.208.0/22;
188.124.212.0/23;
188.124.215.0/24;
188.124.216.0/21;
188.126.128.0/19;
188.136.0.0/17;
188.141.0.0/17;
188.142.160.0/19;
188.142.192.0/18;
188.154.0.0/15;
188.167.0.0/16;
188.174.0.0/16;
188.188.0.0/15;
188.228.0.0/17;
188.238.0.0/16;
188.241.160.0/20;
188.244.32.0/20;
188.252.128.0/17;
188.255.0.0/17;
190.0.128.0/19;
190.6.64.0/19;
190.7.0.0/18;
190.8.192.0/18;
190.12.0.0/19;
190.15.144.0/20;
190.24.0.0/14;
190.30.0.0/15;
190.40.0.0/14;
190.57.224.0/19;
190.64.0.0/16;
190.84.0.0/18;
190.84.64.0/19;
190.84.96.0/21;
190.84.112.0/20;
190.84.128.0/19;
190.84.160.0/20;
190.84.176.0/22;
190.84.184.0/21;
190.84.192.0/18;
190.85.0.0/16;
190.89.0.0/16;
190.93.128.0/19;
190.103.224.0/19;
190.104.64.0/20;
190.107.0.0/20;
190.108.0.0/19;
190.121.240.0/20;
190.129.0.0/17;
190.129.160.0/19;
190.129.192.0/18;
190.130.128.0/18;
190.130.192.0/19;
190.130.224.0/20;
190.130.240.0/21;
190.130.248.0/22;
190.130.252.0/23;
190.130.254.0/24;
190.132.0.0/14;
190.136.0.0/15;
190.138.0.0/17;
190.138.128.0/18;
190.138.192.0/19;
190.138.224.0/20;
190.138.240.0/23;
190.138.248.0/21;
190.139.0.0/16;
190.143.0.0/19;
190.143.36.0/22;
190.143.40.0/21;
190.143.48.0/20;
190.143.64.0/18;
190.144.0.0/14;
190.156.0.0/22;
190.156.8.0/21;
190.156.16.0/20;
190.156.32.0/19;
190.156.64.0/19;
190.156.96.0/22;
190.156.104.0/21;
190.156.112.0/22;
190.156.120.0/21;
190.156.132.0/22;
190.156.136.0/21;
190.156.148.0/22;
190.156.152.0/21;
190.156.168.0/21;
190.156.176.0/21;
190.156.184.0/22;
190.156.192.0/18;
190.157.0.0/22;
190.157.7.0/24;
190.157.8.0/21;
190.157.16.0/22;
190.157.24.0/21;
190.157.32.0/19;
190.157.64.0/21;
190.157.72.0/22;
190.157.80.0/20;
190.157.96.0/19;
190.157.128.0/18;
190.157.192.0/21;
190.157.200.0/22;
190.157.212.0/22;
190.157.216.0/21;
190.157.224.0/19;
190.158.0.0/19;
190.158.36.0/22;
190.158.40.0/21;
190.158.48.0/20;
190.158.64.0/18;
190.158.128.0/19;
190.158.160.0/20;
190.158.176.0/21;
190.158.188.0/22;
190.158.192.0/21;
190.158.200.0/22;
190.158.208.0/22;
190.158.216.0/21;
190.158.224.0/19;
190.159.0.0/18;
190.159.64.0/19;
190.159.96.0/20;
190.159.116.0/22;
190.159.128.0/17;
190.169.0.0/16;
190.182.129.0/24;
190.182.130.0/23;
190.182.132.0/23;
190.182.134.0/24;
190.182.136.0/21;
190.182.145.0/24;
190.182.246.0/24;
190.183.0.0/16;
190.185.128.0/20;
190.185.144.0/22;
190.185.148.0/24;
190.185.150.0/23;
190.185.152.0/21;
190.185.160.0/19;
190.185.192.0/21;
190.185.200.0/24;
190.185.202.0/23;
190.185.204.0/22;
190.185.208.0/20;
190.185.224.0/24;
190.185.226.0/23;
190.185.228.0/22;
190.185.232.0/21;
190.185.240.0/20;
190.211.160.0/23;
190.211.162.0/24;
190.211.167.0/24;
190.211.175.0/24;
190.224.16.0/21;
190.224.32.0/19;
190.224.64.0/18;
190.224.128.0/19;
190.224.160.0/22;
190.224.168.0/21;
190.224.184.0/21;
190.224.196.0/22;
190.224.200.0/21;
190.224.208.0/20;
190.224.224.0/19;
190.225.0.0/17;
190.225.128.0/18;
190.225.192.0/19;
190.225.224.0/20;
190.225.240.0/21;
190.226.0.0/17;
190.226.128.0/19;
190.226.176.0/20;
190.226.192.0/18;
190.227.8.0/21;
190.227.16.0/20;
190.227.32.0/19;
190.227.64.0/18;
190.227.128.0/18;
190.227.208.0/21;
190.227.248.0/21;
190.228.0.0/19;
190.228.32.0/20;
190.228.48.0/21;
190.228.64.0/18;
190.228.128.0/19;
190.228.160.0/20;
190.228.200.0/21;
190.228.208.0/20;
190.228.224.0/19;
190.229.0.0/19;
190.229.32.0/20;
190.229.56.0/21;
190.229.64.0/18;
190.229.128.0/17;
190.230.0.0/16;
190.231.8.0/21;
190.231.16.0/20;
190.231.32.0/19;
190.231.64.0/18;
190.231.128.0/17;
190.232.32.0/19;
190.232.64.0/18;
190.232.128.0/17;
190.233.0.0/16;
190.234.0.0/16;
190.235.0.0/17;
190.235.128.0/18;
190.235.192.0/19;
190.236.0.0/14;
192.5.4.0/24;
192.83.230.0/24;
192.122.181.0/24;
192.122.184.0/21;
192.136.136.0/24;
192.149.252.0/24;
192.158.248.0/24;
192.158.250.0/24;
192.158.252.0/24;
192.169.0.0/23;
192.228.80.0/21;
192.228.88.0/24;
192.228.92.0/24;
193.0.24.0/21;
193.2.0.0/16;
193.5.0.0/24;
193.5.2.0/23;
193.5.4.0/23;
193.5.8.0/23;
193.5.22.0/24;
193.5.25.0/24;
193.5.26.0/23;
193.5.38.0/24;
193.5.41.0/24;
193.5.42.0/23;
193.5.44.0/23;
193.5.48.0/24;
193.5.54.0/23;
193.5.56.0/22;
193.5.60.0/23;
193.5.66.0/23;
193.5.68.0/23;
193.5.76.0/22;
193.5.80.0/21;
193.5.91.0/24;
193.5.92.0/22;
193.5.104.0/23;
193.5.110.0/23;
193.5.118.0/24;
193.5.121.0/24;
193.5.123.0/24;
193.5.124.0/24;
193.5.144.0/23;
193.5.147.0/24;
193.5.148.0/24;
193.5.152.0/22;
193.5.160.0/20;
193.5.176.0/23;
193.5.178.0/24;
193.5.181.0/24;
193.5.185.0/24;
193.5.187.0/24;
193.5.216.0/21;
193.5.224.0/20;
193.5.240.0/21;
193.5.248.0/23;
193.5.253.0/24;
193.5.254.0/24;
193.11.0.0/16;
193.19.122.0/23;
193.27.48.0/21;
193.27.200.0/23;
193.29.206.0/24;
193.29.223.0/24;
193.30.224.0/22;
193.34.24.0/22;
193.42.215.0/24;
193.46.73.0/24;
193.58.232.0/24;
193.58.247.0/24;
193.60.0.0/14;
193.105.43.0/24;
193.105.150.0/24;
193.105.180.0/24;
193.107.196.0/22;
193.109.80.0/24;
193.109.122.0/24;
193.109.126.0/24;
193.134.0.0/22;
193.134.8.0/21;
193.134.32.0/21;
193.134.64.0/20;
193.134.92.0/24;
193.134.111.0/24;
193.134.132.0/24;
193.134.134.0/24;
193.134.159.0/24;
193.134.160.0/19;
193.134.192.0/20;
193.134.216.0/21;
193.134.240.0/21;
193.134.248.0/23;
193.134.251.0/24;
193.134.252.0/24;
193.134.254.0/24;
193.135.0.0/23;
193.135.2.0/24;
193.135.4.0/23;
193.135.20.0/23;
193.135.25.0/24;
193.135.28.0/23;
193.135.31.0/24;
193.135.40.0/21;
193.135.50.0/23;
193.135.56.0/22;
193.135.64.0/19;
193.135.102.0/23;
193.135.104.0/23;
193.135.106.0/24;
193.135.108.0/23;
193.135.128.0/22;
193.135.132.0/24;
193.135.134.0/23;
193.135.138.0/24;
193.135.143.0/24;
193.135.144.0/22;
193.135.152.0/23;
193.135.156.0/24;
193.135.162.0/23;
193.135.165.0/24;
193.135.166.0/23;
193.135.168.0/22;
193.135.172.0/23;
193.135.214.0/23;
193.135.216.0/22;
193.135.240.0/21;
193.135.252.0/22;
193.136.0.0/15;
193.138.81.0/24;
193.142.16.0/23;
193.143.70.0/23;
193.143.73.0/24;
193.143.83.0/24;
193.143.84.0/23;
193.143.95.0/24;
193.149.32.0/19;
193.151.64.0/22;
193.158.0.0/15;
193.168.50.0/24;
193.168.64.0/18;
193.169.164.0/23;
193.178.133.0/24;
193.178.175.0/24;
193.188.64.0/19;
193.188.250.0/24;
193.189.104.0/23;
193.192.224.0/19;
193.193.64.0/19;
193.200.230.0/24;
193.208.0.0/14;
193.219.31.0/24;
193.238.96.0/22;
193.242.98.0/24;
193.246.0.0/23;
193.246.12.0/22;
193.246.16.0/21;
193.246.24.0/24;
193.246.28.0/24;
193.246.48.0/23;
193.246.50.0/24;
193.246.56.0/23;
193.246.62.0/23;
193.246.64.0/19;
193.246.96.0/23;
193.246.99.0/24;
193.246.100.0/23;
193.246.104.0/24;
193.246.106.0/23;
193.246.108.0/22;
193.246.113.0/24;
193.246.120.0/23;
193.246.122.0/24;
193.246.127.0/24;
193.246.151.0/24;
193.246.176.0/20;
193.246.192.0/21;
193.246.200.0/23;
193.246.205.0/24;
193.246.207.0/24;
193.246.224.0/20;
193.246.240.0/23;
193.246.245.0/24;
193.246.246.0/24;
193.246.248.0/21;
193.247.0.0/19;
193.247.32.0/21;
193.247.40.0/24;
193.247.44.0/22;
193.247.48.0/20;
193.247.66.0/23;
193.247.72.0/24;
193.247.76.0/23;
193.247.83.0/24;
193.247.84.0/24;
193.247.86.0/23;
193.247.88.0/24;
193.247.93.0/24;
193.247.95.0/24;
193.247.100.0/24;
193.247.102.0/24;
193.247.107.0/24;
193.247.108.0/22;
193.247.117.0/24;
193.247.118.0/23;
193.247.120.0/22;
193.247.124.0/23;
193.247.128.0/21;
193.247.144.0/24;
193.247.146.0/23;
193.247.150.0/23;
193.247.154.0/24;
193.247.162.0/24;
193.247.166.0/24;
193.247.168.0/21;
193.247.180.0/24;
193.247.184.0/23;
193.247.189.0/24;
193.247.190.0/23;
193.247.193.0/24;
193.247.194.0/23;
193.247.200.0/24;
193.247.203.0/24;
193.247.205.0/24;
193.247.208.0/22;
193.247.217.0/24;
193.247.218.0/23;
193.247.224.0/21;
193.247.238.0/23;
193.247.240.0/22;
193.247.244.0/23;
193.247.247.0/24;
193.247.248.0/23;
193.247.251.0/24;
193.247.252.0/23;
193.247.254.0/24;
194.0.6.0/24;
194.0.12.0/23;
194.0.14.0/24;
194.0.23.0/24;
194.2.0.0/15;
194.6.160.0/19;
194.6.204.0/22;
194.6.246.0/24;
194.8.96.0/19;
194.25.0.0/16;
194.29.224.0/19;
194.30.192.0/18;
194.33.185.0/24;
194.50.164.0/24;
194.51.0.0/16;
194.54.148.0/22;
194.62.23.0/24;
194.66.0.0/16;
194.80.0.0/14;
194.89.0.0/16;
194.97.0.0/16;
194.109.0.0/16;
194.111.0.0/16;
194.112.32.0/19;
194.116.0.0/18;
194.116.234.0/23;
194.116.252.0/23;
194.117.0.0/20;
194.117.16.0/21;
194.117.40.0/21;
194.117.48.0/23;
194.117.208.0/20;
194.119.128.0/18;
194.126.239.0/24;
194.137.0.0/16;
194.142.0.0/16;
194.143.130.0/23;
194.145.64.0/19;
194.145.184.0/22;
194.146.128.0/22;
194.150.238.0/23;
194.153.214.0/24;
194.154.32.0/19;
194.158.160.0/19;
194.158.192.0/18;
194.164.0.0/16;
194.165.192.0/19;
194.169.225.0/24;
194.177.192.0/19;
194.187.64.0/22;
194.187.72.0/22;
194.197.0.0/16;
194.206.0.0/15;
194.209.0.0/16;
194.210.0.0/16;
194.215.0.0/16;
194.225.0.0/16;
194.230.0.0/16;
194.247.170.0/23;
194.249.0.0/16;
194.250.0.0/15;
194.252.0.0/16;
195.4.0.0/16;
195.6.0.0/16;
195.8.64.0/19;
195.20.224.0/19;
195.25.0.0/16;
195.26.224.0/19;
195.30.0.0/16;
195.38.192.0/18;
195.43.88.0/23;
195.46.192.0/19;
195.47.244.0/24;
195.49.152.0/22;
195.58.192.0/19;
195.60.0.0/19;
195.60.188.0/23;
195.62.160.0/19;
195.64.80.0/20;
195.64.164.0/23;
195.65.0.0/16;
195.66.90.0/24;
195.67.0.0/16;
195.70.0.0/19;
195.72.224.0/19;
195.74.56.0/22;
195.74.84.0/24;
195.74.96.0/19;
195.85.215.0/24;
195.85.253.0/24;
195.88.100.0/23;
195.88.156.0/23;
195.94.192.0/19;
195.96.192.0/19;
195.97.0.0/17;
195.98.160.0/19;
195.101.0.0/16;
195.102.0.0/16;
195.112.64.0/19;
195.112.192.0/19;
195.114.128.0/19;
195.128.172.0/23;
195.130.64.0/18;
195.136.71.0/24;
195.137.170.0/24;
195.137.194.0/23;
195.138.240.0/20;
195.140.148.0/22;
195.140.236.0/22;
195.141.0.0/16;
195.144.32.0/19;
195.145.0.0/16;
195.146.160.0/19;
195.149.216.0/21;
195.150.0.0/16;
195.156.0.0/15;
195.159.0.0/16;
195.165.0.0/16;
195.169.0.0/16;
195.176.128.0/19;
195.176.192.0/19;
195.184.192.0/18;
195.186.0.0/16;
195.189.0.0/22;
195.189.80.0/22;
195.190.142.0/24;
195.190.160.0/19;
195.191.102.0/23;
195.194.0.0/15;
195.198.0.0/16;
195.200.0.0/19;
195.216.0.0/19;
195.216.64.0/19;
195.216.214.0/23;
195.222.32.0/19;
195.243.0.0/16;
195.244.96.0/19;
195.244.192.0/19;
195.245.201.0/24;
195.246.98.0/23;
195.248.70.0/24;
195.251.0.0/16;
196.2.3.0/24;
196.4.160.0/23;
196.6.240.0/23;
196.14.0.0/16;
196.23.0.0/16;
196.26.0.0/16;
196.33.0.0/16;
196.34.0.0/15;
196.36.0.0/15;
196.38.0.0/16;
196.39.0.0/17;
196.46.29.0/24;
196.208.0.0/13;
196.216.2.0/23;
196.216.168.0/23;
197.96.0.0/13;
198.41.28.0/22;
198.108.0.0/14;
198.133.206.0/24;
198.180.150.0/24;
198.180.152.0/24;
199.6.1.0/24;
199.6.2.0/23;
199.6.4.0/22;
199.6.8.0/22;
199.6.13.0/24;
199.6.14.0/24;
199.43.0.0/24;
199.71.0.0/24;
199.116.64.0/23;
199.167.128.0/22;
199.180.180.0/23;
199.182.128.0/22;
199.212.0.0/24;
200.0.16.0/24;
200.2.32.0/19;
200.3.12.0/22;
200.3.48.0/24;
200.3.76.0/24;
200.3.78.0/24;
200.3.84.0/24;
200.3.90.0/23;
200.3.94.0/23;
200.4.192.0/18;
200.7.84.0/22;
200.7.184.0/21;
200.10.60.0/22;
200.10.64.0/19;
200.11.40.0/21;
200.26.128.0/19;
200.26.224.0/19;
200.37.0.0/16;
200.40.0.0/16;
200.43.0.0/16;
200.45.0.0/16;
200.48.0.0/16;
200.55.128.0/18;
200.60.0.0/17;
200.60.128.0/18;
200.60.192.0/19;
200.61.208.0/20;
200.69.96.0/19;
200.71.32.0/19;
200.71.224.0/20;
200.74.128.0/19;
200.75.32.0/19;
200.82.0.0/17;
200.85.64.0/20;
200.87.0.0/16;
200.89.232.0/21;
200.93.128.0/18;
200.106.64.0/18;
200.107.128.0/18;
200.108.192.0/20;
200.108.208.0/21;
200.108.216.0/22;
200.108.224.0/19;
200.117.0.0/18;
200.117.80.0/20;
200.117.96.0/20;
200.117.112.0/21;
200.117.120.0/22;
200.117.128.0/17;
200.118.0.0/16;
200.119.0.0/18;
200.119.64.0/19;
200.119.96.0/20;
200.121.0.0/16;
200.125.0.0/18;
201.216.0.0/17;
201.217.128.0/18;
201.221.0.0/18;
201.221.160.0/20;
201.230.0.0/19;
201.230.64.0/19;
201.230.128.0/17;
201.240.0.0/17;
201.244.0.0/15;
201.252.0.0/15;
202.3.78.0/24;
202.41.140.0/23;
202.41.143.0/24;
202.41.144.0/24;
202.41.146.0/24;
202.52.44.0/24;
202.70.64.0/19;
202.128.224.0/19;
202.129.196.0/22;
202.137.128.0/19;
203.14.126.0/24;
203.119.16.0/22;
203.119.20.0/24;
203.119.57.0/24;
203.189.5.0/24;
204.38.0.0/15;
204.152.184.0/21;
204.194.22.0/23;
207.72.0.0/14;
212.1.32.0/19;
212.4.128.0/19;
212.16.64.0/19;
212.17.64.0/18;
212.18.0.0/19;
212.20.224.0/19;
212.24.32.0/19;
212.24.160.0/19;
212.25.0.0/19;
212.25.128.0/19;
212.27.32.0/19;
212.28.224.0/19;
212.30.224.0/19;
212.32.0.0/17;
212.35.32.0/19;
212.37.32.0/19;
212.39.96.0/19;
212.41.192.0/19;
212.45.32.0/19;
212.47.64.0/19;
212.49.32.0/19;
212.49.192.0/18;
212.50.128.0/19;
212.50.224.0/19;
212.51.160.0/19;
212.56.32.0/19;
212.59.32.0/19;
212.60.96.0/19;
212.61.0.0/16;
212.63.192.0/19;
212.66.96.0/19;
212.67.64.0/19;
212.67.128.0/19;
212.71.64.0/19;
212.71.192.0/19;
212.72.64.0/19;
212.75.32.0/19;
212.75.128.0/19;
212.80.0.0/19;
212.82.64.0/19;
212.83.96.0/19;
212.84.128.0/19;
212.86.0.0/19;
212.90.64.0/19;
212.90.192.0/19;
212.94.32.0/19;
212.94.128.0/20;
212.95.64.0/19;
212.96.160.0/19;
212.98.32.0/19;
212.102.160.0/19;
212.103.64.0/19;
212.105.160.0/19;
212.110.32.0/19;
212.110.128.0/18;
212.111.224.0/19;
212.113.64.0/19;
212.114.96.0/19;
212.114.128.0/17;
212.117.96.0/19;
212.120.224.0/19;
212.124.192.0/19;
212.125.64.0/19;
212.126.128.0/19;
212.142.0.0/18;
212.146.0.0/18;
212.149.64.0/18;
212.149.128.0/17;
212.158.160.0/20;
212.161.128.0/17;
212.169.0.0/18;
212.182.192.0/18;
212.184.0.0/15;
212.187.0.0/17;
212.188.128.0/17;
212.204.64.0/18;
212.204.192.0/18;
212.211.128.0/17;
212.213.0.0/16;
212.219.0.0/16;
212.227.0.0/16;
212.234.0.0/16;
212.235.128.0/17;
212.238.0.0/16;
212.243.0.0/16;
213.2.0.0/15;
213.28.0.0/16;
213.56.0.0/16;
213.84.0.0/16;
213.87.0.0/19;
213.87.32.0/21;
213.87.42.0/23;
213.87.44.0/22;
213.87.48.0/20;
213.87.64.0/22;
213.87.70.0/23;
213.87.72.0/22;
213.87.76.0/23;
213.87.80.0/20;
213.87.96.0/21;
213.87.112.0/21;
213.87.120.0/22;
213.87.124.0/23;
213.87.128.0/20;
213.87.192.0/20;
213.87.208.0/23;
213.87.240.0/22;
213.87.244.0/23;
213.93.0.0/16;
213.128.128.0/19;
213.129.96.0/19;
213.131.192.0/19;
213.132.32.0/19;
213.134.224.0/19;
213.136.0.0/19;
213.138.96.0/19;
213.139.96.0/19;
213.139.160.0/19;
213.140.160.0/19;
213.141.96.0/19;
213.141.224.0/19;
213.145.64.0/19;
213.149.32.0/19;
213.152.96.0/19;
213.154.224.0/19;
213.159.96.0/19;
213.163.64.0/19;
213.165.64.0/19;
213.165.128.0/19;
213.167.96.0/19;
213.168.176.0/20;
213.171.128.0/20;
213.172.224.0/19;
213.173.128.0/19;
213.174.32.0/19;
213.174.224.0/19;
213.179.128.0/19;
213.180.160.0/19;
213.182.0.0/19;
213.185.224.0/19;
213.186.224.0/19;
213.199.32.0/19;
213.200.192.0/18;
213.202.192.0/18;
213.206.64.0/18;
213.211.32.0/19;
213.211.192.0/18;
213.212.64.0/18;
213.212.128.0/18;
213.216.192.0/18;
213.220.192.0/18;
213.222.0.0/19;
213.225.160.0/19;
213.228.0.0/18;
213.232.192.0/18;
213.233.192.0/18;
213.243.128.0/18;
213.244.192.0/18;
213.250.64.0/18;
213.253.0.0/18;
213.254.0.0/19;
213.254.160.0/19;
213.255.160.0/19;
216.21.0.0/24;
216.21.16.0/24;
217.0.0.0/13;
217.8.160.0/19;
217.8.224.0/20;
217.10.16.0/20;
217.11.16.0/20;
217.11.32.0/20;
217.11.208.0/20;
217.13.64.0/20;
217.15.160.0/20;
217.21.240.0/20;
217.23.128.0/19;
217.23.240.0/20;
217.26.64.0/20;
217.29.192.0/22;
217.30.112.0/20;
217.31.192.0/20;
217.64.240.0/20;
217.65.48.0/20;
217.65.160.0/20;
217.66.144.0/20;
217.67.224.0/19;
217.69.16.0/20;
217.71.96.0/20;
217.72.64.0/19;
217.72.192.0/20;
217.72.224.0/20;
217.73.48.0/21;
217.73.160.0/20;
217.73.192.0/20;
217.74.208.0/20;
217.75.208.0/20;
217.77.32.0/20;
217.77.128.0/19;
217.78.192.0/19;
217.80.0.0/12;
217.108.0.0/15;
217.113.32.0/20;
217.113.128.0/20;
217.113.240.0/20;
217.115.0.0/20;
217.116.224.0/19;
217.117.128.0/20;
217.119.0.0/19;
217.119.96.0/20;
217.140.128.0/17;
217.146.160.0/20;
217.147.208.0/20;
217.148.208.0/20;
217.149.128.0/20;
217.150.144.0/20;
217.150.224.0/20;
217.153.0.0/16;
217.154.0.0/16;
217.158.0.0/16;
217.160.0.0/16;
217.167.0.0/16;
217.168.80.0/20;
217.169.0.0/19;
217.169.224.0/20;
217.170.64.0/19;
217.170.160.0/20;
217.171.48.0/20;
217.172.128.0/20;
217.173.224.0/20;
217.192.0.0/15;
217.194.224.0/20;
217.197.64.0/20;
217.198.192.0/20;
217.199.0.0/19;
217.199.224.0/20;
217.224.0.0/11;
}
}
then {
count RPKI_Valid;
accept;
}
}
term Invalid {
from {
address {
2.2.2.0/24;
31.47.56.0/21;
31.223.176.0/20;
46.17.240.0/23;
46.17.242.0/24;
46.17.247.0/24;
46.18.88.0/21;
46.21.145.0/24;
46.21.150.0/23;
46.21.152.0/22;
46.21.208.0/20;
46.23.240.0/20;
46.28.240.0/23;
46.28.243.0/24;
46.28.244.0/22;
46.30.8.0/24;
46.143.208.0/24;
46.227.240.0/21;
46.235.96.0/22;
46.235.100.0/23;
62.116.128.0/18;
62.154.232.0/24;
62.156.209.0/24;
62.159.74.0/24;
62.160.27.0/24;
62.160.54.0/24;
62.160.110.0/24;
62.160.183.0/24;
62.160.190.0/24;
62.160.234.0/23;
62.160.251.0/24;
62.160.252.0/24;
62.161.94.0/24;
62.201.163.0/24;
72.52.0.0/24;
72.52.2.0/23;
72.52.4.0/22;
72.52.8.0/21;
72.52.16.0/20;
72.52.32.0/21;
77.233.224.0/22;
77.233.249.0/24;
77.245.96.0/20;
78.24.72.0/21;
78.133.196.0/24;
78.133.220.0/22;
79.175.136.0/21;
80.86.181.0/24;
80.86.182.0/23;
80.86.186.0/24;
80.146.174.0/24;
80.154.128.0/21;
80.156.224.0/20;
80.249.152.0/21;
80.251.10.0/24;
80.253.157.0/24;
81.17.76.0/24;
81.80.77.0/24;
81.80.118.0/24;
81.80.237.0/24;
81.92.240.0/20;
81.94.211.0/24;
81.94.215.0/24;
81.94.216.0/24;
81.94.219.0/24;
81.94.220.0/22;
81.187.42.0/24;
81.187.96.0/20;
81.187.128.0/24;
81.209.144.0/22;
81.209.179.0/24;
81.209.180.0/22;
81.209.185.0/24;
81.209.196.0/22;
81.209.200.0/23;
81.248.192.0/18;
81.252.56.0/24;
81.252.173.0/24;
81.252.189.0/24;
81.252.224.0/24;
81.255.154.0/23;
81.255.156.0/24;
81.255.178.0/24;
81.255.212.0/23;
81.255.237.0/24;
82.197.132.0/23;
82.197.138.0/24;
82.197.152.0/21;
83.68.0.0/19;
83.125.8.0/21;
83.133.69.0/24;
83.133.184.0/21;
83.138.6.0/24;
83.151.144.0/23;
83.206.9.0/24;
83.206.66.0/24;
83.206.141.0/24;
83.206.188.0/24;
83.206.240.0/24;
85.118.156.0/22;
85.119.200.0/21;
87.250.32.0/19;
89.107.248.0/22;
89.107.253.0/24;
89.107.254.0/23;
89.113.248.0/24;
89.174.31.0/24;
89.174.84.0/24;
89.174.224.0/22;
89.184.107.0/24;
89.187.192.0/22;
89.187.196.0/23;
90.80.109.0/24;
90.83.124.0/24;
90.85.2.0/24;
90.155.71.0/24;
91.109.174.0/23;
91.190.169.0/24;
91.190.171.0/24;
91.190.172.0/24;
93.184.0.0/20;
93.185.64.0/20;
94.42.96.0/22;
94.100.23.0/24;
94.100.26.0/23;
94.100.31.0/24;
94.103.17.0/24;
94.201.251.0/24;
94.228.64.0/20;
95.64.0.0/21;
95.87.96.0/21;
95.128.88.0/21;
95.130.110.0/24;
95.141.128.0/20;
98.128.1.0/24;
98.128.2.0/23;
98.128.4.0/22;
98.128.8.0/21;
98.128.16.0/20;
103.5.92.0/22;
103.10.232.0/24;
103.23.16.0/24;
103.23.18.0/23;
103.28.252.0/22;
109.72.48.0/20;
109.105.96.0/19;
110.74.192.0/22;
110.74.196.0/23;
110.74.198.0/24;
110.74.202.0/23;
110.74.204.0/23;
110.74.207.0/24;
110.74.208.0/23;
110.74.211.0/24;
110.74.214.0/24;
110.74.219.0/24;
110.74.220.0/23;
110.74.222.0/24;
115.84.64.0/20;
115.84.80.0/21;
115.84.96.0/20;
115.84.120.0/21;
119.82.248.0/23;
119.82.250.0/24;
119.82.252.0/22;
176.62.53.0/24;
178.16.136.0/24;
178.20.248.0/21;
178.124.196.0/24;
178.175.252.0/23;
178.175.254.0/24;
178.208.210.0/24;
178.236.32.0/20;
178.238.108.0/22;
178.250.136.0/23;
178.250.138.0/24;
178.250.140.0/22;
178.250.144.0/21;
181.50.0.0/16;
181.51.0.0/18;
181.51.67.0/24;
181.51.68.0/22;
181.51.72.0/21;
181.51.80.0/20;
181.51.96.0/20;
181.51.113.0/24;
181.51.114.0/23;
181.51.116.0/22;
181.51.120.0/21;
181.51.128.0/20;
181.51.144.0/21;
181.51.152.0/22;
181.51.190.0/23;
181.51.192.0/21;
181.51.200.0/23;
181.51.204.0/22;
181.51.208.0/20;
181.51.224.0/22;
181.51.251.0/24;
181.51.252.0/22;
181.52.0.0/18;
181.52.64.0/22;
181.52.119.0/24;
181.52.120.0/21;
181.52.128.0/18;
181.52.192.0/19;
181.52.224.0/21;
181.52.232.0/22;
181.52.237.0/24;
181.52.238.0/23;
181.52.240.0/20;
181.53.0.0/20;
181.53.16.0/21;
181.53.63.0/24;
181.53.64.0/19;
181.53.96.0/22;
181.53.128.0/19;
181.53.160.0/20;
181.53.176.0/21;
181.54.0.0/17;
181.54.128.0/20;
181.54.144.0/21;
181.54.164.0/22;
181.54.168.0/21;
181.54.252.0/23;
181.54.254.0/24;
181.64.64.0/20;
181.64.96.0/20;
181.82.15.0/24;
181.82.16.0/23;
181.82.18.0/24;
186.125.51.0/24;
186.125.58.0/24;
186.125.153.0/24;
186.125.154.0/23;
186.125.173.0/24;
186.125.174.0/24;
186.125.178.0/24;
186.125.204.0/22;
186.153.128.0/22;
186.154.238.0/24;
186.154.245.0/24;
186.154.246.0/24;
188.65.88.0/21;
188.124.214.0/24;
190.25.183.0/24;
190.26.213.0/24;
190.30.242.0/24;
190.30.248.0/23;
190.40.0.0/20;
190.40.125.0/24;
190.40.126.0/23;
190.40.160.0/21;
190.40.181.0/24;
190.40.182.0/24;
190.40.216.0/24;
190.40.219.0/24;
190.40.220.0/22;
190.40.232.0/21;
190.42.0.0/19;
190.42.32.0/20;
190.42.64.0/20;
190.42.96.0/22;
190.42.100.0/23;
190.42.102.0/24;
190.85.177.0/24;
190.105.192.0/23;
190.136.0.0/23;
190.136.2.0/24;
190.136.15.0/24;
190.136.16.0/24;
190.137.142.0/24;
190.138.248.0/22;
190.138.252.0/24;
190.143.127.0/24;
190.182.128.0/24;
190.224.44.0/24;
190.224.47.0/24;
190.224.115.0/24;
190.225.163.0/24;
190.225.183.0/24;
190.226.35.0/24;
190.226.206.0/24;
190.227.12.0/24;
190.227.180.0/24;
190.227.182.0/23;
190.228.19.0/24;
190.228.40.0/24;
190.228.168.0/24;
190.232.0.0/19;
190.234.224.0/21;
190.235.188.0/22;
190.235.208.0/21;
190.235.224.0/19;
190.236.53.0/24;
190.236.54.0/23;
190.236.71.0/24;
190.236.72.0/24;
190.236.128.0/20;
190.236.180.0/23;
190.236.224.0/19;
190.237.32.0/19;
190.237.96.0/19;
190.237.245.0/24;
190.237.246.0/23;
190.237.248.0/23;
192.122.186.0/24;
192.158.249.0/24;
193.11.3.0/24;
193.27.200.0/23;
193.192.229.0/24;
193.192.232.0/23;
193.192.246.0/24;
193.192.251.0/24;
193.192.252.0/24;
193.209.25.0/24;
193.209.189.0/24;
193.209.190.0/24;
193.211.44.0/24;
194.2.74.0/24;
194.2.155.0/24;
194.3.18.0/24;
194.3.118.0/23;
194.3.124.0/23;
194.3.136.0/24;
194.3.190.0/24;
194.3.205.0/24;
194.3.206.0/23;
194.51.85.0/24;
194.51.187.0/24;
194.117.24.0/21;
194.117.32.0/21;
194.137.237.0/24;
194.154.32.0/23;
194.206.14.0/24;
194.206.79.0/24;
194.206.120.0/24;
194.206.126.0/24;
194.206.254.0/24;
194.225.240.0/20;
194.230.32.0/24;
194.230.57.0/24;
194.230.110.0/24;
194.250.50.0/24;
194.250.98.0/24;
194.250.101.0/24;
194.250.118.0/24;
194.250.131.0/24;
194.250.211.0/24;
194.250.236.0/23;
194.252.225.0/24;
195.6.3.0/24;
195.6.59.0/24;
195.6.131.0/24;
195.6.203.0/24;
195.6.244.0/22;
195.6.249.0/24;
195.25.79.0/24;
195.25.80.0/24;
195.25.99.0/24;
195.25.100.0/24;
195.25.133.0/24;
195.70.29.0/24;
195.70.31.0/24;
195.94.202.0/24;
195.101.10.0/24;
195.101.23.0/24;
195.101.64.0/24;
195.101.151.0/24;
195.101.157.0/24;
195.101.158.0/24;
195.101.164.0/22;
195.101.188.0/23;
195.101.196.0/23;
195.101.216.0/22;
195.101.220.0/23;
195.101.240.0/22;
195.137.242.0/24;
195.141.9.0/24;
195.141.39.0/24;
195.141.175.0/24;
195.141.193.0/24;
195.141.221.0/24;
195.141.249.0/24;
195.165.77.0/24;
195.198.52.0/24;
196.1.0.0/24;
196.6.0.0/24;
196.35.242.0/24;
198.48.0.0/22;
198.108.140.0/23;
198.111.209.0/24;
199.6.0.0/24;
199.6.12.0/24;
200.4.223.0/24;
200.4.234.0/24;
200.4.246.0/23;
200.6.80.0/23;
200.6.82.0/24;
200.6.84.0/24;
200.6.86.0/23;
200.10.72.0/24;
200.10.75.0/24;
200.37.0.0/24;
200.37.10.0/24;
200.37.74.0/24;
200.37.87.0/24;
200.37.101.0/24;
200.37.110.0/24;
200.37.138.0/24;
200.37.188.0/23;
200.37.195.0/24;
200.37.196.0/23;
200.37.224.0/24;
200.43.3.0/24;
200.43.47.0/24;
200.43.48.0/24;
200.43.54.0/24;
200.43.69.0/24;
200.43.81.0/24;
200.43.104.0/22;
200.43.111.0/24;
200.43.112.0/23;
200.43.137.0/24;
200.43.153.0/24;
200.43.180.0/24;
200.43.226.0/24;
200.43.255.0/24;
200.45.2.0/24;
200.45.5.0/24;
200.45.48.0/24;
200.45.120.0/23;
200.48.29.0/24;
200.48.30.0/24;
200.48.78.0/23;
200.48.93.0/24;
200.48.134.0/23;
200.48.140.0/24;
200.48.174.0/24;
200.48.224.0/21;
200.48.250.0/23;
200.48.253.0/24;
200.60.76.0/24;
200.60.136.0/23;
200.60.152.0/23;
200.60.175.0/24;
200.60.189.0/24;
200.60.190.0/24;
200.60.224.0/19;
200.61.192.0/20;
200.69.124.0/24;
200.69.127.0/24;
200.85.65.0/24;
200.93.150.0/23;
200.106.0.0/18;
200.106.88.0/24;
200.106.123.0/24;
200.107.82.0/23;
200.107.128.0/24;
200.117.177.0/24;
200.117.233.0/24;
200.117.236.0/24;
200.119.0.0/23;
200.119.3.0/24;
200.121.16.0/24;
200.121.23.0/24;
200.121.24.0/22;
200.121.28.0/24;
200.121.30.0/23;
200.121.35.0/24;
200.121.37.0/24;
200.121.40.0/24;
200.121.43.0/24;
200.121.48.0/20;
200.121.70.0/23;
200.121.72.0/21;
200.121.80.0/23;
200.121.87.0/24;
200.121.129.0/24;
200.121.152.0/24;
200.121.169.0/24;
200.121.170.0/23;
200.121.176.0/24;
200.121.179.0/24;
200.121.188.0/24;
201.230.18.0/23;
201.230.29.0/24;
201.230.32.0/19;
201.230.64.0/22;
201.230.96.0/22;
201.230.104.0/21;
201.230.128.0/22;
201.230.132.0/24;
201.230.165.0/24;
201.230.177.0/24;
201.230.192.0/22;
201.230.203.0/24;
201.230.204.0/24;
201.230.224.0/22;
201.230.234.0/24;
201.230.253.0/24;
201.230.254.0/23;
201.240.0.0/24;
201.240.5.0/24;
201.240.17.0/24;
201.240.29.0/24;
201.240.91.0/24;
201.240.92.0/23;
201.240.95.0/24;
201.240.97.0/24;
201.240.101.0/24;
201.240.110.0/24;
201.240.119.0/24;
201.240.138.0/23;
201.240.186.0/24;
201.240.188.0/24;
201.240.209.0/24;
201.240.243.0/24;
201.240.249.0/24;
201.240.252.0/24;
201.240.254.0/23;
201.245.178.0/24;
201.245.186.0/24;
201.252.227.0/24;
201.252.255.0/24;
201.253.107.0/24;
201.253.233.0/24;
202.7.4.0/22;
202.70.91.0/24;
202.137.128.0/22;
202.137.133.0/24;
202.137.134.0/23;
202.137.136.0/21;
202.137.144.0/22;
202.137.149.0/24;
202.137.150.0/23;
202.137.152.0/23;
202.137.154.0/24;
202.137.156.0/23;
203.133.248.0/24;
207.72.45.0/24;
207.74.92.0/24;
209.200.128.0/23;
209.200.131.0/24;
209.200.132.0/23;
209.200.136.0/21;
209.200.144.0/20;
209.200.160.0/19;
212.84.56.0/23;
212.103.93.0/24;
212.120.237.0/24;
212.120.242.0/23;
212.234.160.0/23;
212.234.169.0/24;
212.234.178.0/24;
212.234.180.0/24;
212.234.194.0/24;
212.234.201.0/24;
212.234.206.0/24;
213.56.143.0/24;
213.232.252.0/22;
216.151.41.0/24;
217.89.107.0/24;
217.108.10.0/23;
217.108.70.0/24;
217.108.150.0/24;
217.108.170.0/24;
217.108.224.0/24;
217.109.67.0/24;
217.109.108.0/24;
217.109.116.0/24;
217.109.127.0/24;
217.113.248.0/24;
217.113.254.0/24;
217.153.122.0/24;
217.167.24.0/24;
217.167.116.0/23;
217.167.147.0/24;
217.167.154.0/24;
217.196.16.0/20;
217.196.64.0/19;
}
}
then {
count RPKI_Invalid;
accept;
}
}
term Default {
then {
count RPKI_Default;
accept;
}
}
}
}
family inet6 {
filter count-v6 {
interface-specific;
term count-v6 {
then {
count ipv6_traffic;
accept;
}
}
}
filter RPKI_Classify_v6 {
term RPKI_Invalid {
from {
source-address {
2001:500:61::/48;
2001:500:6b::/48;
2001:500:71::/48;
2001:630:11::/48;
2001:7f0:101::/48;
2001:948:30::/48;
2001:948:40::/42;
2001:13a0::/32;
2001:1a08:666::/48;
2001:43f8:d0::/48;
2001:4410:2005::/48;
2401:2000::/32;
2401:2000:6000::/35;
2401:2001::/32;
2606:6c00:103::/48;
2800:68:3::/48;
2800:68:7::/48;
2800:68:a::/48;
2800:68:b::/48;
2800:68:c::/48;
2800:68:d::/48;
2800:68:11::/48;
2800:68:12::/48;
2800:68:14::/48;
2800:68:15::/48;
2800:68:16::/48;
2800:68:18::/48;
2800:68:19::/48;
2800:68:20::/48;
2800:260::/32;
2800:370::/32;
2800:370:36::/48;
2800:370:3e::/48;
2a00:1068::/32;
2a00:9700:1::/48;
2a00:9700:2::/48;
2a00:a200::/32;
2a00:ab00::/36;
2a00:ab00:4000::/36;
2a01:430:201::/48;
2a01:628:2::/48;
2a01:4800::/32;
2a02:4b0:216::/48;
2a02:4b0:217::/48;
2a02:4b0:222::/48;
2a02:4b0:223::/48;
2a02:928::/32;
2a02:26d0::/48;
2a02:26d0:1::/48;
2a02:26d0:2::/48;
2a02:26d0:4::/48;
2a02:26d0:9::/48;
2a02:26d0:a::/48;
2a02:26d0:10::/48;
2a02:a800::/40;
2a02:a800::/48;
2a03:1180::/33;
2a03:1180:8000::/33;
}
}
then {
count RPKI_Invalid_v6;
accept;
}
}
term Default {
then {
count RPKI_Default_v6;
accept;
}
}
}
}
}
Wrote 3791 lines of configuration to 'terminal'
[edit]
admin at RtrA#
-------------- next part --------------
admin at RtrB# save terminal
## Last changed: 2012-11-09 00:02:07 UTC
version 12.2R1.8;
groups {
VRRP_Backup {
interfaces {
ge-0/0/0 {
unit <*> {
family inet {
address <*> {
vrrp-group <*> {
priority 50;
}
}
}
family inet6 {
address <*> {
vrrp-inet6-group <*> {
priority 50;
}
}
}
}
}
}
}
VRRP_Master {
interfaces {
ge-0/0/0 {
unit <*> {
family inet {
address <*> {
vrrp-group <*> {
priority 100;
}
}
}
family inet6 {
address <*> {
vrrp-inet6-group <*> {
priority 100;
}
}
}
}
}
}
}
}
apply-groups VRRP_Master;
system {
host-name RtrB;
domain-name meeting.ietf.org;
no-redirects;
internet-options {
path-mtu-discovery;
}
root-authentication {
encrypted-password 9uWZnxwquM752; ## SECRET-DATA
}
name-server {
130.129.5.6;
130.129.5.7;
}
login {
user admin {
uid 2000;
class super-user;
authentication {
encrypted-password "$1$IoUJLnFg$0oznZu6fSMtMZLWt8gfbm0"; ## SECRET-DATA
}
}
user bz {
uid 2009;
class super-user;
authentication {
encrypted-password "$1$XF6POIuR$F0JIY1.d.baqyjO3.mW/z1"; ## SECRET-DATA
ssh-rsa "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEArnsri7i6BULiF5GOyXpD9ykAXZp7ahuR6y4xifHpRM/DOSrUMyaL9RvV+sWkvL7wpyiAzvTRok3iWKecjjyaZ6F7c5ZBGIbf3pFBvMCl1VnWeqn81fkjpHjYlj3PJ+b4EBn0rq5eCCUnx/+d6W/xsIj5uFNhkGZqpAOpgr7JieE8TORf7nG24qNK0UulNIeOhAbDEmRiObULWe3Xiwx0clI5Mtne+1qI1VvIE4vaFh68JS8WotieeoQxzugFxT7+L4uG/ITcJZkiK/h2AUFsIgG6GedKcdjngtLed0JLFnL48q9z+T9NReYMDtCZR8Oz0l0+TiZz3zP60+vDIoKdWQ== bz at ietf"; ## SECRET-DATA
}
}
user chelliot {
uid 2003;
class super-user;
authentication {
encrypted-password "$1$BeEf$OVV6OwgDWx9KifY4vII/q."; ## SECRET-DATA
}
}
user fenner {
uid 2001;
class super-user;
authentication {
encrypted-password "$1$MT7eXVpp$YTwnaFRcfRqPaVwU/CI/80"; ## SECRET-DATA
}
}
user jim {
uid 2004;
class super-user;
authentication {
encrypted-password "$1$Xkbg$K2Rq4wb76TkDwN8WZ2vns/"; ## SECRET-DATA
}
}
user nkukich {
uid 2002;
class super-user;
authentication {
encrypted-password "$1$xP38n9J0$hyIYI4M1G85au9HIRLfFO0"; ## SECRET-DATA
}
}
user nweis {
uid 2008;
class super-user;
authentication {
encrypted-password "$1$ju0h$GPDnUOcT7n0HOXNM7BoAu/"; ## SECRET-DATA
}
}
user wej {
uid 2005;
class super-user;
authentication {
encrypted-password "$1$YBSuGdf4$sEAMxn6AS2VjQE3rxGvoI."; ## SECRET-DATA
}
}
user wkumari {
uid 2006;
class super-user;
authentication {
encrypted-password "$1$K23EP5xM$fkKpRKdBtArjdTv.dpuuk1"; ## SECRET-DATA
}
}
}
services {
ssh {
root-login allow;
protocol-version v2;
rate-limit 5;
}
}
syslog {
user * {
any emergency;
}
host 130.129.1.12 {
any any;
}
file messages {
any notice;
authorization info;
}
file interactive-commands {
interactive-commands any;
}
}
ntp {
server 130.129.5.6;
}
}
interfaces {
ge-0/0/0 {
description CoreSW;
vlan-tagging;
gigether-options {
auto-negotiation;
}
unit 1 {
description Management;
vlan-id 1;
family inet {
no-redirects;
address 130.129.0.3/22 {
vrrp-group 1 {
virtual-address 130.129.0.1;
preempt {
hold-time 600;
}
accept-data;
}
}
}
family inet6 {
address 2001:df8::3/64 {
vrrp-inet6-group 1 {
virtual-inet6-address 2001:df8::1;
virtual-link-local-address fe80::0:1:1;
preempt {
hold-time 600;
}
accept-data;
}
}
address fe80::0:1:3/64;
}
}
unit 5 {
description Server;
vlan-id 5;
family inet {
no-redirects;
address 130.129.5.3/24 {
vrrp-group 5 {
virtual-address 130.129.5.1;
preempt {
hold-time 600;
}
accept-data;
}
}
}
family inet6 {
address 2001:df8:0:5::3/64 {
vrrp-inet6-group 5 {
virtual-inet6-address 2001:df8:0:5::1;
virtual-link-local-address fe80::0:5:1;
preempt {
hold-time 600;
}
accept-data;
}
}
address fe80::0:5:3/64;
}
}
unit 6 {
description Media;
vlan-id 6;
family inet {
no-redirects;
address 130.129.6.3/24 {
vrrp-group 6 {
virtual-address 130.129.6.1;
preempt {
hold-time 600;
}
accept-data;
}
}
}
family inet6 {
address 2001:df8:0:6::3/64 {
vrrp-inet6-group 6 {
virtual-inet6-address 2001:df8:0:6::1;
virtual-link-local-address fe80::0:6:1;
preempt {
hold-time 600;
}
accept-data;
}
}
address fe80::0:6:3/64;
}
}
unit 8 {
description EduRoam;
vlan-id 8;
family inet {
no-redirects;
address 130.129.8.3/22 {
vrrp-group 8 {
virtual-address 130.129.8.1;
preempt {
hold-time 600;
}
accept-data;
}
}
}
family inet6 {
address 2001:df8:0:8::3/64 {
vrrp-inet6-group 8 {
virtual-inet6-address 2001:df8:0:8::1;
virtual-link-local-address fe80::0:8:1;
preempt {
hold-time 600;
}
accept-data;
}
}
address fe80::0:8:3/64;
}
}
unit 16 {
description Wireless-Open;
vlan-id 16;
family inet {
no-redirects;
address 130.129.16.3/21 {
vrrp-group 16 {
virtual-address 130.129.16.1;
preempt {
hold-time 600;
}
accept-data;
}
}
}
family inet6 {
address 2001:df8:0:16::3/64 {
vrrp-inet6-group 16 {
virtual-inet6-address 2001:df8:0:16::1;
virtual-link-local-address fe80::0:16:1;
preempt {
hold-time 600;
}
accept-data;
}
}
address fe80::0:16:3/64;
}
}
unit 32 {
description Wireless-Secure;
vlan-id 32;
family inet {
address 130.129.32.3/21 {
vrrp-group 32 {
virtual-address 130.129.32.1;
preempt {
hold-time 600;
}
accept-data;
}
}
}
family inet6 {
address 2001:df8:0:32::3/64 {
vrrp-inet6-group 32 {
virtual-inet6-address 2001:df8:0:32::1;
virtual-link-local-address fe80::0:32:1;
preempt {
hold-time 600;
}
accept-data;
}
}
address fe80::0:32:3/64;
}
}
unit 48 {
description Wired;
vlan-id 48;
family inet {
address 130.129.48.3/21 {
vrrp-group 48 {
virtual-address 130.129.48.1;
preempt {
hold-time 600;
}
accept-data;
}
}
}
family inet6 {
address 2001:df8:0:48::3/64 {
vrrp-inet6-group 48 {
virtual-inet6-address 2001:df8:0:48::1;
virtual-link-local-address fe80::0:48:1;
preempt {
hold-time 600;
}
accept-data;
}
}
address fe80::0:48:3/64;
}
}
unit 64 {
description GuestRoom;
vlan-id 20;
family inet {
address 130.129.64.3/21 {
vrrp-group 64 {
virtual-address 130.129.64.1;
preempt {
hold-time 600;
}
accept-data;
}
}
}
family inet6 {
address 2001:df8:0:64::3/64 {
vrrp-inet6-group 64 {
virtual-inet6-address 2001:df8:0:64::1;
virtual-link-local-address fe80::0:64:1;
preempt {
hold-time 600;
}
accept-data;
}
}
address fe80::0:64:3/64;
}
}
unit 80 {
description Wireless-A-Open;
vlan-id 80;
family inet {
address 130.129.80.3/21 {
vrrp-group 80 {
virtual-address 130.129.80.1;
preempt {
hold-time 600;
}
accept-data;
}
}
}
family inet6 {
address 2001:df8:0:80::3/64 {
vrrp-inet6-group 80 {
virtual-inet6-address 2001:df8:0:80::1;
virtual-link-local-address fe80::0:80:1;
preempt {
hold-time 600;
}
accept-data;
}
}
address fe80::0:80:3/64;
}
}
unit 96 {
description Wireless-A-Secure;
vlan-id 96;
family inet {
address 130.129.96.3/21 {
vrrp-group 96 {
virtual-address 130.129.96.1;
preempt {
hold-time 600;
}
accept-data;
}
}
}
family inet6 {
address 2001:df8:0:96::3/64 {
vrrp-inet6-group 96 {
virtual-inet6-address 2001:df8:0:96::1;
virtual-link-local-address fe80::0:96:1;
preempt {
hold-time 600;
}
accept-data;
}
}
address fe80::0:96:3/64;
}
}
unit 112 {
description v6-Only;
vlan-id 112;
family inet6 {
address 2001:df8:0:112::3/64 {
vrrp-inet6-group 112 {
virtual-inet6-address 2001:df8:0:112::1;
virtual-link-local-address fe80::0:112:1;
preempt {
hold-time 600;
}
accept-data;
}
}
address fe80::0:112:3/64;
}
}
}
ge-0/1/0 {
unit 0 {
description "COMCAST CIENNA CIRCUIT(2) - NO CIRCUIT ID 800MB MM B&B Secondary";
family inet {
filter {
input RPKI_Classify;
}
address 50.201.205.178/30;
}
family inet6 {
filter {
input-list [ RPKI_Classify_v6 count-v6 ];
output count-v6;
}
address 2001:559:0:80::11e/126;
}
}
}
ge-1/3/0 {
description "iBGP Peering";
unit 0 {
family inet {
address 130.129.4.3/24;
}
family inet6 {
address 2001:df8:0:4::3/64;
}
}
}
lo0 {
unit 0 {
family inet {
address 127.0.0.1/32;
address 130.129.255.2/32;
}
family inet6 {
address 2001:df8:0:255::2/128;
}
}
}
}
forwarding-options {
sampling {
input {
rate 1000;
run-length 10;
max-packets-per-second 1000;
}
family inet {
output {
flow-server 130.129.5.13 {
port 2055;
}
flow-server 130.129.5.14 {
port 9985;
}
}
}
}
helpers {
bootp {
server 130.129.5.6;
server 130.129.5.7;
client-response-ttl 16;
}
}
family inet {
filter {
input Sampling;
}
}
}
snmp {
v3 {
usm {
local-engine {
user chelliot {
authentication-sha {
authentication-key "$9$vzr8X-wYgDHqY2aUjH5T369pu1yrv7dbMWJGUDkqO1IRhrWLxdwYvM4aZGiHBIRSvW-VwgaZhSVwg4ZGHqmT69O1ReM8FnA0B1yrM8X7NbsYoUikaJn/9Cu0xN-ws4JGD.mTdb2aZU.m0B1ErevWLXNdCtu1REeKgoaZik5QFCA0zF6AuOcS4aJZHq"; ## SECRET-DATA
}
privacy-none;
}
user chelliot-rw {
authentication-sha {
authentication-key "$9$DSHqfz3601R3nCuO1yrvWLN-waJDm5QjiApu0IRVwsYgJik.5z3Dj/CtpB1bsYoDifTz6CtgoTz6/tp1RhrWLVwYGjHKMxdbwaJjHqmPQF39uBICAM8LX-d.PfzF/Ap0Ehr5QnCtuEhdbw2JGDikqP5X7-wY2GU69CtBIylKXxdeKWx-V4o/CAt1R"; ## SECRET-DATA
}
privacy-none;
}
user netdisco {
authentication-sha {
authentication-key "$9$4xJGi.P5/ApPfz69A1IcylMWxws4DHqoaFn6/tpLx7NdsaZUH.P4oTz3nCAX7Nb4aik.5z3dbk.5T3nAp0IylLxN2oJhSK8XxwsoJGDjqmPQ6CtzFSrleW8Uji.mTFn/u0IHqfz36u08Xx-s24aZGjHevWxN-2g5Qz3Ct1RheK8EhyKWLVbTzF3Ap"; ## SECRET-DATA
}
privacy-none;
}
user nagios {
authentication-sha {
authentication-key "$9$ZJDi.5QFt0BQz6Ap0hclKMXxdg4ZkmfGU/CAtOBNdVbs4UjHm5QZG369Cu0-Vb2ZU.P5F69s2P5F39C0BIcKMNdbaGDre87-dg4GDikqfTQnAuO6/evMWx7Hq.5T3/Ct1Icmfz69A1I7-dw4aZUjiqmWLxdbwaJFn69uOhSrW87yrK8xNY236/90B"; ## SECRET-DATA
}
privacy-aes128 {
privacy-key "$9$ZDUqmfTzCp0f5nCtpREdbw2JGHqmPTzHkuORhrlaZGDi.Tz3nCtQzylKv7NjHkqTz3nCA0B6/CuOIcSVwsgoGUjHqP5JZ/CtpB1ylK8-VaZUDHqg4/Cu0IR7-dV24Dik.fTX7ds2gJZUjHmPQ9Ap1EcAtKM8LVb4aZGHq369BRhk.T3n6AtO1RcyK"; ## SECRET-DATA
}
}
}
}
vacm {
security-to-group {
security-model usm {
security-name netdisco {
group ietf;
}
security-name chelliot {
group ietf;
}
security-name chelliot-rw {
group ietf-rw;
}
security-name nagios {
group ietf;
}
}
}
access {
group ietf {
default-context-prefix {
security-model usm {
security-level authentication {
read-view default;
write-view default;
notify-view default;
}
}
}
}
group ietf-rw {
default-context-prefix {
security-model usm {
security-level authentication {
read-view default;
write-view default;
notify-view default;
}
}
}
}
}
}
}
engine-id {
local BAD1E7FC0FFEF;
}
view default {
oid 1 include;
}
view pingMIB {
oid .1.3.6.1.2.1.80 include;
}
community ietfmeeting {
authorization read-only;
clients {
130.129.0.0/16;
2001:df8::/32;
}
}
community smokeping85 {
view pingMIB;
authorization read-write;
clients {
130.129.0.0/22;
}
}
}
routing-options {
rib inet6.0 {
static {
route 2001:558:0:f428::1/128 next-hop 2001:559:0:80::11d;
route 2001:67c:1230::/46 discard;
route 2001:67c:370::/48 discard;
route 2001:df8:1::/48 next-hop 2001:df8:0:48::48;
}
aggregate {
route 2001:df8::/32;
route 2001:67c:1230::/46;
route 2001:67c:370::/48;
}
}
static {
route 0.0.0.0/0 {
next-hop 50.201.205.177;
tag 100;
}
route 68.86.80.40/32 next-hop 50.201.205.177;
route 31.133.128.0/18 discard;
route 31.130.224.0/20 discard;
}
aggregate {
route 130.129.0.0/16;
route 31.130.224.0/20;
route 31.133.128.0/18;
}
router-id 50.201.205.176;
autonomous-system 56554;
validation {
group rpki-servers {
session 130.129.1.12 {
traceoptions {
file rkpi.log;
flag error;
flag state;
}
refresh-time 180;
port 42420;
}
session 147.28.0.35 {
traceoptions {
file rkpi.log;
flag error;
flag state;
}
refresh-time 180;
port 3779;
}
session 147.28.0.84 {
traceoptions {
file rkpi.log;
flag error;
flag state;
}
refresh-time 180;
port 42420;
}
}
}
}
protocols {
router-advertisement {
interface ge-0/0/0.1 {
other-stateful-configuration;
prefix 2001:df8::/64;
}
interface ge-0/0/0.4 {
other-stateful-configuration;
prefix 2001:df8:0:4::/64;
}
interface ge-0/0/0.5 {
other-stateful-configuration;
prefix 2001:df8:0:5::/64;
}
interface ge-0/0/0.6 {
other-stateful-configuration;
prefix 2001:df8:0:6::/64;
}
interface ge-0/0/0.8 {
other-stateful-configuration;
prefix 2001:df8:0:8::/64;
}
interface ge-0/0/0.16 {
other-stateful-configuration;
prefix 2001:df8:0:16::/64;
}
interface ge-0/0/0.32 {
other-stateful-configuration;
prefix 2001:df8:0:32::/64;
}
interface ge-0/0/0.48 {
other-stateful-configuration;
prefix 2001:df8:0:48::/64;
}
interface ge-0/0/0.64 {
other-stateful-configuration;
prefix 2001:df8:0:64::/64;
}
interface ge-0/0/0.80 {
other-stateful-configuration;
prefix 2001:df8:0:80::/64;
}
interface ge-0/0/0.96 {
other-stateful-configuration;
prefix 2001:df8:0:96::/64;
}
interface ge-0/0/0.112 {
other-stateful-configuration;
prefix 2001:df8:0:112::/64;
}
}
bgp {
group Comcast-v4-link2 {
import [ Block-IETF Block-BOGONS Received_on_Rtr_B RPKI-Primary ];
export [ IETF-out REJECT ];
peer-as 7922;
neighbor 50.201.205.177;
neighbor 68.86.80.40 {
multihop;
}
}
group iBGP {
description "iBGP Peering between RtrA and RtrB";
export [ NextHop-Self Default_into_BGP ];
peer-as 56554;
neighbor 130.129.4.2 {
local-address 130.129.4.3;
family inet {
unicast;
}
}
neighbor 2001:df8:0:4::2 {
local-address 2001:df8:0:4::3;
family inet6 {
unicast;
}
}
}
group Comcast-v6-link2 {
import [ Block-IETF Block-BOGONS Received_on_Rtr_B RPKI-Primary ];
export [ IETF-v6-OUT REJECT ];
peer-as 7922;
neighbor 2001:558:0:f428::1 {
multihop;
family inet6 {
unicast;
}
}
neighbor 2001:559:0:80::11d {
family inet6 {
unicast;
}
}
}
}
}
policy-options {
prefix-list IETF {
31.130.224.0/20;
31.133.128.0/18;
130.129.0.0/16;
}
prefix-list IETF-v6 {
2001:67c:370::/48;
2001:67c:1230::/46;
2001:df8::/32;
}
prefix-list MARTIANS {
0.0.0.0/8;
10.0.0.0/8;
127.0.0.0/8;
172.16.0.0/12;
192.0.2.0/24;
192.168.0.0/16;
198.18.0.0/15;
224.0.0.0/3;
}
policy-statement ACCEPT {
then accept;
}
policy-statement AS_Prepend1 {
then as-path-prepend 56554;
}
policy-statement Block-BOGONS {
term martians {
from {
prefix-list MARTIANS;
}
then reject;
}
term NEXT {
then next policy;
}
}
policy-statement Block-IETF {
term ipv4 {
from {
prefix-list IETF;
}
then reject;
}
term ipv6 {
from {
prefix-list IETF-v6;
}
then reject;
}
term NEXT {
then next policy;
}
}
policy-statement Default_into_BGP {
from {
protocol static;
tag 100;
}
then accept;
}
policy-statement IETF-out {
term allowed {
from {
prefix-list IETF;
}
then accept;
}
term NEXT {
then next policy;
}
}
policy-statement IETF-v6-OUT {
term allowed {
from {
prefix-list IETF-v6;
}
then accept;
}
term NEXT {
then next policy;
}
}
policy-statement NextHop-Self {
term Self {
then {
next-hop self;
accept;
}
}
}
policy-statement REJECT {
then reject;
}
policy-statement RPKI-Primary {
term valid {
from {
protocol bgp;
validation-database valid;
}
then {
local-preference 210;
validation-state valid;
community add RPKI_Valid;
}
}
term invalid {
from {
protocol bgp;
validation-database invalid;
}
then {
local-preference 190;
validation-state invalid;
community add RPKI_Invalid;
}
}
term unknown {
from {
protocol bgp;
validation-database unknown;
}
then {
local-preference 200;
validation-state unknown;
community add RPKI_Unknown;
}
}
}
policy-statement RPKI-Secondary {
term valid {
from {
protocol bgp;
validation-database valid;
}
then {
local-preference 110;
validation-state valid;
community add RPKI_Valid;
}
}
term invalid {
from {
protocol bgp;
validation-database invalid;
}
then {
local-preference 90;
validation-state invalid;
community add RPKI_Invalid;
}
}
term unknown {
from {
protocol bgp;
validation-database unknown;
}
then {
local-preference 100;
validation-state unknown;
community add RPKI_Unknown;
}
}
}
policy-statement Received_on_Rtr_A {
then {
community add RTR_A;
}
}
policy-statement Received_on_Rtr_B {
then {
community add RTR_B;
}
}
policy-statement SetLocalPrefHigh {
then {
local-preference 200;
next policy;
}
}
policy-statement SetLocalPrefLow {
then {
local-preference 20;
next policy;
}
}
community Blackhole members 56554:666;
community RPKI_Invalid members 56554:102;
community RPKI_Unknown members 56554:103;
community RPKI_Valid members 56554:101;
community RTR_A members 56554:1;
community RTR_B members 56554:2;
}
firewall {
family inet {
filter Sampling {
term Sample {
then {
sample;
accept;
}
}
}
filter RPKI_Classify {
term Valid {
from {
address {
2.0.0.0/14;
2.4.0.0/15;
2.6.0.0/16;
2.8.0.0/14;
2.12.0.0/15;
2.14.0.0/16;
5.1.0.0/19;
5.2.24.0/21;
5.11.40.0/21;
5.28.48.0/21;
5.32.152.0/21;
5.34.192.0/19;
5.34.248.0/21;
5.35.192.0/21;
5.39.192.0/21;
5.39.224.0/21;
5.45.144.0/21;
5.54.0.0/15;
5.56.16.0/21;
5.61.72.0/21;
5.63.160.0/21;
5.83.24.0/21;
5.102.168.0/21;
5.102.192.0/18;
5.104.72.0/22;
5.104.216.0/21;
5.133.24.0/21;
5.133.128.0/19;
5.133.192.0/19;
5.134.16.0/21;
5.144.152.0/22;
5.144.184.0/21;
5.149.64.0/19;
5.149.112.0/21;
5.153.64.0/19;
5.153.96.0/21;
5.153.128.0/18;
5.153.192.0/19;
5.157.88.0/21;
5.172.152.0/21;
5.179.32.0/19;
5.179.64.0/21;
5.179.192.0/21;
5.190.0.0/16;
5.198.192.0/19;
5.199.232.0/21;
5.200.0.0/19;
5.228.0.0/16;
5.254.176.0/21;
27.50.32.0/21;
31.3.8.0/21;
31.7.8.0/21;
31.7.176.0/20;
31.10.128.0/17;
31.12.96.0/19;
31.13.0.0/21;
31.22.80.0/21;
31.24.8.0/21;
31.24.24.0/21;
31.24.224.0/21;
31.25.144.0/21;
31.31.40.0/21;
31.31.160.0/21;
31.47.0.0/19;
31.47.32.0/20;
31.47.48.0/21;
31.47.112.0/20;
31.47.192.0/21;
31.56.0.0/14;
31.151.0.0/16;
31.164.0.0/15;
31.169.48.0/21;
31.172.240.0/20;
31.176.128.0/17;
31.186.96.0/21;
31.193.0.0/20;
31.193.48.0/21;
31.193.112.0/21;
31.193.144.0/20;
31.204.112.0/20;
31.204.128.0/19;
31.210.128.0/21;
31.210.168.0/21;
31.210.176.0/20;
31.220.136.0/21;
31.222.200.0/21;
35.0.0.0/9;
37.8.128.0/20;
37.9.128.0/21;
37.18.160.0/20;
37.26.200.0/21;
37.32.128.0/17;
37.33.0.0/16;
37.44.64.0/18;
37.45.0.0/16;
37.46.32.0/20;
37.48.240.0/21;
37.49.192.0/19;
37.58.32.0/21;
37.58.128.0/17;
37.60.152.0/21;
37.60.192.0/21;
37.61.160.0/20;
37.72.144.0/21;
37.75.136.0/21;
37.75.200.0/21;
37.75.208.0/21;
37.77.32.0/20;
37.77.56.0/21;
37.77.160.0/21;
37.77.168.0/23;
37.77.170.0/24;
37.98.200.0/21;
37.110.0.0/17;
37.110.128.0/19;
37.122.128.0/21;
37.122.144.0/21;
37.123.224.0/21;
37.130.128.0/20;
37.130.160.0/19;
37.136.0.0/16;
37.148.208.0/20;
37.203.64.0/19;
37.203.248.0/21;
37.204.0.0/16;
37.205.48.0/21;
37.205.64.0/19;
37.209.208.0/20;
37.209.224.0/22;
37.209.232.0/21;
37.212.0.0/14;
37.218.248.0/21;
37.219.0.0/16;
37.228.192.0/18;
37.235.48.0/20;
37.252.32.0/19;
46.7.0.0/16;
46.14.0.0/16;
46.16.152.0/21;
46.17.136.0/21;
46.18.16.0/21;
46.19.8.0/22;
46.19.56.0/21;
46.19.88.0/21;
46.19.96.0/21;
46.19.248.0/21;
46.20.128.0/20;
46.20.160.0/20;
46.21.144.0/20;
46.22.32.0/20;
46.22.112.0/20;
46.22.128.0/20;
46.22.240.0/20;
46.23.208.0/20;
46.29.144.0/21;
46.29.176.0/21;
46.29.224.0/21;
46.30.8.0/21;
46.30.24.0/21;
46.30.120.0/21;
46.30.130.0/23;
46.30.132.0/22;
46.31.48.0/21;
46.31.104.0/21;
46.31.120.0/21;
46.33.64.0/19;
46.35.128.0/19;
46.36.192.0/19;
46.37.160.0/19;
46.37.224.0/19;
46.38.128.0/19;
46.43.0.0/18;
46.50.128.0/17;
46.63.0.0/18;
46.63.64.0/19;
46.63.96.0/21;
46.63.104.0/22;
46.63.108.0/24;
46.80.0.0/12;
46.102.102.0/24;
46.129.0.0/16;
46.132.0.0/16;
46.143.0.0/17;
46.143.128.0/18;
46.143.192.0/20;
46.143.209.0/24;
46.143.210.0/23;
46.143.216.0/21;
46.143.224.0/20;
46.143.244.0/22;
46.143.252.0/22;
46.164.128.0/18;
46.176.0.0/15;
46.182.24.0/21;
46.182.32.0/21;
46.182.144.0/21;
46.183.72.0/21;
46.183.152.0/21;
46.183.160.0/21;
46.183.216.0/21;
46.187.128.0/17;
46.188.0.0/17;
46.196.0.0/15;
46.226.0.0/21;
46.226.56.0/21;
46.226.72.0/21;
46.226.88.0/21;
46.226.240.0/21;
46.227.16.0/21;
46.227.64.0/21;
46.227.168.0/21;
46.227.200.0/21;
46.227.208.0/21;
46.228.80.0/20;
46.228.224.0/20;
46.231.88.0/21;
46.231.112.0/21;
46.231.248.0/21;
46.232.136.0/21;
46.233.128.0/18;
46.234.64.0/19;
46.234.224.0/19;
46.235.8.0/22;
46.235.14.0/23;
46.238.64.0/18;
46.241.0.0/17;
46.242.0.0/17;
46.243.112.0/21;
46.244.0.0/16;
46.245.144.0/21;
46.245.248.0/21;
46.249.192.0/19;
46.250.160.0/19;
46.254.160.0/21;
46.255.80.0/21;
46.255.200.0/21;
49.244.0.0/16;
62.21.0.0/17;
62.24.64.0/19;
62.32.0.0/19;
62.38.0.0/16;
62.44.192.0/18;
62.48.96.0/19;
62.68.96.0/19;
62.69.152.0/21;
62.69.192.0/18;
62.71.0.0/16;
62.73.32.0/19;
62.73.128.0/19;
62.78.96.0/19;
62.78.128.0/17;
62.102.144.0/21;
62.102.224.0/19;
62.104.0.0/16;
62.108.0.0/19;
62.108.96.0/19;
62.113.0.0/19;
62.113.160.0/19;
62.116.192.0/19;
62.140.192.0/19;
62.147.0.0/16;
62.148.192.0/19;
62.153.0.0/16;
62.154.0.0/15;
62.156.0.0/14;
62.160.0.0/15;
62.163.0.0/16;
62.164.128.0/17;
62.165.128.0/18;
62.167.0.0/16;
62.169.128.0/19;
62.173.64.0/18;
62.182.8.0/21;
62.183.128.0/17;
62.194.0.0/15;
62.197.160.0/19;
62.201.16.0/20;
62.201.160.0/19;
62.202.0.0/15;
62.213.64.0/18;
62.216.0.0/19;
62.216.192.0/19;
62.217.64.0/18;
62.224.0.0/14;
62.231.128.0/19;
62.241.192.0/18;
62.245.64.0/18;
62.245.128.0/17;
62.249.192.0/18;
62.251.0.0/17;
63.141.0.0/20;
67.21.36.0/24;
77.37.128.0/17;
77.40.128.0/17;
77.65.0.0/16;
77.66.0.0/17;
77.72.88.0/21;
77.87.136.0/21;
77.87.248.0/21;
77.88.128.0/18;
77.91.216.0/21;
77.93.192.0/19;
77.95.40.0/21;
77.95.64.0/22;
77.95.68.0/23;
77.95.70.0/24;
77.95.120.0/21;
77.95.208.0/21;
77.110.192.0/18;
77.111.0.0/18;
77.221.32.0/20;
77.221.48.0/23;
77.222.128.0/19;
77.233.224.0/19;
77.238.32.0/19;
77.242.64.0/20;
77.243.48.0/20;
77.245.16.0/20;
77.247.200.0/21;
77.248.0.0/14;
78.24.72.0/21;
78.24.144.0/21;
78.24.160.0/21;
78.27.64.0/18;
78.32.0.0/15;
78.40.32.0/21;
78.41.88.0/21;
78.41.112.0/21;
78.44.0.0/15;
78.102.0.0/15;
78.108.48.0/20;
78.108.128.0/20;
78.109.192.0/20;
78.110.0.0/20;
78.110.128.0/20;
78.111.112.0/20;
78.111.160.0/20;
78.133.128.0/17;
78.143.240.0/23;
78.143.243.0/24;
78.143.245.0/24;
78.143.250.0/23;
78.143.252.0/24;
78.152.0.0/18;
78.153.160.0/19;
78.153.192.0/19;
78.192.0.0/10;
79.97.0.0/16;
79.98.36.0/24;
79.98.64.0/21;
79.98.104.0/21;
79.98.168.0/21;
79.99.64.0/21;
79.110.0.0/20;
79.123.0.0/17;
79.132.96.0/19;
79.135.224.0/19;
79.140.48.0/20;
79.140.96.0/20;
79.141.160.0/21;
79.141.169.0/24;
79.141.170.0/23;
79.141.172.0/22;
79.143.128.0/20;
79.143.160.0/20;
79.143.240.0/20;
79.160.0.0/15;
79.166.0.0/15;
79.170.16.0/23;
79.170.176.0/21;
79.171.56.0/21;
79.171.96.0/21;
79.175.128.0/21;
79.175.144.0/20;
79.175.160.0/19;
79.192.0.0/10;
80.8.0.0/15;
80.10.248.0/22;
80.10.252.0/23;
80.12.0.0/18;
80.12.80.0/20;
80.12.99.0/24;
80.13.0.0/16;
80.14.0.0/16;
80.15.0.0/17;
80.15.128.0/18;
80.15.192.0/19;
80.56.0.0/15;
80.64.32.0/20;
80.65.16.0/20;
80.65.64.0/19;
80.66.224.0/20;
80.67.96.0/20;
80.68.80.0/20;
80.69.0.0/19;
80.72.48.0/20;
80.74.48.0/20;
80.74.192.0/19;
80.75.0.0/20;
80.75.192.0/20;
80.78.96.0/19;
80.79.16.0/20;
80.80.192.0/20;
80.81.0.0/19;
80.81.144.0/20;
80.81.192.0/20;
80.82.0.0/20;
80.83.224.0/24;
80.83.228.0/22;
80.83.232.0/22;
80.83.237.0/24;
80.83.238.0/23;
80.86.160.0/19;
80.87.32.0/20;
80.89.32.0/19;
80.89.128.0/19;
80.91.144.0/20;
80.91.160.0/19;
80.92.112.0/20;
80.93.160.0/21;
80.93.168.0/22;
80.93.172.0/23;
80.93.175.0/24;
80.94.64.0/20;
80.94.128.0/20;
80.95.240.0/20;
80.100.0.0/15;
80.126.0.0/15;
80.128.0.0/11;
80.168.0.0/16;
80.220.0.0/14;
80.227.0.0/16;
80.238.64.0/19;
80.241.80.0/20;
80.242.128.0/19;
80.243.112.0/21;
80.243.122.0/23;
80.243.124.0/22;
80.246.96.0/20;
80.246.192.0/20;
80.248.160.0/20;
80.248.192.0/20;
80.249.128.0/19;
80.249.176.0/20;
80.251.0.0/20;
80.253.128.0/19;
80.255.0.0/20;
80.255.240.0/20;
81.1.192.0/18;
81.2.64.0/18;
81.9.0.0/18;
81.9.64.0/19;
81.9.96.0/20;
81.14.128.0/17;
81.16.64.0/20;
81.16.176.0/20;
81.17.64.0/20;
81.17.240.0/20;
81.18.176.0/20;
81.19.144.0/20;
81.22.160.0/20;
81.24.96.0/20;
81.27.128.0/20;
81.27.192.0/20;
81.28.192.0/20;
81.30.32.0/20;
81.30.64.0/20;
81.31.32.0/19;
81.31.96.0/19;
81.48.0.0/16;
81.51.0.0/16;
81.52.224.0/21;
81.52.232.0/22;
81.53.0.0/16;
81.56.0.0/15;
81.62.0.0/15;
81.80.0.0/16;
81.87.0.0/16;
81.89.88.0/21;
81.90.144.0/20;
81.92.192.0/19;
81.93.204.0/22;
81.94.208.0/20;
81.95.0.0/20;
81.166.0.0/15;
81.169.128.0/17;
81.171.128.0/17;
81.175.128.0/17;
81.187.0.0/16;
81.209.0.0/16;
81.222.16.0/23;
81.222.64.0/18;
81.222.128.0/20;
81.222.160.0/19;
81.222.192.0/18;
81.224.0.0/12;
81.248.0.0/16;
81.250.0.0/15;
81.252.0.0/16;
81.255.0.0/16;
82.64.0.0/14;
82.92.0.0/14;
82.102.0.0/18;
82.112.176.0/21;
82.113.224.0/19;
82.117.192.0/19;
82.118.128.0/23;
82.118.134.0/24;
82.118.146.0/23;
82.118.148.0/23;
82.118.158.0/23;
82.119.96.0/19;
82.122.0.0/15;
82.124.0.0/15;
82.126.0.0/16;
82.128.128.0/17;
82.135.0.0/17;
82.143.0.0/18;
82.150.192.0/19;
82.161.0.0/16;
82.164.0.0/17;
82.164.128.0/18;
82.165.0.0/16;
82.181.0.0/16;
82.197.128.0/19;
82.199.128.0/19;
82.200.0.0/17;
82.209.192.0/18;
82.211.64.0/18;
82.221.0.0/16;
82.224.0.0/11;
83.68.0.0/19;
83.76.0.0/14;
83.98.224.0/19;
83.102.0.0/17;
83.112.0.0/14;
83.124.0.0/14;
83.133.0.0/16;
83.136.88.0/21;
83.138.0.0/21;
83.139.64.0/18;
83.142.56.0/21;
83.142.80.0/21;
83.150.0.0/18;
83.151.128.0/18;
83.160.0.0/14;
83.167.192.0/18;
83.171.128.0/18;
83.173.192.0/18;
83.206.0.0/16;
83.209.0.0/16;
83.212.0.0/16;
83.216.224.0/19;
83.221.128.0/19;
83.222.64.0/19;
83.247.0.0/17;
84.16.64.0/19;
84.16.192.0/19;
84.17.224.0/19;
84.18.128.0/19;
84.19.224.0/19;
84.23.160.0/19;
84.34.0.0/16;
84.38.96.0/20;
84.39.96.0/20;
84.39.176.0/21;
84.39.192.0/22;
84.42.128.0/17;
84.45.128.0/17;
84.52.192.0/18;
84.55.192.0/18;
84.88.0.0/16;
84.89.0.0/18;
84.89.128.0/17;
84.96.0.0/13;
84.128.0.0/10;
84.205.64.0/23;
84.205.69.0/24;
84.205.71.0/24;
84.205.72.0/24;
84.205.74.0/23;
84.205.76.0/22;
84.205.80.0/23;
84.205.83.0/24;
84.205.84.0/23;
84.205.87.0/24;
84.205.90.0/23;
84.205.92.0/22;
84.226.0.0/15;
84.234.0.0/20;
84.234.32.0/20;
84.234.128.0/17;
84.241.0.0/18;
84.242.64.0/18;
84.243.192.0/18;
84.246.120.0/21;
84.248.0.0/14;
84.253.0.0/18;
84.253.192.0/18;
85.0.0.0/13;
85.8.0.0/18;
85.14.192.0/18;
85.15.0.0/18;
85.23.0.0/16;
85.30.192.0/18;
85.31.64.0/19;
85.31.240.0/20;
85.89.0.0/19;
85.89.224.0/19;
85.90.64.0/19;
85.92.224.0/19;
85.94.128.0/19;
85.116.160.0/19;
85.118.128.0/21;
85.119.176.0/21;
85.119.200.0/21;
85.131.0.0/17;
85.133.0.0/17;
85.157.0.0/16;
85.159.0.0/21;
85.159.64.0/21;
85.202.48.0/20;
85.202.208.0/20;
85.214.0.0/15;
85.216.128.0/17;
85.219.128.0/17;
85.221.128.0/17;
85.222.128.0/17;
85.236.32.0/19;
85.237.160.0/19;
85.249.0.0/20;
85.249.24.0/21;
85.249.32.0/20;
85.249.112.0/21;
85.249.144.0/21;
85.249.160.0/19;
85.249.224.0/19;
86.49.0.0/16;
86.54.0.0/16;
86.57.128.0/17;
86.109.32.0/19;
86.114.0.0/15;
86.118.0.0/15;
87.92.0.0/14;
87.99.0.0/18;
87.100.128.0/17;
87.106.0.0/16;
87.116.0.0/18;
87.116.128.0/18;
87.119.128.0/19;
87.127.0.0/16;
87.128.0.0/10;
87.195.0.0/16;
87.200.0.0/15;
87.237.64.0/21;
87.238.32.0/19;
87.239.72.0/21;
87.246.64.0/18;
87.251.32.0/19;
87.251.96.0/19;
88.86.128.0/19;
88.147.0.0/17;
88.148.128.0/17;
88.150.0.0/17;
88.151.136.0/21;
88.160.0.0/11;
88.192.0.0/14;
88.200.0.0/17;
88.207.0.0/17;
88.208.128.0/18;
88.212.64.0/18;
88.217.0.0/16;
89.16.160.0/19;
89.19.0.0/19;
89.19.224.0/19;
89.21.96.0/19;
89.27.0.0/17;
89.31.200.0/21;
89.35.55.0/24;
89.48.0.0/12;
89.98.0.0/15;
89.100.0.0/14;
89.105.64.0/19;
89.106.32.0/19;
89.106.240.0/21;
89.107.192.0/21;
89.112.0.0/17;
89.113.16.0/20;
89.113.32.0/20;
89.113.104.0/21;
89.113.112.0/20;
89.113.128.0/21;
89.113.144.0/21;
89.113.168.0/21;
89.113.192.0/19;
89.113.224.0/20;
89.113.240.0/23;
89.132.0.0/14;
89.146.128.0/18;
89.151.192.0/18;
89.163.128.0/17;
89.166.0.0/17;
89.173.0.0/16;
89.174.0.0/16;
89.176.0.0/15;
89.182.0.0/15;
89.184.96.0/19;
89.185.224.0/19;
89.186.160.0/19;
89.187.96.0/19;
89.187.224.0/19;
89.190.32.0/19;
89.190.160.0/19;
89.196.0.0/14;
89.200.152.0/21;
89.206.128.0/17;
89.207.56.0/21;
89.207.144.0/21;
89.210.0.0/16;
89.216.0.0/15;
89.233.128.0/18;
89.235.64.0/18;
89.248.144.0/20;
89.248.176.0/20;
89.248.240.0/20;
89.249.16.0/20;
90.80.0.0/16;
90.83.0.0/16;
90.85.0.0/16;
90.155.0.0/18;
90.155.64.0/19;
90.156.0.0/17;
90.224.0.0/12;
91.0.0.0/10;
91.72.0.0/14;
91.102.0.0/20;
91.102.248.0/21;
91.103.160.0/21;
91.103.184.0/21;
91.105.128.0/18;
91.106.0.0/20;
91.109.120.0/21;
91.109.168.0/22;
91.109.172.0/23;
91.109.176.0/20;
91.135.208.0/20;
91.138.128.0/17;
91.142.192.0/20;
91.143.112.0/20;
91.145.64.0/18;
91.145.128.0/18;
91.146.192.0/18;
91.147.0.0/18;
91.150.128.0/19;
91.185.192.0/19;
91.190.168.0/21;
91.190.192.0/20;
91.190.232.0/21;
91.192.202.0/23;
91.194.96.0/22;
91.194.100.0/23;
91.195.232.0/23;
91.199.78.0/24;
91.202.172.0/22;
91.205.152.0/22;
91.205.184.0/22;
91.208.114.0/24;
91.208.160.0/24;
91.212.196.0/24;
91.213.30.0/24;
91.213.255.0/24;
91.215.12.0/22;
91.216.158.0/24;
91.216.162.0/24;
91.220.43.0/24;
91.220.194.0/24;
91.220.225.0/24;
91.221.156.0/23;
91.223.58.0/24;
91.223.211.0/24;
91.223.253.0/24;
91.224.66.0/23;
91.227.26.0/24;
91.227.204.0/23;
91.230.64.0/24;
91.233.182.0/24;
92.36.128.0/17;
92.43.104.0/21;
92.54.0.0/18;
92.60.96.0/20;
92.60.144.0/20;
92.61.176.0/20;
92.62.96.0/20;
92.62.160.0/20;
92.104.0.0/13;
92.160.0.0/15;
92.162.0.0/16;
92.163.0.0/17;
92.240.32.0/19;
92.242.96.0/19;
92.244.64.0/19;
93.84.0.0/15;
93.88.240.0/20;
93.89.48.0/20;
93.90.176.0/20;
93.91.144.0/20;
93.92.192.0/21;
93.93.80.0/21;
93.94.128.0/21;
93.94.160.0/21;
93.104.0.0/16;
93.106.0.0/16;
93.121.0.0/17;
93.152.128.0/18;
93.152.192.0/21;
93.152.200.0/22;
93.174.165.0/24;
93.174.166.0/23;
93.175.146.0/23;
93.176.64.0/18;
93.177.0.0/18;
93.180.72.0/21;
93.181.128.0/18;
93.183.192.0/18;
93.184.0.0/20;
93.187.8.0/21;
93.188.120.0/21;
93.188.240.0/21;
93.189.104.0/21;
93.190.168.0/21;
93.190.224.0/21;
93.191.88.0/21;
93.191.216.0/21;
93.192.0.0/10;
94.18.0.0/16;
94.22.0.0/16;
94.42.0.0/16;
94.46.0.0/16;
94.54.0.0/16;
94.55.0.0/19;
94.55.32.0/20;
94.55.48.0/21;
94.55.56.0/24;
94.55.58.0/23;
94.55.60.0/22;
94.55.64.0/18;
94.55.128.0/17;
94.73.128.0/17;
94.74.0.0/18;
94.100.16.0/20;
94.100.160.0/20;
94.100.240.0/20;
94.102.16.0/20;
94.102.144.0/20;
94.103.16.0/20;
94.103.160.0/20;
94.112.0.0/14;
94.124.64.0/21;
94.124.104.0/21;
94.125.24.0/21;
94.125.232.0/21;
94.126.128.0/21;
94.126.160.0/21;
94.126.176.0/21;
94.127.88.0/21;
94.127.96.0/22;
94.127.100.0/23;
94.127.104.0/21;
94.127.168.0/21;
94.142.208.0/21;
94.143.0.0/21;
94.143.128.0/21;
94.182.0.0/15;
94.184.0.0/16;
94.185.96.0/19;
94.189.128.0/17;
94.198.248.0/21;
94.199.232.0/21;
94.200.0.0/14;
94.204.0.0/15;
94.206.0.0/16;
94.228.32.0/20;
94.229.112.0/22;
94.230.80.0/20;
94.246.0.0/18;
94.246.128.0/18;
94.247.32.0/21;
94.247.192.0/21;
94.251.0.0/17;
94.253.128.0/17;
95.64.0.0/21;
95.64.112.0/20;
95.84.128.0/17;
95.87.0.0/19;
95.87.32.0/24;
95.87.35.0/24;
95.87.36.0/22;
95.87.40.0/23;
95.87.42.0/24;
95.87.44.0/22;
95.87.48.0/20;
95.87.128.0/18;
95.96.0.0/15;
95.108.0.0/17;
95.128.24.0/21;
95.130.232.0/21;
95.141.16.0/20;
95.141.176.0/20;
95.142.96.0/20;
95.143.48.0/20;
95.155.64.0/18;
95.156.128.0/18;
95.159.128.0/18;
95.171.32.0/19;
95.171.224.0/24;
95.171.227.0/24;
95.171.248.0/24;
95.172.0.0/19;
95.172.224.0/19;
95.215.32.0/22;
98.128.0.0/16;
103.23.16.0/22;
103.28.252.0/22;
103.247.246.0/24;
109.60.0.0/17;
109.68.56.0/21;
109.68.128.0/21;
109.68.152.0/21;
109.69.32.0/21;
109.69.80.0/21;
109.69.184.0/21;
109.69.216.0/21;
109.70.168.0/21;
109.71.96.0/21;
109.71.176.0/21;
109.72.160.0/20;
109.74.208.0/20;
109.74.240.0/20;
109.75.144.0/20;
109.105.32.0/19;
109.108.0.0/19;
109.109.96.0/19;
109.109.224.0/19;
109.110.160.0/19;
109.111.0.0/19;
109.127.192.0/18;
109.163.200.0/21;
109.164.0.0/16;
109.171.0.0/17;
109.173.0.0/16;
109.175.0.0/17;
109.200.192.0/19;
109.201.96.0/19;
109.202.128.0/19;
109.208.0.0/13;
109.216.0.0/15;
109.218.0.0/16;
109.222.0.0/15;
109.225.64.0/18;
109.226.192.0/18;
109.232.184.0/21;
109.234.152.0/21;
109.235.0.0/21;
109.236.0.0/20;
109.236.176.0/20;
109.237.240.0/20;
109.238.240.0/20;
109.240.0.0/16;
109.247.0.0/16;
109.255.0.0/16;
110.74.192.0/19;
113.199.128.0/17;
115.84.64.0/18;
119.82.248.0/21;
120.89.96.0/19;
141.0.64.0/18;
141.0.192.0/21;
141.105.80.0/20;
141.138.224.0/19;
141.237.0.0/16;
141.255.0.0/17;
141.255.144.0/20;
141.255.192.0/18;
147.28.0.0/16;
149.20.0.0/16;
151.232.0.0/14;
151.236.0.0/19;
151.237.0.0/17;
151.237.128.0/20;
151.238.0.0/15;
151.240.0.0/13;
151.249.0.0/18;
151.249.80.0/21;
157.185.0.0/16;
158.69.0.0/22;
176.12.104.0/21;
176.32.128.0/20;
176.46.192.0/18;
176.57.192.0/21;
176.61.0.0/17;
176.62.48.0/20;
176.62.128.0/21;
176.62.216.0/21;
176.67.88.0/21;
176.72.0.0/16;
176.76.0.0/16;
176.93.0.0/16;
176.222.48.0/20;
176.222.232.0/21;
176.241.104.0/21;
176.241.128.0/19;
176.241.160.0/20;
178.16.128.0/20;
178.17.32.0/20;
178.17.128.0/20;
178.17.160.0/20;
178.18.48.0/20;
178.18.144.0/20;
178.20.0.0/21;
178.20.48.0/21;
178.21.120.0/21;
178.21.136.0/21;
178.21.144.0/21;
178.22.104.0/21;
178.23.64.0/21;
178.23.80.0/21;
178.38.0.0/15;
178.48.0.0/16;
178.55.0.0/16;
178.75.128.0/18;
178.82.0.0/15;
178.84.0.0/15;
178.120.0.0/13;
178.132.72.0/21;
178.132.200.0/21;
178.140.0.0/16;
178.148.0.0/15;
178.157.0.0/18;
178.164.0.0/17;
178.172.0.0/17;
178.175.128.0/17;
178.192.0.0/13;
178.208.192.0/19;
178.209.128.0/19;
178.209.192.0/19;
178.210.128.0/19;
178.233.0.0/16;
178.237.32.0/20;
178.237.96.0/20;
178.238.32.0/20;
178.238.96.0/24;
178.238.128.0/19;
178.248.24.0/21;
178.248.168.0/21;
178.249.152.0/21;
178.250.56.0/21;
178.250.168.0/21;
178.250.208.0/21;
178.251.144.0/21;
178.251.160.0/21;
178.252.0.0/19;
178.252.32.0/20;
178.252.48.0/21;
178.252.56.0/22;
178.252.60.0/23;
178.255.144.0/21;
178.255.184.0/22;
178.255.189.0/24;
178.255.190.0/23;
178.255.200.0/22;
181.0.0.0/13;
181.8.0.0/14;
181.12.0.0/15;
181.14.0.0/20;
181.14.64.0/18;
181.14.128.0/17;
181.15.56.0/21;
181.15.64.0/19;
181.15.96.0/20;
181.15.112.0/21;
181.15.240.0/20;
181.48.0.0/13;
181.64.0.0/16;
181.65.0.0/18;
181.65.64.0/19;
181.65.128.0/17;
181.80.0.0/13;
181.89.0.0/16;
181.90.0.0/15;
181.92.0.0/15;
181.94.0.0/16;
181.95.64.0/18;
181.95.128.0/19;
181.95.160.0/20;
181.95.176.0/21;
185.2.0.0/22;
185.2.36.0/22;
185.2.120.0/22;
185.3.20.0/22;
185.3.124.0/22;
185.3.224.0/22;
185.4.4.0/24;
185.4.60.0/22;
185.4.220.0/22;
185.5.76.0/22;
185.5.200.0/22;
185.6.192.0/22;
185.7.40.0/22;
185.7.228.0/22;
185.8.0.0/22;
185.8.40.0/22;
185.8.60.0/22;
186.28.0.0/14;
186.48.0.0/13;
186.80.0.0/15;
186.82.0.0/17;
186.82.128.0/18;
186.82.192.0/19;
186.82.232.0/21;
186.82.240.0/20;
186.83.0.0/22;
186.83.8.0/21;
186.83.16.0/20;
186.83.32.0/19;
186.83.64.0/21;
186.83.72.0/22;
186.83.76.0/23;
186.83.80.0/20;
186.83.96.0/21;
186.83.108.0/22;
186.83.112.0/20;
186.83.132.0/22;
186.83.136.0/21;
186.83.144.0/20;
186.83.160.0/19;
186.83.192.0/18;
186.84.0.0/19;
186.84.36.0/22;
186.84.40.0/21;
186.84.48.0/20;
186.84.64.0/22;
186.84.72.0/21;
186.84.80.0/20;
186.84.96.0/19;
186.84.128.0/18;
186.84.192.0/19;
186.84.224.0/21;
186.84.236.0/22;
186.84.240.0/20;
186.85.0.0/18;
186.85.64.0/19;
186.85.100.0/22;
186.85.104.0/21;
186.85.112.0/20;
186.85.128.0/18;
186.85.192.0/19;
186.85.232.0/21;
186.85.240.0/21;
186.85.248.0/22;
186.86.0.0/19;
186.86.32.0/20;
186.86.48.0/22;
186.86.56.0/21;
186.86.64.0/18;
186.86.128.0/18;
186.86.192.0/19;
186.86.224.0/22;
186.86.232.0/21;
186.86.240.0/20;
186.87.0.0/18;
186.87.64.0/20;
186.87.80.0/21;
186.87.88.0/23;
186.87.92.0/22;
186.87.96.0/19;
186.87.128.0/18;
186.87.192.0/19;
186.87.224.0/21;
186.87.242.0/23;
186.87.244.0/22;
186.87.248.0/21;
186.108.64.0/18;
186.108.144.0/20;
186.108.160.0/19;
186.108.192.0/18;
186.109.0.0/16;
186.110.0.0/15;
186.124.0.0/18;
186.124.112.0/20;
186.124.128.0/17;
186.125.0.0/16;
186.126.0.0/15;
186.144.0.0/17;
186.144.148.0/22;
186.144.152.0/21;
186.144.160.0/19;
186.144.192.0/19;
186.144.224.0/21;
186.144.232.0/22;
186.144.236.0/23;
186.144.240.0/20;
186.145.0.0/20;
186.145.20.0/22;
186.145.24.0/21;
186.145.32.0/22;
186.145.40.0/21;
186.145.48.0/20;
186.145.64.0/18;
186.145.128.0/19;
186.145.160.0/22;
186.145.168.0/21;
186.145.176.0/20;
186.145.192.0/22;
186.145.200.0/21;
186.145.208.0/20;
186.145.224.0/19;
186.146.0.0/16;
186.147.0.0/18;
186.147.64.0/20;
186.147.80.0/21;
186.147.92.0/22;
186.147.96.0/19;
186.147.128.0/18;
186.147.192.0/20;
186.147.212.0/22;
186.147.216.0/21;
186.147.224.0/20;
186.147.240.0/21;
186.147.248.0/22;
186.147.254.0/23;
186.152.0.0/16;
186.153.0.0/20;
186.153.16.0/21;
186.153.32.0/20;
186.153.48.0/21;
186.153.64.0/18;
186.153.128.0/20;
186.153.144.0/21;
186.153.160.0/19;
186.153.192.0/18;
186.154.0.0/15;
186.182.0.0/16;
188.2.0.0/16;
188.32.0.0/16;
188.39.0.0/16;
188.44.96.0/19;
188.60.0.0/14;
188.64.64.0/21;
188.64.192.0/21;
188.67.0.0/16;
188.92.40.0/21;
188.92.48.0/21;
188.92.144.0/21;
188.92.160.0/21;
188.92.248.0/21;
188.93.16.0/21;
188.93.40.0/21;
188.93.240.0/21;
188.95.32.0/21;
188.114.112.0/21;
188.120.64.0/19;
188.120.128.0/18;
188.121.224.0/19;
188.122.64.0/19;
188.124.192.0/21;
188.124.200.0/23;
188.124.204.0/22;
188.124.208.0/22;
188.124.212.0/23;
188.124.215.0/24;
188.124.216.0/21;
188.126.128.0/19;
188.136.0.0/17;
188.141.0.0/17;
188.142.160.0/19;
188.142.192.0/18;
188.154.0.0/15;
188.167.0.0/16;
188.174.0.0/16;
188.188.0.0/15;
188.228.0.0/17;
188.238.0.0/16;
188.241.160.0/20;
188.244.32.0/20;
188.252.128.0/17;
188.255.0.0/17;
190.0.128.0/19;
190.6.64.0/19;
190.7.0.0/18;
190.8.192.0/18;
190.12.0.0/19;
190.15.144.0/20;
190.24.0.0/14;
190.30.0.0/15;
190.40.0.0/14;
190.57.224.0/19;
190.64.0.0/16;
190.84.0.0/18;
190.84.64.0/19;
190.84.96.0/21;
190.84.112.0/20;
190.84.128.0/19;
190.84.160.0/20;
190.84.176.0/22;
190.84.184.0/21;
190.84.192.0/18;
190.85.0.0/16;
190.89.0.0/16;
190.93.128.0/19;
190.103.224.0/19;
190.104.64.0/20;
190.107.0.0/20;
190.108.0.0/19;
190.121.240.0/20;
190.129.0.0/17;
190.129.160.0/19;
190.129.192.0/18;
190.130.128.0/18;
190.130.192.0/19;
190.130.224.0/20;
190.130.240.0/21;
190.130.248.0/22;
190.130.252.0/23;
190.130.254.0/24;
190.132.0.0/14;
190.136.0.0/15;
190.138.0.0/17;
190.138.128.0/18;
190.138.192.0/19;
190.138.224.0/20;
190.138.240.0/23;
190.138.248.0/21;
190.139.0.0/16;
190.143.0.0/19;
190.143.36.0/22;
190.143.40.0/21;
190.143.48.0/20;
190.143.64.0/18;
190.144.0.0/14;
190.156.0.0/22;
190.156.8.0/21;
190.156.16.0/20;
190.156.32.0/19;
190.156.64.0/19;
190.156.96.0/22;
190.156.104.0/21;
190.156.112.0/22;
190.156.120.0/21;
190.156.132.0/22;
190.156.136.0/21;
190.156.148.0/22;
190.156.152.0/21;
190.156.168.0/21;
190.156.176.0/21;
190.156.184.0/22;
190.156.192.0/18;
190.157.0.0/22;
190.157.7.0/24;
190.157.8.0/21;
190.157.16.0/22;
190.157.24.0/21;
190.157.32.0/19;
190.157.64.0/21;
190.157.72.0/22;
190.157.80.0/20;
190.157.96.0/19;
190.157.128.0/18;
190.157.192.0/21;
190.157.200.0/22;
190.157.212.0/22;
190.157.216.0/21;
190.157.224.0/19;
190.158.0.0/19;
190.158.36.0/22;
190.158.40.0/21;
190.158.48.0/20;
190.158.64.0/18;
190.158.128.0/19;
190.158.160.0/20;
190.158.176.0/21;
190.158.188.0/22;
190.158.192.0/21;
190.158.200.0/22;
190.158.208.0/22;
190.158.216.0/21;
190.158.224.0/19;
190.159.0.0/18;
190.159.64.0/19;
190.159.96.0/20;
190.159.116.0/22;
190.159.128.0/17;
190.169.0.0/16;
190.182.129.0/24;
190.182.130.0/23;
190.182.132.0/23;
190.182.134.0/24;
190.182.136.0/21;
190.182.145.0/24;
190.182.246.0/24;
190.183.0.0/16;
190.185.128.0/20;
190.185.144.0/22;
190.185.148.0/24;
190.185.150.0/23;
190.185.152.0/21;
190.185.160.0/19;
190.185.192.0/21;
190.185.200.0/24;
190.185.202.0/23;
190.185.204.0/22;
190.185.208.0/20;
190.185.224.0/24;
190.185.226.0/23;
190.185.228.0/22;
190.185.232.0/21;
190.185.240.0/20;
190.211.160.0/23;
190.211.162.0/24;
190.211.167.0/24;
190.211.175.0/24;
190.224.16.0/21;
190.224.32.0/19;
190.224.64.0/18;
190.224.128.0/19;
190.224.160.0/22;
190.224.168.0/21;
190.224.184.0/21;
190.224.196.0/22;
190.224.200.0/21;
190.224.208.0/20;
190.224.224.0/19;
190.225.0.0/17;
190.225.128.0/18;
190.225.192.0/19;
190.225.224.0/20;
190.225.240.0/21;
190.226.0.0/17;
190.226.128.0/19;
190.226.176.0/20;
190.226.192.0/18;
190.227.8.0/21;
190.227.16.0/20;
190.227.32.0/19;
190.227.64.0/18;
190.227.128.0/18;
190.227.208.0/21;
190.227.248.0/21;
190.228.0.0/19;
190.228.32.0/20;
190.228.48.0/21;
190.228.64.0/18;
190.228.128.0/19;
190.228.160.0/20;
190.228.200.0/21;
190.228.208.0/20;
190.228.224.0/19;
190.229.0.0/19;
190.229.32.0/20;
190.229.56.0/21;
190.229.64.0/18;
190.229.128.0/17;
190.230.0.0/16;
190.231.8.0/21;
190.231.16.0/20;
190.231.32.0/19;
190.231.64.0/18;
190.231.128.0/17;
190.232.32.0/19;
190.232.64.0/18;
190.232.128.0/17;
190.233.0.0/16;
190.234.0.0/16;
190.235.0.0/17;
190.235.128.0/18;
190.235.192.0/19;
190.236.0.0/14;
192.5.4.0/24;
192.83.230.0/24;
192.122.181.0/24;
192.122.184.0/21;
192.136.136.0/24;
192.149.252.0/24;
192.158.248.0/24;
192.158.250.0/24;
192.158.252.0/24;
192.169.0.0/23;
192.228.80.0/21;
192.228.88.0/24;
192.228.92.0/24;
193.0.24.0/21;
193.2.0.0/16;
193.5.0.0/24;
193.5.2.0/23;
193.5.4.0/23;
193.5.8.0/23;
193.5.22.0/24;
193.5.25.0/24;
193.5.26.0/23;
193.5.38.0/24;
193.5.41.0/24;
193.5.42.0/23;
193.5.44.0/23;
193.5.48.0/24;
193.5.54.0/23;
193.5.56.0/22;
193.5.60.0/23;
193.5.66.0/23;
193.5.68.0/23;
193.5.76.0/22;
193.5.80.0/21;
193.5.91.0/24;
193.5.92.0/22;
193.5.104.0/23;
193.5.110.0/23;
193.5.118.0/24;
193.5.121.0/24;
193.5.123.0/24;
193.5.124.0/24;
193.5.144.0/23;
193.5.147.0/24;
193.5.148.0/24;
193.5.152.0/22;
193.5.160.0/20;
193.5.176.0/23;
193.5.178.0/24;
193.5.181.0/24;
193.5.185.0/24;
193.5.187.0/24;
193.5.216.0/21;
193.5.224.0/20;
193.5.240.0/21;
193.5.248.0/23;
193.5.253.0/24;
193.5.254.0/24;
193.11.0.0/16;
193.19.122.0/23;
193.27.48.0/21;
193.27.200.0/23;
193.29.206.0/24;
193.29.223.0/24;
193.30.224.0/22;
193.34.24.0/22;
193.42.215.0/24;
193.46.73.0/24;
193.58.232.0/24;
193.58.247.0/24;
193.60.0.0/14;
193.105.43.0/24;
193.105.150.0/24;
193.105.180.0/24;
193.107.196.0/22;
193.109.80.0/24;
193.109.122.0/24;
193.109.126.0/24;
193.134.0.0/22;
193.134.8.0/21;
193.134.32.0/21;
193.134.64.0/20;
193.134.92.0/24;
193.134.111.0/24;
193.134.132.0/24;
193.134.134.0/24;
193.134.159.0/24;
193.134.160.0/19;
193.134.192.0/20;
193.134.216.0/21;
193.134.240.0/21;
193.134.248.0/23;
193.134.251.0/24;
193.134.252.0/24;
193.134.254.0/24;
193.135.0.0/23;
193.135.2.0/24;
193.135.4.0/23;
193.135.20.0/23;
193.135.25.0/24;
193.135.28.0/23;
193.135.31.0/24;
193.135.40.0/21;
193.135.50.0/23;
193.135.56.0/22;
193.135.64.0/19;
193.135.102.0/23;
193.135.104.0/23;
193.135.106.0/24;
193.135.108.0/23;
193.135.128.0/22;
193.135.132.0/24;
193.135.134.0/23;
193.135.138.0/24;
193.135.143.0/24;
193.135.144.0/22;
193.135.152.0/23;
193.135.156.0/24;
193.135.162.0/23;
193.135.165.0/24;
193.135.166.0/23;
193.135.168.0/22;
193.135.172.0/23;
193.135.214.0/23;
193.135.216.0/22;
193.135.240.0/21;
193.135.252.0/22;
193.136.0.0/15;
193.138.81.0/24;
193.142.16.0/23;
193.143.70.0/23;
193.143.73.0/24;
193.143.83.0/24;
193.143.84.0/23;
193.143.95.0/24;
193.149.32.0/19;
193.151.64.0/22;
193.158.0.0/15;
193.168.50.0/24;
193.168.64.0/18;
193.169.164.0/23;
193.178.133.0/24;
193.178.175.0/24;
193.188.64.0/19;
193.188.250.0/24;
193.189.104.0/23;
193.192.224.0/19;
193.193.64.0/19;
193.200.230.0/24;
193.208.0.0/14;
193.219.31.0/24;
193.238.96.0/22;
193.242.98.0/24;
193.246.0.0/23;
193.246.12.0/22;
193.246.16.0/21;
193.246.24.0/24;
193.246.28.0/24;
193.246.48.0/23;
193.246.50.0/24;
193.246.56.0/23;
193.246.62.0/23;
193.246.64.0/19;
193.246.96.0/23;
193.246.99.0/24;
193.246.100.0/23;
193.246.104.0/24;
193.246.106.0/23;
193.246.108.0/22;
193.246.113.0/24;
193.246.120.0/23;
193.246.122.0/24;
193.246.127.0/24;
193.246.151.0/24;
193.246.176.0/20;
193.246.192.0/21;
193.246.200.0/23;
193.246.205.0/24;
193.246.207.0/24;
193.246.224.0/20;
193.246.240.0/23;
193.246.245.0/24;
193.246.246.0/24;
193.246.248.0/21;
193.247.0.0/19;
193.247.32.0/21;
193.247.40.0/24;
193.247.44.0/22;
193.247.48.0/20;
193.247.66.0/23;
193.247.72.0/24;
193.247.76.0/23;
193.247.83.0/24;
193.247.84.0/24;
193.247.86.0/23;
193.247.88.0/24;
193.247.93.0/24;
193.247.95.0/24;
193.247.100.0/24;
193.247.102.0/24;
193.247.107.0/24;
193.247.108.0/22;
193.247.117.0/24;
193.247.118.0/23;
193.247.120.0/22;
193.247.124.0/23;
193.247.128.0/21;
193.247.144.0/24;
193.247.146.0/23;
193.247.150.0/23;
193.247.154.0/24;
193.247.162.0/24;
193.247.166.0/24;
193.247.168.0/21;
193.247.180.0/24;
193.247.184.0/23;
193.247.189.0/24;
193.247.190.0/23;
193.247.193.0/24;
193.247.194.0/23;
193.247.200.0/24;
193.247.203.0/24;
193.247.205.0/24;
193.247.208.0/22;
193.247.217.0/24;
193.247.218.0/23;
193.247.224.0/21;
193.247.238.0/23;
193.247.240.0/22;
193.247.244.0/23;
193.247.247.0/24;
193.247.248.0/23;
193.247.251.0/24;
193.247.252.0/23;
193.247.254.0/24;
194.0.6.0/24;
194.0.12.0/23;
194.0.14.0/24;
194.0.23.0/24;
194.2.0.0/15;
194.6.160.0/19;
194.6.204.0/22;
194.6.246.0/24;
194.8.96.0/19;
194.25.0.0/16;
194.29.224.0/19;
194.30.192.0/18;
194.33.185.0/24;
194.50.164.0/24;
194.51.0.0/16;
194.54.148.0/22;
194.62.23.0/24;
194.66.0.0/16;
194.80.0.0/14;
194.89.0.0/16;
194.97.0.0/16;
194.109.0.0/16;
194.111.0.0/16;
194.112.32.0/19;
194.116.0.0/18;
194.116.234.0/23;
194.116.252.0/23;
194.117.0.0/20;
194.117.16.0/21;
194.117.40.0/21;
194.117.48.0/23;
194.117.208.0/20;
194.119.128.0/18;
194.126.239.0/24;
194.137.0.0/16;
194.142.0.0/16;
194.143.130.0/23;
194.145.64.0/19;
194.145.184.0/22;
194.146.128.0/22;
194.150.238.0/23;
194.153.214.0/24;
194.154.32.0/19;
194.158.160.0/19;
194.158.192.0/18;
194.164.0.0/16;
194.165.192.0/19;
194.169.225.0/24;
194.177.192.0/19;
194.187.64.0/22;
194.187.72.0/22;
194.197.0.0/16;
194.206.0.0/15;
194.209.0.0/16;
194.210.0.0/16;
194.215.0.0/16;
194.225.0.0/16;
194.230.0.0/16;
194.247.170.0/23;
194.249.0.0/16;
194.250.0.0/15;
194.252.0.0/16;
195.4.0.0/16;
195.6.0.0/16;
195.8.64.0/19;
195.20.224.0/19;
195.25.0.0/16;
195.26.224.0/19;
195.30.0.0/16;
195.38.192.0/18;
195.43.88.0/23;
195.46.192.0/19;
195.47.244.0/24;
195.49.152.0/22;
195.58.192.0/19;
195.60.0.0/19;
195.60.188.0/23;
195.62.160.0/19;
195.64.80.0/20;
195.64.164.0/23;
195.65.0.0/16;
195.66.90.0/24;
195.67.0.0/16;
195.70.0.0/19;
195.72.224.0/19;
195.74.56.0/22;
195.74.84.0/24;
195.74.96.0/19;
195.85.215.0/24;
195.85.253.0/24;
195.88.100.0/23;
195.88.156.0/23;
195.94.192.0/19;
195.96.192.0/19;
195.97.0.0/17;
195.98.160.0/19;
195.101.0.0/16;
195.102.0.0/16;
195.112.64.0/19;
195.112.192.0/19;
195.114.128.0/19;
195.128.172.0/23;
195.130.64.0/18;
195.136.71.0/24;
195.137.170.0/24;
195.137.194.0/23;
195.138.240.0/20;
195.140.148.0/22;
195.140.236.0/22;
195.141.0.0/16;
195.144.32.0/19;
195.145.0.0/16;
195.146.160.0/19;
195.149.216.0/21;
195.150.0.0/16;
195.156.0.0/15;
195.159.0.0/16;
195.165.0.0/16;
195.169.0.0/16;
195.176.128.0/19;
195.176.192.0/19;
195.184.192.0/18;
195.186.0.0/16;
195.189.0.0/22;
195.189.80.0/22;
195.190.142.0/24;
195.190.160.0/19;
195.191.102.0/23;
195.194.0.0/15;
195.198.0.0/16;
195.200.0.0/19;
195.216.0.0/19;
195.216.64.0/19;
195.216.214.0/23;
195.222.32.0/19;
195.243.0.0/16;
195.244.96.0/19;
195.244.192.0/19;
195.245.201.0/24;
195.246.98.0/23;
195.248.70.0/24;
195.251.0.0/16;
196.2.3.0/24;
196.4.160.0/23;
196.6.240.0/23;
196.14.0.0/16;
196.23.0.0/16;
196.26.0.0/16;
196.33.0.0/16;
196.34.0.0/15;
196.36.0.0/15;
196.38.0.0/16;
196.39.0.0/17;
196.46.29.0/24;
196.208.0.0/13;
196.216.2.0/23;
196.216.168.0/23;
197.96.0.0/13;
198.41.28.0/22;
198.108.0.0/14;
198.133.206.0/24;
198.180.150.0/24;
198.180.152.0/24;
199.6.1.0/24;
199.6.2.0/23;
199.6.4.0/22;
199.6.8.0/22;
199.6.13.0/24;
199.6.14.0/24;
199.43.0.0/24;
199.71.0.0/24;
199.116.64.0/23;
199.167.128.0/22;
199.180.180.0/23;
199.182.128.0/22;
199.212.0.0/24;
200.0.16.0/24;
200.2.32.0/19;
200.3.12.0/22;
200.3.48.0/24;
200.3.76.0/24;
200.3.78.0/24;
200.3.84.0/24;
200.3.90.0/23;
200.3.94.0/23;
200.4.192.0/18;
200.7.84.0/22;
200.7.184.0/21;
200.10.60.0/22;
200.10.64.0/19;
200.11.40.0/21;
200.26.128.0/19;
200.26.224.0/19;
200.37.0.0/16;
200.40.0.0/16;
200.43.0.0/16;
200.45.0.0/16;
200.48.0.0/16;
200.55.128.0/18;
200.60.0.0/17;
200.60.128.0/18;
200.60.192.0/19;
200.61.208.0/20;
200.69.96.0/19;
200.71.32.0/19;
200.71.224.0/20;
200.74.128.0/19;
200.75.32.0/19;
200.82.0.0/17;
200.85.64.0/20;
200.87.0.0/16;
200.89.232.0/21;
200.93.128.0/18;
200.106.64.0/18;
200.107.128.0/18;
200.108.192.0/20;
200.108.208.0/21;
200.108.216.0/22;
200.108.224.0/19;
200.117.0.0/18;
200.117.80.0/20;
200.117.96.0/20;
200.117.112.0/21;
200.117.120.0/22;
200.117.128.0/17;
200.118.0.0/16;
200.119.0.0/18;
200.119.64.0/19;
200.119.96.0/20;
200.121.0.0/16;
200.125.0.0/18;
201.216.0.0/17;
201.217.128.0/18;
201.221.0.0/18;
201.221.160.0/20;
201.230.0.0/19;
201.230.64.0/19;
201.230.128.0/17;
201.240.0.0/17;
201.244.0.0/15;
201.252.0.0/15;
202.3.78.0/24;
202.41.140.0/23;
202.41.143.0/24;
202.41.144.0/24;
202.41.146.0/24;
202.52.44.0/24;
202.70.64.0/19;
202.128.224.0/19;
202.129.196.0/22;
202.137.128.0/19;
203.14.126.0/24;
203.119.16.0/22;
203.119.20.0/24;
203.119.57.0/24;
203.189.5.0/24;
204.38.0.0/15;
204.152.184.0/21;
204.194.22.0/23;
207.72.0.0/14;
212.1.32.0/19;
212.4.128.0/19;
212.16.64.0/19;
212.17.64.0/18;
212.18.0.0/19;
212.20.224.0/19;
212.24.32.0/19;
212.24.160.0/19;
212.25.0.0/19;
212.25.128.0/19;
212.27.32.0/19;
212.28.224.0/19;
212.30.224.0/19;
212.32.0.0/17;
212.35.32.0/19;
212.37.32.0/19;
212.39.96.0/19;
212.41.192.0/19;
212.45.32.0/19;
212.47.64.0/19;
212.49.32.0/19;
212.49.192.0/18;
212.50.128.0/19;
212.50.224.0/19;
212.51.160.0/19;
212.56.32.0/19;
212.59.32.0/19;
212.60.96.0/19;
212.61.0.0/16;
212.63.192.0/19;
212.66.96.0/19;
212.67.64.0/19;
212.67.128.0/19;
212.71.64.0/19;
212.71.192.0/19;
212.72.64.0/19;
212.75.32.0/19;
212.75.128.0/19;
212.80.0.0/19;
212.82.64.0/19;
212.83.96.0/19;
212.84.128.0/19;
212.86.0.0/19;
212.90.64.0/19;
212.90.192.0/19;
212.94.32.0/19;
212.94.128.0/20;
212.95.64.0/19;
212.96.160.0/19;
212.98.32.0/19;
212.102.160.0/19;
212.103.64.0/19;
212.105.160.0/19;
212.110.32.0/19;
212.110.128.0/18;
212.111.224.0/19;
212.113.64.0/19;
212.114.96.0/19;
212.114.128.0/17;
212.117.96.0/19;
212.120.224.0/19;
212.124.192.0/19;
212.125.64.0/19;
212.126.128.0/19;
212.142.0.0/18;
212.146.0.0/18;
212.149.64.0/18;
212.149.128.0/17;
212.158.160.0/20;
212.161.128.0/17;
212.169.0.0/18;
212.182.192.0/18;
212.184.0.0/15;
212.187.0.0/17;
212.188.128.0/17;
212.204.64.0/18;
212.204.192.0/18;
212.211.128.0/17;
212.213.0.0/16;
212.219.0.0/16;
212.227.0.0/16;
212.234.0.0/16;
212.235.128.0/17;
212.238.0.0/16;
212.243.0.0/16;
213.2.0.0/15;
213.28.0.0/16;
213.56.0.0/16;
213.84.0.0/16;
213.87.0.0/19;
213.87.32.0/21;
213.87.42.0/23;
213.87.44.0/22;
213.87.48.0/20;
213.87.64.0/22;
213.87.70.0/23;
213.87.72.0/22;
213.87.76.0/23;
213.87.80.0/20;
213.87.96.0/21;
213.87.112.0/21;
213.87.120.0/22;
213.87.124.0/23;
213.87.128.0/20;
213.87.192.0/20;
213.87.208.0/23;
213.87.240.0/22;
213.87.244.0/23;
213.93.0.0/16;
213.128.128.0/19;
213.129.96.0/19;
213.131.192.0/19;
213.132.32.0/19;
213.134.224.0/19;
213.136.0.0/19;
213.138.96.0/19;
213.139.96.0/19;
213.139.160.0/19;
213.140.160.0/19;
213.141.96.0/19;
213.141.224.0/19;
213.145.64.0/19;
213.149.32.0/19;
213.152.96.0/19;
213.154.224.0/19;
213.159.96.0/19;
213.163.64.0/19;
213.165.64.0/19;
213.165.128.0/19;
213.167.96.0/19;
213.168.176.0/20;
213.171.128.0/20;
213.172.224.0/19;
213.173.128.0/19;
213.174.32.0/19;
213.174.224.0/19;
213.179.128.0/19;
213.180.160.0/19;
213.182.0.0/19;
213.185.224.0/19;
213.186.224.0/19;
213.199.32.0/19;
213.200.192.0/18;
213.202.192.0/18;
213.206.64.0/18;
213.211.32.0/19;
213.211.192.0/18;
213.212.64.0/18;
213.212.128.0/18;
213.216.192.0/18;
213.220.192.0/18;
213.222.0.0/19;
213.225.160.0/19;
213.228.0.0/18;
213.232.192.0/18;
213.233.192.0/18;
213.243.128.0/18;
213.244.192.0/18;
213.250.64.0/18;
213.253.0.0/18;
213.254.0.0/19;
213.254.160.0/19;
213.255.160.0/19;
216.21.0.0/24;
216.21.16.0/24;
217.0.0.0/13;
217.8.160.0/19;
217.8.224.0/20;
217.10.16.0/20;
217.11.16.0/20;
217.11.32.0/20;
217.11.208.0/20;
217.13.64.0/20;
217.15.160.0/20;
217.21.240.0/20;
217.23.128.0/19;
217.23.240.0/20;
217.26.64.0/20;
217.29.192.0/22;
217.30.112.0/20;
217.31.192.0/20;
217.64.240.0/20;
217.65.48.0/20;
217.65.160.0/20;
217.66.144.0/20;
217.67.224.0/19;
217.69.16.0/20;
217.71.96.0/20;
217.72.64.0/19;
217.72.192.0/20;
217.72.224.0/20;
217.73.48.0/21;
217.73.160.0/20;
217.73.192.0/20;
217.74.208.0/20;
217.75.208.0/20;
217.77.32.0/20;
217.77.128.0/19;
217.78.192.0/19;
217.80.0.0/12;
217.108.0.0/15;
217.113.32.0/20;
217.113.128.0/20;
217.113.240.0/20;
217.115.0.0/20;
217.116.224.0/19;
217.117.128.0/20;
217.119.0.0/19;
217.119.96.0/20;
217.140.128.0/17;
217.146.160.0/20;
217.147.208.0/20;
217.148.208.0/20;
217.149.128.0/20;
217.150.144.0/20;
217.150.224.0/20;
217.153.0.0/16;
217.154.0.0/16;
217.158.0.0/16;
217.160.0.0/16;
217.167.0.0/16;
217.168.80.0/20;
217.169.0.0/19;
217.169.224.0/20;
217.170.64.0/19;
217.170.160.0/20;
217.171.48.0/20;
217.172.128.0/20;
217.173.224.0/20;
217.192.0.0/15;
217.194.224.0/20;
217.197.64.0/20;
217.198.192.0/20;
217.199.0.0/19;
217.199.224.0/20;
217.224.0.0/11;
}
}
then {
count RPKI_Valid;
accept;
}
}
term Invalid {
from {
address {
2.2.2.0/24;
31.47.56.0/21;
31.223.176.0/20;
46.17.240.0/23;
46.17.242.0/24;
46.17.247.0/24;
46.18.88.0/21;
46.21.145.0/24;
46.21.150.0/23;
46.21.152.0/22;
46.21.208.0/20;
46.23.240.0/20;
46.28.240.0/23;
46.28.243.0/24;
46.28.244.0/22;
46.30.8.0/24;
46.143.208.0/24;
46.227.240.0/21;
46.235.96.0/22;
46.235.100.0/23;
62.116.128.0/18;
62.154.232.0/24;
62.156.209.0/24;
62.159.74.0/24;
62.160.27.0/24;
62.160.54.0/24;
62.160.110.0/24;
62.160.183.0/24;
62.160.190.0/24;
62.160.234.0/23;
62.160.251.0/24;
62.160.252.0/24;
62.161.94.0/24;
62.201.163.0/24;
72.52.0.0/24;
72.52.2.0/23;
72.52.4.0/22;
72.52.8.0/21;
72.52.16.0/20;
72.52.32.0/21;
77.233.224.0/22;
77.233.249.0/24;
77.245.96.0/20;
78.24.72.0/21;
78.133.196.0/24;
78.133.220.0/22;
79.175.136.0/21;
80.86.181.0/24;
80.86.182.0/23;
80.86.186.0/24;
80.146.174.0/24;
80.154.128.0/21;
80.156.224.0/20;
80.249.152.0/21;
80.251.10.0/24;
80.253.157.0/24;
81.17.76.0/24;
81.80.77.0/24;
81.80.118.0/24;
81.80.237.0/24;
81.92.240.0/20;
81.94.211.0/24;
81.94.215.0/24;
81.94.216.0/24;
81.94.219.0/24;
81.94.220.0/22;
81.187.42.0/24;
81.187.96.0/20;
81.187.128.0/24;
81.209.144.0/22;
81.209.179.0/24;
81.209.180.0/22;
81.209.185.0/24;
81.209.196.0/22;
81.209.200.0/23;
81.248.192.0/18;
81.252.56.0/24;
81.252.173.0/24;
81.252.189.0/24;
81.252.224.0/24;
81.255.154.0/23;
81.255.156.0/24;
81.255.178.0/24;
81.255.212.0/23;
81.255.237.0/24;
82.197.132.0/23;
82.197.138.0/24;
82.197.152.0/21;
83.68.0.0/19;
83.125.8.0/21;
83.133.69.0/24;
83.133.184.0/21;
83.138.6.0/24;
83.151.144.0/23;
83.206.9.0/24;
83.206.66.0/24;
83.206.141.0/24;
83.206.188.0/24;
83.206.240.0/24;
85.118.156.0/22;
85.119.200.0/21;
87.250.32.0/19;
89.107.248.0/22;
89.107.253.0/24;
89.107.254.0/23;
89.113.248.0/24;
89.174.31.0/24;
89.174.84.0/24;
89.174.224.0/22;
89.184.107.0/24;
89.187.192.0/22;
89.187.196.0/23;
90.80.109.0/24;
90.83.124.0/24;
90.85.2.0/24;
90.155.71.0/24;
91.109.174.0/23;
91.190.169.0/24;
91.190.171.0/24;
91.190.172.0/24;
93.184.0.0/20;
93.185.64.0/20;
94.42.96.0/22;
94.100.23.0/24;
94.100.26.0/23;
94.100.31.0/24;
94.103.17.0/24;
94.201.251.0/24;
94.228.64.0/20;
95.64.0.0/21;
95.87.96.0/21;
95.128.88.0/21;
95.130.110.0/24;
95.141.128.0/20;
98.128.1.0/24;
98.128.2.0/23;
98.128.4.0/22;
98.128.8.0/21;
98.128.16.0/20;
103.5.92.0/22;
103.10.232.0/24;
103.23.16.0/24;
103.23.18.0/23;
103.28.252.0/22;
109.72.48.0/20;
109.105.96.0/19;
110.74.192.0/22;
110.74.196.0/23;
110.74.198.0/24;
110.74.202.0/23;
110.74.204.0/23;
110.74.207.0/24;
110.74.208.0/23;
110.74.211.0/24;
110.74.214.0/24;
110.74.219.0/24;
110.74.220.0/23;
110.74.222.0/24;
115.84.64.0/20;
115.84.80.0/21;
115.84.96.0/20;
115.84.120.0/21;
119.82.248.0/23;
119.82.250.0/24;
119.82.252.0/22;
176.62.53.0/24;
178.16.136.0/24;
178.20.248.0/21;
178.124.196.0/24;
178.175.252.0/23;
178.175.254.0/24;
178.208.210.0/24;
178.236.32.0/20;
178.238.108.0/22;
178.250.136.0/23;
178.250.138.0/24;
178.250.140.0/22;
178.250.144.0/21;
181.50.0.0/16;
181.51.0.0/18;
181.51.67.0/24;
181.51.68.0/22;
181.51.72.0/21;
181.51.80.0/20;
181.51.96.0/20;
181.51.113.0/24;
181.51.114.0/23;
181.51.116.0/22;
181.51.120.0/21;
181.51.128.0/20;
181.51.144.0/21;
181.51.152.0/22;
181.51.190.0/23;
181.51.192.0/21;
181.51.200.0/23;
181.51.204.0/22;
181.51.208.0/20;
181.51.224.0/22;
181.51.251.0/24;
181.51.252.0/22;
181.52.0.0/18;
181.52.64.0/22;
181.52.119.0/24;
181.52.120.0/21;
181.52.128.0/18;
181.52.192.0/19;
181.52.224.0/21;
181.52.232.0/22;
181.52.237.0/24;
181.52.238.0/23;
181.52.240.0/20;
181.53.0.0/20;
181.53.16.0/21;
181.53.63.0/24;
181.53.64.0/19;
181.53.96.0/22;
181.53.128.0/19;
181.53.160.0/20;
181.53.176.0/21;
181.54.0.0/17;
181.54.128.0/20;
181.54.144.0/21;
181.54.164.0/22;
181.54.168.0/21;
181.54.252.0/23;
181.54.254.0/24;
181.64.64.0/20;
181.64.96.0/20;
181.82.15.0/24;
181.82.16.0/23;
181.82.18.0/24;
186.125.51.0/24;
186.125.58.0/24;
186.125.153.0/24;
186.125.154.0/23;
186.125.173.0/24;
186.125.174.0/24;
186.125.178.0/24;
186.125.204.0/22;
186.153.128.0/22;
186.154.238.0/24;
186.154.245.0/24;
186.154.246.0/24;
188.65.88.0/21;
188.124.214.0/24;
190.25.183.0/24;
190.26.213.0/24;
190.30.242.0/24;
190.30.248.0/23;
190.40.0.0/20;
190.40.125.0/24;
190.40.126.0/23;
190.40.160.0/21;
190.40.181.0/24;
190.40.182.0/24;
190.40.216.0/24;
190.40.219.0/24;
190.40.220.0/22;
190.40.232.0/21;
190.42.0.0/19;
190.42.32.0/20;
190.42.64.0/20;
190.42.96.0/22;
190.42.100.0/23;
190.42.102.0/24;
190.85.177.0/24;
190.105.192.0/23;
190.136.0.0/23;
190.136.2.0/24;
190.136.15.0/24;
190.136.16.0/24;
190.137.142.0/24;
190.138.248.0/22;
190.138.252.0/24;
190.143.127.0/24;
190.182.128.0/24;
190.224.44.0/24;
190.224.47.0/24;
190.224.115.0/24;
190.225.163.0/24;
190.225.183.0/24;
190.226.35.0/24;
190.226.206.0/24;
190.227.12.0/24;
190.227.180.0/24;
190.227.182.0/23;
190.228.19.0/24;
190.228.40.0/24;
190.228.168.0/24;
190.232.0.0/19;
190.234.224.0/21;
190.235.188.0/22;
190.235.208.0/21;
190.235.224.0/19;
190.236.53.0/24;
190.236.54.0/23;
190.236.71.0/24;
190.236.72.0/24;
190.236.128.0/20;
190.236.180.0/23;
190.236.224.0/19;
190.237.32.0/19;
190.237.96.0/19;
190.237.245.0/24;
190.237.246.0/23;
190.237.248.0/23;
192.122.186.0/24;
192.158.249.0/24;
193.11.3.0/24;
193.27.200.0/23;
193.192.229.0/24;
193.192.232.0/23;
193.192.246.0/24;
193.192.251.0/24;
193.192.252.0/24;
193.209.25.0/24;
193.209.189.0/24;
193.209.190.0/24;
193.211.44.0/24;
194.2.74.0/24;
194.2.155.0/24;
194.3.18.0/24;
194.3.118.0/23;
194.3.124.0/23;
194.3.136.0/24;
194.3.190.0/24;
194.3.205.0/24;
194.3.206.0/23;
194.51.85.0/24;
194.51.187.0/24;
194.117.24.0/21;
194.117.32.0/21;
194.137.237.0/24;
194.154.32.0/23;
194.206.14.0/24;
194.206.79.0/24;
194.206.120.0/24;
194.206.126.0/24;
194.206.254.0/24;
194.225.240.0/20;
194.230.32.0/24;
194.230.57.0/24;
194.230.110.0/24;
194.250.50.0/24;
194.250.98.0/24;
194.250.101.0/24;
194.250.118.0/24;
194.250.131.0/24;
194.250.211.0/24;
194.250.236.0/23;
194.252.225.0/24;
195.6.3.0/24;
195.6.59.0/24;
195.6.131.0/24;
195.6.203.0/24;
195.6.244.0/22;
195.6.249.0/24;
195.25.79.0/24;
195.25.80.0/24;
195.25.99.0/24;
195.25.100.0/24;
195.25.133.0/24;
195.70.29.0/24;
195.70.31.0/24;
195.94.202.0/24;
195.101.10.0/24;
195.101.23.0/24;
195.101.64.0/24;
195.101.151.0/24;
195.101.157.0/24;
195.101.158.0/24;
195.101.164.0/22;
195.101.188.0/23;
195.101.196.0/23;
195.101.216.0/22;
195.101.220.0/23;
195.101.240.0/22;
195.137.242.0/24;
195.141.9.0/24;
195.141.39.0/24;
195.141.175.0/24;
195.141.193.0/24;
195.141.221.0/24;
195.141.249.0/24;
195.165.77.0/24;
195.198.52.0/24;
196.1.0.0/24;
196.6.0.0/24;
196.35.242.0/24;
198.48.0.0/22;
198.108.140.0/23;
198.111.209.0/24;
199.6.0.0/24;
199.6.12.0/24;
200.4.223.0/24;
200.4.234.0/24;
200.4.246.0/23;
200.6.80.0/23;
200.6.82.0/24;
200.6.84.0/24;
200.6.86.0/23;
200.10.72.0/24;
200.10.75.0/24;
200.37.0.0/24;
200.37.10.0/24;
200.37.74.0/24;
200.37.87.0/24;
200.37.101.0/24;
200.37.110.0/24;
200.37.138.0/24;
200.37.188.0/23;
200.37.195.0/24;
200.37.196.0/23;
200.37.224.0/24;
200.43.3.0/24;
200.43.47.0/24;
200.43.48.0/24;
200.43.54.0/24;
200.43.69.0/24;
200.43.81.0/24;
200.43.104.0/22;
200.43.111.0/24;
200.43.112.0/23;
200.43.137.0/24;
200.43.153.0/24;
200.43.180.0/24;
200.43.226.0/24;
200.43.255.0/24;
200.45.2.0/24;
200.45.5.0/24;
200.45.48.0/24;
200.45.120.0/23;
200.48.29.0/24;
200.48.30.0/24;
200.48.78.0/23;
200.48.93.0/24;
200.48.134.0/23;
200.48.140.0/24;
200.48.174.0/24;
200.48.224.0/21;
200.48.250.0/23;
200.48.253.0/24;
200.60.76.0/24;
200.60.136.0/23;
200.60.152.0/23;
200.60.175.0/24;
200.60.189.0/24;
200.60.190.0/24;
200.60.224.0/19;
200.61.192.0/20;
200.69.124.0/24;
200.69.127.0/24;
200.85.65.0/24;
200.93.150.0/23;
200.106.0.0/18;
200.106.88.0/24;
200.106.123.0/24;
200.107.82.0/23;
200.107.128.0/24;
200.117.177.0/24;
200.117.233.0/24;
200.117.236.0/24;
200.119.0.0/23;
200.119.3.0/24;
200.121.16.0/24;
200.121.23.0/24;
200.121.24.0/22;
200.121.28.0/24;
200.121.30.0/23;
200.121.35.0/24;
200.121.37.0/24;
200.121.40.0/24;
200.121.43.0/24;
200.121.48.0/20;
200.121.70.0/23;
200.121.72.0/21;
200.121.80.0/23;
200.121.87.0/24;
200.121.129.0/24;
200.121.152.0/24;
200.121.169.0/24;
200.121.170.0/23;
200.121.176.0/24;
200.121.179.0/24;
200.121.188.0/24;
201.230.18.0/23;
201.230.29.0/24;
201.230.32.0/19;
201.230.64.0/22;
201.230.96.0/22;
201.230.104.0/21;
201.230.128.0/22;
201.230.132.0/24;
201.230.165.0/24;
201.230.177.0/24;
201.230.192.0/22;
201.230.203.0/24;
201.230.204.0/24;
201.230.224.0/22;
201.230.234.0/24;
201.230.253.0/24;
201.230.254.0/23;
201.240.0.0/24;
201.240.5.0/24;
201.240.17.0/24;
201.240.29.0/24;
201.240.91.0/24;
201.240.92.0/23;
201.240.95.0/24;
201.240.97.0/24;
201.240.101.0/24;
201.240.110.0/24;
201.240.119.0/24;
201.240.138.0/23;
201.240.186.0/24;
201.240.188.0/24;
201.240.209.0/24;
201.240.243.0/24;
201.240.249.0/24;
201.240.252.0/24;
201.240.254.0/23;
201.245.178.0/24;
201.245.186.0/24;
201.252.227.0/24;
201.252.255.0/24;
201.253.107.0/24;
201.253.233.0/24;
202.7.4.0/22;
202.70.91.0/24;
202.137.128.0/22;
202.137.133.0/24;
202.137.134.0/23;
202.137.136.0/21;
202.137.144.0/22;
202.137.149.0/24;
202.137.150.0/23;
202.137.152.0/23;
202.137.154.0/24;
202.137.156.0/23;
203.133.248.0/24;
207.72.45.0/24;
207.74.92.0/24;
209.200.128.0/23;
209.200.131.0/24;
209.200.132.0/23;
209.200.136.0/21;
209.200.144.0/20;
209.200.160.0/19;
212.84.56.0/23;
212.103.93.0/24;
212.120.237.0/24;
212.120.242.0/23;
212.234.160.0/23;
212.234.169.0/24;
212.234.178.0/24;
212.234.180.0/24;
212.234.194.0/24;
212.234.201.0/24;
212.234.206.0/24;
213.56.143.0/24;
213.232.252.0/22;
216.151.41.0/24;
217.89.107.0/24;
217.108.10.0/23;
217.108.70.0/24;
217.108.150.0/24;
217.108.170.0/24;
217.108.224.0/24;
217.109.67.0/24;
217.109.108.0/24;
217.109.116.0/24;
217.109.127.0/24;
217.113.248.0/24;
217.113.254.0/24;
217.153.122.0/24;
217.167.24.0/24;
217.167.116.0/23;
217.167.147.0/24;
217.167.154.0/24;
217.196.16.0/20;
217.196.64.0/19;
}
}
then {
count RPKI_Invalid;
log;
accept;
}
}
term Default {
then {
count RPKI_Default;
accept;
}
}
}
}
family inet6 {
filter count-v6 {
interface-specific;
term count-v6 {
then {
count ipv6_traffic;
accept;
}
}
}
filter RPKI_Classify_v6 {
term RPKI_Invalid {
from {
source-address {
2001:500:61::/48;
2001:500:6b::/48;
2001:500:71::/48;
2001:630:11::/48;
2001:7f0:101::/48;
2001:948:30::/48;
2001:948:40::/42;
2001:13a0::/32;
2001:1a08:666::/48;
2001:43f8:d0::/48;
2001:4410:2005::/48;
2401:2000::/32;
2401:2000:6000::/35;
2401:2001::/32;
2606:6c00:103::/48;
2800:68:3::/48;
2800:68:7::/48;
2800:68:a::/48;
2800:68:b::/48;
2800:68:c::/48;
2800:68:d::/48;
2800:68:11::/48;
2800:68:12::/48;
2800:68:14::/48;
2800:68:15::/48;
2800:68:16::/48;
2800:68:18::/48;
2800:68:19::/48;
2800:68:20::/48;
2800:260::/32;
2800:370::/32;
2800:370:36::/48;
2800:370:3e::/48;
2a00:1068::/32;
2a00:9700:1::/48;
2a00:9700:2::/48;
2a00:a200::/32;
2a00:ab00::/36;
2a00:ab00:4000::/36;
2a01:430:201::/48;
2a01:628:2::/48;
2a01:4800::/32;
2a02:4b0:216::/48;
2a02:4b0:217::/48;
2a02:4b0:222::/48;
2a02:4b0:223::/48;
2a02:928::/32;
2a02:26d0::/48;
2a02:26d0:1::/48;
2a02:26d0:2::/48;
2a02:26d0:4::/48;
2a02:26d0:9::/48;
2a02:26d0:a::/48;
2a02:26d0:10::/48;
2a02:a800::/40;
2a02:a800::/48;
2a03:1180::/33;
2a03:1180:8000::/33;
}
}
then {
count RPKI_Invalid_v6;
accept;
}
}
term Default {
then {
count RPKI_Default_v6;
accept;
}
}
}
}
}
Wrote 3904 lines of configuration to 'terminal'
[edit]
admin at RtrB#