[ixpmanager] Birdeye Looking glass doesn't show v6 protocol
Kittinan Sriprasert
kittinan at bknix.co.th
Tue Jul 3 06:20:50 IST 2018
Hi Barry,
I tried to debug few days ago and found the solution. it was because I
disabled one of protocols for IPv6.
So the my router servers can't disable any protocol otherwise the script
will fail.
another solved issue I had, my router servers using vlan interface. so
the output of 'show route <protocol>' would be
203.159.70.0/24 via 203.159.68.3 on eth0.99 [pb_0065_as63528
2018-07-01] * (100) [AS63528i]
which standard preg_match in birdseye/app/Bird/Parser/Routes.php does
not match. I've modified a working one for me.
if( preg_match(
"/^([0-9a-f\.\:\/]+)\s+via\s+([0-9a-f\.\:]+)\s+on\s+(\w+\.[0-9]+)\s+\[(\w+)\s+([0-9\-\:]+(?:\s[0-9\-\:]+){0,1})(?:\s+from\s+([0-9a-f\.\:\/]+)){0,1}\]\s+(?:(\*)\s+){0,1}\((\d+)(?:\/\d+){0,1}\).*$/",
$line, $matches ) ) {
Kind Regards,
Kittinan
On 7/3/18 03:00, Barry O'Donovan wrote:
> Kittinan,
>
> it's not obvious to me how you've arrived at the below error. It's
> complaining the the protocal state is not set ($p->state) but there
> must be at least one protocol to execute that code.
>
> A typical Bird BGP protocol status link looks like:
>
> pb_0109_as42 BGP t_0109_as42 up 2016-09-30 Established
>
> or
>
> pb_0081_as30900 BGP t_0081_as30900 start 2015-11-27 Active
> Socket: No route to host
>
>
> Can you provide a: 'show protocols all' from your IPv6 route server?
>
> - Barry
>
>
>
>
> Kittinan Sriprasert wrote on 29/06/2018 09:24:
>> Hi Barry and Nick,
>>
>> I have some problems about birdeye looking glass in IXP-Manager.
>>
>> Now I can get IXP-Manager talking with RS1 thru API on both IPv4 and
>> IPv6.
>> I can get json result from both 'Pass thru' API Call
>> https://ixpmanager.bknix.co.th/api/v4/lg/rs1-ixp-ipv4/bgp-summary and
>> https://ixpmanager.bknix.co.th/api/v4/lg/rs1-ixp-ipv6/bgp-summary.
>> Results are in attachment.
>>
>> Live status also shows those v4 and v6.
>>
>> v4 looking glass is working fine :
>> https://ixpmanager.bknix.co.th/lg/rs1-ixp-ipv4
>>
>> but when I try to access
>> https://ixpmanager.bknix.co.th/lg/rs1-ixp-ipv6, the errors have shown
>> below
>>
>> [2018-06-29 14:53:16] production.ERROR: Undefined property:
>> stdClass::$state {"exception":"[object] (ErrorException(code: 0):
>> Undefined property: stdClass::$state at
>> /opt/ixpmanager/resources/views/services/lg/bgp-summary.foil.php:32)
>> [stacktrace]
>> #0
>> /opt/ixpmanager/resources/views/services/lg/bgp-summary.foil.php(32):
>> Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(8,
>> 'Undefined prope...', '/opt/ixpmanager...', 32, Array)
>> #1 /opt/ixpmanager/vendor/foil/foil/src/Template/Template.php(287):
>> require('/opt/ixpmanager...')
>> #2 /opt/ixpmanager/vendor/foil/foil/src/Template/Template.php(231):
>> Foil\\Template\\Template->collect('/opt/ixpmanager...')
>> #3 /opt/ixpmanager/vendor/foil/foil/src/Engine.php(307):
>> Foil\\Template\\Template->render(Array)
>> #4 /opt/ixpmanager/vendor/foil/foil/src/Engine.php(231):
>> Foil\\Engine->doRender('/opt/ixpmanager...', Array, NULL)
>> #5 /opt/ixpmanager/vendor/foil/foil/src/Engine.php(204):
>> Foil\\Engine->renderTemplate('/opt/ixpmanager...', Array)
>> #6 /opt/ixpmanager/app/Services/FoilEngine.php(30):
>> Foil\\Engine->render('/opt/ixpmanager...', Array)
>> #7
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/View/View.php(137):
>> IXP\\Services\\FoilEngine->get('/opt/ixpmanager...', Array)
>> #8
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/View/View.php(120):
>> Illuminate\\View\\View->getContents()
>> #9
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/View/View.php(85):
>> Illuminate\\View\\View->renderContents()
>> #10
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/Http/Response.php(42):
>> Illuminate\\View\\View->render()
>> #11 /opt/ixpmanager/vendor/symfony/http-foundation/Response.php(200):
>> Illuminate\\Http\\Response->setContent(Object(Illuminate\\View\\View))
>> #12
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/Routing/Router.php(724):
>> Symfony\\Component\\HttpFoundation\\Response->__construct(Object(Illuminate\\View\\View))
>>
>> #13
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/Routing/Router.php(698):
>> Illuminate\\Routing\\Router::toResponse(Object(Illuminate\\Http\\Request),
>> Object(Illuminate\\View\\View))
>> #14
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/Routing/Router.php(658):
>> Illuminate\\Routing\\Router->prepareResponse(Object(Illuminate\\Http\\Request),
>> Object(Illuminate\\View\\View))
>> #15
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(30):
>> Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
>>
>> #16
>> /opt/ixpmanager/app/Http/Middleware/Services/LookingGlass.php(88):
>> Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
>>
>> #17
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(149):
>> IXP\\Http\\Middleware\\Services\\LookingGlass->handle(Object(Illuminate\\Http\\Request),
>> Object(Closure))
>> #18
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53):
>> Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
>>
>> #19 /opt/ixpmanager/app/Http/Middleware/ControllerEnabled.php(94):
>> Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
>> #20
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(149):
>> IXP\\Http\\Middleware\\ControllerEnabled->handle(Object(Illuminate\\Http\\Request),
>> Object(Closure))
>> #21
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53):
>> Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
>>
>> #22
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(102):
>> Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
>>
>> #23
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/Routing/Router.php(660):
>> Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
>> #24
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/Routing/Router.php(635):
>> Illuminate\\Routing\\Router->runRouteWithinStack(Object(Illuminate\\Routing\\Route),
>> Object(Illuminate\\Http\\Request))
>> #25
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/Routing/Router.php(601):
>> Illuminate\\Routing\\Router->runRoute(Object(Illuminate\\Http\\Request),
>> Object(Illuminate\\Routing\\Route))
>> #26
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/Routing/Router.php(590):
>> Illuminate\\Routing\\Router->dispatchToRoute(Object(Illuminate\\Http\\Request))
>>
>> #27
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(176):
>> Illuminate\\Routing\\Router->dispatch(Object(Illuminate\\Http\\Request))
>> #28
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(30):
>> Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}(Object(Illuminate\\Http\\Request))
>>
>> #29 /opt/ixpmanager/vendor/fideloper/proxy/src/TrustProxies.php(56):
>> Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
>>
>> #30
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(149):
>> Fideloper\\Proxy\\TrustProxies->handle(Object(Illuminate\\Http\\Request),
>> Object(Closure))
>> #31
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53):
>> Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
>>
>> #32
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(30):
>> Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
>>
>> #33
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(149):
>> Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request),
>> Object(Closure))
>> #34
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53):
>> Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
>>
>> #35
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(30):
>> Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
>>
>> #36
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(149):
>> Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle(Object(Illuminate\\Http\\Request),
>> Object(Closure))
>> #37
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53):
>> Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
>>
>> #38
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27):
>> Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
>>
>> #39
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(149):
>> Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle(Object(Illuminate\\Http\\Request),
>> Object(Closure))
>> #40
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53):
>> Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
>>
>> #41
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php(46):
>> Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
>>
>> #42
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(149):
>> Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode->handle(Object(Illuminate\\Http\\Request),
>> Object(Closure))
>> #43
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php(53):
>> Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}(Object(Illuminate\\Http\\Request))
>>
>> #44
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(102):
>> Illuminate\\Routing\\Pipeline->Illuminate\\Routing\\{closure}(Object(Illuminate\\Http\\Request))
>>
>> #45
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(151):
>> Illuminate\\Pipeline\\Pipeline->then(Object(Closure))
>> #46
>> /opt/ixpmanager/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(116):
>> Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter(Object(Illuminate\\Http\\Request))
>>
>> #47 /opt/ixpmanager/public/index.php(85):
>> Illuminate\\Foundation\\Http\\Kernel->handle(Object(Illuminate\\Http\\Request))
>> #48 {main}
>> "}
>>
>> --
>> Best Regards,
>> Kittinan Sriprasert (NAN)
>> */BKNI/**/X/**/Co., Ltd./*
>> Tel: +662-107-1538, +6681-734-5500
>> /_https://www.bknix.co.th _/
>>
>>
>> _______________________________________________
>> INEX IXP Manager mailing list
>> ixpmanager at inex.ie
>> Unsubscribe or change options here:
>> https://www.inex.ie/mailman/listinfo/ixpmanager
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.inex.ie/pipermail/ixpmanager/attachments/20180703/38adddfb/attachment-0001.html>
-------------- next part --------------
BIRD 1.6.4 ready.
name proto table state since info
device1 Device master up 2018-07-01
Preference: 240
Input filter: ACCEPT
Output filter: REJECT
Routes: 0 imported, 0 exported, 0 preferred
Route change stats: received rejected filtered ignored accepted
Import updates: 0 0 0 0 0
Import withdraws: 0 0 --- 0 0
Export updates: 0 0 0 --- 0
Export withdraws: 0 --- --- --- 0
iBGP_Quagga_as63529 BGP master up 2018-07-01 Established
Description: BKNIX - Quagga Looking Glass
Preference: 100
Input filter: REJECT
Output filter: ACCEPT
Routes: 0 imported, 531 exported, 0 preferred
Route change stats: received rejected filtered ignored accepted
Import updates: 0 0 0 0 0
Import withdraws: 0 0 --- 0 0
Export updates: 602 0 0 --- 602
Export withdraws: 14 --- --- --- 14
BGP state: Established
Neighbor address: 2001:deb:0:68::18
Neighbor AS: 63529
Neighbor ID: 203.159.68.18
Neighbor caps: refresh restart-aware AS4
Session: internal multihop AS4
Source address: 2001:deb:0:68::69
Hold timer: 106/180
Keepalive timer: 34/60
pp_0068_as42 Pipe master up 2018-07-01 => t_0068_as42
Description: Pipe for AS42 - Packet Clearing House - VLAN Interface 68
Preference: 70
Input filter: f_import_0068_as42
Output filter: (unnamed)
Routes: 21 imported, 578 exported
Route change stats: received rejected filtered ignored accepted
Import updates: 636 615 0 0 21
Import withdraws: 28 0 --- 0 0
Export updates: 636 21 0 0 615
Export withdraws: 28 0 --- 0 28
pb_0068_as42 BGP t_0068_as42 up 2018-07-01 Established
Description: AS42 - Packet Clearing House
Preference: 100
Input filter: ACCEPT
Output filter: f_export_0068_as42
Import limit: 600
Action: restart
Routes: 21 imported, 510 exported, 525 preferred
Route change stats: received rejected filtered ignored accepted
Import updates: 21 0 0 0 21
Import withdraws: 0 0 --- 0 0
Export updates: 602 21 0 --- 581
Export withdraws: 14 --- --- --- 14
BGP state: Established
Neighbor address: 2001:deb:0:68::14
Neighbor AS: 42
Neighbor ID: 203.159.70.146
Neighbor caps: refresh enhanced-refresh AS4
Session: external route-server AS4
Source address: 2001:deb:0:68::69
Route limit: 21/600
Hold timer: 143/180
Keepalive timer: 11/60
pp_0070_as3856 Pipe master up 2018-07-01 => t_0070_as3856
Description: Pipe for AS3856 - Packet Clearing House - VLAN Interface 70
Preference: 70
Input filter: f_import_0070_as3856
Output filter: (unnamed)
Routes: 1 imported, 598 exported
Route change stats: received rejected filtered ignored accepted
Import updates: 636 635 0 0 1
Import withdraws: 28 0 --- 0 0
Export updates: 636 1 0 0 635
Export withdraws: 28 0 --- 0 28
pb_0070_as3856 BGP t_0070_as3856 up 2018-07-01 Established
Description: AS3856 - Packet Clearing House
Preference: 100
Input filter: ACCEPT
Output filter: f_export_0070_as3856
Import limit: 600
Action: restart
Routes: 1 imported, 530 exported, 25 preferred
Route change stats: received rejected filtered ignored accepted
Import updates: 1 0 0 0 1
Import withdraws: 0 0 --- 0 0
Export updates: 603 1 0 --- 602
Export withdraws: 14 --- --- --- 14
BGP state: Established
Neighbor address: 2001:deb:0:68::15
Neighbor AS: 3856
Neighbor ID: 66.102.37.68
Neighbor caps: refresh AS4
Session: external route-server AS4
Source address: 2001:deb:0:68::69
Route limit: 1/600
Hold timer: 97/180
Keepalive timer: 43/60
pp_0021_as4618 Pipe master up 2018-07-01 => t_0021_as4618
Description: Pipe for AS4618 - Internet Thailand - VLAN Interface 21
Preference: 70
Input filter: f_import_0021_as4618
Output filter: (unnamed)
Routes: 0 imported, 508 exported
Route change stats: received rejected filtered ignored accepted
Import updates: 545 545 0 0 0
Import withdraws: 28 0 --- 0 0
Export updates: 636 0 91 0 545
Export withdraws: 28 0 --- 0 28
pb_0021_as4618 BGP t_0021_as4618 up 2018-07-01 Established
Description: AS4618 - Internet Thailand
Preference: 100
Input filter: ACCEPT
Output filter: f_export_0021_as4618
Import limit: 500
Action: restart
Routes: 0 imported, 440 exported, 0 preferred
Route change stats: received rejected filtered ignored accepted
Import updates: 0 0 0 0 0
Import withdraws: 0 0 --- 0 0
Export updates: 512 0 0 --- 512
Export withdraws: 14 --- --- --- 14
BGP state: Established
Neighbor address: 2001:deb:0:68::103
Neighbor AS: 4618
Neighbor ID: 203.150.16.214
Neighbor caps: refresh AS4
Session: external route-server AS4
Source address: 2001:deb:0:68::69
Route limit: 0/500
Hold timer: 125/180
Keepalive timer: 5/60
pp_0064_as4618 Pipe master up 2018-07-01 => t_0064_as4618
Description: Pipe for AS4618 - Internet Thailand - VLAN Interface 64
Preference: 70
Input filter: f_import_0064_as4618
Output filter: (unnamed)
Routes: 5 imported, 503 exported
Route change stats: received rejected filtered ignored accepted
Import updates: 545 540 0 0 5
Import withdraws: 28 0 --- 0 0
Export updates: 636 5 91 0 540
Export withdraws: 28 0 --- 0 28
pb_0064_as4618 BGP t_0064_as4618 up 2018-07-01 Established
Description: AS4618 - Internet Thailand
Preference: 100
Input filter: ACCEPT
Output filter: f_export_0064_as4618
Import limit: 500
Action: restart
Routes: 5 imported, 435 exported, 125 preferred
Route change stats: received rejected filtered ignored accepted
Import updates: 5 0 0 0 5
Import withdraws: 0 0 --- 0 0
Export updates: 512 5 0 --- 507
Export withdraws: 14 --- --- --- 14
BGP state: Established
Neighbor address: 2001:deb:0:68::115
Neighbor AS: 4618
Neighbor ID: 203.150.16.46
Neighbor caps: refresh restart-able AS4
Session: external route-server AS4
Source address: 2001:deb:0:68::69
Route limit: 5/500
Hold timer: 97/180
Keepalive timer: 48/60
pp_0011_as4621 Pipe master up 2018-07-01 => t_0011_as4621
Description: Pipe for AS4621 - Uninet - VLAN Interface 11
Preference: 70
Input filter: f_import_0011_as4621
Output filter: (unnamed)
Routes: 18 imported, 581 exported
Route change stats: received rejected filtered ignored accepted
Import updates: 636 612 0 0 24
Import withdraws: 28 0 --- 0 6
Export updates: 636 24 0 0 612
Export withdraws: 28 0 --- 0 22
pb_0011_as4621 BGP t_0011_as4621 up 2018-07-02 Established
Description: AS4621 - Uninet
Preference: 100
Input filter: ACCEPT
Output filter: f_export_0011_as4621
Import limit: 1000
Action: restart
Routes: 18 imported, 514 exported, 425 preferred
Route change stats: received rejected filtered ignored accepted
Import updates: 37 0 0 13 24
Import withdraws: 6 0 --- 0 6
Export updates: 554 23 0 --- 531
Export withdraws: 14 --- --- --- 8
BGP state: Established
Neighbor address: 2001:deb:0:68::10
Neighbor AS: 4621
Neighbor ID: 202.28.31.18
Neighbor caps: refresh restart-able AS4
Session: external route-server AS4
Source address: 2001:deb:0:68::69
Route limit: 18/1000
Hold timer: 84/180
Keepalive timer: 12/60
pp_0058_as4767 Pipe master up 2018-07-01 => t_0058_as4767
Description: Pipe for AS4767 - Asian Institute of Technology - VLAN Interface 58
Preference: 70
Input filter: f_import_0058_as4767
Output filter: (unnamed)
Routes: 0 imported, 508 exported
Route change stats: received rejected filtered ignored accepted
Import updates: 545 545 0 0 0
Import withdraws: 28 0 --- 0 0
Export updates: 636 0 91 0 545
Export withdraws: 28 0 --- 0 28
pb_0058_as4767 BGP t_0058_as4767 start 2018-07-01 Connect
Description: AS4767 - Asian Institute of Technology
Preference: 100
Input filter: ACCEPT
Output filter: f_export_0058_as4767
Import limit: 60
Action: restart
Routes: 0 imported, 0 exported, 0 preferred
Route change stats: received rejected filtered ignored accepted
Import updates: 0 0 0 0 0
Import withdraws: 0 0 --- 0 0
Export updates: 0 0 0 --- 0
Export withdraws: 0 --- --- --- 0
BGP state: Connect
Neighbor address: 2001:deb:0:68::13
Neighbor AS: 4767
pp_0056_as7470 Pipe master up 2018-07-01 => t_0056_as7470
Description: Pipe for AS7470 - TRUE - VLAN Interface 56
Preference: 70
Input filter: f_import_0056_as7470
Output filter: (unnamed)
Routes: 91 imported, 508 exported
Route change stats: received rejected filtered ignored accepted
Import updates: 636 545 0 0 91
Import withdraws: 28 0 --- 0 0
Export updates: 636 91 0 0 545
Export withdraws: 28 0 --- 0 28
pb_0056_as7470 BGP t_0056_as7470 up 2018-07-01 Established
Description: AS7470 - TRUE
Preference: 100
Input filter: ACCEPT
Output filter: f_export_0056_as7470
Import limit: 3000
Action: restart
Routes: 91 imported, 440 exported, 1092 preferred
Route change stats: received rejected filtered ignored accepted
Import updates: 91 0 0 0 91
Import withdraws: 0 0 --- 0 0
Export updates: 602 91 0 --- 511
Export withdraws: 14 --- --- --- 14
BGP state: Established
Neighbor address: 2001:deb:0:68::111
Neighbor AS: 7470
Neighbor ID: 203.144.254.63
Neighbor caps: refresh restart-able AS4
Session: external route-server AS4
Source address: 2001:deb:0:68::69
Route limit: 91/3000
Hold timer: 151/180
Keepalive timer: 43/60
pp_0034_as9873 Pipe master up 2018-07-01 => t_0034_as9873
Description: Pipe for AS9873 - Lao Telecom - VLAN Interface 34
Preference: 70
Input filter: f_import_0034_as9873
Output filter: (unnamed)
Routes: 33 imported, 411 exported
Route change stats: received rejected filtered ignored accepted
Import updates: 481 448 0 0 33
Import withdraws: 28 0 --- 0 0
Export updates: 636 33 155 0 448
Export withdraws: 28 0 --- 0 28
pb_0034_as9873 BGP t_0034_as9873 up 2018-07-01 Established
Description: AS9873 - Lao Telecom
Preference: 100
Input filter: ACCEPT
Output filter: f_export_0034_as9873
Import limit: 200
Action: restart
Routes: 33 imported, 375 exported, 825 preferred
Route change stats: received rejected filtered ignored accepted
Import updates: 33 0 0 0 33
Import withdraws: 0 0 --- 0 0
Export updates: 479 33 0 --- 446
Export withdraws: 14 --- --- --- 14
BGP state: Established
Neighbor address: 2001:deb:0:68::113
Neighbor AS: 9873
Neighbor ID: 115.84.67.10
Neighbor caps: refresh restart-able AS4
Session: external route-server AS4
Source address: 2001:deb:0:68::69
Route limit: 33/200
Hold timer: 134/180
Keepalive timer: 31/60
pp_0047_as20940 Pipe master up 2018-07-01 => t_0047_as20940
Description: Pipe for AS20940 - Akamai Technologies - VLAN Interface 47
Preference: 70
Input filter: f_import_0047_as20940
Output filter: (unnamed)
Routes: 1 imported, 507 exported
Route change stats: received rejected filtered ignored accepted
Import updates: 545 544 0 0 1
Import withdraws: 28 0 --- 0 0
Export updates: 636 1 91 0 544
Export withdraws: 28 0 --- 0 28
pb_0047_as20940 BGP t_0047_as20940 up 2018-07-01 Established
Description: AS20940 - Akamai Technologies
Preference: 100
Input filter: ACCEPT
Output filter: f_export_0047_as20940
Import limit: 4
Action: restart
Routes: 1 imported, 365 exported, 25 preferred
Route change stats: received rejected filtered ignored accepted
Import updates: 1 0 0 0 1
Import withdraws: 0 0 --- 0 0
Export updates: 511 1 74 --- 436
Export withdraws: 14 --- --- --- 14
BGP state: Established
Neighbor address: 2001:deb:0:68:0:a502:940:1
Neighbor AS: 20940
Neighbor ID: 23.209.180.254
Neighbor caps: refresh restart-aware AS4
Session: external route-server AS4
Source address: 2001:deb:0:68::69
Route limit: 1/4
Hold timer: 55/90
Keepalive timer: 4/30
pp_0054_as26415 Pipe master up 2018-07-01 => t_0054_as26415
Description: Pipe for AS26415 - Verisign - VLAN Interface 54
Preference: 70
Input filter: f_import_0054_as26415
Output filter: (unnamed)
Routes: 2 imported, 597 exported
Route change stats: received rejected filtered ignored accepted
Import updates: 636 634 0 0 2
Import withdraws: 28 0 --- 0 0
Export updates: 636 2 0 0 634
Export withdraws: 28 0 --- 0 28
pb_0054_as26415 BGP t_0054_as26415 up 2018-07-01 Established
Description: AS26415 - Verisign
Preference: 100
Input filter: ACCEPT
Output filter: f_export_0054_as26415
Import limit: 25
Action: restart
Routes: 2 imported, 529 exported, 50 preferred
Route change stats: received rejected filtered ignored accepted
Import updates: 2 0 0 0 2
Import withdraws: 0 0 --- 0 0
Export updates: 554 2 0 --- 552
Export withdraws: 14 --- --- --- 14
BGP state: Established
Neighbor address: 2001:deb:0:68::9
Neighbor AS: 26415
Neighbor ID: 203.159.68.9
Neighbor caps: refresh AS4
Session: external route-server AS4
Source address: 2001:deb:0:68::69
Route limit: 2/25
Hold timer: 117/180
Keepalive timer: 8/60
pp_0053_as38566 Pipe master up 2018-07-01 => t_0053_as38566
Description: Pipe for AS38566 - NTT Communications (Thailand) - VLAN Interface 53
Preference: 70
Input filter: f_import_0053_as38566
Output filter: (unnamed)
Routes: 3 imported, 505 exported
Route change stats: received rejected filtered ignored accepted
Import updates: 545 542 0 0 3
Import withdraws: 28 0 --- 0 0
Export updates: 636 3 91 0 542
Export withdraws: 28 0 --- 0 28
pb_0053_as38566 BGP t_0053_as38566 up 2018-07-01 Established
Description: AS38566 - NTT Communications (Thailand)
Preference: 100
Input filter: ACCEPT
Output filter: f_export_0053_as38566
Import limit: 200
Action: restart
Routes: 3 imported, 437 exported, 75 preferred
Route change stats: received rejected filtered ignored accepted
Import updates: 3 0 0 0 3
Import withdraws: 0 0 --- 0 0
Export updates: 512 3 0 --- 509
Export withdraws: 14 --- --- --- 14
BGP state: Established
Neighbor address: 2001:deb:0:68::110
Neighbor AS: 38566
Neighbor ID: 116.68.145.4
Neighbor caps: refresh AS4
Session: external route-server AS4
Source address: 2001:deb:0:68::69
Route limit: 3/200
Hold timer: 148/180
Keepalive timer: 42/60
pp_0060_as38794 Pipe master up 2018-07-01 => t_0060_as38794
Description: Pipe for AS38794 - United Information Highway - VLAN Interface 60
Preference: 70
Input filter: f_import_0060_as38794
Output filter: (unnamed)
Routes: 32 imported, 444 exported
Route change stats: received rejected filtered ignored accepted
Import updates: 513 481 0 0 32
Import withdraws: 28 0 --- 0 0
Export updates: 636 32 123 0 481
Export withdraws: 28 0 --- 0 28
pb_0060_as38794 BGP t_0060_as38794 up 2018-07-01 Established
Description: AS38794 - United Information Highway
Preference: 100
Input filter: ACCEPT
Output filter: f_export_0060_as38794
Import limit: 300
Action: restart
Routes: 32 imported, 407 exported, 736 preferred
Route change stats: received rejected filtered ignored accepted
Import updates: 32 0 0 0 32
Import withdraws: 0 0 --- 0 0
Export updates: 510 32 0 --- 478
Export withdraws: 14 --- --- --- 14
BGP state: Established
Neighbor address: 2001:deb:0:68::112
Neighbor AS: 38794
Neighbor ID: 117.121.208.22
Neighbor caps: refresh restart-aware AS4
Session: external route-server AS4
Source address: 2001:deb:0:68::69
Route limit: 32/300
Hold timer: 70/90
Keepalive timer: 1/30
pp_0041_as42909 Pipe master up 2018-07-01 => t_0041_as42909
Description: Pipe for AS42909 - CommunityDNS Ltd - VLAN Interface 41
Preference: 70
Input filter: f_import_0041_as42909
Output filter: (unnamed)
Routes: 2 imported, 597 exported
Route change stats: received rejected filtered ignored accepted
Import updates: 636 634 0 0 2
Import withdraws: 28 0 --- 0 0
Export updates: 636 2 0 0 634
Export withdraws: 28 0 --- 0 28
pb_0041_as42909 BGP t_0041_as42909 up 2018-07-01 Established
Description: AS42909 - CommunityDNS Ltd
Preference: 100
Input filter: ACCEPT
Output filter: f_export_0041_as42909
Import limit: 10
Action: restart
Routes: 2 imported, 529 exported, 50 preferred
Route change stats: received rejected filtered ignored accepted
Import updates: 2 0 0 0 2
Import withdraws: 0 0 --- 0 0
Export updates: 603 2 0 --- 601
Export withdraws: 14 --- --- --- 14
BGP state: Established
Neighbor address: 2001:deb:0:68::8
Neighbor AS: 42909
Neighbor ID: 203.159.68.8
Neighbor caps: refresh AS4
Session: external route-server AS4
Source address: 2001:deb:0:68::69
Route limit: 2/10
Hold timer: 140/180
Keepalive timer: 38/60
pp_0049_as45265 Pipe master up 2018-07-01 => t_0049_as45265
Description: Pipe for AS45265 - CSLoxinfo - VLAN Interface 49
Preference: 70
Input filter: f_import_0049_as45265
Output filter: (unnamed)
Routes: 202 imported, 306 exported
Route change stats: received rejected filtered ignored accepted
Import updates: 545 312 0 0 233
Import withdraws: 28 0 --- 0 22
Export updates: 636 233 91 0 312
Export withdraws: 28 0 --- 0 6
pb_0049_as45265 BGP t_0049_as45265 up 2018-07-01 Established
Description: AS45265 - CSLoxinfo
Preference: 100
Input filter: ACCEPT
Output filter: f_export_0049_as45265
Import limit: 3000
Action: restart
Routes: 202 imported, 239 exported, 5026 preferred
Route change stats: received rejected filtered ignored accepted
Import updates: 233 0 0 0 233
Import withdraws: 22 0 --- 0 22
Export updates: 511 232 0 --- 279
Export withdraws: 14 --- --- --- 6
BGP state: Established
Neighbor address: 2001:deb:0:68::108
Neighbor AS: 45265
Neighbor ID: 203.170.173.230
Neighbor caps: refresh restart-aware AS4
Session: external route-server AS4
Source address: 2001:deb:0:68::69
Route limit: 202/3000
Hold timer: 85/90
Keepalive timer: 1/30
pp_0027_as45667 Pipe master up 2018-07-01 => t_0027_as45667
Description: Pipe for AS45667 - TCC Technology - VLAN Interface 27
Preference: 70
Input filter: f_import_0027_as45667
Output filter: (unnamed)
Routes: 74 imported, 434 exported
Route change stats: received rejected filtered ignored accepted
Import updates: 545 471 0 0 74
Import withdraws: 28 0 --- 0 0
Export updates: 636 74 91 0 471
Export withdraws: 28 0 --- 0 28
pb_0027_as45667 BGP t_0027_as45667 up 2018-07-01 Established
Description: AS45667 - TCC Technology
Preference: 100
Input filter: ACCEPT
Output filter: f_export_0027_as45667
Import limit: 2000
Action: restart
Routes: 74 imported, 365 exported, 1850 preferred
Route change stats: received rejected filtered ignored accepted
Import updates: 74 0 0 0 74
Import withdraws: 0 0 --- 0 0
Export updates: 464 74 1 --- 389
Export withdraws: 14 --- --- --- 14
BGP state: Established
Neighbor address: 2001:deb:0:68::105
Neighbor AS: 45667
Neighbor ID: 202.60.206.190
Neighbor caps: refresh restart-able AS4
Session: external route-server AS4
Source address: 2001:deb:0:68::69
Route limit: 74/2000
Hold timer: 104/180
Keepalive timer: 41/60
pp_0019_as45758 Pipe master up 2018-07-01 => t_0019_as45758
Description: Pipe for AS45758 - 3BB - VLAN Interface 19
Preference: 70
Input filter: f_import_0019_as45758
Output filter: (unnamed)
Routes: 9 imported, 499 exported
Route change stats: received rejected filtered ignored accepted
Import updates: 545 536 0 0 9
Import withdraws: 28 0 --- 0 0
Export updates: 636 9 91 0 536
Export withdraws: 28 0 --- 0 28
pb_0019_as45758 BGP t_0019_as45758 up 2018-07-01 Established
Description: AS45758 - 3BB
Preference: 100
Input filter: ACCEPT
Output filter: f_export_0019_as45758
Import limit: 1500
Action: restart
Routes: 9 imported, 431 exported, 225 preferred
Route change stats: received rejected filtered ignored accepted
Import updates: 11 0 0 2 9
Import withdraws: 0 0 --- 0 0
Export updates: 511 9 0 --- 502
Export withdraws: 14 --- --- --- 14
BGP state: Established
Neighbor address: 2001:deb:0:68::102
Neighbor AS: 45758
Neighbor ID: 203.159.68.102
Neighbor caps: refresh enhanced-refresh AS4
Session: external route-server AS4
Source address: 2001:deb:0:68::69
Route limit: 9/1500
Hold timer: 141/180
Keepalive timer: 45/60
pp_0062_as45758 Pipe master up 2018-07-01 => t_0062_as45758
Description: Pipe for AS45758 - 3BB - VLAN Interface 62
Preference: 70
Input filter: f_import_0062_as45758
Output filter: (unnamed)
Routes: 0 imported, 508 exported
Route change stats: received rejected filtered ignored accepted
Import updates: 545 545 0 0 0
Import withdraws: 28 0 --- 0 0
Export updates: 636 0 91 0 545
Export withdraws: 28 0 --- 0 28
pb_0062_as45758 BGP t_0062_as45758 up 2018-07-01 Established
Description: AS45758 - 3BB
Preference: 100
Input filter: ACCEPT
Output filter: f_export_0062_as45758
Import limit: 1500
Action: restart
Routes: 0 imported, 440 exported, 0 preferred
Route change stats: received rejected filtered ignored accepted
Import updates: 0 0 0 0 0
Import withdraws: 0 0 --- 0 0
Export updates: 511 0 0 --- 511
Export withdraws: 14 --- --- --- 14
BGP state: Established
Neighbor address: 2001:deb:0:68::114
Neighbor AS: 45758
Neighbor ID: 110.164.14.130
Neighbor caps: refresh restart-able AS4
Session: external route-server AS4
Source address: 2001:deb:0:68::69
Route limit: 0/1500
Hold timer: 164/180
Keepalive timer: 28/60
pp_0013_as45796 Pipe master up 2018-07-01 => t_0013_as45796
Description: Pipe for AS45796 - BB Connect Co., Ltd. - VLAN Interface 13
Preference: 70
Input filter: f_import_0013_as45796
Output filter: (unnamed)
Routes: 36 imported, 440 exported
Route change stats: received rejected filtered ignored accepted
Import updates: 513 477 0 0 36
Import withdraws: 28 0 --- 0 0
Export updates: 636 36 123 0 477
Export withdraws: 28 0 --- 0 28
pb_0013_as45796 BGP t_0013_as45796 up 2018-07-01 Established
Description: AS45796 - BB Connect Co., Ltd.
Preference: 100
Input filter: ACCEPT
Output filter: f_export_0013_as45796
Import limit: 1000
Action: restart
Routes: 36 imported, 403 exported, 154 preferred
Route change stats: received rejected filtered ignored accepted
Import updates: 36 0 0 0 36
Import withdraws: 0 0 --- 0 0
Export updates: 464 36 0 --- 428
Export withdraws: 14 --- --- --- 15
BGP state: Established
Neighbor address: 2001:deb:0:68::100
Neighbor AS: 45796
Neighbor ID: 103.23.122.254
Neighbor caps: refresh restart-aware AS4
Session: external route-server AS4
Source address: 2001:deb:0:68::69
Route limit: 36/1000
Hold timer: 59/90
Keepalive timer: 24/30
pp_0078_as59238 Pipe master up 2018-07-01 => t_0078_as59238
Description: Pipe for AS59238 - Innovative Extremist - VLAN Interface 78
Preference: 70
Input filter: f_import_0078_as59238
Output filter: (unnamed)
Routes: 0 imported, 508 exported
Route change stats: received rejected filtered ignored accepted
Import updates: 545 545 0 0 0
Import withdraws: 28 0 --- 0 0
Export updates: 636 0 91 0 545
Export withdraws: 28 0 --- 0 28
pb_0078_as59238 BGP t_0078_as59238 up 2018-07-01 Established
Description: AS59238 - Innovative Extremist
Preference: 100
Input filter: ACCEPT
Output filter: f_export_0078_as59238
Import limit: 10
Action: restart
Routes: 0 imported, 440 exported, 0 preferred
Route change stats: received rejected filtered ignored accepted
Import updates: 0 0 0 0 0
Import withdraws: 0 0 --- 0 0
Export updates: 464 0 0 --- 464
Export withdraws: 14 --- --- --- 14
BGP state: Established
Neighbor address: 2001:deb:0:68::12
Neighbor AS: 59238
Neighbor ID: 103.253.133.6
Neighbor caps: refresh restart-aware AS4
Session: external route-server AS4
Source address: 2001:deb:0:68::69
Route limit: 0/10
Hold timer: 124/180
Keepalive timer: 28/60
pp_0005_as63528 Pipe master up 2018-07-01 => t_0005_as63528
Description: Pipe for AS63528 - Bangkok Neutral Internet Exchange Point - VLAN Interface 5
Preference: 70
Input filter: f_import_0005_as63528
Output filter: (unnamed)
Routes: 1 imported, 598 exported
Route change stats: received rejected filtered ignored accepted
Import updates: 636 635 0 0 1
Import withdraws: 28 0 --- 0 0
Export updates: 636 1 0 0 635
Export withdraws: 28 0 --- 0 28
pb_0005_as63528 BGP t_0005_as63528 up 2018-07-01 Established
Description: AS63528 - Bangkok Neutral Internet Exchange Point
Preference: 100
Input filter: ACCEPT
Output filter: f_export_0005_as63528
Import limit: 6
Action: restart
Routes: 1 imported, 531 exported, 0 preferred
Route change stats: received rejected filtered ignored accepted
Import updates: 1 0 0 0 1
Import withdraws: 0 0 --- 0 0
Export updates: 603 1 0 --- 602
Export withdraws: 14 --- --- --- 15
BGP state: Established
Neighbor address: 2001:deb:0:68::2
Neighbor AS: 63528
Neighbor ID: 203.159.68.2
Neighbor caps: refresh enhanced-refresh AS4
Session: external route-server AS4
Source address: 2001:deb:0:68::69
Route limit: 1/6
Hold timer: 147/180
Keepalive timer: 32/60
pp_0007_as63528 Pipe master up 2018-07-01 => t_0007_as63528
Description: Pipe for AS63528 - Bangkok Neutral Internet Exchange Point - VLAN Interface 7
Preference: 70
Input filter: f_import_0007_as63528
Output filter: (unnamed)
Routes: 1 imported, 598 exported
Route change stats: received rejected filtered ignored accepted
Import updates: 636 635 0 0 1
Import withdraws: 28 0 --- 0 0
Export updates: 636 1 0 0 635
Export withdraws: 28 0 --- 0 28
pb_0007_as63528 BGP t_0007_as63528 up 2018-07-01 Established
Description: AS63528 - Bangkok Neutral Internet Exchange Point
Preference: 100
Input filter: ACCEPT
Output filter: f_export_0007_as63528
Import limit: 6
Action: restart
Routes: 1 imported, 531 exported, 0 preferred
Route change stats: received rejected filtered ignored accepted
Import updates: 1 0 0 0 1
Import withdraws: 0 0 --- 0 0
Export updates: 603 1 0 --- 602
Export withdraws: 14 --- --- --- 14
BGP state: Established
Neighbor address: 2001:deb:0:68::1
Neighbor AS: 63528
Neighbor ID: 203.159.68.1
Neighbor caps: refresh enhanced-refresh AS4
Session: external route-server AS4
Source address: 2001:deb:0:68::69
Route limit: 1/6
Hold timer: 120/180
Keepalive timer: 21/60
pp_0066_as63528 Pipe master up 2018-07-01 => t_0066_as63528
Description: Pipe for AS63528 - Bangkok Neutral Internet Exchange Point - VLAN Interface 66
Preference: 70
Input filter: f_import_0066_as63528
Output filter: (unnamed)
Routes: 1 imported, 598 exported
Route change stats: received rejected filtered ignored accepted
Import updates: 636 635 0 0 1
Import withdraws: 28 0 --- 0 0
Export updates: 636 1 0 0 635
Export withdraws: 28 0 --- 0 28
pb_0066_as63528 BGP t_0066_as63528 up 2018-07-01 Established
Description: AS63528 - Bangkok Neutral Internet Exchange Point
Preference: 100
Input filter: ACCEPT
Output filter: f_export_0066_as63528
Import limit: 6
Action: restart
Routes: 1 imported, 530 exported, 25 preferred
Route change stats: received rejected filtered ignored accepted
Import updates: 1 0 0 0 1
Import withdraws: 0 0 --- 0 0
Export updates: 555 1 0 --- 554
Export withdraws: 14 --- --- --- 15
BGP state: Established
Neighbor address: 2001:deb:0:68::3
Neighbor AS: 63528
Neighbor ID: 203.159.70.243
Neighbor caps: refresh restart-able AS4
Session: external route-server AS4
Source address: 2001:deb:0:68::69
Route limit: 1/6
Hold timer: 60/90
Keepalive timer: 15/30
pp_0017_as133543 Pipe master up 2018-07-01 => t_0017_as133543
Description: Pipe for AS133543 - DTAC - VLAN Interface 17
Preference: 70
Input filter: f_import_0017_as133543
Output filter: (unnamed)
Routes: 33 imported, 566 exported
Route change stats: received rejected filtered ignored accepted
Import updates: 636 603 0 0 33
Import withdraws: 28 0 --- 0 0
Export updates: 636 33 0 0 603
Export withdraws: 28 0 --- 0 28
pb_0017_as133543 BGP t_0017_as133543 up 2018-07-01 Established
Description: AS133543 - DTAC
Preference: 100
Input filter: ACCEPT
Output filter: f_export_0017_as133543
Import limit: 1200
Action: restart
Routes: 33 imported, 531 exported, 0 preferred
Route change stats: received rejected filtered ignored accepted
Import updates: 33 0 0 0 33
Import withdraws: 0 0 --- 0 0
Export updates: 602 33 0 --- 569
Export withdraws: 14 --- --- --- 28
BGP state: Established
Neighbor address: 2001:deb:0:68::101
Neighbor AS: 133543
Neighbor ID: 124.40.239.177
Neighbor caps: refresh restart-able AS4
Session: external route-server AS4
Source address: 2001:deb:0:68::69
Route limit: 33/1200
Hold timer: 109/180
Keepalive timer: 31/60
pp_0080_as133543 Pipe master up 2018-07-01 => t_0080_as133543
Description: Pipe for AS133543 - DTAC - VLAN Interface 80
Preference: 70
Input filter: f_import_0080_as133543
Output filter: (unnamed)
Routes: 33 imported, 566 exported
Route change stats: received rejected filtered ignored accepted
Import updates: 636 603 0 0 33
Import withdraws: 28 0 --- 0 0
Export updates: 636 33 0 0 603
Export withdraws: 28 0 --- 0 28
pb_0080_as133543 BGP t_0080_as133543 up 2018-07-01 Established
Description: AS133543 - DTAC
Preference: 100
Input filter: ACCEPT
Output filter: f_export_0080_as133543
Import limit: 1200
Action: restart
Routes: 33 imported, 498 exported, 825 preferred
Route change stats: received rejected filtered ignored accepted
Import updates: 33 0 0 0 33
Import withdraws: 0 0 --- 0 0
Export updates: 602 33 0 --- 569
Export withdraws: 14 --- --- --- 47
BGP state: Established
Neighbor address: 2001:deb:0:68::104
Neighbor AS: 133543
Neighbor ID: 111.84.31.1
Neighbor caps: refresh restart-able AS4
Session: external route-server AS4
Source address: 2001:deb:0:68::69
Route limit: 33/1200
Hold timer: 101/180
Keepalive timer: 32/60
More information about the ixpmanager
mailing list