Subject: RARE user and assistance email list
List archive
- From: mc36 <>
- To: ,
- Subject: Re: [gn4-3-wp6-t1-wb-RARE] prometheus exports
- Date: Wed, 7 Oct 2020 17:03:10 +0200
and back to that sus and gc things, freertr is a huge jvm. you see nothing
about it from outside
with the standard tools... you'll see a memory-and-cpu-hungry beast... but
from internally, or with
specific jvm tools )jstat, visualvm and friends) you'll understand much more
deeply the internals
than a regular process.
for example this guy have 4 bgp processes, 2 ipv4 2 ipv6... 2 have full feed
2 have just my homenet prefixes.
this setup spawned 3 hours ago... from the outside world you see (3) but from
interally, just about the bgp,
i have all the info with millisec precision that which kind of thing eaten
how many time... and for sure if
you want to know the info, we have this per (2) peer, per process and so on
(3)..
externally, you only see this:
1:
mc36@safe:~$ ps aux | grep 250911
mc36 250911 43.8 7.2 162223196 14387516 pts/1 Sl+ 14:02 79:00 java
-Xmx128g -jar rtr.jar routerc ../rtr-
2:
sid#show ipv4 bgp 1955 bestpath | include full|incr
2020-10-07 17:01:06
full run 3 times
full last 00:00:09 2020-10-07 17:00:56
full time 1932 ms
incr run 13392 times
incr last 00:00:00 2020-10-07 17:01:05
incr time 0 ms
sid#
3:
sid#show ipv4 bgp 1955 summary
2020-10-07 17:01:20
as learn done ready neighbor uptime
1955 849365 0 true 10.10.10.25 02:58:20
1955 849365 0 true 10.10.10.250 02:58:20
sid#show ipv4 bgp 1955 neighbor 10.10.10.25 status
2020-10-07 17:01:36
peer = 10.10.10.25
reachable state = true
reachable changed = 02:58:36 ago, at 2020-10-07 14:03:00
reachable changes = 1
fallover = null
update group = 0
type = internal
safi = unicast multicast flowspec vpnuni vpnflw ovpnuni ovpnflw vpls evpn
srte mvpn omvpn
local = 10.10.10.227
router id = 195.111.100.70
uptime = 02:58:36 ago, at 2020-10-07 14:02:59
hold time = 00:03:00
keepalive time = 00:01:00
32bit as = true
refresh = true, rx=0, tx=0
description = null
hostname = null
compression = rx=true, tx=true
graceful =
addpath rx =
addpath tx =
unicast advertised = 0 of 0, list = 0, accepted = 816811 of 816811
multicast advertised = 0 of 0, list = 0, accepted = 2264 of 2264
other advertised = 0 of 0, list = 0, accepted = 0 of 0
flowspec advertised = 0 of 0, list = 0, accepted = 9 of 9
vpnuni advertised = 0 of 0, list = 0, accepted = 23251 of 23251
vpnmlt advertised = 0 of 0, list = 0, accepted = 0 of 0
vpnflw advertised = 0 of 0, list = 0, accepted = 0 of 0
ovpnuni advertised = 0 of 0, list = 0, accepted = 6950 of 6950
ovpnmlt advertised = 0 of 0, list = 0, accepted = 0 of 0
ovpnflw advertised = 0 of 0, list = 0, accepted = 0 of 0
vpls advertised = 0 of 0, list = 0, accepted = 68 of 68
mspw advertised = 0 of 0, list = 0, accepted = 0 of 0
evpn advertised = 0 of 0, list = 0, accepted = 12 of 12
mdt advertised = 0 of 0, list = 0, accepted = 0 of 0
srte advertised = 0 of 0, list = 0, accepted = 0 of 0
mvpn advertised = 0 of 0, list = 0, accepted = 0 of 0
omvpn advertised = 0 of 0, list = 0, accepted = 0 of 0
version = 13435 of 13435, needfull=0, buffull=0
full = 3, 2020-10-07 17:00:56, 00:00:40 ago, 0 ms
incr = 13431, 2020-10-07 17:01:36, 00:00:00 ago, 0 ms
connection = tx=124(180) rx=15122523(969179) drp=0(0)
uncompressed = tx=0(0) rx=86514396(968999) drp=0(0)
buffer = max=10240000 rx=0 tx=10240000
sid#
4:
sid#show process cpu | include time|Bgp
2020-10-07 16:53:56
grp name time state stack
main Thread-177 23270 WAITING java.lang.Object.wait:Object.java:-2/java.lang.Object.wait:Object.java:321/util.notifier.misleep:notifier.java:73/rtr.rtrBgp.run:rtrBgp.java:1155/java.lang.Thread.run:Thread.java:832/
main Thread-178 160 TIMED_WAITING java.lang.Object.wait:Object.java:-2/util.notifier.sleep:notifier.java:48/util.bits.sleep:bits.java:851/rtr.rtrBgpMon.doWork:rtrBgpMon.java:156/rtr.rtrBgpMon.run:rtrBgpMon.java:120/java.lang.Thread.run:Thread.java:832/
main Thread-179 790 TIMED_WAITING java.lang.Object.wait:Object.java:-2/util.notifier.misleep:notifier.java:75/rtr.rtrBgpNeigh.doWork:rtrBgpNeigh.java:512/rtr.rtrBgpNeigh.run:rtrBgpNeigh.java:501/java.lang.Thread.run:Thread.java:832/
main Thread-180 790 TIMED_WAITING java.lang.Object.wait:Object.java:-2/util.notifier.misleep:notifier.java:75/rtr.rtrBgpNeigh.doWork:rtrBgpNeigh.java:512/rtr.rtrBgpNeigh.run:rtrBgpNeigh.java:501/java.lang.Thread.run:Thread.java:832/
main Thread-183 15690 TIMED_WAITING java.lang.Object.wait:Object.java:-2/util.notifier.sleep:notifier.java:48/util.bits.sleep:bits.java:851/rtr.rtrBgp.run:rtrBgp.java:1156/java.lang.Thread.run:Thread.java:832/
main Thread-184 130 TIMED_WAITING java.lang.Object.wait:Object.java:-2/util.notifier.sleep:notifier.java:48/util.bits.sleep:bits.java:851/rtr.rtrBgpMon.doWork:rtrBgpMon.java:156/rtr.rtrBgpMon.run:rtrBgpMon.java:120/java.lang.Thread.run:Thread.java:832/
main Thread-185 680 TIMED_WAITING java.lang.Object.wait:Object.java:-2/util.notifier.misleep:notifier.java:75/rtr.rtrBgpNeigh.doWork:rtrBgpNeigh.java:512/rtr.rtrBgpNeigh.run:rtrBgpNeigh.java:501/java.lang.Thread.run:Thread.java:832/
main Thread-186 680 TIMED_WAITING java.lang.Object.wait:Object.java:-2/util.notifier.misleep:notifier.java:75/rtr.rtrBgpNeigh.doWork:rtrBgpNeigh.java:512/rtr.rtrBgpNeigh.run:rtrBgpNeigh.java:501/java.lang.Thread.run:Thread.java:832/
main Thread-243 2860 TIMED_WAITING java.lang.Object.wait:Object.java:-2/util.notifier.misleep:notifier.java:75/pipe.pipeSide.blockingGet:pipeSide.java:580/pipe.pipeSide.moreGet:pipeSide.java:646/pack.packHolder.pipeRecv:packHolder.java:1213/rtr.rtrBgpSpeak.packRecv:rtrBgpSpeak.java:1110/rtr.rtrBgpSpeak.doWork:rtrBgpSpeak.java:919/rtr.rtrBgpSpeak.run:rtrBgpSpeak.java:819/java.lang.Thread.run:Thread.java:832/
main Thread-337 2500 TIMED_WAITING java.lang.Object.wait:Object.java:-2/util.notifier.misleep:notifier.java:75/pipe.pipeSide.blockingGet:pipeSide.java:580/pipe.pipeSide.moreGet:pipeSide.java:646/pack.packHolder.pipeRecv:packHolder.java:1213/rtr.rtrBgpSpeak.packRecv:rtrBgpSpeak.java:1110/rtr.rtrBgpSpeak.doWork:rtrBgpSpeak.java:919/rtr.rtrBgpSpeak.run:rtrBgpSpeak.java:819/java.lang.Thread.run:Thread.java:832/
main Thread-509 9860 WAITING java.lang.Object.wait:Object.java:-2/java.lang.Object.wait:Object.java:321/util.notifier.misleep:notifier.java:73/rtr.rtrBgp.run:rtrBgp.java:1155/java.lang.Thread.run:Thread.java:832/
main Thread-512 1110 TIMED_WAITING java.lang.Object.wait:Object.java:-2/util.notifier.misleep:notifier.java:75/rtr.rtrBgpNeigh.doWork:rtrBgpNeigh.java:512/rtr.rtrBgpNeigh.run:rtrBgpNeigh.java:501/java.lang.Thread.run:Thread.java:832/
main Thread-513 1030 TIMED_WAITING java.lang.Object.wait:Object.java:-2/util.notifier.misleep:notifier.java:75/rtr.rtrBgpNeigh.doWork:rtrBgpNeigh.java:512/rtr.rtrBgpNeigh.run:rtrBgpNeigh.java:501/java.lang.Thread.run:Thread.java:832/
main Thread-514 2640 TIMED_WAITING java.lang.Object.wait:Object.java:-2/util.notifier.sleep:notifier.java:48/util.bits.sleep:bits.java:851/rtr.rtrBgp.run:rtrBgp.java:1156/java.lang.Thread.run:Thread.java:832/
main Thread-516 670 TIMED_WAITING java.lang.Object.wait:Object.java:-2/util.notifier.misleep:notifier.java:75/rtr.rtrBgpNeigh.doWork:rtrBgpNeigh.java:512/rtr.rtrBgpNeigh.run:rtrBgpNeigh.java:501/java.lang.Thread.run:Thread.java:832/
main Thread-518 610 TIMED_WAITING java.lang.Object.wait:Object.java:-2/util.notifier.misleep:notifier.java:75/rtr.rtrBgpNeigh.doWork:rtrBgpNeigh.java:512/rtr.rtrBgpNeigh.run:rtrBgpNeigh.java:501/java.lang.Thread.run:Thread.java:832/
main Thread-529 13690 TIMED_WAITING java.lang.Object.wait:Object.java:-2/util.notifier.misleep:notifier.java:75/pipe.pipeSide.blockingGet:pipeSide.java:580/pipe.pipeSide.moreGet:pipeSide.java:646/pack.packHolder.pipeRecv:packHolder.java:1213/rtr.rtrBgpSpeak.packRecv:rtrBgpSpeak.java:1110/rtr.rtrBgpSpeak.doWork:rtrBgpSpeak.java:919/rtr.rtrBgpSpeak.run:rtrBgpSpeak.java:819/java.lang.Thread.run:Thread.java:832/
main Thread-530 14490 TIMED_WAITING java.lang.Object.wait:Object.java:-2/util.notifier.misleep:notifier.java:75/pipe.pipeSide.blockingGet:pipeSide.java:580/pipe.pipeSide.moreGet:pipeSide.java:646/pack.packHolder.pipeRecv:packHolder.java:1213/rtr.rtrBgpSpeak.packRecv:rtrBgpSpeak.java:1110/rtr.rtrBgpSpeak.doWork:rtrBgpSpeak.java:919/rtr.rtrBgpSpeak.run:rtrBgpSpeak.java:819/java.lang.Thread.run:Thread.java:832/
main Thread-533 2740 TIMED_WAITING java.lang.Object.wait:Object.java:-2/util.notifier.misleep:notifier.java:75/pipe.pipeSide.blockingGet:pipeSide.java:580/pipe.pipeSide.moreGet:pipeSide.java:646/pack.packHolder.pipeRecv:packHolder.java:1213/rtr.rtrBgpSpeak.packRecv:rtrBgpSpeak.java:1110/rtr.rtrBgpSpeak.doWork:rtrBgpSpeak.java:919/rtr.rtrBgpSpeak.run:rtrBgpSpeak.java:819/java.lang.Thread.run:Thread.java:832/
main Thread-534 2960 TIMED_WAITING java.lang.Object.wait:Object.java:-2/util.notifier.misleep:notifier.java:75/pipe.pipeSide.blockingGet:pipeSide.java:580/pipe.pipeSide.moreGet:pipeSide.java:646/pack.packHolder.pipeRecv:packHolder.java:1213/rtr.rtrBgpSpeak.packRecv:rtrBgpSpeak.java:1110/rtr.rtrBgpSpeak.doWork:rtrBgpSpeak.java:919/rtr.rtrBgpSpeak.run:rtrBgpSpeak.java:819/java.lang.Thread.run:Thread.java:832/
main Thread-6730 1950 TIMED_WAITING java.lang.Object.wait:Object.java:-2/util.notifier.misleep:notifier.java:75/pipe.pipeSide.blockingGet:pipeSide.java:580/pipe.pipeSide.moreGet:pipeSide.java:646/pack.packHolder.pipeRecv:packHolder.java:1213/rtr.rtrBgpSpeak.packRecv:rtrBgpSpeak.java:1110/rtr.rtrBgpSpeak.doWork:rtrBgpSpeak.java:919/rtr.rtrBgpSpeak.run:rtrBgpSpeak.java:819/java.lang.Thread.run:Thread.java:832/
main Thread-6794 1600 TIMED_WAITING java.lang.Object.wait:Object.java:-2/util.notifier.misleep:notifier.java:75/pipe.pipeSide.blockingGet:pipeSide.java:580/pipe.pipeSide.moreGet:pipeSide.java:646/pack.packHolder.pipeRecv:packHolder.java:1213/rtr.rtrBgpSpeak.packRecv:rtrBgpSpeak.java:1110/rtr.rtrBgpSpeak.doWork:rtrBgpSpeak.java:919/rtr.rtrBgpSpeak.run:rtrBgpSpeak.java:819/java.lang.Thread.run:Thread.java:832/
sid#
On 10/7/20 4:43 PM, mc36 wrote:
hi,
so as discussed during the vc, we can queried by prometheus now.
as mentioned, it's for graphing, and our idea is to still use icinga
for alerting. that later uses nrpe we already have for 3 years, and
as soon as nmaas will have it, you'll see the power of that now.
but back to prometheus, we can export all the tables in freertr,
that is a huge amount of information to have.
http://sources.nop.hu/misc/prometheus/ here you can find a list
of the things i curently export to my raspi in every 30s.
it places nearly unmeasureable (1) impact on that small guy...
back to that url, the txt files are the freertr side configs
to do a thing, te json files are the grafana dashboards for
the metrics generated by the txt files. as you can see the
freertr side config is quite easy, but floui have a lot of
work with the dashboards to they look fine...
the files are the following at the moment:
bgp - it exports you a freertr bgp process... if you populate
your ibgp into this then you'll have a full visibility visualized
of your ibgp metrics.... int (2) you can find the outputs what will
be colected and displayed to you in every 15 seconds. (to reduce this
mail, i only issue the ipv4 commands)
bmp - you can point any of your pe routers to a freertr bmp
collector and export it any number of i/e bgp connections of
that remote pe... you can monitor you rrs or your external
connections this way. in the basic setup you'll have (3) a
simple output from this, ere some of my homenet nodes exporting
their rr connections... but you can configure the bmp server
to replay a given received connection to a local freertr
bgp process in order to have current rib-in on that peering.
in tha receiving bgp process you can then filter by prefixlist,
routemap, routepolicy and so on to have the prefix you want,
and then report that's availablity. in kifu we use it for
hijack detection (4), to see if our own prefix is accepted (5)
(it depends on that both junos and cisco defaults to allow-as-out)
and to have a detailed list of prefix on some interesting peerings.
(it's a secret agency peering here so i censored it obviously:)
for example we fire an alarm in our icinga if a new nren pop (6)
appears or disappears or if someone joins an mdvpn (7).
and for sure there could be more usecases and now we expose
all this info in nearly realime and sooner or later all
will have a dashboard...
gc, sys - the current node's interesting info (8)
iface - you saw the demo...:)
igp-isis, igp-ospf, igp-lsrp - these are the link state
routing protocols that can export all the topology info from
a single point in your network. (9) you can immediately alarm
if a neighborship goes down!
nrpe - we can export locally the configured nrpe server results via
prometheus (10)
here you can see in column reply that answering these costs <10ms in a 100+
node network!
prom - the prometheus exporter metrics (11) are also cheap to answer...
rout - if you import some vrfs then it can report the routes from those
(12)...
tracker - a very configurable tracker (13)...
vrf - a quick overview of the routes you have in the vrfs...
and these are just some initial ideas we did, there are a lot more to
expose...
sorry for the long mail....
regards,
cs
1:
mc36@temper:~$ uptime
 16:11:49 up 15 days, 17:58, 1 user, load average: 0.03, 0.12, 0.16
