SlideShare a Scribd company logo
COMMERCIAL–IN-CO NFI DENCECOMMERCIAL–IN-CO NFI DENCE
SEACOM’s Experience
Deploying RPKI
COMMERCIAL–IN-CO NFI DENCE
RPKI
• Resource Public Key Infrastructure.
• Certify IP resources.
• Validate route origination.
• Phase 2 is to validate path.
• Let’s talk about the steps (AFRINIC region).
COMMERCIAL–IN-CO NFI DENCE
Create BPKI
COMMERCIAL–IN-CO NFI DENCE
AuthorizedBPKI Profiles
COMMERCIAL–IN-CO NFI DENCE
Resource Certification
COMMERCIAL–IN-CO NFI DENCE
Create ROA’s
COMMERCIAL–IN-CO NFI DENCE
View CreatedROA’s
COMMERCIAL–IN-CO NFI DENCE
Download& Install RPKI Project (… was our choice)
http://rpki.net/wiki/doc/RPKI/Installation
COMMERCIAL–IN-CO NFI DENCE
Router Setup – IOS & IOS XE
router bgp ASN
bgp rpki server tcp 2001:DB8::1 port 43779 refresh 300
bgp rpki server tcp 2001:DB8::2 port 43779 refresh 300
bgp rpki server tcp 192.0.2.1 port 43779 refresh 300
bgp rpki server tcp 192.0.2.2 port 43779 refresh 300
COMMERCIAL–IN-CO NFI DENCE
Router Setup – IOS XR
router bgp ASN
rpki server 192.0.2.1
transport tcp port 43779
refresh-time 300
!
rpki server 192.0.2.2
transport tcp port 43779
refresh-time 300
!
rpki server 2001:db8::1
transport tcp port 43779
refresh-time 300
!
rpki server 2001:db8::2
transport tcp port 43779
refresh-time 300
!
COMMERCIAL–IN-CO NFI DENCE
Router Setup – Junos
tinka@lab# show routing-options validation
group rpki-validation-caches {
session 192.0.2.1 {
refresh-time 300;
port 43779;
local-address 192.0.2.254;
}
session 192.0.2.2 {
refresh-time 300;
port 43779;
local-address 192.0.2.254;
}
}
group rpki-validation-caches6 {
session 2001:db8::1 {
refresh-time 300;
port 43779;
local-address 2001:db8::254;
}
session 2001:db8::2 {
refresh-time 300;
port 43779;
local-address 2001:db8::254;
}
}
{master}[edit]
tinka@lab#
COMMERCIAL–IN-CO NFI DENCE
Verifying(… IOS & IOS XE example)
lg-01-jnb.za>sh ip bgp 105.16.0.0
BGP routing table entry for 105.16.0.0/12, version 70256714
Paths: (2 available, best #2, table default)
Not advertised to any peer
Refresh Epoch 1
37100
105.22.32.1 from 105.22.32.1 (105.16.0.163)
Origin IGP, metric 0, localpref 100, valid, external
Community: 37100:1000
path 0F87C714 RPKI State valid
rx pathid: 0, tx pathid: 0
Refresh Epoch 1
37100
105.22.40.1 from 105.22.40.1 (105.16.0.162)
Origin IGP, metric 0, localpref 100, valid, external, best
Community: 37100:1000
path 1B430634 RPKI State valid
rx pathid: 0, tx pathid: 0x0
lg-01-jnb.za>
COMMERCIAL–IN-CO NFI DENCE
Verifying(… IOS & IOS XE example)
lg-01-jnb.za>sh bgp ipv6 unicast 2c0f:feb0::/32
BGP routing table entry for 2C0F:FEB0::/32, version 19272326
Paths: (2 available, best #2, table default)
Not advertised to any peer
Refresh Epoch 1
37100
2C0F:FEB0:B:2::1 (FE80::86B5:9C00:15FC:2400) from 2C0F:FEB0:B:2::1 (105.16.0.163)
Origin IGP, metric 0, localpref 100, valid, external
Community: 37100:1000
path 2BEDB1FC RPKI State valid
rx pathid: 0, tx pathid: 0
Refresh Epoch 1
37100
2C0F:FEB0:B:3::1 (FE80::86B5:9C00:15F5:7C00) from 2C0F:FEB0:B:3::1 (105.16.0.162)
Origin IGP, metric 0, localpref 100, valid, external, best
Community: 37100:1000
path 2A2AC60C RPKI State valid
rx pathid: 0, tx pathid: 0x0
lg-01-jnb.za>
COMMERCIAL–IN-CO NFI DENCE
Verifying(… IOS & IOS XE example)
lg-01-jnb.za#sh ip bgp rpki table
14946 BGP sovc network entries using 1315248 bytes of memory
15543 BGP sovc record entries using 310860 bytes of memory
Network Maxlen Origin-AS Source Neighbor
2.0.0.0/16 16 3215 0 105.16.160.2/43779
2.0.0.0/16 16 3215 0 2C0F:FEB0:B:1::2/43779
2.0.0.0/16 16 3215 0 2C0F:FEB0:2:1::2/43779
2.0.0.0/16 16 3215 0 105.16.112.2/43779
2.0.0.0/12 16 3215 0 105.16.160.2/43779
2.0.0.0/12 16 3215 0 2C0F:FEB0:B:1::2/43779
2.1.0.0/16 16 3215 0 105.16.160.2/43779
2.1.0.0/16 16 3215 0 2C0F:FEB0:B:1::2/43779
2.1.0.0/16 16 3215 0 2C0F:FEB0:2:1::2/43779
2.1.0.0/16 16 3215 0 105.16.112.2/43779
<snip>
…
lg-01-jnb.za#
COMMERCIAL–IN-CO NFI DENCE
Verifying(… IOS & IOS XE example)
lg-01-jnb.za#sh bgp ipv6 unicast rpki table
2217 BGP sovc network entries using 248304 bytes of memory
2309 BGP sovc record entries using 46180 bytes of memory
Network Maxlen Origin-AS Source Neighbor
2001:500:4::/48 48 10745 0 105.16.160.2/43779
2001:500:4::/48 48 10745 0 2C0F:FEB0:B:1::2/43779
2001:500:4::/48 48 10745 0 2C0F:FEB0:2:1::2/43779
2001:500:4::/48 48 10745 0 105.16.112.2/43779
2001:500:13::/48 48 393225 0 105.16.160.2/43779
2001:500:13::/48 48 393225 0 2C0F:FEB0:B:1::2/43779
2001:500:13::/48 48 393225 0 2C0F:FEB0:2:1::2/43779
2001:500:13::/48 48 393225 0 105.16.112.2/43779
2001:500:30::/48 48 10745 0 105.16.160.2/43779
2001:500:30::/48 48 10745 0 2C0F:FEB0:B:1::2/43779
<snip>
…
lg-01-jnb.za#
COMMERCIAL–IN-CO NFI DENCE
Verifying(… IOS & IOS XE example)
lg-01-jnb.za#sh ip bgp
BGP table version is 100925789, local router ID is 105.22.40.2
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
r RIB-failure, S Stale, m multipath, b backup-path, f RT-Filter,
x best-external, a additional-path, c RIB-compressed,
Origin codes: i - IGP, e - EGP, ? - incomplete
RPKI validation codes: V valid, I invalid, N Not found
Network Next Hop Metric LocPrf Weight Path
N* 1.0.0.0/24 105.22.32.1 0 0 37100 15169 i
N*> 105.22.40.1 0 0 37100 15169 i
N* 1.0.4.0/24 105.22.32.1 0 0 37100 6939 4826 38803 56203 i
N*> 105.22.40.1 0 0 37100 6939 4826 38803 56203 i
N* 1.0.5.0/24 105.22.32.1 0 0 37100 6939 4826 38803 56203 i
N*> 105.22.40.1 0 0 37100 6939 4826 38803 56203 i
N* 1.0.6.0/24 105.22.32.1 0 0 37100 6939 4826 38803 56203 56203 56203 i
N*> 105.22.40.1 0 0 37100 6939 4826 38803 56203 56203 56203 i
N* 1.0.64.0/18 105.22.32.1 0 0 37100 2497 7670 7670 18144 i
N*> 105.22.40.1 0 0 37100 2497 7670 7670 18144 i
N*> 1.0.128.0/18 105.22.32.1 0 0 37100 2914 38040 9737 i
N* 105.22.40.1 0 0 37100 2914 38040 9737 i
N*> 1.0.128.0/17 105.22.32.1 0 0 37100 2914 38040 9737 i
N* 105.22.40.1 0 0 37100 2914 38040 9737 i
N* 1.0.129.0/24 105.22.32.1 0 0 37100 4651 9737 23969 i
N*> 105.22.40.1 0 0 37100 4651 9737 23969 i
N* 1.0.130.0/24 105.22.32.1 0 0 37100 4651 9737 23969 I
<snip>
…
lg-01-jnb.za#
COMMERCIAL–IN-CO NFI DENCE
Verifying(… IOS & IOS XE example)
lg-01-jnb.za#sh bgp ipv6 unicast
BGP table version is 22720683, local router ID is 105.22.40.2
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
r RIB-failure, S Stale, m multipath, b backup-path, f RT-Filter,
x best-external, a additional-path, c RIB-compressed,
Origin codes: i - IGP, e - EGP, ? - incomplete
RPKI validation codes: V valid, I invalid, N Not found
Network Next Hop Metric LocPrf Weight Path
N* 2001::/32 2C0F:FEB0:B:2::1
0 0 37100 6939 i
N*> 2C0F:FEB0:B:3::1
0 0 37100 6939 i
N*> 2001:4:112::/48 2C0F:FEB0:B:3::1
0 0 37100 112 i
N* 2C0F:FEB0:B:2::1
0 0 37100 112 i
N*> 2001:200::/32 2C0F:FEB0:B:3::1
0 0 37100 2914 2500 i
N* 2C0F:FEB0:B:2::1
0 0 37100 2914 2500 i
N* 2001:200:900::/40
2C0F:FEB0:B:2::1
0 0 37100 6939 2516 7660 i
N*> 2C0F:FEB0:B:3::1
0 0 37100 6939 2516 7660 i
<snip>
…
lg-01-jnb.za#
COMMERCIAL–IN-CO NFI DENCE
Verifying(… pretty GUI’s,HE example)
COMMERCIAL–IN-CO NFI DENCE
Verifying(… pretty GUI’s,HE example)
COMMERCIAL–IN-CO NFI DENCE
Issues – Bad IOS XE Bug!
COMMERCIAL–IN-CO NFI DENCE
Issues – Bad IOS XE Bug!
COMMERCIAL–IN-CO NFI DENCE
Issues – IOS & IOS XE RFC 6811 Violation!
COMMERCIAL–IN-CO NFI DENCE
Issues – IOS & IOS XE RFC 6811 Violation!
COMMERCIAL–IN-CO NFI DENCE
MyNOG-6
• For MyNOG-6, will report on CA services for downstream customers.
COMMERCIAL–IN-CO NFI DENCE
Thank You
Q&A
mark.tinka@seacom.mu
25

More Related Content

PDF
Cloud Traffic Engineer – Google Espresso Project by Shaowen Ma
PPTX
BGP Traffic Engineering / Routing Optimisation
PDF
MyIX Updates
PDF
Traffic Engineering Using Segment Routing
PDF
Routing Security - its importance and status in South Asia
PPTX
BGP Graceful Shutdown - IOS XR
PPTX
Segment routing in ISO-XR 5.2.2
PDF
Introduction to Segment Routing
Cloud Traffic Engineer – Google Espresso Project by Shaowen Ma
BGP Traffic Engineering / Routing Optimisation
MyIX Updates
Traffic Engineering Using Segment Routing
Routing Security - its importance and status in South Asia
BGP Graceful Shutdown - IOS XR
Segment routing in ISO-XR 5.2.2
Introduction to Segment Routing

What's hot (20)

PDF
Bgp multihoming
PDF
BGP Advance Technique by Steven & James
PDF
Segment Routing Advanced Use Cases - Cisco Live 2016 USA
PPTX
BGP persistence
PDF
BGP Traffic Engineering with SDN Controller
PPTX
TechWiseTV Workshop: Segment Routing for the Datacenter
PPTX
Cisco Live Milan 2015 - BGP advance
PDF
Route Origin Validation With Routinator - A MANRS Approach for Operators
PPTX
How to Configure NetFlow v5 & v9 on Cisco Routers
PDF
RPKI Deployment Status in Bangladesh
PPTX
Migrating to OpenFlow SDNs
PDF
WAN SDN meet Segment Routing
PDF
Segment Routing: Prepare Your Network For New Business Models
PDF
Troubleshooting BGP
PDF
BGP Prime
PPTX
MENOG-Segment Routing Introduction
PDF
Bgp tutorial for ISP
PDF
Segment Routing Lab
PDF
Traffic Engineering for CDNs
Bgp multihoming
BGP Advance Technique by Steven & James
Segment Routing Advanced Use Cases - Cisco Live 2016 USA
BGP persistence
BGP Traffic Engineering with SDN Controller
TechWiseTV Workshop: Segment Routing for the Datacenter
Cisco Live Milan 2015 - BGP advance
Route Origin Validation With Routinator - A MANRS Approach for Operators
How to Configure NetFlow v5 & v9 on Cisco Routers
RPKI Deployment Status in Bangladesh
Migrating to OpenFlow SDNs
WAN SDN meet Segment Routing
Segment Routing: Prepare Your Network For New Business Models
Troubleshooting BGP
BGP Prime
MENOG-Segment Routing Introduction
Bgp tutorial for ISP
Segment Routing Lab
Traffic Engineering for CDNs
Ad

Viewers also liked (11)

PPT
Ost Invitation
DOC
XIAO PING LIU CV
DOC
081014 Vulnerability Management - VM Framework Procedural Guidelines 1.0
PPTX
Class session 2.2.16
PDF
Brochure E&G Davao
PPTX
Xoodax price protection2016
PDF
Impact of Ground Effect on Circulation Controlled Cylindrical Surfaces
PPTX
Real-Time Status Commands
PPTX
Ost Invitation
XIAO PING LIU CV
081014 Vulnerability Management - VM Framework Procedural Guidelines 1.0
Class session 2.2.16
Brochure E&G Davao
Xoodax price protection2016
Impact of Ground Effect on Circulation Controlled Cylindrical Surfaces
Real-Time Status Commands
Ad

Similar to RPKI: An Operator’s Implementation (20)

PPTX
PhNOG 2019: RPKI Deployment Update
PDF
Apnic_bgp_training_cisco_ciscosaicoc.pdf
PDF
BSides: BGP Hijacking and Secure Internet Routing
PDF
[AKIBA.AWS] VPN接続とルーティングの基礎
PDF
Ccnp enterprise workbook v1.0 bgp zero to hero
PDF
08 ip oc304 2_e1_1 zxr10 m6000 bgp configuration 24
PDF
BGP Security Best Practices that Matter, presented at PHNOG 2025
PDF
Finding the path, by Yoshinobu Matsuzaki [APNIC 38 / APOPS 1]
PDF
BGP Best Practices, presented by Imtiaz Sajid
PPT
Bgp For Presentation
PPTX
Implementing Internet and MPLS BGP
PDF
Troubleshooting BGP
PDF
PLNOG15: BGP New Advanced Features - Piotr Wojciechowski
PDF
BGP Route Aggregation Lab WorkBook
PDF
Bgp Toc
PDF
SANOG23-BGP-Techniques.pdf
PhNOG 2019: RPKI Deployment Update
Apnic_bgp_training_cisco_ciscosaicoc.pdf
BSides: BGP Hijacking and Secure Internet Routing
[AKIBA.AWS] VPN接続とルーティングの基礎
Ccnp enterprise workbook v1.0 bgp zero to hero
08 ip oc304 2_e1_1 zxr10 m6000 bgp configuration 24
BGP Security Best Practices that Matter, presented at PHNOG 2025
Finding the path, by Yoshinobu Matsuzaki [APNIC 38 / APOPS 1]
BGP Best Practices, presented by Imtiaz Sajid
Bgp For Presentation
Implementing Internet and MPLS BGP
Troubleshooting BGP
PLNOG15: BGP New Advanced Features - Piotr Wojciechowski
BGP Route Aggregation Lab WorkBook
Bgp Toc
SANOG23-BGP-Techniques.pdf

More from MyNOG (20)

PDF
MEASURING THE HEALTH AND RESILIENCE OF THE INTERNET: MALAYSIA
PDF
Malaysia’s Emerging Trends in Data Center: Identifying Tomorrow’s Hotspots
PDF
SHADOWSERVER: INTERNET CRITICAL SECURITY AS A PUBLIC SERVICE
PDF
Building a Connected Future: The Power of Interconnection
PDF
COHERENT OPTICAL TRANSCEIVERS – CURRENT CAPABILITIES AND FUTURE POSSIBILITIES
PDF
Strategies for Seamless Recovery in a Dynamic Data Landscape
PDF
SRv6: DEPLOYMENT & USECASES by Aditya Kaul
PDF
Peering Personal MyNOG-10
PDF
Embedded CDNs in 2023
PDF
Edge virtualisation for Carrier Networks
PDF
Equinix: New Markets, New Frontiers
PDF
Securing the Onion: 5G Cloud Native Infrastructure
PDF
Hierarchical Network Controller
PDF
Aether: The First Open Source 5G/LTE Connected Edge Cloud Platform
PDF
Cleaning up your RPKI invalids
PDF
Introducing Peering LAN 2.0 at DE-CIX
PDF
Load balancing and Service in Kubernetes
PDF
Cloud SDN: BGP Peering and RPKI
PDF
SDM – A New (Subsea) Cable Paradigm
PDF
AI in Networking: Transforming Network Operations with Juniper Mist AIDE
MEASURING THE HEALTH AND RESILIENCE OF THE INTERNET: MALAYSIA
Malaysia’s Emerging Trends in Data Center: Identifying Tomorrow’s Hotspots
SHADOWSERVER: INTERNET CRITICAL SECURITY AS A PUBLIC SERVICE
Building a Connected Future: The Power of Interconnection
COHERENT OPTICAL TRANSCEIVERS – CURRENT CAPABILITIES AND FUTURE POSSIBILITIES
Strategies for Seamless Recovery in a Dynamic Data Landscape
SRv6: DEPLOYMENT & USECASES by Aditya Kaul
Peering Personal MyNOG-10
Embedded CDNs in 2023
Edge virtualisation for Carrier Networks
Equinix: New Markets, New Frontiers
Securing the Onion: 5G Cloud Native Infrastructure
Hierarchical Network Controller
Aether: The First Open Source 5G/LTE Connected Edge Cloud Platform
Cleaning up your RPKI invalids
Introducing Peering LAN 2.0 at DE-CIX
Load balancing and Service in Kubernetes
Cloud SDN: BGP Peering and RPKI
SDM – A New (Subsea) Cable Paradigm
AI in Networking: Transforming Network Operations with Juniper Mist AIDE

Recently uploaded (20)

PDF
The Internet -By the Numbers, Sri Lanka Edition
PPT
Design_with_Watersergyerge45hrbgre4top (1).ppt
PPTX
INTERNET------BASICS-------UPDATED PPT PRESENTATION
PDF
Slides PDF The World Game (s) Eco Economic Epochs.pdf
PPTX
PptxGenJS_Demo_Chart_20250317130215833.pptx
PDF
SASE Traffic Flow - ZTNA Connector-1.pdf
PPTX
522797556-Unit-2-Temperature-measurement-1-1.pptx
PDF
An introduction to the IFRS (ISSB) Stndards.pdf
PPTX
Digital Literacy And Online Safety on internet
PPTX
CHE NAA, , b,mn,mblblblbljb jb jlb ,j , ,C PPT.pptx
PDF
Sims 4 Historia para lo sims 4 para jugar
PPTX
Introduction about ICD -10 and ICD11 on 5.8.25.pptx
PPTX
Introuction about WHO-FIC in ICD-10.pptx
PDF
Best Practices for Testing and Debugging Shopify Third-Party API Integrations...
PDF
Decoding a Decade: 10 Years of Applied CTI Discipline
PPTX
Introduction to Information and Communication Technology
PPTX
Funds Management Learning Material for Beg
PPTX
introduction about ICD -10 & ICD-11 ppt.pptx
PPTX
artificial intelligence overview of it and more
PDF
RPKI Status Update, presented by Makito Lay at IDNOG 10
The Internet -By the Numbers, Sri Lanka Edition
Design_with_Watersergyerge45hrbgre4top (1).ppt
INTERNET------BASICS-------UPDATED PPT PRESENTATION
Slides PDF The World Game (s) Eco Economic Epochs.pdf
PptxGenJS_Demo_Chart_20250317130215833.pptx
SASE Traffic Flow - ZTNA Connector-1.pdf
522797556-Unit-2-Temperature-measurement-1-1.pptx
An introduction to the IFRS (ISSB) Stndards.pdf
Digital Literacy And Online Safety on internet
CHE NAA, , b,mn,mblblblbljb jb jlb ,j , ,C PPT.pptx
Sims 4 Historia para lo sims 4 para jugar
Introduction about ICD -10 and ICD11 on 5.8.25.pptx
Introuction about WHO-FIC in ICD-10.pptx
Best Practices for Testing and Debugging Shopify Third-Party API Integrations...
Decoding a Decade: 10 Years of Applied CTI Discipline
Introduction to Information and Communication Technology
Funds Management Learning Material for Beg
introduction about ICD -10 & ICD-11 ppt.pptx
artificial intelligence overview of it and more
RPKI Status Update, presented by Makito Lay at IDNOG 10

RPKI: An Operator’s Implementation

  • 1. COMMERCIAL–IN-CO NFI DENCECOMMERCIAL–IN-CO NFI DENCE SEACOM’s Experience Deploying RPKI
  • 2. COMMERCIAL–IN-CO NFI DENCE RPKI • Resource Public Key Infrastructure. • Certify IP resources. • Validate route origination. • Phase 2 is to validate path. • Let’s talk about the steps (AFRINIC region).
  • 8. COMMERCIAL–IN-CO NFI DENCE Download& Install RPKI Project (… was our choice) http://rpki.net/wiki/doc/RPKI/Installation
  • 9. COMMERCIAL–IN-CO NFI DENCE Router Setup – IOS & IOS XE router bgp ASN bgp rpki server tcp 2001:DB8::1 port 43779 refresh 300 bgp rpki server tcp 2001:DB8::2 port 43779 refresh 300 bgp rpki server tcp 192.0.2.1 port 43779 refresh 300 bgp rpki server tcp 192.0.2.2 port 43779 refresh 300
  • 10. COMMERCIAL–IN-CO NFI DENCE Router Setup – IOS XR router bgp ASN rpki server 192.0.2.1 transport tcp port 43779 refresh-time 300 ! rpki server 192.0.2.2 transport tcp port 43779 refresh-time 300 ! rpki server 2001:db8::1 transport tcp port 43779 refresh-time 300 ! rpki server 2001:db8::2 transport tcp port 43779 refresh-time 300 !
  • 11. COMMERCIAL–IN-CO NFI DENCE Router Setup – Junos tinka@lab# show routing-options validation group rpki-validation-caches { session 192.0.2.1 { refresh-time 300; port 43779; local-address 192.0.2.254; } session 192.0.2.2 { refresh-time 300; port 43779; local-address 192.0.2.254; } } group rpki-validation-caches6 { session 2001:db8::1 { refresh-time 300; port 43779; local-address 2001:db8::254; } session 2001:db8::2 { refresh-time 300; port 43779; local-address 2001:db8::254; } } {master}[edit] tinka@lab#
  • 12. COMMERCIAL–IN-CO NFI DENCE Verifying(… IOS & IOS XE example) lg-01-jnb.za>sh ip bgp 105.16.0.0 BGP routing table entry for 105.16.0.0/12, version 70256714 Paths: (2 available, best #2, table default) Not advertised to any peer Refresh Epoch 1 37100 105.22.32.1 from 105.22.32.1 (105.16.0.163) Origin IGP, metric 0, localpref 100, valid, external Community: 37100:1000 path 0F87C714 RPKI State valid rx pathid: 0, tx pathid: 0 Refresh Epoch 1 37100 105.22.40.1 from 105.22.40.1 (105.16.0.162) Origin IGP, metric 0, localpref 100, valid, external, best Community: 37100:1000 path 1B430634 RPKI State valid rx pathid: 0, tx pathid: 0x0 lg-01-jnb.za>
  • 13. COMMERCIAL–IN-CO NFI DENCE Verifying(… IOS & IOS XE example) lg-01-jnb.za>sh bgp ipv6 unicast 2c0f:feb0::/32 BGP routing table entry for 2C0F:FEB0::/32, version 19272326 Paths: (2 available, best #2, table default) Not advertised to any peer Refresh Epoch 1 37100 2C0F:FEB0:B:2::1 (FE80::86B5:9C00:15FC:2400) from 2C0F:FEB0:B:2::1 (105.16.0.163) Origin IGP, metric 0, localpref 100, valid, external Community: 37100:1000 path 2BEDB1FC RPKI State valid rx pathid: 0, tx pathid: 0 Refresh Epoch 1 37100 2C0F:FEB0:B:3::1 (FE80::86B5:9C00:15F5:7C00) from 2C0F:FEB0:B:3::1 (105.16.0.162) Origin IGP, metric 0, localpref 100, valid, external, best Community: 37100:1000 path 2A2AC60C RPKI State valid rx pathid: 0, tx pathid: 0x0 lg-01-jnb.za>
  • 14. COMMERCIAL–IN-CO NFI DENCE Verifying(… IOS & IOS XE example) lg-01-jnb.za#sh ip bgp rpki table 14946 BGP sovc network entries using 1315248 bytes of memory 15543 BGP sovc record entries using 310860 bytes of memory Network Maxlen Origin-AS Source Neighbor 2.0.0.0/16 16 3215 0 105.16.160.2/43779 2.0.0.0/16 16 3215 0 2C0F:FEB0:B:1::2/43779 2.0.0.0/16 16 3215 0 2C0F:FEB0:2:1::2/43779 2.0.0.0/16 16 3215 0 105.16.112.2/43779 2.0.0.0/12 16 3215 0 105.16.160.2/43779 2.0.0.0/12 16 3215 0 2C0F:FEB0:B:1::2/43779 2.1.0.0/16 16 3215 0 105.16.160.2/43779 2.1.0.0/16 16 3215 0 2C0F:FEB0:B:1::2/43779 2.1.0.0/16 16 3215 0 2C0F:FEB0:2:1::2/43779 2.1.0.0/16 16 3215 0 105.16.112.2/43779 <snip> … lg-01-jnb.za#
  • 15. COMMERCIAL–IN-CO NFI DENCE Verifying(… IOS & IOS XE example) lg-01-jnb.za#sh bgp ipv6 unicast rpki table 2217 BGP sovc network entries using 248304 bytes of memory 2309 BGP sovc record entries using 46180 bytes of memory Network Maxlen Origin-AS Source Neighbor 2001:500:4::/48 48 10745 0 105.16.160.2/43779 2001:500:4::/48 48 10745 0 2C0F:FEB0:B:1::2/43779 2001:500:4::/48 48 10745 0 2C0F:FEB0:2:1::2/43779 2001:500:4::/48 48 10745 0 105.16.112.2/43779 2001:500:13::/48 48 393225 0 105.16.160.2/43779 2001:500:13::/48 48 393225 0 2C0F:FEB0:B:1::2/43779 2001:500:13::/48 48 393225 0 2C0F:FEB0:2:1::2/43779 2001:500:13::/48 48 393225 0 105.16.112.2/43779 2001:500:30::/48 48 10745 0 105.16.160.2/43779 2001:500:30::/48 48 10745 0 2C0F:FEB0:B:1::2/43779 <snip> … lg-01-jnb.za#
  • 16. COMMERCIAL–IN-CO NFI DENCE Verifying(… IOS & IOS XE example) lg-01-jnb.za#sh ip bgp BGP table version is 100925789, local router ID is 105.22.40.2 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, m multipath, b backup-path, f RT-Filter, x best-external, a additional-path, c RIB-compressed, Origin codes: i - IGP, e - EGP, ? - incomplete RPKI validation codes: V valid, I invalid, N Not found Network Next Hop Metric LocPrf Weight Path N* 1.0.0.0/24 105.22.32.1 0 0 37100 15169 i N*> 105.22.40.1 0 0 37100 15169 i N* 1.0.4.0/24 105.22.32.1 0 0 37100 6939 4826 38803 56203 i N*> 105.22.40.1 0 0 37100 6939 4826 38803 56203 i N* 1.0.5.0/24 105.22.32.1 0 0 37100 6939 4826 38803 56203 i N*> 105.22.40.1 0 0 37100 6939 4826 38803 56203 i N* 1.0.6.0/24 105.22.32.1 0 0 37100 6939 4826 38803 56203 56203 56203 i N*> 105.22.40.1 0 0 37100 6939 4826 38803 56203 56203 56203 i N* 1.0.64.0/18 105.22.32.1 0 0 37100 2497 7670 7670 18144 i N*> 105.22.40.1 0 0 37100 2497 7670 7670 18144 i N*> 1.0.128.0/18 105.22.32.1 0 0 37100 2914 38040 9737 i N* 105.22.40.1 0 0 37100 2914 38040 9737 i N*> 1.0.128.0/17 105.22.32.1 0 0 37100 2914 38040 9737 i N* 105.22.40.1 0 0 37100 2914 38040 9737 i N* 1.0.129.0/24 105.22.32.1 0 0 37100 4651 9737 23969 i N*> 105.22.40.1 0 0 37100 4651 9737 23969 i N* 1.0.130.0/24 105.22.32.1 0 0 37100 4651 9737 23969 I <snip> … lg-01-jnb.za#
  • 17. COMMERCIAL–IN-CO NFI DENCE Verifying(… IOS & IOS XE example) lg-01-jnb.za#sh bgp ipv6 unicast BGP table version is 22720683, local router ID is 105.22.40.2 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, m multipath, b backup-path, f RT-Filter, x best-external, a additional-path, c RIB-compressed, Origin codes: i - IGP, e - EGP, ? - incomplete RPKI validation codes: V valid, I invalid, N Not found Network Next Hop Metric LocPrf Weight Path N* 2001::/32 2C0F:FEB0:B:2::1 0 0 37100 6939 i N*> 2C0F:FEB0:B:3::1 0 0 37100 6939 i N*> 2001:4:112::/48 2C0F:FEB0:B:3::1 0 0 37100 112 i N* 2C0F:FEB0:B:2::1 0 0 37100 112 i N*> 2001:200::/32 2C0F:FEB0:B:3::1 0 0 37100 2914 2500 i N* 2C0F:FEB0:B:2::1 0 0 37100 2914 2500 i N* 2001:200:900::/40 2C0F:FEB0:B:2::1 0 0 37100 6939 2516 7660 i N*> 2C0F:FEB0:B:3::1 0 0 37100 6939 2516 7660 i <snip> … lg-01-jnb.za#
  • 18. COMMERCIAL–IN-CO NFI DENCE Verifying(… pretty GUI’s,HE example)
  • 19. COMMERCIAL–IN-CO NFI DENCE Verifying(… pretty GUI’s,HE example)
  • 20. COMMERCIAL–IN-CO NFI DENCE Issues – Bad IOS XE Bug!
  • 21. COMMERCIAL–IN-CO NFI DENCE Issues – Bad IOS XE Bug!
  • 22. COMMERCIAL–IN-CO NFI DENCE Issues – IOS & IOS XE RFC 6811 Violation!
  • 23. COMMERCIAL–IN-CO NFI DENCE Issues – IOS & IOS XE RFC 6811 Violation!
  • 24. COMMERCIAL–IN-CO NFI DENCE MyNOG-6 • For MyNOG-6, will report on CA services for downstream customers.
  • 25. COMMERCIAL–IN-CO NFI DENCE Thank You Q&A mark.tinka@seacom.mu 25