mc36@temper:~$ ps aux | grep prom
prometh+ 1132240 1.4 18.7 1996984 173032 ?     Ssl Oct01 130:36
/usr/bin/prometheus
mc36Â Â Â Â 1914898Â 0.0Â 0.1Â Â 9428Â 1712 pts/0Â Â Â S+Â Â 16:11Â Â
0:00 grep prom
mc36@temper:~$
2:
sid#sho ipv4 bgp 1955 summ
2020-10-07 16:17:07
as   learn  done ready neighbor     uptime
1955 849421 0    true  10.10.10.25  02:14:07
1955 849421 0    true  10.10.10.250 02:14:07
sid#
sid#sho ipv4 bgp 1955 best | exc last
2020-10-07 16:17:37
category        value    addition
version         10097
full run        2        times
full time       1        ms
incr run        10094    times
incr time       0        ms
changes all     1765946
changes now     0
static peers    2
dynamic peers   0
groups          1        10096..10096
rpki table      0
unicast table   816844   0
multicast table 2263     0
other table     0        0
flowspec table  9        0
vpnuni table    23260    0
vpnmlt table    0        0
vpnflw table    0        0
ovpnuni table   6953     0
ovpnmlt table   0        0
ovpnflw table   0        0
vpls table      68       0
mspw table      0        0
evpn table      12       0
mdt table       0        0
srte table      0        0
mvpn table      0        0
omvpn table     0        0
sid#
3:
services>show bmp bmp
from         peer                  as   Â
state change last
10.10.10.1   10.5.1.10             65535 true  4  Â
   01:49:10
10.10.10.1   10.26.26.2            65535 true  6   Â
  01:49:10
10.10.10.1   2001:db8:36::2        65535 true  0     Â
never
10.10.10.1   2001:db8:1026:1001::2 65535 true  2     Â
02:06:22
10.10.10.2   10.5.1.10             65535 true  0  Â
   never
10.10.10.2   10.26.26.2            65535 true  2   Â
  02:06:00
10.10.10.2   2001:db8:36::2        65535 true  0     Â
never
10.10.10.2   2001:db8:1026:1001::2 65535 true  2     Â
02:06:02
10.10.10.5   10.5.1.10             65535 true  0  Â
   never
10.10.10.5   10.26.26.2            65535 true  2   Â
  02:06:23
10.10.10.5   2001:db8:36::2        65535 true  0     Â
never
10.10.10.5   2001:db8:1026:1001::2 65535 true  2     Â
02:06:22
10.10.10.8   10.5.1.10             65535 true  0  Â
   never
10.10.10.8   10.26.26.2            65535 true  2   Â
  02:06:06
10.10.10.8   2001:db8:36::2        65535 true  0     Â
never
10.10.10.8   2001:db8:1026:1001::2 65535 true  2     Â
02:06:06
10.10.10.10  10.5.1.10             65535 true  0   Â
  never
10.10.10.10  10.26.26.2            65535 true  2   Â
  02:06:22
10.10.10.10  2001:db8:36::2        65535 true  0     Â
never
10.10.10.10  2001:db8:1026:1001::2 65535 true  2     Â
02:06:23
10.10.10.11  10.5.1.10             65535 true  0   Â
  never
10.10.10.11  10.26.26.2            65535 true  2   Â
  02:06:08
10.10.10.11  2001:db8:36::2        65535 true  0     Â
never
10.10.10.11  2001:db8:1026:1001::2 65535 true  2     Â
02:06:09
10.10.10.20  10.5.1.10             65535 true  0   Â
  never
10.10.10.20  10.26.26.2            65535 true  2   Â
  02:06:23
10.10.10.20  2001:db8:36::2        65535 true  0     Â
never
10.10.10.20  2001:db8:1026:1001::2 65535 true  2     Â
02:06:22
10.10.10.28  10.5.1.10             65535 true  0   Â
  never
10.10.10.28  10.26.26.2            65535 true  2   Â
  02:06:07
10.10.10.28  2001:db8:36::2        65535 true  12    Â
02:11:17
10.10.10.28  2001:db8:1026:1001::2 65535 true  14     02:06:14
10.10.10.199 10.5.1.10             65535 true  0   Â
  never
10.10.10.199 10.26.26.2            65535 true  2    Â
 02:06:23
10.10.10.199 2001:db8:36::2        65535 true  0     Â
never
10.10.10.199 2001:db8:1026:1001::2 65535 true  2      02:06:23
services>
4:
kaputt.debrecen3#show startup-config bmp | include bgp4.65535
 neighbor 195.111.97.108 80.239.195.56 rx bgp4 65535 80.239.195.56
 neighbor 195.111.97.108 83.97.88.81 rx bgp4 65535 83.97.88.81
 neighbor 195.111.97.108 149.11.10.9 rx bgp4 65535 149.11.10.9
 neighbor 195.111.97.108 193.188.137.1 rx bgp4 65535 193.188.137.0
 neighbor 195.111.97.108 193.188.137.2 rx bgp4 65535 193.188.137.255
 neighbor 195.111.97.108 193.188.137.175 rx bgp4 65535 193.188.137.175
 neighbor 195.111.97.109 62.40.124.17 rx bgp4 65535 62.40.124.17
 neighbor 195.111.97.109 83.97.88.85 rx bgp4 65535 83.97.88.85
 neighbor 195.111.97.109 193.188.137.1 rx bgp4 65535 193.188.137.1
 neighbor 195.111.97.109 193.188.137.2 rx bgp4 65535 193.188.137.2
kaputt.debrecen3#show startup-config nrpe | include visibility4
 check visibility4 command sho ipv4 bgp 65535 unicast summary
 check visibility4 description prefix visibility
 check visibility4 error peering(s) changed
 check visibility4 req-txt as;learn;accept;will;done;neighbor;uptime
 check visibility4 req-txt 1955;0;0;0;0;62.40.124.17;never
 check visibility4 req-txt 1955;1;1;0;0;83.97.88.81;never
 check visibility4 req-txt 1955;1;1;0;0;193.188.137.0;never
 check visibility4 req-txt 1955;0;0;0;0;193.188.137.175;never
 check visibility4 req-txt 1955;1;1;0;0;193.188.137.255;never
 check visibility4 req-txt 1955;1;1;0;0;83.97.88.85;never
 check visibility4 req-txt 1955;5;5;0;0;193.188.137.1;never
 check visibility4 req-txt 1955;5;5;0;0;193.188.137.2;never
 check visibility4 req-txt 1955;5;5;0;0;80.239.195.56;never
 check visibility4 req-txt 1955;5;5;0;0;149.11.10.9;never
kaputt.debrecen3#
5:
kaputt.debrecen3#show startup-config nrpe | include hijack4
 check hijack4 command sho ipv4 bgp 65535 unicast database
 check hijack4 description ipv4 address hijack
 check hijack4 error prefix(es) STOLEN
 check hijack4 req-txt prefix;hop;metric;aspath
 check hijack4 req-txt 193.6.0.0/16;193.188.137.13;255/100/0/0;1955
 check hijack4 req-txt 193.6.0.0/16;193.188.137.13;255/100/0/0;1955
 check hijack4 req-txt 193.224.0.0/15;193.188.137.13;255/100/0/0;1955
 check hijack4 req-txt 193.224.0.0/15;193.188.137.13;255/100/0/0;1955
 check hijack4 req-txt 193.224.239.0/24;80.239.195.56;255/100/0/0;1299
12301 20523
 check hijack4 req-txt 193.224.239.0/24;193.188.137.42;255/100/0/0;12301
12301 20523
 check hijack4 req-txt 193.224.239.0/24;193.188.137.42;255/100/0/0;12301
12301 20523
 check hijack4 req-txt 193.224.239.0/24;193.188.137.42;255/100/0/0;12301
12301 20523
 check hijack4 req-txt 193.224.239.0/24;193.188.137.42;255/100/0/0;12301
12301 20523
 check hijack4 req-txt 195.111.0.0/16;193.188.137.13;255/100/0/0;1955
 check hijack4 req-txt 195.111.0.0/16;193.188.137.13;255/100/0/0;1955
 check hijack4 req-txt 195.199.0.0/16;193.188.137.13;255/100/0/0;1955
 check hijack4 req-txt 195.199.0.0/16;193.188.137.13;255/100/0/0;1955
6:
kaputt.debrecen3#show startup-config bmp | include bgp4.65533
 neighbor 195.111.97.108 62.40.102.26 rx bgp4 65533 62.40.102.26
kaputt.debrecen3#show startup-config nrpe | include nren-pop
 check nren-pops command sho ipv4 bgp 65533 unicast database
 check nren-pops description ipv4 rtbh
 check nren-pops error nren pop(s) changed
 check nren-pops req-txt prefix;hop;metric;aspath
 check nren-pops req-txt 62.40.96.18/32;62.40.102.26;255/100/0/0;20965
 check nren-pops req-txt 62.40.96.22/32;62.40.102.26;255/100/0/0;20965
 check nren-pops req-txt 62.40.96.31/32;62.40.102.26;255/100/0/0;20965
 check nren-pops req-txt 62.40.96.32/32;62.40.102.26;255/100/0/0;20965
 check nren-pops req-txt 62.40.96.33/32;62.40.102.26;255/100/0/0;20965
 check nren-pops req-txt 62.40.96.34/32;62.40.102.26;255/100/0/0;20965
 check nren-pops req-txt 62.40.96.37/32;62.40.102.26;255/100/0/0;20965
 check nren-pops req-txt 62.40.96.38/32;62.40.102.26;255/100/0/0;20965
 check nren-pops req-txt 62.217.100.21/32;62.40.102.26;255/100/0/0;20965
5408
 check nren-pops req-txt 81.6.186.0/32;62.40.102.26;255/100/0/0;20965 8501
24848
 check nren-pops req-txt 81.6.186.2/32;62.40.102.26;255/100/0/0;20965 8501
24848
 check nren-pops req-txt 81.6.186.3/32;62.40.102.26;255/100/0/0;20965 8501
24848
 check nren-pops req-txt 81.6.186.6/32;62.40.102.26;255/100/0/0;20965 8501
24848
 check nren-pops req-txt 81.6.186.7/32;62.40.102.26;255/100/0/0;20965 8501
24848
 check nren-pops req-txt 82.139.144.1/32;62.40.102.26;255/100/0/0;20965
8501 8865
 check nren-pops req-txt 82.139.144.3/32;62.40.102.26;255/100/0/0;20965
8501 8865
 check nren-pops req-txt 82.139.144.4/32;62.40.102.26;255/100/0/0;20965
8501 8865
 check nren-pops req-txt 82.139.144.16/32;62.40.102.26;255/100/0/0;20965
8501 8865
 check nren-pops req-txt 82.139.144.17/32;62.40.102.26;255/100/0/0;20965
8501 8865
 check nren-pops req-txt 82.139.144.22/32;62.40.102.26;255/100/0/0;20965
8501 8865
 check nren-pops req-txt 82.139.144.25/32;62.40.102.26;255/100/0/0;20965
8501 8865
 check nren-pops req-txt 82.139.144.26/32;62.40.102.26;255/100/0/0;20965
8501 8865
 check nren-pops req-txt 82.139.144.31/32;62.40.102.26;255/100/0/0;20965
8501 8865
 check nren-pops req-txt 82.139.144.32/32;62.40.102.26;255/100/0/0;20965
8501 8865
 check nren-pops req-txt 82.139.144.34/32;62.40.102.26;255/100/0/0;20965
8501 8865
 check nren-pops req-txt 82.139.144.35/32;62.40.102.26;255/100/0/0;20965
8501 8865
 check nren-pops req-txt 82.139.144.38/32;62.40.102.26;255/100/0/0;20965
8501 8865
 check nren-pops req-txt 82.139.144.39/32;62.40.102.26;255/100/0/0;20965
8501 8865
 check nren-pops req-txt 82.139.144.41/32;62.40.102.26;255/100/0/0;20965
8501 8865
 check nren-pops req-txt 82.139.144.42/32;62.40.102.26;255/100/0/0;20965
8501 8865
 check nren-pops req-txt 82.139.144.43/32;62.40.102.26;255/100/0/0;20965
8501 8865
 check nren-pops req-txt 82.139.144.44/32;62.40.102.26;255/100/0/0;20965
8501 8865
 check nren-pops req-txt 82.139.144.46/32;62.40.102.26;255/100/0/0;20965
8501 8865
 check nren-pops req-txt 82.139.144.47/32;62.40.102.26;255/100/0/0;20965
8501 8865
 check nren-pops req-txt 82.139.144.48/32;62.40.102.26;255/100/0/0;20965
8501 8865
 check nren-pops req-txt 82.139.144.49/32;62.40.102.26;255/100/0/0;20965
8501 8865
 check nren-pops req-txt 82.139.144.50/32;62.40.102.26;255/100/0/0;20965
8501 8865
 check nren-pops req-txt 83.230.96.221/32;62.40.102.26;255/100/0/0;20965
8501 8508
 check nren-pops req-txt 87.44.48.1/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.2/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.3/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.4/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.5/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.6/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.7/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.8/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.9/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.10/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.11/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.12/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.13/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.14/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.15/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.16/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.17/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.18/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.19/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.20/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.21/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.24/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.25/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.26/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.27/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.28/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.29/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.30/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.31/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.32/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.33/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.34/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.35/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.36/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.37/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.38/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.39/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.40/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.41/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.42/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.43/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.44/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.45/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.46/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.47/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.48/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.49/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.50/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.51/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.52/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.53/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.54/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.55/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.56/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.57/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.58/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.59/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.60/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.61/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.62/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.63/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.64/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.65/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.66/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.67/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.68/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.69/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.70/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.71/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.72/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.73/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.74/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.75/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.76/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.77/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.78/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.79/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.80/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.81/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.82/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.83/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.84/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.85/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.86/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.87/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.88/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.89/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.90/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.91/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.92/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.93/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.94/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.95/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.96/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.97/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.98/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.102/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.103/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.104/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.105/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.106/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.107/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.108/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.109/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.111/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.112/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.113/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.114/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.115/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.116/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.117/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.118/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.119/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.121/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.122/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.123/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.124/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.125/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.126/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.127/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.128/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.130/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.131/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.132/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.133/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.134/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.135/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.136/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.137/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.138/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.139/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.140/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.141/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.143/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.144/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.145/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.146/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.147/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.148/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.149/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.150/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.151/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.152/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.153/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.154/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.155/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.156/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.157/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.158/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.159/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.160/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.161/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.162/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.163/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.164/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.165/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.166/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.167/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.168/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.169/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.170/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.171/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.172/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.173/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.174/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.175/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.176/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.177/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.178/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.179/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.180/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.181/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.183/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.184/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.186/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.187/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.190/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.191/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.192/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.194/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.195/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.196/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.197/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.198/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.199/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.200/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.201/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.202/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.203/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.204/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.205/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.206/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.207/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.208/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.209/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.210/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.211/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.212/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.213/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.214/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.215/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.216/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.217/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.218/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.219/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.220/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.221/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.222/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.223/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.224/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.225/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.226/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.227/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.228/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.229/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.230/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.231/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.232/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.233/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.234/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.235/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.236/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.237/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.239/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.240/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.241/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.242/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.243/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.244/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.245/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.246/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.247/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.248/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 87.44.48.249/32;62.40.102.26;255/100/0/0;20965 1213
 check nren-pops req-txt 90.147.84.5/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.6/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.7/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.8/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.9/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.10/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.11/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.12/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.13/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.14/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.15/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.16/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.17/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.18/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.19/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.21/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.22/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.23/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.24/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.25/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.26/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.27/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.28/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.29/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.30/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.31/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.32/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.33/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.34/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.35/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.36/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.37/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.39/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.40/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.41/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.43/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.45/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.46/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.47/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.48/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.49/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.53/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.54/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.55/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.56/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.57/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.58/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.61/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.62/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.63/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.64/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.65/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.66/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.67/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.68/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.69/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.70/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.74/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.75/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.76/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.77/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.78/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.79/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.80/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.81/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.82/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.83/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 90.147.84.84/32;62.40.102.26;255/100/0/0;20965 137
 check nren-pops req-txt 109.105.96.1/32;62.40.102.26;255/100/0/0;20965 2603
 check nren-pops req-txt 109.105.96.67/32;62.40.102.26;255/100/0/0;20965
2603
 check nren-pops req-txt 109.105.96.68/32;62.40.102.26;255/100/0/0;20965
2603
 check nren-pops req-txt 109.105.96.101/32;62.40.102.26;255/100/0/0;20965
2603
 check nren-pops req-txt 109.105.96.113/32;62.40.102.26;255/100/0/0;20965
2603
 check nren-pops req-txt 109.105.96.122/32;62.40.102.26;255/100/0/0;20965
2603
 check nren-pops req-txt 109.105.100.0/32;62.40.102.26;255/100/0/0;20965
2603
 check nren-pops req-txt 130.79.14.2/32;62.40.102.26;255/100/0/0;20965 2200
2259
 check nren-pops req-txt 130.225.239.124/32;62.40.102.26;255/100/0/0;20965
2603 1835
 check nren-pops req-txt 130.225.239.125/32;62.40.102.26;255/100/0/0;20965
2603 1835
 check nren-pops req-txt 130.226.255.90/32;62.40.102.26;255/100/0/0;20965
2603 1835
 check nren-pops req-txt 130.226.255.100/32;62.40.102.26;255/100/0/0;20965
2603 1835
 check nren-pops req-txt 130.242.1.29/32;62.40.102.26;255/100/0/0;20965
2603 1653
 check nren-pops req-txt 130.242.1.38/32;62.40.102.26;255/100/0/0;20965
2603 1653
 check nren-pops req-txt 130.242.1.74/32;62.40.102.26;255/100/0/0;20965
2603 1653
 check nren-pops req-txt 130.242.1.75/32;62.40.102.26;255/100/0/0;20965
2603 1653
 check nren-pops req-txt 130.242.1.84/32;62.40.102.26;255/100/0/0;20965
2603 1653
 check nren-pops req-txt 130.242.1.85/32;62.40.102.26;255/100/0/0;20965
2603 1653
 check nren-pops req-txt 130.242.1.97/32;62.40.102.26;255/100/0/0;20965
2603 1653
 check nren-pops req-txt 130.242.1.102/32;62.40.102.26;255/100/0/0;20965
2603 1653
 check nren-pops req-txt 130.242.1.122/32;62.40.102.26;255/100/0/0;20965
2603 1653
 check nren-pops req-txt 130.242.1.123/32;62.40.102.26;255/100/0/0;20965
2603 1653
 check nren-pops req-txt 147.91.0.117/32;62.40.102.26;255/100/0/0;20965
13092
 check nren-pops req-txt 147.91.0.118/32;62.40.102.26;255/100/0/0;20965
13092
 check nren-pops req-txt 148.81.255.101/32;62.40.102.26;255/100/0/0;20965
8501 1887
 check nren-pops req-txt 148.81.255.102/32;62.40.102.26;255/100/0/0;20965
8501 1887
 check nren-pops req-txt 148.81.255.217/32;62.40.102.26;255/100/0/0;20965
8501 1887
 check nren-pops req-txt 148.81.255.218/32;62.40.102.26;255/100/0/0;20965
8501 1887
 check nren-pops req-txt 148.81.255.220/32;62.40.102.26;255/100/0/0;20965
8501 1887
 check nren-pops req-txt 148.81.255.221/32;62.40.102.26;255/100/0/0;20965
8501 1887
 check nren-pops req-txt 148.81.255.223/32;62.40.102.26;255/100/0/0;20965
8501 1887
 check nren-pops req-txt 148.81.255.228/32;62.40.102.26;255/100/0/0;20965
8501 1887
 check nren-pops req-txt 148.81.255.229/32;62.40.102.26;255/100/0/0;20965
8501 1887
 check nren-pops req-txt 148.81.255.232/32;62.40.102.26;255/100/0/0;20965
8501 1887
 check nren-pops req-txt 148.81.255.235/32;62.40.102.26;255/100/0/0;20965
8501 1887
 check nren-pops req-txt 148.81.255.236/32;62.40.102.26;255/100/0/0;20965
8501 1887
 check nren-pops req-txt 148.81.255.237/32;62.40.102.26;255/100/0/0;20965
8501 1887
 check nren-pops req-txt 148.81.255.240/32;62.40.102.26;255/100/0/0;20965
8501 1887
 check nren-pops req-txt 148.81.255.242/32;62.40.102.26;255/100/0/0;20965
8501 1887
 check nren-pops req-txt 148.81.255.246/32;62.40.102.26;255/100/0/0;20965
8501 1887
 check nren-pops req-txt 148.81.255.247/32;62.40.102.26;255/100/0/0;20965
8501 1887
 check nren-pops req-txt 148.81.255.249/32;62.40.102.26;255/100/0/0;20965
8501 1887
 check nren-pops req-txt 148.81.255.250/32;62.40.102.26;255/100/0/0;20965
8501 1887
 check nren-pops req-txt 148.81.255.251/32;62.40.102.26;255/100/0/0;20965
8501 1887
 check nren-pops req-txt 148.81.255.252/32;62.40.102.26;255/100/0/0;20965
8501 1887
 check nren-pops req-txt 150.254.253.0/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.253.1/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.253.2/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.253.3/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.253.4/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.253.5/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.253.6/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.253.7/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.253.8/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.253.9/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.253.10/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.253.11/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.253.12/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.253.13/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.253.14/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.253.15/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.253.16/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.253.17/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.253.18/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.253.19/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.253.20/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.253.21/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.253.23/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.253.24/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.253.27/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.253.28/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.253.29/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.253.30/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.253.32/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.253.33/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.253.34/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.253.36/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.253.38/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.253.40/32;62.40.102.26;255/100/0/0;20965
8501
 check nren-pops req-txt 150.254.255.18/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.20/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.21/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.22/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.23/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.24/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.25/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.26/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.27/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.28/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.29/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.30/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.31/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.32/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.33/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.34/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.35/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.36/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.38/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.39/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.40/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.42/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.43/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.44/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.45/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.46/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.47/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.48/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.49/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.50/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.51/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.52/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.53/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.54/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.55/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.56/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.57/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.59/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.60/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.61/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.62/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 150.254.255.63/32;62.40.102.26;255/100/0/0;20965
8501 9112
 check nren-pops req-txt 153.19.252.124/32;62.40.102.26;255/100/0/0;20965
8501 5550
 check nren-pops req-txt 158.37.0.1/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.4/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.5/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.6/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.7/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.8/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.9/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.10/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.11/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.13/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.14/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.15/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.16/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.17/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.18/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.19/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.20/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.21/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.22/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.23/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.24/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.25/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.27/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.28/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.29/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.30/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.31/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.32/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.34/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.35/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.36/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.37/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.38/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.39/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.41/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.42/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.43/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.44/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.45/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.46/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.47/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.48/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.50/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.51/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.52/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.53/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.54/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.55/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.56/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.57/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.58/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.59/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.60/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.61/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.62/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.63/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.65/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.66/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.67/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.68/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.69/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.70/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.71/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.72/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.75/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.76/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.78/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.79/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.80/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.81/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.82/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.83/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.84/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.86/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.87/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.89/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.90/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.91/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.92/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.93/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.94/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.95/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.99/32;62.40.102.26;255/100/0/0;20965 2603
224
 check nren-pops req-txt 158.37.0.100/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.101/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.102/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.103/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.104/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.106/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.107/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.108/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.110/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.111/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.112/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.113/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.115/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.116/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.118/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.119/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.120/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.122/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.124/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.128/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.129/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.130/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.131/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.132/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.133/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.135/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.136/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.137/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.138/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.139/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.140/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.141/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.144/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.145/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.146/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.147/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.148/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.149/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.150/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.151/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.152/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.153/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.154/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.161/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.162/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.163/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.164/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.165/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.166/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.167/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.168/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.169/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.182/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.183/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.222/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 158.37.0.224/32;62.40.102.26;255/100/0/0;20965
2603 224
 check nren-pops req-txt 188.1.201.2/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.53/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.54/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.75/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.76/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.77/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.78/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.80/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.81/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.82/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.83/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.84/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.85/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.86/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.87/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.88/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.90/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.91/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.92/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.93/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.94/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.95/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.96/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.97/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.98/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.99/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.100/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.101/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.102/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.103/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.104/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.105/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.106/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.107/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.108/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.109/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.110/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.111/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.112/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.113/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.114/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.115/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.116/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.117/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.118/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.119/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.120/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.121/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.122/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.123/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.124/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.125/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.126/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.127/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.128/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.129/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.130/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.131/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.132/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 188.1.201.133/32;62.40.102.26;255/100/2/0;20965 680
 check nren-pops req-txt 193.49.230.251/32;62.40.102.26;255/100/0/0;20965
2200 21351 2472
 check nren-pops req-txt 193.51.178.40/32;62.40.102.26;255/100/0/0;20965
2200
 check nren-pops req-txt 193.51.178.81/32;62.40.102.26;255/100/2/0;20965
2200
 check nren-pops req-txt 193.51.178.83/32;62.40.102.26;255/100/2/0;20965
2200
 check nren-pops req-txt 193.51.179.30/32;62.40.102.26;255/100/2/0;20965
2200
 check nren-pops req-txt 193.51.179.55/32;62.40.102.26;255/100/2/0;20965
2200
 check nren-pops req-txt 193.51.179.176/32;62.40.102.26;255/100/2/0;20965
2200
 check nren-pops req-txt 193.51.179.179/32;62.40.102.26;255/100/2/0;20965
2200
 check nren-pops req-txt 193.51.179.185/32;62.40.102.26;255/100/0/0;20965
2200
 check nren-pops req-txt 193.54.130.1/32;62.40.102.26;255/100/0/0;20965
2200 2264
 check nren-pops req-txt 193.54.130.3/32;62.40.102.26;255/100/0/0;20965
2200 2264
 check nren-pops req-txt 193.54.130.11/32;62.40.102.26;255/100/0/0;20965
2200 2264
 check nren-pops req-txt 193.54.130.12/32;62.40.102.26;255/100/0/0;20965
2200 2264
 check nren-pops req-txt 193.54.130.13/32;62.40.102.26;255/100/0/0;20965
2200 2264
 check nren-pops req-txt 193.54.130.14/32;62.40.102.26;255/100/0/0;20965
2200 2264
 check nren-pops req-txt 193.136.5.32/32;62.40.102.26;255/100/2/0;20965 1930
 check nren-pops req-txt 193.166.5.42/32;62.40.102.26;255/100/0/0;20965
2603 1741
 check nren-pops req-txt 193.166.5.43/32;62.40.102.26;255/100/0/0;20965
2603 1741
 check nren-pops req-txt 193.167.252.68/32;62.40.102.26;255/100/0/0;20965
2603 1741
 check nren-pops req-txt 193.167.252.69/32;62.40.102.26;255/100/0/0;20965
2603 1741
 check nren-pops req-txt 193.191.0.5/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.6/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.8/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.9/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.11/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.12/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.14/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.15/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.17/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.18/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.20/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.21/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.22/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.23/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.26/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.27/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.29/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.30/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.32/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.33/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.35/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.36/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.38/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.39/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.44/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.45/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.47/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.48/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.50/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.51/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.53/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.54/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.56/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.57/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.59/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.60/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.62/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.0.63/32;62.40.102.26;255/100/0/0;20965 2611
 check nren-pops req-txt 193.191.20.1/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.2/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.3/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.4/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.5/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.6/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.9/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.10/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.11/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.12/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.14/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.15/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.16/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.17/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.18/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.21/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.22/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.23/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.25/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.28/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.30/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.31/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.32/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.33/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.34/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.37/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.38/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.40/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.42/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.44/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.45/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.46/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.47/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.48/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.49/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.50/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.51/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.52/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.53/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.54/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.55/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.56/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.61/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.64/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.65/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.67/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.68/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.71/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.72/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.73/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.76/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.77/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.78/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.79/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.80/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.81/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.82/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.85/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.86/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.87/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.88/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.89/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.90/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.91/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.92/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.93/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.95/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.96/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.97/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.99/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.100/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.101/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.102/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.103/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.104/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.106/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.110/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.111/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.112/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.114/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.115/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.116/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.119/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.120/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.121/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.122/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.126/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.131/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.132/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.133/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.134/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.136/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.138/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.140/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.141/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.142/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.143/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.144/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.145/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.146/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.147/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.148/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.152/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.153/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.159/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.160/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.163/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.164/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.166/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.167/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.168/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.171/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.197/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.198/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.199/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.205/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.206/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.207/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.208/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.211/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.212/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.213/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.216/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.217/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.219/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.220/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.221/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.224/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.225/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.226/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.227/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.228/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.229/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.230/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.233/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.235/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.236/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.237/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.251/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.252/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.253/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.20.254/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.1/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.2/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.3/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.4/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.5/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.6/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.7/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.8/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.9/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.10/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.11/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.12/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.13/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.14/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.15/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.16/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.17/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.18/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.19/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.20/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.21/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.22/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.23/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.24/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.25/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.26/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.27/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.28/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.29/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.30/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.31/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.32/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.33/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.34/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.35/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.36/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.37/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.38/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.39/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.40/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.41/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.42/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.43/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.44/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.45/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.46/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.47/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.48/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.49/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.50/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.51/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.52/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.53/32;62.40.102.26;255/100/0/0;20965
2611 65432 65432
 check nren-pops req-txt 193.191.24.54/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.55/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.56/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.59/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.60/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.61/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.62/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.65/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.66/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.69/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.70/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.71/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.72/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.75/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.76/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.77/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.78/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.79/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.80/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.81/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.82/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.83/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.84/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.85/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.86/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.89/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.90/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.91/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.92/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.93/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.94/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.95/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.96/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.97/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.98/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.101/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.102/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.103/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.104/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.106/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.107/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.108/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.119/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.120/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.135/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.136/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.151/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.152/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.153/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.154/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.157/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.158/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.159/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.160/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.161/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.162/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.167/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.168/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.169/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.170/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.171/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.174/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.175/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.177/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.178/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.179/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.182/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.183/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.190/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.192/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.193/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.194/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.195/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.196/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.235/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.24.238/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.25.51/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.25.55/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.25.56/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.25.57/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.191.25.58/32;62.40.102.26;255/100/0/0;20965
2611 65432
 check nren-pops req-txt 193.198.180.173/32;62.40.102.26;255/100/2/0;20965
2108
 check nren-pops req-txt 194.167.142.248/32;62.40.102.26;255/100/0/0;20965
2200 21351 2470
 check nren-pops req-txt 194.254.97.252/32;62.40.102.26;255/100/0/0;20965
2200 21351 2199
 check nren-pops req-txt 194.254.98.252/32;62.40.102.26;255/100/0/0;20965
2200 21351 2471
 check nren-pops req-txt 212.14.1.191/32;62.40.102.26;255/100/0/0;20965
8501 8286
 check nren-pops req-txt 212.87.225.2/32;62.40.102.26;255/100/0/0;20965
8501 15373
 check nren-pops req-txt 212.182.63.2/32;62.40.102.26;255/100/0/0;20965
8501 12324
 check nren-pops req-txt 212.182.63.232/32;62.40.102.26;255/100/0/0;20965
8501 12324
 check nren-pops req-txt 212.182.63.238/32;62.40.102.26;255/100/0/0;20965
8501 12324
7:
kaputt.debrecen3#show startup-config bmp | include bgp4.65533
 neighbor 195.111.97.108 62.40.102.26 rx bgp4 65533 62.40.102.26
kaputt.debrecen3#show startup-config nrpe | include nren-vpn4
 check nren-vpn4 command sho ipv4 bgp 65532 vpnuni database
 check nren-vpn4 description geant vpnv4
 check nren-vpn4 error prefix(es) changed
 check nren-vpn4 req-txt prefix;hop;metric;aspath
 check nren-vpn4 req-txt 10.7.138.1/32
1930:12321;193.136.5.32;255/100/2/0;20965 1930
 check nren-vpn4 req-txt 10.7.138.1/32
1930:12321;193.136.5.32;255/100/2/0;20965 1930
 check nren-vpn4 req-txt 10.8.211.2/32
8501:12321;130.79.14.2;255/100/0/0;20965 2200 2259
 check nren-vpn4 req-txt 10.8.211.2/32
8501:12321;130.79.14.2;255/100/0/0;20965 2200 2259
 check nren-vpn4 req-txt 10.2.168.77/32
68098:-1476263256;188.1.201.77;255/100/2/0;20965 680
 check nren-vpn4 req-txt 10.2.168.77/32
68098:-1476263256;188.1.201.77;255/100/2/0;20965 680
 check nren-vpn4 req-txt 10.2.168.80/32
68098:-1471151448;188.1.201.80;255/100/2/0;20965 680
 check nren-vpn4 req-txt 10.2.168.80/32
68098:-1471151448;188.1.201.80;255/100/2/0;20965 680
 check nren-vpn4 req-txt 10.2.168.84/32
68098:-1470889304;188.1.201.84;255/100/2/0;20965 680
 check nren-vpn4 req-txt 10.2.168.84/32
68098:-1470889304;188.1.201.84;255/100/2/0;20965 680
 check nren-vpn4 req-txt 10.2.168.86/32
68098:-1470758232;188.1.201.86;255/100/2/0;20965 680
 check nren-vpn4 req-txt 10.2.168.86/32
68098:-1470758232;188.1.201.86;255/100/2/0;20965 680
 check nren-vpn4 req-txt 10.2.168.100/32
68098:-1469840728;188.1.201.100;255/100/2/0;20965 680
 check nren-vpn4 req-txt 10.2.168.100/32
68098:-1469840728;188.1.201.100;255/100/2/0;20965 680
 check nren-vpn4 req-txt 10.2.168.129/32
68098:-1468726616;188.1.201.129;255/100/2/0;20965 680
 check nren-vpn4 req-txt 10.2.168.129/32
68098:-1468726616;188.1.201.129;255/100/2/0;20965 680
 check nren-vpn4 req-txt 10.8.158.30/32
68104:-1642188767;193.51.179.30;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.30/32
68104:-1642188767;193.51.179.30;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.31/32
68104:-1642123231;193.51.179.31;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.31/32
68104:-1642123231;193.51.179.31;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.32/32
68104:-1642057695;193.51.179.32;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.32/32
68104:-1642057695;193.51.179.32;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.33/32
68104:-1641992159;193.51.179.33;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.33/32
68104:-1641992159;193.51.179.33;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.34/32
68104:-1641926623;193.51.179.34;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.34/32
68104:-1641926623;193.51.179.34;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.35/32
68104:-1641861087;193.51.179.35;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.35/32
68104:-1641861087;193.51.179.35;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.37/32
68104:-1641730015;193.51.179.37;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.37/32
68104:-1641730015;193.51.179.37;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.41/32
68104:-1641467871;193.51.179.41;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.41/32
68104:-1641467871;193.51.179.41;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.48/32
68104:-1641009119;193.51.179.48;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.48/32
68104:-1641009119;193.51.179.48;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.49/32
68104:-1640943583;193.51.179.49;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.49/32
68104:-1640943583;193.51.179.49;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.53/32
68104:-1640681439;193.51.179.53;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.53/32
68104:-1640681439;193.51.179.53;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.54/32
68104:-1640615903;193.51.179.54;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.54/32
68104:-1640615903;193.51.179.54;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.55/32
68104:-1640550367;193.51.179.55;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.55/32
68104:-1640550367;193.51.179.55;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.91/32
68104:-1638191071;193.51.179.91;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.91/32
68104:-1638191071;193.51.179.91;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.92/32
68104:-1638125535;193.51.179.92;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.92/32
68104:-1638125535;193.51.179.92;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.93/32
68104:-1638059999;193.51.179.93;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.93/32
68104:-1638059999;193.51.179.93;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.94/32
68104:-1637994463;193.51.179.94;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.94/32
68104:-1637994463;193.51.179.94;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.96/32
68104:-1637863391;193.51.179.96;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.96/32
68104:-1637863391;193.51.179.96;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.97/32
68104:-1637797855;193.51.179.97;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.97/32
68104:-1637797855;193.51.179.97;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.145/32
68104:-1634652127;193.51.179.145;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.145/32
68104:-1634652127;193.51.179.145;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.170/32
68104:-1633013727;193.51.179.170;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.170/32
68104:-1633013727;193.51.179.170;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.171/32
68104:-1632948191;193.51.179.171;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.171/32
68104:-1632948191;193.51.179.171;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.173/32
68104:-1632817119;193.51.179.173;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.173/32
68104:-1632817119;193.51.179.173;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.174/32
68104:-1632751583;193.51.179.174;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.174/32
68104:-1632751583;193.51.179.174;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.176/32
68104:-1632620511;193.51.179.176;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.176/32
68104:-1632620511;193.51.179.176;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.177/32
68104:-1632554975;193.51.179.177;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.177/32
68104:-1632554975;193.51.179.177;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.178/32
68104:-1632489439;193.51.179.178;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.178/32
68104:-1632489439;193.51.179.178;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.180/32
68104:-1632358367;193.51.179.180;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.180/32
68104:-1632358367;193.51.179.180;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.181/32
68104:-1632292831;193.51.179.181;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.181/32
68104:-1632292831;193.51.179.181;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.105/32
68104:-1632161759;193.51.179.105;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.105/32
68104:-1632161759;193.51.179.105;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.183/32
68104:-1632161759;193.51.179.183;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.183/32
68104:-1632161759;193.51.179.183;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.184/32
68104:-1632096223;193.51.179.184;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.184/32
68104:-1632096223;193.51.179.184;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.185/32
68104:-1632030687;193.51.179.185;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.185/32
68104:-1632030687;193.51.179.185;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.186/32
68104:-1631965151;193.51.179.186;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.186/32
68104:-1631965151;193.51.179.186;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.187/32
68104:-1631899615;193.51.179.187;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.187/32
68104:-1631899615;193.51.179.187;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.188/32
68104:-1631834079;193.51.179.188;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.188/32
68104:-1631834079;193.51.179.188;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.189/32
68104:-1631768543;193.51.179.189;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.189/32
68104:-1631768543;193.51.179.189;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.190/32
68104:-1631703007;193.51.179.190;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.190/32
68104:-1631703007;193.51.179.190;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.0.32.0/20
81448:1611792385;62.40.96.18;255/100/0/0;20965 766
 check nren-vpn4 req-txt 10.0.32.0/20
81448:1611792385;62.40.96.18;255/100/0/0;20965 766
 check nren-vpn4 req-txt 10.0.64.0/20
81448:1611792385;62.40.96.18;255/100/0/0;20965 766
 check nren-vpn4 req-txt 10.0.64.0/20
81448:1611792385;62.40.96.18;255/100/0/0;20965 766
 check nren-vpn4 req-txt 10.0.76.0/24
81448:1611792385;62.40.96.18;255/100/0/0;20965 766
 check nren-vpn4 req-txt 10.0.76.0/24
81448:1611792385;62.40.96.18;255/100/0/0;20965 766
 check nren-vpn4 req-txt 10.0.77.0/24
81448:1611792385;62.40.96.18;255/100/0/0;20965 766
 check nren-vpn4 req-txt 10.0.77.0/24
81448:1611792385;62.40.96.18;255/100/0/0;20965 766
 check nren-vpn4 req-txt 10.0.78.0/24
81448:1611792385;62.40.96.18;255/100/0/0;20965 766
 check nren-vpn4 req-txt 10.0.78.0/24
81448:1611792385;62.40.96.18;255/100/0/0;20965 766
 check nren-vpn4 req-txt 10.0.79.0/24
81448:1611792385;62.40.96.18;255/100/0/0;20965 766
 check nren-vpn4 req-txt 10.0.79.0/24
81448:1611792385;62.40.96.18;255/100/0/0;20965 766
 check nren-vpn4 req-txt 10.0.80.0/20
81448:1611792385;62.40.96.18;255/100/0/0;20965 766
 check nren-vpn4 req-txt 10.0.80.0/20
81448:1611792385;62.40.96.18;255/100/0/0;20965 766
 check nren-vpn4 req-txt 10.0.176.0/20
81448:1611792385;62.40.96.18;255/100/0/0;20965 766
 check nren-vpn4 req-txt 10.0.176.0/20
81448:1611792385;62.40.96.18;255/100/0/0;20965 766
 check nren-vpn4 req-txt 10.1.32.0/20
81448:1611792385;62.40.96.18;255/100/0/0;20965 766
 check nren-vpn4 req-txt 10.1.32.0/20
81448:1611792385;62.40.96.18;255/100/0/0;20965 766
 check nren-vpn4 req-txt 10.1.64.0/20
81448:1611792385;62.40.96.18;255/100/0/0;20965 766
 check nren-vpn4 req-txt 10.1.64.0/20
81448:1611792385;62.40.96.18;255/100/0/0;20965 766
 check nren-vpn4 req-txt 10.1.80.0/20
81448:1611792385;62.40.96.18;255/100/0/0;20965 766
 check nren-vpn4 req-txt 10.1.80.0/20
81448:1611792385;62.40.96.18;255/100/0/0;20965 766
 check nren-vpn4 req-txt 212.128.224.0/24
81448:1611792744;62.40.96.18;255/100/0/0;20965 766
 check nren-vpn4 req-txt 212.128.224.0/24
81448:1611792744;62.40.96.18;255/100/0/0;20965 766
 check nren-vpn4 req-txt 10.0.96.0/20
81448:1612054529;62.40.96.22;255/100/0/0;20965 2852
 check nren-vpn4 req-txt 10.0.96.0/20
81448:1612054529;62.40.96.22;255/100/0/0;20965 2852
 check nren-vpn4 req-txt 195.113.250.160/28
81448:1612054888;62.40.96.22;255/100/0/0;20965 2852
 check nren-vpn4 req-txt 195.113.250.160/28
81448:1612054888;62.40.96.22;255/100/0/0;20965 2852
 check nren-vpn4 req-txt 148.187.128.32/27
81448:1612644712;62.40.96.31;255/100/0/0;20965 65001 65001
 check nren-vpn4 req-txt 148.187.128.32/27
81448:1612644712;62.40.96.31;255/100/0/0;20965 65001 65001
 check nren-vpn4 req-txt 82.116.198.96/28
81448:1612710248;62.40.96.32;255/100/0/0;20965 3268
 check nren-vpn4 req-txt 82.116.198.96/28
81448:1612710248;62.40.96.32;255/100/0/0;20965 3268
 check nren-vpn4 req-txt 193.62.216.64/27
81448:1612710248;62.40.96.32;255/100/0/0;20965 64586
 check nren-vpn4 req-txt 193.62.216.64/27
81448:1612710248;62.40.96.32;255/100/0/0;20965 64586
 check nren-vpn4 req-txt 193.2.78.224/28
81448:1612841320;62.40.96.34;255/100/2/0;20965 2107
 check nren-vpn4 req-txt 193.2.78.224/28
81448:1612841320;62.40.96.34;255/100/2/0;20965 2107
 check nren-vpn4 req-txt 160.75.120.176/28
81448:1613037928;62.40.96.37;255/100/2/0;20965 8517 9095
 check nren-vpn4 req-txt 160.75.120.176/28
81448:1613037928;62.40.96.37;255/100/2/0;20965 8517 9095
 check nren-vpn4 req-txt 147.213.81.0/29
81448:1613103464;62.40.96.38;255/100/0/0;20965 2607
 check nren-vpn4 req-txt 147.213.81.0/29
81448:1613103464;62.40.96.38;255/100/0/0;20965 2607
 check nren-vpn4 req-txt 10.0.208.0/20
81625:1679097857;62.217.100.21;255/100/0/0;20965 5408
 check nren-vpn4 req-txt 10.0.208.0/20
81625:1679097857;62.217.100.21;255/100/0/0;20965 5408
 check nren-vpn4 req-txt 192.168.168.0/30
81625:1679097857;62.217.100.21;255/100/0/0;20965 5408
 check nren-vpn4 req-txt 192.168.168.0/30
81625:1679097857;62.217.100.21;255/100/0/0;20965 5408
 check nren-vpn4 req-txt 192.168.168.4/30
81625:1679097857;62.217.100.21;255/100/0/0;20965 5408
 check nren-vpn4 req-txt 192.168.168.4/30
81625:1679097857;62.217.100.21;255/100/0/0;20965 5408
 check nren-vpn4 req-txt 192.168.168.8/30
81625:1679097857;62.217.100.21;255/100/0/0;20965 5408
 check nren-vpn4 req-txt 192.168.168.8/30
81625:1679097857;62.217.100.21;255/100/0/0;20965 5408
 check nren-vpn4 req-txt 195.251.114.112/28
81625:1679097858;62.217.100.21;255/100/0/0;20965 5408
 check nren-vpn4 req-txt 195.251.114.112/28
81625:1679097858;62.217.100.21;255/100/0/0;20965 5408
 check nren-vpn4 req-txt 10.0.0.0/24
81625:1679097967;62.217.100.21;255/100/0/0;20965 5408
 check nren-vpn4 req-txt 10.0.0.0/24
81625:1679097967;62.217.100.21;255/100/0/0;20965 5408
 check nren-vpn4 req-txt 193.1.201.16/29
87852:808845672;87.44.48.54;255/100/0/0;20965 1213
 check nren-vpn4 req-txt 193.1.201.16/29
87852:808845672;87.44.48.54;255/100/0/0;20965 1213
 check nren-vpn4 req-txt 10.0.137.5/32
88723:1409626145;90.147.84.5;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.5/32
88723:1409626145;90.147.84.5;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.6/32
88723:1409691681;90.147.84.6;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.6/32
88723:1409691681;90.147.84.6;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.7/32
88723:1409757217;90.147.84.7;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.7/32
88723:1409757217;90.147.84.7;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.9/32
88723:1409888289;90.147.84.9;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.9/32
88723:1409888289;90.147.84.9;255/100/0/0;20965 137
 check nren-vpn4 req-txt 130.186.26.0/27
88723:1410007043;90.147.84.12;255/100/0/0;20965 137
 check nren-vpn4 req-txt 130.186.26.0/27
88723:1410007043;90.147.84.12;255/100/0/0;20965 137
 check nren-vpn4 req-txt 130.186.26.32/27
88723:1410007043;90.147.84.12;255/100/0/0;20965 137
 check nren-vpn4 req-txt 130.186.26.32/27
88723:1410007043;90.147.84.12;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.11/32
88723:1410019361;90.147.84.11;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.11/32
88723:1410019361;90.147.84.11;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.12/32
88723:1410084897;90.147.84.12;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.12/32
88723:1410084897;90.147.84.12;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.13/32
88723:1410150433;90.147.84.13;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.13/32
88723:1410150433;90.147.84.13;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.14/32
88723:1410215969;90.147.84.14;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.14/32
88723:1410215969;90.147.84.14;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.15/32
88723:1410281505;90.147.84.15;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.15/32
88723:1410281505;90.147.84.15;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.16/32
88723:1410347041;90.147.84.16;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.16/32
88723:1410347041;90.147.84.16;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.17/32
88723:1410412577;90.147.84.17;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.17/32
88723:1410412577;90.147.84.17;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.18/32
88723:1410478113;90.147.84.18;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.18/32
88723:1410478113;90.147.84.18;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.19/32
88723:1410543649;90.147.84.19;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.19/32
88723:1410543649;90.147.84.19;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.21/32
88723:1410674721;90.147.84.21;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.21/32
88723:1410674721;90.147.84.21;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.22/32
88723:1410740257;90.147.84.22;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.22/32
88723:1410740257;90.147.84.22;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.40/32
88723:1410740257;90.147.84.40;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.40/32
88723:1410740257;90.147.84.40;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.23/32
88723:1410805793;90.147.84.23;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.23/32
88723:1410805793;90.147.84.23;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.24/32
88723:1410871329;90.147.84.24;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.24/32
88723:1410871329;90.147.84.24;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.25/32
88723:1410936865;90.147.84.25;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.25/32
88723:1410936865;90.147.84.25;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.26/32
88723:1411002401;90.147.84.26;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.26/32
88723:1411002401;90.147.84.26;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.27/32
88723:1411067937;90.147.84.27;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.27/32
88723:1411067937;90.147.84.27;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.28/32
88723:1411133473;90.147.84.28;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.28/32
88723:1411133473;90.147.84.28;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.29/32
88723:1411199009;90.147.84.29;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.29/32
88723:1411199009;90.147.84.29;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.30/32
88723:1411264545;90.147.84.30;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.30/32
88723:1411264545;90.147.84.30;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.31/32
88723:1411330081;90.147.84.31;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.31/32
88723:1411330081;90.147.84.31;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.32/32
88723:1411395617;90.147.84.32;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.32/32
88723:1411395617;90.147.84.32;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.33/32
88723:1411461153;90.147.84.33;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.33/32
88723:1411461153;90.147.84.33;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.34/32
88723:1411526689;90.147.84.34;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.34/32
88723:1411526689;90.147.84.34;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.35/32
88723:1411592225;90.147.84.35;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.35/32
88723:1411592225;90.147.84.35;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.36/32
88723:1411657761;90.147.84.36;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.36/32
88723:1411657761;90.147.84.36;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.37/32
88723:1411723297;90.147.84.37;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.37/32
88723:1411723297;90.147.84.37;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.39/32
88723:1411854369;90.147.84.39;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.39/32
88723:1411854369;90.147.84.39;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.41/32
88723:1411985441;90.147.84.41;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.41/32
88723:1411985441;90.147.84.41;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.45/32
88723:1412247585;90.147.84.45;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.45/32
88723:1412247585;90.147.84.45;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.46/32
88723:1412313121;90.147.84.46;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.46/32
88723:1412313121;90.147.84.46;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.47/32
88723:1412378657;90.147.84.47;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.47/32
88723:1412378657;90.147.84.47;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.48/32
88723:1412444193;90.147.84.48;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.48/32
88723:1412444193;90.147.84.48;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.49/32
88723:1412509729;90.147.84.49;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.49/32
88723:1412509729;90.147.84.49;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.53/32
88723:1412771873;90.147.84.53;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.53/32
88723:1412771873;90.147.84.53;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.54/32
88723:1412837409;90.147.84.54;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.54/32
88723:1412837409;90.147.84.54;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.55/32
88723:1412902945;90.147.84.55;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.55/32
88723:1412902945;90.147.84.55;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.56/32
88723:1412968481;90.147.84.56;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.56/32
88723:1412968481;90.147.84.56;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.57/32
88723:1413034017;90.147.84.57;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.57/32
88723:1413034017;90.147.84.57;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.58/32
88723:1413099553;90.147.84.58;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.58/32
88723:1413099553;90.147.84.58;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.61/32
88723:1413296161;90.147.84.61;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.61/32
88723:1413296161;90.147.84.61;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.62/32
88723:1413361697;90.147.84.62;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.62/32
88723:1413361697;90.147.84.62;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.63/32
88723:1413427233;90.147.84.63;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.63/32
88723:1413427233;90.147.84.63;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.64/32
88723:1413492769;90.147.84.64;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.64/32
88723:1413492769;90.147.84.64;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.65/32
88723:1413558305;90.147.84.65;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.65/32
88723:1413558305;90.147.84.65;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.66/32
88723:1413623841;90.147.84.66;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.66/32
88723:1413623841;90.147.84.66;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.67/32
88723:1413689377;90.147.84.67;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.67/32
88723:1413689377;90.147.84.67;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.68/32
88723:1413754913;90.147.84.68;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.68/32
88723:1413754913;90.147.84.68;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.69/32
88723:1413820449;90.147.84.69;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.69/32
88723:1413820449;90.147.84.69;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.70/32
88723:1413885985;90.147.84.70;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.70/32
88723:1413885985;90.147.84.70;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.74/32
88723:1414148129;90.147.84.74;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.74/32
88723:1414148129;90.147.84.74;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.75/32
88723:1414213665;90.147.84.75;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.75/32
88723:1414213665;90.147.84.75;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.76/32
88723:1414279201;90.147.84.76;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.76/32
88723:1414279201;90.147.84.76;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.77/32
88723:1414344737;90.147.84.77;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.77/32
88723:1414344737;90.147.84.77;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.79/32
88723:1414475809;90.147.84.79;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.79/32
88723:1414475809;90.147.84.79;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.80/32
88723:1414541345;90.147.84.80;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.80/32
88723:1414541345;90.147.84.80;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.81/32
88723:1414606881;90.147.84.81;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.81/32
88723:1414606881;90.147.84.81;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.82/32
88723:1414672417;90.147.84.82;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.82/32
88723:1414672417;90.147.84.82;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.83/32
88723:1414737953;90.147.84.83;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.83/32
88723:1414737953;90.147.84.83;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.84/32
88723:1414803489;90.147.84.84;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.0.137.84/32
88723:1414803489;90.147.84.84;255/100/0/0;20965 137
 check nren-vpn4 req-txt 10.51.36.1/32
103259:7667729;147.91.0.117;255/100/0/0;20965 13092
 check nren-vpn4 req-txt 10.51.36.1/32
103259:7667729;147.91.0.117;255/100/0/0;20965 13092
 check nren-vpn4 req-txt 10.51.36.4/30
103259:7667729;147.91.0.117;255/100/0/0;20965 13092
 check nren-vpn4 req-txt 10.51.36.4/30
103259:7667729;147.91.0.117;255/100/0/0;20965 13092
 check nren-vpn4 req-txt 10.0.160.0/20
104190:-50331639;150.254.253.0;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.0.160.0/20
104190:-50331639;150.254.253.0;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 150.254.128.0/27
104190:-50266105;150.254.253.1;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 150.254.128.0/27
104190:-50266105;150.254.253.1;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.1/32
104190:-50266102;150.254.253.1;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.1/32
104190:-50266102;150.254.253.1;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.2/32
104190:-50200567;150.254.253.2;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.2/32
104190:-50200567;150.254.253.2;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.3/32
104190:-50135033;150.254.253.3;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.3/32
104190:-50135033;150.254.253.3;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.4/32
104190:-50069495;150.254.253.4;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.4/32
104190:-50069495;150.254.253.4;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.5/32
104190:-50003959;150.254.253.5;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.5/32
104190:-50003959;150.254.253.5;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.6/32
104190:-49938425;150.254.253.6;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.6/32
104190:-49938425;150.254.253.6;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.7/32
104190:-49872885;150.254.253.7;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.7/32
104190:-49872885;150.254.253.7;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.8/32
104190:-49807350;150.254.253.8;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.8/32
104190:-49807350;150.254.253.8;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.9/32
104190:-49741816;150.254.253.9;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.9/32
104190:-49741816;150.254.253.9;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.10/32
104190:-49676278;150.254.253.10;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.10/32
104190:-49676278;150.254.253.10;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.44/30
104190:-49676278;150.254.253.10;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.44/30
104190:-49676278;150.254.253.10;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.11/32
104190:-49610742;150.254.253.11;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.11/32
104190:-49610742;150.254.253.11;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.12/32
104190:-49545206;150.254.253.12;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.12/32
104190:-49545206;150.254.253.12;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.13/32
104190:-49479670;150.254.253.13;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.13/32
104190:-49479670;150.254.253.13;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.14/32
104190:-49414133;150.254.253.14;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.14/32
104190:-49414133;150.254.253.14;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.15/32
104190:-49348600;150.254.253.15;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.15/32
104190:-49348600;150.254.253.15;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.16/32
104190:-49283065;150.254.253.16;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.16/32
104190:-49283065;150.254.253.16;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.17/32
104190:-49217530;150.254.253.17;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.17/32
104190:-49217530;150.254.253.17;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 150.254.128.64/27
104190:-49151991;150.254.253.18;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 150.254.128.64/27
104190:-49151991;150.254.253.18;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.18/32
104190:-49151988;150.254.253.18;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.18/32
104190:-49151988;150.254.253.18;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.19/32
104190:-49086455;150.254.253.19;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.19/32
104190:-49086455;150.254.253.19;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.20/32
104190:-49020918;150.254.253.20;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.20/32
104190:-49020918;150.254.253.20;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.21/32
104190:-48955384;150.254.253.21;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.21/32
104190:-48955384;150.254.253.21;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 150.254.128.32/27
104190:-48496630;150.254.253.28;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 150.254.128.32/27
104190:-48496630;150.254.253.28;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.136/32
104190:-47972344;150.254.253.36;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.33.53.136/32
104190:-47972344;150.254.253.36;255/100/0/0;20965 8501
 check nren-vpn4 req-txt 10.1.0.0/24
104190:-14811127;150.254.255.30;255/100/0/0;20965 8501 9112
 check nren-vpn4 req-txt 10.1.0.0/24
104190:-14811127;150.254.255.30;255/100/0/0;20965 8501 9112
 check nren-vpn4 req-txt 10.101.0.0/24
104190:-14811127;150.254.255.30;255/100/0/0;20965 8501 9112
 check nren-vpn4 req-txt 10.101.0.0/24
104190:-14811127;150.254.255.30;255/100/0/0;20965 8501 9112
 check nren-vpn4 req-txt 10.35.152.34/32
104190:-14548979;150.254.255.34;255/100/0/0;20965 8501 9112
 check nren-vpn4 req-txt 10.35.152.34/32
104190:-14548979;150.254.255.34;255/100/0/0;20965 8501 9112
 check nren-vpn4 req-txt 188.1.248.232/30
113665:-934215680;188.1.201.81;255/100/2/0;20965 680 12816
 check nren-vpn4 req-txt 188.1.248.232/30
113665:-934215680;188.1.201.81;255/100/2/0;20965 680 12816
 check nren-vpn4 req-txt 188.1.248.236/30
113665:-934215680;188.1.201.81;255/100/2/0;20965 680 12816
 check nren-vpn4 req-txt 188.1.248.236/30
113665:-934215680;188.1.201.81;255/100/2/0;20965 680 12816
 check nren-vpn4 req-txt 195.37.7.0/24
113665:-934215680;188.1.201.81;255/100/0/0;20965 680 12816
 check nren-vpn4 req-txt 195.37.7.0/24
113665:-934215680;188.1.201.81;255/100/0/0;20965 680 12816
 check nren-vpn4 req-txt 10.2.168.81/32
113665:-934215679;188.1.201.81;255/100/2/0;20965 680
 check nren-vpn4 req-txt 10.2.168.81/32
113665:-934215679;188.1.201.81;255/100/2/0;20965 680
 check nren-vpn4 req-txt 134.94.115.192/27
113665:-933953536;188.1.201.85;255/100/0/0;20965 680
 check nren-vpn4 req-txt 134.94.115.192/27
113665:-933953536;188.1.201.85;255/100/0/0;20965 680
 check nren-vpn4 req-txt 10.2.168.85/32
113665:-933953535;188.1.201.85;255/100/2/0;20965 680
 check nren-vpn4 req-txt 10.2.168.85/32
113665:-933953535;188.1.201.85;255/100/2/0;20965 680
 check nren-vpn4 req-txt 10.0.48.0/20
114995:-1306001407;193.51.178.40;255/100/0/0;20965 2200 65223
 check nren-vpn4 req-txt 10.0.48.0/20
114995:-1306001407;193.51.178.40;255/100/0/0;20965 2200 65223
 check nren-vpn4 req-txt 10.8.158.40/32
114995:-1305989087;193.51.178.40;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.40/32
114995:-1305989087;193.51.178.40;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 130.84.240.0/21
114995:-1289879192;193.51.179.30;255/100/0/0;20965 2200 65108
 check nren-vpn4 req-txt 130.84.240.0/21
114995:-1289879192;193.51.179.30;255/100/0/0;20965 2200 65108
 check nren-vpn4 req-txt 132.167.142.0/23
114995:-1289158296;193.51.179.41;255/100/0/0;20965 2200 777
 check nren-vpn4 req-txt 132.167.142.0/23
114995:-1289158296;193.51.179.41;255/100/0/0;20965 2200 777
 check nren-vpn4 req-txt 132.167.143.0/26
114995:-1289158296;193.51.179.41;255/100/0/0;20965 2200 777
 check nren-vpn4 req-txt 132.167.143.0/26
114995:-1289158296;193.51.179.41;255/100/0/0;20965 2200 777
 check nren-vpn4 req-txt 132.167.143.128/25
114995:-1289158296;193.51.179.41;255/100/0/0;20965 2200 777
 check nren-vpn4 req-txt 132.167.143.128/25
114995:-1289158296;193.51.179.41;255/100/0/0;20965 2200 777
 check nren-vpn4 req-txt 10.8.158.50/32
114995:-1288556511;193.51.179.50;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.50/32
114995:-1288556511;193.51.179.50;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.51/32
114995:-1288490975;193.51.179.51;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.158.51/32
114995:-1288490975;193.51.179.51;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 193.55.200.226/31
114995:-1280175198;193.51.179.178;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 193.55.200.226/31
114995:-1280175198;193.51.179.178;255/100/2/0;20965 2200
 check nren-vpn4 req-txt 10.8.216.1/32
114998:-2113851359;193.54.130.1;255/100/0/0;20965 2200 2264
 check nren-vpn4 req-txt 10.8.216.1/32
114998:-2113851359;193.54.130.1;255/100/0/0;20965 2200 2264
 check nren-vpn4 req-txt 10.8.216.3/32
114998:-2113720287;193.54.130.3;255/100/0/0;20965 2200 2264
 check nren-vpn4 req-txt 10.8.216.3/32
114998:-2113720287;193.54.130.3;255/100/0/0;20965 2200 2264
 check nren-vpn4 req-txt 10.8.216.11/32
114998:-2113195999;193.54.130.11;255/100/0/0;20965 2200 2264
 check nren-vpn4 req-txt 10.8.216.11/32
114998:-2113195999;193.54.130.11;255/100/0/0;20965 2200 2264
 check nren-vpn4 req-txt 10.8.216.12/32
114998:-2113130463;193.54.130.12;255/100/0/0;20965 2200 2264
 check nren-vpn4 req-txt 10.8.216.12/32
114998:-2113130463;193.54.130.12;255/100/0/0;20965 2200 2264
 check nren-vpn4 req-txt 10.8.216.13/32
114998:-2113064927;193.54.130.13;255/100/0/0;20965 2200 2264
 check nren-vpn4 req-txt 10.8.216.13/32
114998:-2113064927;193.54.130.13;255/100/0/0;20965 2200 2264
 check nren-vpn4 req-txt 10.8.216.14/32
114998:-2112999391;193.54.130.14;255/100/0/0;20965 2200 2264
 check nren-vpn4 req-txt 10.8.216.14/32
114998:-2112999391;193.54.130.14;255/100/0/0;20965 2200 2264
 check nren-vpn4 req-txt 193.236.156.0/28
115080:85983582;193.136.5.32;255/100/0/0;20965 1930
 check nren-vpn4 req-txt 193.236.156.0/28
115080:85983582;193.136.5.32;255/100/0/0;20965 1930
 check nren-vpn4 req-txt 128.214.250.0/25
115111:-62652056;193.166.5.42;255/100/0/0;20965 1741 1741
 check nren-vpn4 req-txt 128.214.250.0/25
115111:-62652056;193.167.252.68;255/100/0/0;20965 1741 1741
 check nren-vpn4 req-txt 128.214.250.120/31
115111:-62652056;193.166.5.42;255/100/0/0;20965 1741
 check nren-vpn4 req-txt 128.214.250.120/31
115111:-62652056;193.167.252.68;255/100/0/0;20965 1741
 check nren-vpn4 req-txt 128.214.250.0/25
115111:-62586520;193.167.252.69;255/100/0/0;20965 1741 1741
 check nren-vpn4 req-txt 128.214.250.0/25
115111:-62586520;193.166.5.43;255/100/0/0;20965 1741 1741
 check nren-vpn4 req-txt 128.214.250.122/31
115111:-62586520;193.167.252.69;255/100/0/0;20965 1741
 check nren-vpn4 req-txt 128.214.250.122/31
115111:-62586520;193.166.5.43;255/100/0/0;20965 1741
 check nren-vpn4 req-txt 192.168.11.0/30
115142:-1263730687;193.198.180.173;255/100/2/0;20965 2108
 check nren-vpn4 req-txt 192.168.11.0/30
115142:-1263730687;193.198.180.173;255/100/2/0;20965 2108
 check nren-vpn4 req-txt 192.168.168.1/32
115142:-1263730687;193.198.180.173;255/100/2/0;20965 2108
 check nren-vpn4 req-txt 192.168.168.1/32
115142:-1263730687;193.198.180.173;255/100/2/0;20965 2108
 check nren-vpn4 req-txt 10.8.60.1/32
115142:-1263718367;193.198.180.173;255/100/2/0;20965 2108
 check nren-vpn4 req-txt 10.8.60.1/32
115142:-1263718367;193.198.180.173;255/100/2/0;20965 2108
kaputt.debrecen3#show startup-config nrpe | include nren-vpls
 check nren-vpls command sho ipv4 bgp 65532 vpls database
 check nren-vpls description geant vpls
 check nren-vpls error prefix(es) changed
 check nren-vpls req-txt prefix;hop;metric;aspath
 check nren-vpls req-txt 0.2.0.1/32
81448:1611795387;62.40.96.18;255/100/0/0;20965
 check nren-vpls req-txt 0.2.0.1/32
81448:1611795387;62.40.96.18;255/100/0/0;20965
 check nren-vpls req-txt 0.1.0.1/32
81625:1679098855;62.217.100.21;255/100/0/0;20965 5408
 check nren-vpls req-txt 0.1.0.1/32
81625:1679098855;62.217.100.21;255/100/0/0;20965 5408
 check nren-vpls req-txt 0.1.0.1/32
93545:1615004275;109.105.96.67;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1615004275;109.105.96.67;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1615004337;109.105.96.67;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1615004337;109.105.96.67;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1615004350;109.105.96.67;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1615004350;109.105.96.67;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1615004351;109.105.96.160;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1615004351;109.105.96.160;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1615004364;109.105.96.67;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1615004364;109.105.96.67;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1615004365;109.105.96.160;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1615004365;109.105.96.160;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1615004377;109.105.96.67;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1615004377;109.105.96.67;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1615004398;109.105.96.67;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1615004398;109.105.96.67;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1615004402;109.105.96.67;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1615004402;109.105.96.67;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1615004404;109.105.96.67;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1615004404;109.105.96.67;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1615004406;109.105.96.67;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1615004406;109.105.96.67;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1615004408;109.105.96.67;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1615004408;109.105.96.67;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.2.0.1/32
93545:1615006649;109.105.96.67;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.2.0.1/32
93545:1615006649;109.105.96.67;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.2.0.1/32
93545:1615006651;109.105.96.67;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.2.0.1/32
93545:1615006651;109.105.96.67;255/100/0/0;20965 2603
 check nren-vpls req-txt 1:1::/128
93545:1615006652;109.105.96.67;255/100/0/0;20965 2603
 check nren-vpls req-txt 1:1::/128
93545:1615006652;109.105.96.67;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.2.0.1/32
93545:1615006653;109.105.96.67;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.2.0.1/32
93545:1615006653;109.105.96.67;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1615006654;109.105.96.67;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1615006654;109.105.96.67;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.2.0.1/32
93545:1615461384;109.105.96.73;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.2.0.1/32
93545:1615461384;109.105.96.73;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.2.0.1/32
93545:1617235567;109.105.96.101;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.2.0.1/32
93545:1617235567;109.105.96.101;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1618608879;109.105.96.122;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1618608879;109.105.96.122;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1618608883;109.105.96.122;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1618608883;109.105.96.122;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1618608885;109.105.96.122;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1618608885;109.105.96.122;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1618608887;109.105.96.122;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1618608887;109.105.96.122;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1618608889;109.105.96.122;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1618608889;109.105.96.122;255/100/0/0;20965 2603
 check nren-vpls req-txt 1:1::/128
93545:1618612036;109.105.96.122;255/100/0/0;20965 2603
 check nren-vpls req-txt 1:1::/128
93545:1618612036;109.105.96.122;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1621099129;109.105.96.160;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1621099129;109.105.96.160;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1621099186;109.105.96.160;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1621099186;109.105.96.160;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1621099226;109.105.96.160;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1621099226;109.105.96.160;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.2.0.1/32
93545:1621101498;109.105.96.160;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.2.0.1/32
93545:1621101498;109.105.96.160;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.2.0.1/32
93545:1621101500;109.105.96.160;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.2.0.1/32
93545:1621101500;109.105.96.160;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1621101503;109.105.96.160;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
93545:1621101503;109.105.96.160;255/100/0/0;20965 2603
 check nren-vpls req-txt 0.1.0.1/32
99058:18681455;130.242.1.29;255/100/0/0;20965 1653
 check nren-vpls req-txt 0.1.0.1/32
99058:18681455;130.242.1.29;255/100/0/0;20965 1653
 check nren-vpls req-txt 0.2.0.1/32
99058:21629882;130.242.1.74;255/100/0/0;20965 1653
 check nren-vpls req-txt 0.2.0.1/32
99058:21629882;130.242.1.74;255/100/0/0;20965 1653
 check nren-vpls req-txt 0.1.0.1/32
99058:21757846;130.242.1.75;255/100/0/0;20965 1653
 check nren-vpls req-txt 0.1.0.1/32
99058:21757846;130.242.1.75;255/100/0/0;20965 1653
 check nren-vpls req-txt 2:1::/128
99058:22285244;130.242.1.84;255/100/0/0;20965 1653
 check nren-vpls req-txt 2:1::/128
99058:22285244;130.242.1.84;255/100/0/0;20965 1653
 check nren-vpls req-txt 2:1::/128
99058:22285245;130.242.1.84;255/100/0/0;20965 1653
 check nren-vpls req-txt 2:1::/128
99058:22285245;130.242.1.84;255/100/0/0;20965 1653
 check nren-vpls req-txt 3:1::/128
99058:22350780;130.242.1.85;255/100/0/0;20965 1653
 check nren-vpls req-txt 3:1::/128
99058:22350780;130.242.1.85;255/100/0/0;20965 1653
 check nren-vpls req-txt 3:1::/128
99058:22350781;130.242.1.85;255/100/0/0;20965 1653
 check nren-vpls req-txt 3:1::/128
99058:22350781;130.242.1.85;255/100/0/0;20965 1653
 check nren-vpls req-txt 0.1.0.1/32
99058:23137211;130.242.1.97;255/100/0/0;20965 1653
 check nren-vpls req-txt 0.1.0.1/32
99058:23137211;130.242.1.97;255/100/0/0;20965 1653
 check nren-vpls req-txt 0.2.0.1/32
99058:23464888;130.242.1.102;255/100/0/0;20965 1653
 check nren-vpls req-txt 0.2.0.1/32
99058:23464888;130.242.1.102;255/100/0/0;20965 1653
 check nren-vpls req-txt 0.1.0.1/32
115111:-62649416;193.166.5.42;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.1.0.1/32
115111:-62649416;193.166.5.42;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.1.0.1/32
115111:-62649415;193.166.5.42;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.1.0.1/32
115111:-62649415;193.166.5.42;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.1.0.1/32
115111:-62649414;193.166.5.42;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.1.0.1/32
115111:-62649414;193.166.5.42;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62649412;193.166.5.42;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62649412;193.166.5.42;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62649410;193.166.5.42;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62649410;193.166.5.42;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62649409;193.167.252.69;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62649409;193.167.252.69;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62649408;193.166.5.42;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62649408;193.166.5.42;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62649407;193.167.252.69;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62649407;193.167.252.69;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62649406;193.166.5.42;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62649406;193.166.5.42;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62649404;193.166.5.42;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62649404;193.166.5.42;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62649402;193.166.5.42;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62649402;193.166.5.42;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62649400;193.166.5.42;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62649400;193.166.5.42;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62649398;193.166.5.42;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62649398;193.166.5.42;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62649396;193.166.5.42;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62649396;193.166.5.42;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62649394;193.166.5.42;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62649394;193.166.5.42;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62649392;193.166.5.42;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62649392;193.166.5.42;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62649390;193.166.5.42;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62649390;193.166.5.42;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62583877;193.167.252.69;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62583877;193.167.252.69;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62583875;193.167.252.69;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62583875;193.167.252.69;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62583869;193.167.252.69;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62583869;193.167.252.69;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62583867;193.167.252.69;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62583867;193.167.252.69;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62583863;193.167.252.69;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62583863;193.167.252.69;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62583861;193.167.252.69;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62583861;193.167.252.69;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62583859;193.167.252.69;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62583859;193.167.252.69;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62583857;193.167.252.69;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62583857;193.167.252.69;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62583855;193.167.252.69;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62583855;193.167.252.69;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62583853;193.167.252.69;255/100/0/0;20965 1741
 check nren-vpls req-txt 0.2.0.1/32
115111:-62583853;193.167.252.69;255/100/0/0;20965 1741
(8)
sid#show watchdog gc
2020-10-07 16:31:24
category                 value
memory maximum           137438953472
memory used              14227079168
memory free              9011245584
compiler name            HotSpot 64-Bit Tiered Compilers
compiler time            36462
G1 Young Generation ran  268
G1 Young Generation time 3839
G1 Old Generation ran    0
G1 Old Generation time   0
sid#show watchdog sys
2020-10-07 16:31:27
category                   value
CommittedVirtualMemorySize 166116552704
FreePhysicalMemorySize     171017166848
ProcessCpuLoad             0.0
ProcessCpuTime             3928690000000
SystemCpuLoad              0.0
SystemLoadAverage          1.04
sid#
9:
sid#sho ipv4 lsrp 1 topology
2020-10-07 16:33:32
node         reach met    uplink       ups resÂ
conn sr  br  neighbors
10.1.1.50    true  318    10.10.10.1   1   2   1 Â
  25  25  10.10.10.1=10=10.1.1.49
10.1.1.118   true  318    10.10.10.1   1   2   1  Â
 22  22  10.10.10.1=10=10.1.1.117
10.2.1.6     true  318    10.10.10.1   1   2   1 Â
  26  26  10.10.10.1=10=10.2.1.5
10.4.4.30    true  11430  10.10.10.4   1   2   1  Â
 47  47  10.10.10.4=10=10.4.4.29
10.5.1.10    true  310    10.10.10.5   1   2   1 Â
  54  54  10.10.10.5=10=10.5.1.57
10.5.1.14    true  310    10.10.10.5   1   2   1 Â
  23  23  10.10.10.5=10=10.5.1.13
10.8.3.12    true  328    10.10.10.199 1   2   1  Â
 193 193 10.10.10.199=10=10.8.3.21
10.8.3.18    true  328    10.10.10.199 1   2   1  Â
 194 194 10.10.10.199=10=10.8.3.17
10.10.10.1   true  309    10.10.10.5   1   2   15   10  10  10.1.1.50=9=10.1.1.50 10.1.1.118=9=10.1.1.118 10.2.1.6=9=10.2.1.6 10.10.10.2=9=10.1.1.94 10.10.10.4=11111=10.18.1.246 10.10.10.5=9=10.5.1.53 10.10.10.8=9=10.1.1.74 10.10.10.10=9=10.1.1.146 10.10.10.11=9=10.1.1.173 10.10.10.11=9=10.1.1.194 10.10.10.20=9=10.1.1.122 10.10.10.26=11111=10.18.1.9 10.10.10.28=9=10.1.1.210 10.10.10.180=11111=10.18.1.1 10.10.10.199=9=10.1.1.125
10.10.10.2   true  318    10.10.10.1   1   2   4  Â
 20  20  10.10.10.1=9=10.1.1.93 10.10.10.20=11=10.1.1.153
10.10.10.28=3=10.1.1.226 10.10.10.199=200=10.1.1.182
10.10.10.4   true  11420  10.10.10.1   1   2   4   Â
40Â Â 40Â Â 10.4.4.30=10=10.4.4.30 10.10.10.1=11111=10.18.1.245
10.10.10.26=11111=10.18.1.14 10.10.10.180=11111=10.4.4.1
10.10.10.5   true  300    10.10.10.227 2   2   8    50  50  10.5.1.10=10=10.5.1.58 10.5.1.14=10=10.5.1.14 10.10.10.1=9=10.5.1.54 10.10.10.20=11=10.1.1.129 10.10.10.28=3=10.1.1.222 10.10.10.199=200=10.1.1.185 10.10.10.227=10=10.1.123.91 10.10.10.227=10=10.1.124.91
10.10.10.8   true  318    10.10.10.1   1   2   5    80  80  10.10.10.1=9=10.1.1.73 10.10.10.11=300=10.1.1.177 10.10.10.20=11=10.1.1.157 10.10.10.28=3=10.1.1.230 10.10.10.199=200=10.1.1.150
10.10.10.10  true  318    10.10.10.1   1   2   1  Â
 24  24  10.10.10.1=10=10.1.1.145
10.10.10.11  true  318    10.10.10.1   2   4   7    110 110 10.10.10.1=9=10.1.1.174 10.10.10.1=9=10.1.1.193 10.10.10.8=300=10.1.1.178 10.10.10.20=11=10.1.1.169 10.10.10.28=3=10.1.1.234 10.10.10.199=200=10.1.1.190 10.10.10.222=10=10.8.3.2
10.10.10.18  true  344753 10.10.10.26  2   4   4    180 180 10.10.10.26=999999=10.18.1.6 10.10.10.26=999999=10.18.1.42 10.10.10.180=999999=10.18.1.25 10.10.10.180=999999=10.18.1.31
10.10.10.19  true  344753 10.10.10.26  1   2   3   Â
190Â 190Â 10.10.10.21=10=10.21.21.29 10.10.10.25=10=10.21.21.14
10.10.10.26=10=10.21.21.18
10.10.10.20  true  311    10.10.10.5   1   2   7    200 200 10.10.10.1=11=10.1.1.121 10.10.10.2=11=10.1.1.154 10.10.10.5=11=10.1.1.130 10.10.10.8=11=10.1.1.158 10.10.10.11=11=10.1.1.170 10.10.10.28=11=10.1.1.214 10.10.10.199=11=10.1.1.162
10.10.10.21  true  344753 10.10.10.26  1   2   3   Â
210Â 210Â 10.10.10.19=10=10.21.21.30 10.10.10.25=10=10.21.21.6
10.10.10.26=10=10.21.21.2
10.10.10.24  true  344753 10.10.10.26  1   2   2   Â
32Â Â 32Â Â 10.10.10.25=10=10.3.4.26 10.10.10.26=10=10.21.21.9
10.10.10.25  true  344753 10.10.10.26  2   4   10   33  33  10.10.10.19=444444=10.21.21.13 10.10.10.21=444444=10.21.21.5 10.10.10.24=444444=10.3.4.25 10.10.10.26=444444=10.21.21.22 10.10.10.26=444444=10.21.21.26 10.10.10.31=444444=10.21.21.17 10.10.10.71=444444=10.3.4.6 10.10.10.180=444444=10.18.1.17 10.10.10.190=444444=10.19.1.10 10.26.1.2=444444=10.26.1.6
10.10.10.26  true  11420  10.10.10.1   1   2   16   27  27  10.10.10.1=333333=10.18.1.10 10.10.10.4=333333=10.18.1.13 10.10.10.18=333333=10.18.1.5 10.10.10.18=333333=10.18.1.41 10.10.10.19=333333=10.21.21.17 10.10.10.21=333333=10.21.21.1 10.10.10.24=333333=10.21.21.10 10.10.10.25=333333=10.21.21.21 10.10.10.25=333333=10.21.21.25 10.10.10.31=333333=10.3.3.13 10.10.10.71=333333=10.3.3.17 10.10.10.180=333333=10.18.1.22 10.10.10.190=333333=10.19.1.6 10.10.10.199=333333=10.18.1.34 10.26.1.2=333333=10.26.1.2 10.26.26.2=333333=10.26.26.6
10.10.10.28  true  303    10.10.10.5   1   2   7    28  28  10.10.10.1=3=10.1.1.209 10.10.10.2=3=10.1.1.225 10.10.10.5=3=10.1.1.221 10.10.10.8=3=10.1.1.229 10.10.10.11=3=10.1.1.233 10.10.10.20=3=10.1.1.213 10.10.10.199=3=10.1.1.217
10.10.10.31  true  344753 10.10.10.26  1   2   2   Â
31Â Â 31Â Â 10.10.10.25=888888=10.21.21.18 10.10.10.26=888888=10.3.3.14
10.10.10.71  true  344753 10.10.10.26  1   2   5    71  71  10.10.10.25=10=10.3.4.5 10.10.10.26=10=10.3.3.18 10.10.10.224=10=10.9.9.22 10.10.10.225=10=10.9.9.18 10.10.10.226=10=10.9.9.14
10.10.10.180 true  11420  10.10.10.1   1   2   6    181 181 10.10.10.1=999999=10.18.1.2 10.10.10.4=999999=10.4.4.2 10.10.10.18=999999=10.18.1.26 10.10.10.18=999999=10.18.1.30 10.10.10.25=999999=10.18.1.18 10.10.10.26=999999=10.18.1.21
10.10.10.190 true  344753 10.10.10.26  1   2   2   Â
191Â 191Â 10.10.10.25=10=10.19.1.9 10.10.10.26=10=10.19.1.5
10.10.10.199 true  318    10.10.10.1   1   2   10   199 199 10.8.3.12=10=10.8.3.22 10.8.3.18=10=10.8.3.18 10.10.10.1=9=10.1.1.126 10.10.10.2=300=10.1.1.181 10.10.10.5=300=10.1.1.186 10.10.10.8=300=10.1.1.149 10.10.10.11=300=10.1.1.189 10.10.10.20=11=10.1.1.161 10.10.10.26=3333333=10.18.1.33 10.10.10.28=3=10.1.1.218
10.10.10.222 true  328    10.10.10.11  1   4   1   Â
97Â Â 97Â Â 10.10.10.11=10=10.8.3.1
10.10.10.224 true  344763 10.10.10.71  1   2   1   Â
95Â Â 95Â Â 10.10.10.71=10=10.9.9.21
10.10.10.225 true  344763 10.10.10.71  1   2   1   Â
94Â Â 94Â Â 10.10.10.71=10=10.9.9.17
10.10.10.226 true  344763 10.10.10.71  1   2   1   Â
93Â Â 93Â Â 10.10.10.71=10=10.9.9.13
10.10.10.227 true  0      null         -1  0  Â
2Â Â Â Â 0Â Â Â 0Â Â Â 10.10.10.5=300=10.1.123.254
10.10.10.5=300=10.1.124.254
10.26.1.2    true  344753 10.10.10.26  1   2   2   Â
260Â 260Â 10.10.10.25=10=10.26.1.5 10.10.10.26=10=10.26.1.1
10.26.26.2   true  344753 10.10.10.26  1   2   1   Â
270Â 270Â 10.10.10.26=10=10.26.26.5
sid#show ipv4 lsrp 1 spf | include reachable|fill|calc|run
2020-10-07 16:33:42
reachable   35
unreachable 0
fill        1
calc        0
run         592
sid#
10:
kaputt.debrecen3#show nrpe hbone
                                  pass Â
          fail
name         state asked reply times last     timesÂ
last
bmp-archived true  480   8     471   00:01:24 9    Â
00:37:04
bmp-ext      true  474   7     474   00:01:13 0 Â
   never
bmp-hbone    true  473   8     473   00:02:19 0  Â
  never
bmp-rr       true  476   18    472   00:01:02 4 Â
   14:11:14
hijack4      true  313   8     313   00:00:33 0 Â
   never
hijack6      true  472   7     472   00:02:51 0 Â
   never
nren-pops    false 0     0     0     never   Â
0Â Â Â Â Â never
nren-vpls    true  0     0     0     never   Â
0Â Â Â Â Â never
nren-vpn4    false 0     0     0     never   Â
0Â Â Â Â Â never
nren-vpn6    true  0     0     0     never   Â
0Â Â Â Â Â never
rtbh4        true  473   8     473   00:02:50 0Â
    never
visibility4  true  474   12    473   00:01:44 1    Â
18:37:09
visibility6  true  472   7     472   00:02:19 0   Â
 never
kaputt.debrecen3#
11:
services>sho prometheus home
name     asked reply times    last
metrics  325   13    00:00:02
bgp4peer 325   13    00:00:02
bgp4perf 325   14    00:00:02
bgp6peer 325   8     00:00:02
bgp6perf 325   9     00:00:02
bmp      268   5     00:00:02
gc       325   4     00:00:02
igp4peer 325   5     00:00:02
igp4perf 325   4     00:00:02
igp6peer 325   5     00:00:02
igp6perf 325   4     00:00:02
inthw    325   3     00:00:02
intsw    325   3     00:00:02
nrpe     241   23    00:00:02
prom     222   4     00:00:02
routing4Â 325Â Â Â 4Â Â Â Â Â 00:00:02
routing6Â 325Â Â Â 7Â Â Â Â Â 00:00:02
sys      325   7     00:00:02
tracker  213   5     00:00:02
vrf      325   5     00:00:02
services>
12:
sid#show ipv4 protocol v1 | begin computed
2020-10-07 16:39:24
                         computed        Â
                  redisted
proto   id    ifc nei uni    mlt  flw chg   ago Â
    uni mlt flw chg ago
lsrp4Â Â Â 1Â Â Â Â Â 4Â Â Â 2Â Â Â 65Â Â Â Â Â 0Â Â Â Â 0Â Â Â 613Â Â
 00:00:20 1   1   0   1   02:36:58
logger4Â 1Â Â Â Â Â 0Â Â Â 0Â Â Â 0Â Â Â Â Â Â 0Â Â Â Â 0Â Â Â 0Â Â Â
  never    65  0   0   50  01:41:03
logger4Â 65535Â 0Â Â Â 0Â Â Â 0Â Â Â Â Â Â 0Â Â Â Â 0Â Â Â 0Â Â Â Â Â
never    139 167 0   58  01:44:27
deaggr4Â 1Â Â Â Â Â 0Â Â Â 0Â Â Â 0Â Â Â Â Â Â 0Â Â Â Â 0Â Â Â 1Â Â Â
  02:36:58 0   0   0   0   never
mobile4Â 1Â Â Â Â Â 0Â Â Â 0Â Â Â 0Â Â Â Â Â Â 0Â Â Â Â 0Â Â Â 1884Â Â
00:00:03Â 0Â Â Â 0Â Â Â 0Â Â Â 0Â Â Â never
bgp4Â Â Â Â 65535Â 0Â Â Â 2Â Â Â 189Â Â Â Â 169Â Â 0Â Â Â 5448Â Â
00:00:02Â 3Â Â Â 3Â Â Â 0Â Â Â 1Â Â Â 02:36:57
bgp6Â Â Â Â 65535Â 0Â Â Â 0Â Â Â 0Â Â Â Â Â Â 0Â Â Â Â 0Â Â Â 4788Â Â
00:00:01Â 0Â Â Â 0Â Â Â 0Â Â Â 0Â Â Â never
bgp4Â Â Â Â 1955Â Â 0Â Â Â 2Â Â Â 816852Â 2263Â 9Â Â Â 11686Â
00:00:00Â 0Â Â Â 0Â Â Â 0Â Â Â 0Â Â Â never
bgp6Â Â Â Â 1955Â Â 0Â Â Â 0Â Â Â 0Â Â Â Â Â Â 0Â Â Â Â 0Â Â Â 10906Â
00:00:00Â 0Â Â Â 0Â Â Â 0Â Â Â 0Â Â Â never
sid#
13:
services>show tracker
name          type   mode target           Â
state changed
acer-720-320  normal icmp 10.10.10.11       up    02:46:14
apk-740-240   normal icmp 10.1.250.33       up   Â
02:46:14
apn-740-220   normal icmp 10.1.250.41       up   Â
02:46:15
app-740-200   normal icmp 10.1.250.37       up   Â
02:45:57
atlas-550-50  normal icmp 10.1.247.62       up    02:46:14
c4e1-40-100   normal icmp 10.10.10.19       up   Â
02:30:02
c4e2-40-50    normal icmp 10.10.10.21       up   Â
02:26:36
car-830-290   normal icmp 10.10.10.15       up   Â
01:46:17
cma-540-100   normal icmp 10.1.248.24       up   Â
02:46:13
cme-530-150   normal icmp 10.1.248.25       up   Â
02:46:13
cmp-680-150   normal icmp 10.1.248.23       up   Â
02:46:14
cpe-40-160    normal icmp 10.10.10.190      up   Â
02:20:56
cs-790-340    normal icmp 10.1.252.49       up   Â
02:46:07
drc-840-170   normal icmp 10.5.254.51       up   Â
02:46:15
home-480-300  normal icmp 10.10.10.1        up   Â
02:46:13
kpt-40-210    normal icmp 10.10.10.71       up   Â
02:46:14
lan4-260-90   normal nrpe 10.10.10.1/nei4   up    02:13:12
lan6-320-90   normal nrpe 10.10.10.1/nei6   up    02:13:12
medpc-630-330 normal icmp 10.10.10.8        up    02:46:14
mrc-840-130   normal icmp 10.5.253.51       up   Â
02:46:13
mtr-300-170   normal nrpe 10.1.11.254/mtr   down  02:37:12
nas-800-110   normal icmp 10.10.10.20       up   Â
02:46:00
nas4-260-110  normal nrpe 10.10.10.20/nei4  up    02:46:03
nas6-320-110  normal nrpe 10.10.10.20/nei6  up    02:46:03
nop-290-310   normal icmp 10.10.10.18       up   Â
02:26:27
nop2-290-380  normal icmp 10.10.10.180      up    02:26:18
nop4-260-70   normal nrpe 10.10.10.180/nei4 up    02:46:12
nop6-320-70   normal nrpe 10.10.10.180/nei6 up    02:46:12
nrp-200-50    normal icmp 10.10.10.25       up   Â
02:46:14
nrp4-260-50   normal nrpe 10.10.10.25/nei4  up    02:20:12
nrp6-320-50   normal nrpe 10.10.10.25/nei6  up    02:20:12
onk-570-290   normal icmp 10.8.123.88       up   Â
02:46:14
p4d-180-250   normal icmp 10.10.10.26       up   Â
02:27:47
p4d4-260-30   normal nrpe 10.10.10.26/nei4  up    02:20:12
p4d6-320-30   normal nrpe 10.10.10.26/nei6  up    02:20:12
ph4-670-100   normal icmp 10.1.30.14        up   Â
02:46:14
ph5-730-280   normal icmp 10.1.30.15        up   Â
02:46:13
ph6-580-250   normal icmp 10.1.30.16        up   Â
02:46:12
ph7-740-110   normal icmp 10.1.30.17        up   Â
02:46:13
play-540-200  normal icmp 10.10.10.199      up    02:46:14
prnt-180-380  normal icmp 10.10.10.4        up   Â
02:31:03
rar-40-290    normal icmp 10.10.10.27       up   Â
02:24:17
safe-810-220  normal icmp 10.10.10.5        up   Â
02:46:14
snf-40-250    normal icmp 10.10.10.31       up   Â
02:46:14
snp-110-50    normal icmp 10.10.10.24       up   Â
02:46:12
swl-620-180   normal icmp 10.1.253.47       up   Â
02:46:12
swn-640-260   normal icmp 10.1.253.46       up   Â
02:46:14
swp-750-170   normal icmp 10.1.253.48       up   Â
02:46:15
tmp-830-250   normal icmp 10.10.10.17       up   Â
02:11:16
uni4-260-130  normal nrpe 10.10.10.10/uni4  up    02:10:26
uni6-320-130  normal nrpe 10.10.10.10/uni6  up    02:11:06
vpn4-260-150  normal nrpe 10.10.10.10/vpn4  up    00:02:06
vpn6-320-150  normal nrpe 10.10.10.10/vpn6  up    00:01:01
work-630-40   normal icmp 10.10.10.2        up   Â
02:46:14
14:
www#show vrf routing
                  ifc    uni      mlt   Â
  flw    lab    con
name rd          v4 v6 v4  v6  v4  v6  v4 v6Â
v4Â v6
dn42Â 65535:42Â Â Â Â 15Â 14Â 534Â 377Â 35Â Â 23Â Â 0Â Â 0Â Â 0Â Â
0Â Â 15Â 9
home 0:0         8  8  213 184 176 155 0  0 Â
0Â Â 0Â Â 7Â Â 7
inet 65535:24806 2  2  6   7   4   5   0  0 Â
0Â Â 0Â Â 2Â Â 3
rtbh 65535:666   0  0  0   0   0   0   0  0 Â
0Â Â 0Â Â 0Â Â 0
test 0:0         0  0  0   0   0   0   0 Â
0Â Â 0Â Â 0Â Â 0Â Â 0
vpn  65535:1     1  1  16  16  16  16  0  0 Â
0Â Â 0Â Â 1Â Â 1
www#
- [gn4-3-wp6-t1-wb-RARE] prometheus exports, mc36, 10/07/2020
- Re: [gn4-3-wp6-t1-wb-RARE] prometheus exports, mc36, 10/07/2020
Archive powered by MHonArc 2.6.19.