SlideShare a Scribd company logo
1 of 32
Download to read offline
31
Get more from your IPv4 resources
Presented By:
Shuvodip Roy
Senior Systems
Engineer
Amber IT Limited
sdroy@live.com
Preface
As IPv4 exhausted, RIRโ€™s (Regional Internet Registry) are not getting IPv4 to
be allocated or the block size now become very limited. Alternative and
the next version IPv6 is rolled out. But, demand of IPv4 is still growing.
One of the big reason is globally still the maximum number of sites yet
only available via IPv4.
In the context of Bangladesh, we still need to connect a large numbers of
subscribers with Internet. Sufficient IPv4 addresses are not available. In
this circumstance, we can use RFC3021 Using 31-Bit Prefixes on IPv4
Point-to-Point Links in large scale.
In a ISP or else, 80% or more are actually โ€œSingle Home Point-to-Point
Linksโ€. Using the RFC3021, we will be able to connect double numbers of
links than current times using existing IPv4 resources.
This presentation is all about that.
Presented By: Shuvodip Roy in bdNOG 13
ONLINE
2
Disclaimer
* Disclaimer: Although RFC3021 released in December, 2000. Still many
vendors or devices not support it. In this presentation, will try to cover up
the configuration of those which is commonly use in Bangladesh.
The configuration will differ vendor to vendor as well as device to device.
Presented By: Shuvodip Roy in bdNOG 13
ONLINE
3
Exhaustion
All 5 RIR's have either limited supplies or have run out of available IPv4
addresses. ARIN and the RIPE NCC ran out of their available supply in 2015
and 2019 respectively. In APNIC, LACNIC and AFRINIC rationing supplies
according to the community policies.
APNICโ€™s IPv4 pool to run out by creating policies to limit the amount of
address space delegated to APNIC Members from APNICโ€™s final /8.
Implemented the final /8 policy, which stipulated that APNIC account
holders new or existing were able to receive up to a /23 from the final /8
pool.
Checkout of the report of IPv4 availability:
https://labs.apnic.net/ipv4/report.html
Presented By: Shuvodip Roy in bdNOG 13
ONLINE
4
Request for Comments: 3021
In December, 2000 the documentation open. The main motivation was to
relief the problem slightly of lack of IPv4 addresses. On that time IPv6 was not
in production. Still IPv6 required many more years for transition fully.
Key Points:
โ€ข Consideration of 31-Bit Prefixes on IPv4 Links.
โ€ข Networks with 31-bit prefixes have no impact on current routing protocols.
The communication between peers is done using multicast, limited
broadcast or unicast addresses (all on the local network), none of which are
affected with the use of 31-bit subnet masks.
โ€ข The use of 31-bit subnet masks within the core of the Internet will reduce
the number of physical links against which a DoS attack relying on packet
replication through the use of directed broadcasts can be launched
[RFC2644, SMURF]
More information available in: https://datatracker.ietf.org/doc/html/rfc3021
Presented By: Shuvodip Roy in bdNOG 13
ONLINE
5
31-Bit Prefixes
Network: 192.0.2.0/31
Address: 192.0.2.0 11000000.00000000.00000010.0000000 0
Netmask: 255.255.255.254 = 31 11111111.11111111.11111111.1111111 0
Wildcard: 0.0.0.1 00000000.00000000.00000000.0000000 1
Broadcast: 192.0.2.1 11000000.00000000.00000010.0000000 1
HostMin: 192.0.2.1 11000000.00000000.00000010.0000000 1
HostMax: 192.0.2.0 11000000.00000000.00000010.0000000 0
Presented By: Shuvodip Roy in bdNOG 13
ONLINE
6
Traditional Point to Point Link
IP Block of 30 Bit Prefix: 192.0.2.0/30
Network Address: 192.0.2.0
Provider Edge Address: 192.0.2.1
Client Edge Address: 192.0.2.2
Broadcast Address: 192.0.2.3
Presented By: Shuvodip Roy in bdNOG 13
ONLINE
7
Provider Edge
IP: 192.0.2.1
Client Edge
IP: 192.0.2.2
Point to Point Link with 31-Bit
Using the same 192.0.2.0/30 rather than traditional Point to Point link in
31-Bit we can create 2 Point to Point link by same resource.
Presented By: Shuvodip Roy in bdNOG 13
ONLINE
8
Provider Edge
IP: 192.0.2.0
Client Edge
IP: 192.0.2.1
Provider Edge
IP: 192.0.2.2
Provider Edge
IP: 192.0.2.3
Client 1 Point to Point Link
Client 2 Point to Point Link
Client 1
/31 Bit Prefix:
192.0.2.0/31
Network Address:
192.0.2.0
Provider Edge Address:
192.0.2.1
Client Edge Address:
192.0.2.2
Broadcast Address:
192.0.2.1
Client 2
/31 Bit Prefix:
192.0.2.2/31
Network Address:
192.0.2.2
Provider Edge Address:
192.0.2.2
Client Edge Address:
192.0.2.3
Broadcast Address:
192.0.2.3
Where 31-Bit can be use?
In a ISP:
โ€ข Point to Point Infrastructure Link (i.e.: Backbone) with Public IP.
โ€ข Point to Point connected link with โ€œSingle Homeโ€ dedicated corporate
customers.
โ€ข It is also applicable for those customers who have multiple or single link
and the Public IP block routed via any Routing Protocol. Etc.
In a Organization:
โ€ข Point to Point Internal Backbone with Public IP.
โ€ข In Host (i.e.: Servers, Workstation) running with 30-Bit Prefix. Etc.
Presented By: Shuvodip Roy in bdNOG 13
ONLINE
9
Challenges!!!
A number of vendors or Operating System still now not support the
RFC3021. As a fact, a significant challenges is there to implement.
* In the context of Bangladesh, CISCO IOS support this since release
12.2(2)T, Juniper supports it also.
* Mostly used MikroTik, does not support it but with improvisation
without any side effects it possible to configure with 31-Bit.
* Windows is same as Mikrotik.
* Home based Router TP-Link new version supports 31-Bit but for older
versions need improvisation. But, that improvisation have relative side
effects also. Which will be discussed later to be concerned to use.
* Others all depends on Vendors and itโ€™s Firmware or OS.
Presented By: Shuvodip Roy in bdNOG 13
ONLINE
10
Point to Point with 31-Bit in
CISCO
For R1:
R1(config-if)#ip address 192.0.2.0 255.255.255.254
For R2:
R2(config-if)#ip address 192.0.2.1 255.255.255.254
Presented By: Shuvodip Roy in bdNOG 13
ONLINE
11
Host Name โ€œR1โ€
IP: 192.0.2.0/31
Host Name โ€œR2โ€
IP: 192.0.2.1/31
Point to Point with 31-Bit in
CISCO (continue)
After configure IP in both Router if we check Route Table and Reachability
via ping, we will get following.
As CISCO supported RFC3021 31-Bit Prefixes will operate smoothly.
Presented By: Shuvodip Roy in bdNOG 13
ONLINE
12
R1 R2
Point to Point with 31-Bit in
Juniper
For R1:
[edit interfaces fxp0 unit 0]
root@R1# set family inet address 192.0.2.0/31
For R2:
[edit interfaces fxp0 unit 0]
root@R2# set family inet address 192.0.2.1/31
Presented By: Shuvodip Roy in bdNOG 13
ONLINE
13
Host Name โ€œR1โ€
IP: 192.0.2.0/31
Host Name โ€œR2โ€
IP: 192.0.2.1/31
Point to Point with 31-Bit in
Juniper (continue)
After configure IP in both Router if we check Route Table and Reachability via
ping, we will get following.
Juniper also supported RFC3021 31-Bit.
Presented By: Shuvodip Roy in bdNOG 13
ONLINE
14
R1 R2
Point to Point with 31-Bit in
MikroTik
For R1:
[admin@R1] > ip address add address=192.0.2.0 network=192.0.2.1
interface=ether1
For R2:
[admin@R2] > ip address add address=192.0.2.1 network=192.0.2.0
interface=ether1
Note: Mikrotik does not support the RFC3021. In MikroTik need to declare IP
as 32-Bit and also need to add โ€œnetworkโ€ manually.
Presented By: Shuvodip Roy in bdNOG 13
ONLINE
15
Identity โ€œR1โ€
IP: 192.0.2.0/31
Identity โ€œR2โ€
IP: 192.0.2.1/31
Point to Point with 31-Bit in
Mikrotik (continue)
After configure IP in both Router if we check Route Table and Reachability
via ping, we will get following.
Now in Mikrotik we have the Reachability.
Presented By: Shuvodip Roy in bdNOG 13
ONLINE
16
R1 R2
Issues with MikroTik
We already ensure the Reachability in Point To Point link in Mikrotik by
using improvisation using 31-Bit as 32-Bit.
So, far in this method we can use 31-Bit Prefixes in Mikrotik. But, it creates
a issue also.
โ€ข Connected Route not Redistribute:
Suppose, Router R1 is a POP of a ISP and R2 is Client Edge. ISP POP is
connected over Dynamic Routing Protocol where Connected Route
Redistributed over Dynamic Routing Protocol.
As we manually set the IP as 32-Bit and also the network in R1. So that the
original network=192.0.2.0 changed for R1 IP. Which is manually set to
network=192.0.2.1. In that case, it will not Redistribute over Dynamic
Routing Protocol.
Presented By: Shuvodip Roy in bdNOG 13
ONLINE
17
Solution of the Issues with
MikroTik
There are 2 possible solution of this currently.
โ€ข Advertise the 31-Bit Prefix: Solution 1, will be the advertising 31-Bit
Prefix 192.0.2.0/31 via Dynamic Routing Protocol in POP/R1 side.
โ€ข Set the HostMin IP in POP/R1 as 31-Bit: Solution 2, is in POP/R1 declare
IP as 192.0.2.1/31 where automatically network will be 192.0.2.0. In
Client/R2 set the IP manually as 192.0.2.0 as well as network 192.0.2.1.
Thus Point to Point will be reachable also the connected route in
POP/R1 will be Redistribute also.
Presented By: Shuvodip Roy in bdNOG 13
ONLINE
18
Solution of the Issues with
MikroTik
There are 2 Possible solution of this currently.
โ€ข Advertise the 31-Bit Prefix: Solution 1, will be the advertising 31-Bit
Prefix 192.0.2.0/31 via Dynamic Routing Protocol in POP/R1 side.
โ€ข Set the HostMin IP in POP/R1 as 31-Bit: Solution 2, is in POP/R1 declare
IP as 192.0.2.1/31 where automatically network will be 192.0.2.0. In
Client/R2 set the IP manually as 192.0.2.0 as well as network 192.0.2.1.
Thus Point to Point will be reachable also the connected route in
POP/R1 will be Redistribute also.
Presented By: Shuvodip Roy in bdNOG 13
ONLINE
19
31-Bit in TP-Link
TP-Link Routers are mostly used in Home, SOHO link. New firmware and
models TP-Link supports RFC3021 and configuration is nothing new.
Presented By: Shuvodip Roy in bdNOG 13
ONLINE
20
31-Bit IP configuration in TP-Link
Issues with TP-Link old
versions
Older version TP-Link does not support RFC3021. In that case, through
improvisation setup could be possible as figured.
Presented By: Shuvodip Roy in bdNOG 13
ONLINE
21
TP-Link 31-Bit configured with improvisation in old version
Issues with TP-Link old
versions (continue)
In the early slide we configured 31-Bit in a old version/model of TP-Link
which does not support the RFC3021.
In that case, Prefix was 118.179.84.12/31 but as TP-Link does not support
it Subnet Mask: 255.255.255.254 or 255.255.255.255 will not be
applicable. It will provide following error
โ€œThe IP Address does not match the Subnet Mask: Invalid host numberโ€
Presented By: Shuvodip Roy in bdNOG 13
ONLINE
22
Solution of the Issues with
TP-Link old versions
In 118.179.84.12/31, we need to find a sweet able Subnet Mask where IP:
118.179.84.12 & IP: 118.179.84.13 will not be the Network Address or the
Broadcast Address.
So, in nearest Subnet Mask 255.255.255.248 or /29 IP: 118.179.84.12 &
IP: 118.179.84.13 is not the Network Address or the Broadcast Address.
Then Router will accept the IP configuration and 31-Bit will be useable.
The nearest Subnet Mask will vary with IP.
Caution: There also a side effect brings with this improvisation. As TP-
Link get 118.179.84.8/29 as connected Route due to Subnet Mask:
255.255.255.248. So, from this TP-Link except 118.179.84.12 & IP:
118.179.84.13 all IP will be unreachable in 118.179.84.8/29. If the link
required reachability in this range then this improvisation will be
difficult.
Presented By: Shuvodip Roy in bdNOG 13
ONLINE
23
Others Home Routers
Others Home Router such as Netgear, Asus, Tenda, D-Link etc. are
moreover same as TP-Link.
The new version in some vendors supports RFC3021 but others are not.
Improvisation works but there are side effects of that which already
described.
Presented By: Shuvodip Roy in bdNOG 13
ONLINE
24
31-Bit in Windows
Windows also not support RFC3021. If we set the Subnet Mask
255.255.255.254 it provides following Warning.
Presented By: Shuvodip Roy in bdNOG 13
ONLINE
25
31-Bit in Windows (continue)
But as improvisation we may use the IP as 32-Bit Prefix, that means
Subnet Mask is 255.255.255.255
Presented By: Shuvodip Roy in bdNOG 13
ONLINE
26
31-Bit in Windows
31-Bit in Windows (continue)
Although it will also provide following Warning. But, saving this
configuration by pressing โ€œYesโ€ will work for 31-Bit Prefix improvisation in
Windows. Thus, smoothly 31-Bit can be useable in Windows.
Presented By: Shuvodip Roy in bdNOG 13
ONLINE
27
31-Bit in Linux
Adding 31-Bit Prefix is Linux have nothing new. It is usual as like others IP
configuration in Linux. Here is a example with Ubuntu 20.10 (Groovy
Gorilla)
Presented By: Shuvodip Roy in bdNOG 13
ONLINE
28
31-Bit Prefix in Linux
Example in Production
In my organization Amber IT Limited, we are deploying 31-Bit Prefixes in
respect of the concerns of all matters which already described. Plenty of
numbers we already deployed in 31-Bit and itโ€™s cost IPv4 resources half
rather than where it traditionally does with 30-Bit Prefix.
Presented By: Shuvodip Roy in bdNOG 13
ONLINE
29
Summary
In Exhaustion, RFC3021 is very helpful in deed. There are no doubts IPv6 is
the longer time solution. But, different expertise already provide
statement that it will require more time to transition fully in to IPv6.
In the mean time, we have none other choice but a option RFC3021.
Which will provide a relief for Exhaustion of IPv4.
The main challenge is primeval Devices and many Vendors still not support
the RFC. As it is a matter of Firmware or OS, we may expect soon Vendors
will rollout updated Firmware or OS which will support RFC3021. Which
will be a great offer for users. It will be also a great relief for Service
Providers.
Presented By: Shuvodip Roy in bdNOG 13
ONLINE
30
Acknowledgement
Special thanks for bdNOG committee members for approve my
presentation.
I would also like to gratefully acknowledge who works and proposed
RFC3021.
โ€ข A. Retana
โ€ข R. White
โ€ข Cisco Systems
โ€ข V. Fuller
โ€ข GTE Internetworking
โ€ข D. McPherson
โ€ข Amber Networks
and also to many more.
Presented By: Shuvodip Roy in bdNOG 13
ONLINE
31
Presented By: Shuvodip Roy in bdNOG 13
ONLINE
32

More Related Content

What's hot

Using mikrotik with radius
Using mikrotik with radiusUsing mikrotik with radius
Using mikrotik with radiusAchmad Mardiansyah
ย 
MPLS on Router OS V7 - Part 2
MPLS on Router OS V7 - Part 2MPLS on Router OS V7 - Part 2
MPLS on Router OS V7 - Part 2GLC Networks
ย 
Border Gatway Protocol
Border Gatway ProtocolBorder Gatway Protocol
Border Gatway ProtocolShashank Asthana
ย 
Fun with PRB, VRFs and NetNS on Linux - What is it, how does it work, what ca...
Fun with PRB, VRFs and NetNS on Linux - What is it, how does it work, what ca...Fun with PRB, VRFs and NetNS on Linux - What is it, how does it work, what ca...
Fun with PRB, VRFs and NetNS on Linux - What is it, how does it work, what ca...Maximilan Wilhelm
ย 
BGP vs OSPF on Mikrotik
BGP vs OSPF on MikrotikBGP vs OSPF on Mikrotik
BGP vs OSPF on MikrotikGLC Networks
ย 
Mikrotik firewall mangle
Mikrotik firewall mangleMikrotik firewall mangle
Mikrotik firewall mangleAchmad Mardiansyah
ย 
Load Sharing Internet with MikroTik.pdf
Load Sharing Internet with MikroTik.pdfLoad Sharing Internet with MikroTik.pdf
Load Sharing Internet with MikroTik.pdfEnics
ย 
Routing fundamentals with mikrotik
Routing fundamentals with mikrotikRouting fundamentals with mikrotik
Routing fundamentals with mikrotikAchmad Mardiansyah
ย 
A very good introduction to IPv6
A very good introduction to IPv6A very good introduction to IPv6
A very good introduction to IPv6Syed Arshad
ย 
Mikrotik Hotspot
Mikrotik HotspotMikrotik Hotspot
Mikrotik HotspotGLC Networks
ย 
OSPF On Router OS7
OSPF On Router OS7OSPF On Router OS7
OSPF On Router OS7GLC Networks
ย 
CCNP Switching Chapter 4
CCNP Switching Chapter 4CCNP Switching Chapter 4
CCNP Switching Chapter 4Chaing Ravuth
ย 
Using MikroTik routers for BGP transit and IX points
Using MikroTik routers for BGP transit and IX points  Using MikroTik routers for BGP transit and IX points
Using MikroTik routers for BGP transit and IX points Pavel Odintsov
ย 
Cilium - BPF & XDP for containers
 Cilium - BPF & XDP for containers Cilium - BPF & XDP for containers
Cilium - BPF & XDP for containersDocker, Inc.
ย 
Segment Routing Technology Deep Dive and Advanced Use Cases
Segment Routing Technology Deep Dive and Advanced Use CasesSegment Routing Technology Deep Dive and Advanced Use Cases
Segment Routing Technology Deep Dive and Advanced Use CasesCisco Canada
ย 
Segment Routing: A Tutorial
Segment Routing: A TutorialSegment Routing: A Tutorial
Segment Routing: A TutorialAPNIC
ย 
Stable OSPF: choosing network type.pdf
Stable OSPF: choosing network type.pdfStable OSPF: choosing network type.pdf
Stable OSPF: choosing network type.pdfGLC Networks
ย 

What's hot (20)

Using mikrotik with radius
Using mikrotik with radiusUsing mikrotik with radius
Using mikrotik with radius
ย 
MPLS on Router OS V7 - Part 2
MPLS on Router OS V7 - Part 2MPLS on Router OS V7 - Part 2
MPLS on Router OS V7 - Part 2
ย 
Border Gatway Protocol
Border Gatway ProtocolBorder Gatway Protocol
Border Gatway Protocol
ย 
Fun with PRB, VRFs and NetNS on Linux - What is it, how does it work, what ca...
Fun with PRB, VRFs and NetNS on Linux - What is it, how does it work, what ca...Fun with PRB, VRFs and NetNS on Linux - What is it, how does it work, what ca...
Fun with PRB, VRFs and NetNS on Linux - What is it, how does it work, what ca...
ย 
BGP vs OSPF on Mikrotik
BGP vs OSPF on MikrotikBGP vs OSPF on Mikrotik
BGP vs OSPF on Mikrotik
ย 
Mikrotik firewall mangle
Mikrotik firewall mangleMikrotik firewall mangle
Mikrotik firewall mangle
ย 
Load Sharing Internet with MikroTik.pdf
Load Sharing Internet with MikroTik.pdfLoad Sharing Internet with MikroTik.pdf
Load Sharing Internet with MikroTik.pdf
ย 
Routing fundamentals with mikrotik
Routing fundamentals with mikrotikRouting fundamentals with mikrotik
Routing fundamentals with mikrotik
ย 
Fact Sheets : Network Status in Bangladesh
Fact Sheets : Network Status in BangladeshFact Sheets : Network Status in Bangladesh
Fact Sheets : Network Status in Bangladesh
ย 
A very good introduction to IPv6
A very good introduction to IPv6A very good introduction to IPv6
A very good introduction to IPv6
ย 
Mikrotik Hotspot
Mikrotik HotspotMikrotik Hotspot
Mikrotik Hotspot
ย 
OSPF On Router OS7
OSPF On Router OS7OSPF On Router OS7
OSPF On Router OS7
ย 
CCNP Switching Chapter 4
CCNP Switching Chapter 4CCNP Switching Chapter 4
CCNP Switching Chapter 4
ย 
Using MikroTik routers for BGP transit and IX points
Using MikroTik routers for BGP transit and IX points  Using MikroTik routers for BGP transit and IX points
Using MikroTik routers for BGP transit and IX points
ย 
Cilium - BPF & XDP for containers
 Cilium - BPF & XDP for containers Cilium - BPF & XDP for containers
Cilium - BPF & XDP for containers
ย 
VPNaaS in Neutron
VPNaaS in NeutronVPNaaS in Neutron
VPNaaS in Neutron
ย 
BGP on mikrotik
BGP on mikrotikBGP on mikrotik
BGP on mikrotik
ย 
Segment Routing Technology Deep Dive and Advanced Use Cases
Segment Routing Technology Deep Dive and Advanced Use CasesSegment Routing Technology Deep Dive and Advanced Use Cases
Segment Routing Technology Deep Dive and Advanced Use Cases
ย 
Segment Routing: A Tutorial
Segment Routing: A TutorialSegment Routing: A Tutorial
Segment Routing: A Tutorial
ย 
Stable OSPF: choosing network type.pdf
Stable OSPF: choosing network type.pdfStable OSPF: choosing network type.pdf
Stable OSPF: choosing network type.pdf
ย 

Similar to 31, Get more from your IPv4 resources

IPAddressing .pptx
IPAddressing .pptxIPAddressing .pptx
IPAddressing .pptxkarthikvcyber
ย 
MULTIMEDIA COMMUNICATION & NETWORKS
MULTIMEDIA COMMUNICATION & NETWORKSMULTIMEDIA COMMUNICATION & NETWORKS
MULTIMEDIA COMMUNICATION & NETWORKSKathirvel Ayyaswamy
ย 
2017 01-31-cgns
2017 01-31-cgns2017 01-31-cgns
2017 01-31-cgnsGeoffHuston
ย 
Bgp route reflector
Bgp route reflector Bgp route reflector
Bgp route reflector Deepak Kumar
ย 
Running BGP with Mikrotik
Running BGP with MikrotikRunning BGP with Mikrotik
Running BGP with MikrotikGLC Networks
ย 
Device replacement in eip with lldp
Device replacement in eip with lldpDevice replacement in eip with lldp
Device replacement in eip with lldpromangl
ย 
Mikro tik vpn configuration with site converted
Mikro tik vpn configuration with site convertedMikro tik vpn configuration with site converted
Mikro tik vpn configuration with site convertedUttam Ds
ย 
Cisco discovery d homesb module 5 - v.4 in english.
Cisco discovery   d homesb module 5 - v.4 in english.Cisco discovery   d homesb module 5 - v.4 in english.
Cisco discovery d homesb module 5 - v.4 in english.igede tirtanata
ย 
Ccna 1 final exam answer v5
Ccna 1 final exam answer v5Ccna 1 final exam answer v5
Ccna 1 final exam answer v5friv4schoolgames
ย 
I pv6 tutorial
I pv6 tutorialI pv6 tutorial
I pv6 tutorialFred Bovy
ย 
Abitcool - A vast array of small-scale service providers with gigabit access,...
Abitcool - A vast array of small-scale service providers with gigabit access,...Abitcool - A vast array of small-scale service providers with gigabit access,...
Abitcool - A vast array of small-scale service providers with gigabit access,...APNIC
ย 
IP Addressing.ppt
IP Addressing.pptIP Addressing.ppt
IP Addressing.pptAbrahamGadissa
ย 
ccna 4 final 2012
ccna 4 final 2012ccna 4 final 2012
ccna 4 final 2012frivgames344jueg
ย 
IP Concept in LTE
IP Concept in LTEIP Concept in LTE
IP Concept in LTESofian .
ย 

Similar to 31, Get more from your IPv4 resources (20)

IPAddressing .pptx
IPAddressing .pptxIPAddressing .pptx
IPAddressing .pptx
ย 
MULTIMEDIA COMMUNICATION & NETWORKS
MULTIMEDIA COMMUNICATION & NETWORKSMULTIMEDIA COMMUNICATION & NETWORKS
MULTIMEDIA COMMUNICATION & NETWORKS
ย 
2017 01-31-cgns
2017 01-31-cgns2017 01-31-cgns
2017 01-31-cgns
ย 
Www ccnav5 net_ccna_3_v5_0_scaling_networks_final_exam_2013
Www ccnav5 net_ccna_3_v5_0_scaling_networks_final_exam_2013Www ccnav5 net_ccna_3_v5_0_scaling_networks_final_exam_2013
Www ccnav5 net_ccna_3_v5_0_scaling_networks_final_exam_2013
ย 
Bgp route reflector
Bgp route reflector Bgp route reflector
Bgp route reflector
ย 
Bots.pdf
Bots.pdfBots.pdf
Bots.pdf
ย 
Www ccnav5 net_ccna_1_chapter_8_v5_0_exam_answers_2014
Www ccnav5 net_ccna_1_chapter_8_v5_0_exam_answers_2014Www ccnav5 net_ccna_1_chapter_8_v5_0_exam_answers_2014
Www ccnav5 net_ccna_1_chapter_8_v5_0_exam_answers_2014
ย 
Running BGP with Mikrotik
Running BGP with MikrotikRunning BGP with Mikrotik
Running BGP with Mikrotik
ย 
Computer Network
Computer Network Computer Network
Computer Network
ย 
Device replacement in eip with lldp
Device replacement in eip with lldpDevice replacement in eip with lldp
Device replacement in eip with lldp
ย 
Mikro tik vpn configuration with site converted
Mikro tik vpn configuration with site convertedMikro tik vpn configuration with site converted
Mikro tik vpn configuration with site converted
ย 
Cisco discovery d homesb module 5 - v.4 in english.
Cisco discovery   d homesb module 5 - v.4 in english.Cisco discovery   d homesb module 5 - v.4 in english.
Cisco discovery d homesb module 5 - v.4 in english.
ย 
Ccna 1 final exam answer v5
Ccna 1 final exam answer v5Ccna 1 final exam answer v5
Ccna 1 final exam answer v5
ย 
I pv6 tutorial
I pv6 tutorialI pv6 tutorial
I pv6 tutorial
ย 
Abitcool - A vast array of small-scale service providers with gigabit access,...
Abitcool - A vast array of small-scale service providers with gigabit access,...Abitcool - A vast array of small-scale service providers with gigabit access,...
Abitcool - A vast array of small-scale service providers with gigabit access,...
ย 
IP Addressing.ppt
IP Addressing.pptIP Addressing.ppt
IP Addressing.ppt
ย 
ccna 4 final 2012
ccna 4 final 2012ccna 4 final 2012
ccna 4 final 2012
ย 
IP Concept in LTE
IP Concept in LTEIP Concept in LTE
IP Concept in LTE
ย 
Mod6
Mod6Mod6
Mod6
ย 
Www ccnav5 net_ccna_1_chapter_3_v5_0_exam_answers_2014
Www ccnav5 net_ccna_1_chapter_3_v5_0_exam_answers_2014Www ccnav5 net_ccna_1_chapter_3_v5_0_exam_answers_2014
Www ccnav5 net_ccna_1_chapter_3_v5_0_exam_answers_2014
ย 

More from Bangladesh Network Operators Group

Accelerating Hyper-Converged Enterprise Virtualization using Proxmox and Ceph
Accelerating Hyper-Converged Enterprise Virtualization using Proxmox and CephAccelerating Hyper-Converged Enterprise Virtualization using Proxmox and Ceph
Accelerating Hyper-Converged Enterprise Virtualization using Proxmox and CephBangladesh Network Operators Group
ย 
Network eWaste : Community role to manage end of life Product
Network eWaste : Community role to manage end of life ProductNetwork eWaste : Community role to manage end of life Product
Network eWaste : Community role to manage end of life ProductBangladesh Network Operators Group
ย 
A plenarily integrated SIEM solution and itโ€™s Deployment
A plenarily integrated SIEM solution and itโ€™s DeploymentA plenarily integrated SIEM solution and itโ€™s Deployment
A plenarily integrated SIEM solution and itโ€™s DeploymentBangladesh Network Operators Group
ย 
Contents Localization Initiatives to get better User Experience
Contents Localization Initiatives to get better User ExperienceContents Localization Initiatives to get better User Experience
Contents Localization Initiatives to get better User ExperienceBangladesh Network Operators Group
ย 
Re-define network visibility for capacity planning & forecasting with Grafana
Re-define network visibility for capacity planning & forecasting with GrafanaRe-define network visibility for capacity planning & forecasting with Grafana
Re-define network visibility for capacity planning & forecasting with GrafanaBangladesh Network Operators Group
ย 
Measuring the Internet Economy: How Networks Create Value
Measuring the Internet Economy: How Networks Create ValueMeasuring the Internet Economy: How Networks Create Value
Measuring the Internet Economy: How Networks Create ValueBangladesh Network Operators Group
ย 

More from Bangladesh Network Operators Group (20)

Accelerating Hyper-Converged Enterprise Virtualization using Proxmox and Ceph
Accelerating Hyper-Converged Enterprise Virtualization using Proxmox and CephAccelerating Hyper-Converged Enterprise Virtualization using Proxmox and Ceph
Accelerating Hyper-Converged Enterprise Virtualization using Proxmox and Ceph
ย 
Recent IRR changes by Yoshinobu Matsuzaki, IIJ
Recent IRR changes by Yoshinobu Matsuzaki, IIJRecent IRR changes by Yoshinobu Matsuzaki, IIJ
Recent IRR changes by Yoshinobu Matsuzaki, IIJ
ย 
AI Driven Wi-Fi for the Bottom of the Pyramid
AI Driven Wi-Fi for the Bottom of the PyramidAI Driven Wi-Fi for the Bottom of the Pyramid
AI Driven Wi-Fi for the Bottom of the Pyramid
ย 
IPv6 Security Overview by QS Tahmeed, APNIC RCT
IPv6 Security Overview by QS Tahmeed, APNIC RCTIPv6 Security Overview by QS Tahmeed, APNIC RCT
IPv6 Security Overview by QS Tahmeed, APNIC RCT
ย 
Network eWaste : Community role to manage end of life Product
Network eWaste : Community role to manage end of life ProductNetwork eWaste : Community role to manage end of life Product
Network eWaste : Community role to manage end of life Product
ย 
A plenarily integrated SIEM solution and itโ€™s Deployment
A plenarily integrated SIEM solution and itโ€™s DeploymentA plenarily integrated SIEM solution and itโ€™s Deployment
A plenarily integrated SIEM solution and itโ€™s Deployment
ย 
IPv6 Deployment in South Asia 2022
IPv6 Deployment in South Asia  2022IPv6 Deployment in South Asia  2022
IPv6 Deployment in South Asia 2022
ย 
Introduction to Software Defined Networking (SDN)
Introduction to Software Defined Networking (SDN)Introduction to Software Defined Networking (SDN)
Introduction to Software Defined Networking (SDN)
ย 
RPKI Deployment Status in Bangladesh
RPKI Deployment Status in BangladeshRPKI Deployment Status in Bangladesh
RPKI Deployment Status in Bangladesh
ย 
An Overview about open UDP Services
An Overview about open UDP ServicesAn Overview about open UDP Services
An Overview about open UDP Services
ย 
12 Years in DNS Security As a Defender
12 Years in DNS Security As a Defender12 Years in DNS Security As a Defender
12 Years in DNS Security As a Defender
ย 
Contents Localization Initiatives to get better User Experience
Contents Localization Initiatives to get better User ExperienceContents Localization Initiatives to get better User Experience
Contents Localization Initiatives to get better User Experience
ย 
BdNOG-20220625-MT-v6.0.pptx
BdNOG-20220625-MT-v6.0.pptxBdNOG-20220625-MT-v6.0.pptx
BdNOG-20220625-MT-v6.0.pptx
ย 
Route Leak Prevension with BGP Community
Route Leak Prevension with BGP CommunityRoute Leak Prevension with BGP Community
Route Leak Prevension with BGP Community
ย 
Tale of a New Bangladeshi NIX
Tale of a New Bangladeshi NIXTale of a New Bangladeshi NIX
Tale of a New Bangladeshi NIX
ย 
MANRS for Network Operators
MANRS for Network OperatorsMANRS for Network Operators
MANRS for Network Operators
ย 
Re-define network visibility for capacity planning & forecasting with Grafana
Re-define network visibility for capacity planning & forecasting with GrafanaRe-define network visibility for capacity planning & forecasting with Grafana
Re-define network visibility for capacity planning & forecasting with Grafana
ย 
RPKI ROA updates
RPKI ROA updatesRPKI ROA updates
RPKI ROA updates
ย 
Blockchain Demystified
Blockchain DemystifiedBlockchain Demystified
Blockchain Demystified
ย 
Measuring the Internet Economy: How Networks Create Value
Measuring the Internet Economy: How Networks Create ValueMeasuring the Internet Economy: How Networks Create Value
Measuring the Internet Economy: How Networks Create Value
ย 

Recently uploaded

"Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency""Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency"growthgrids
ย 
๐“€คCall On 7877925207 ๐“€ค Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
๐“€คCall On 7877925207 ๐“€ค Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...๐“€คCall On 7877925207 ๐“€ค Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
๐“€คCall On 7877925207 ๐“€ค Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...Neha Pandey
ย 
Wadgaon Sheri $ Call Girls Pune 10k @ I'm VIP Independent Escorts Girls 80057...
Wadgaon Sheri $ Call Girls Pune 10k @ I'm VIP Independent Escorts Girls 80057...Wadgaon Sheri $ Call Girls Pune 10k @ I'm VIP Independent Escorts Girls 80057...
Wadgaon Sheri $ Call Girls Pune 10k @ I'm VIP Independent Escorts Girls 80057...SUHANI PANDEY
ย 
Trump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts SweatshirtTrump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts Sweatshirtrahman018755
ย 
20240507 QFM013 Machine Intelligence Reading List April 2024.pdf
20240507 QFM013 Machine Intelligence Reading List April 2024.pdf20240507 QFM013 Machine Intelligence Reading List April 2024.pdf
20240507 QFM013 Machine Intelligence Reading List April 2024.pdfMatthew Sinclair
ย 
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...SUHANI PANDEY
ย 
๐Ÿ’š๐Ÿ˜‹ Salem Escort Service Call Girls, 9352852248 โ‚น5000 To 25K With AC๐Ÿ’š๐Ÿ˜‹
๐Ÿ’š๐Ÿ˜‹ Salem Escort Service Call Girls, 9352852248 โ‚น5000 To 25K With AC๐Ÿ’š๐Ÿ˜‹๐Ÿ’š๐Ÿ˜‹ Salem Escort Service Call Girls, 9352852248 โ‚น5000 To 25K With AC๐Ÿ’š๐Ÿ˜‹
๐Ÿ’š๐Ÿ˜‹ Salem Escort Service Call Girls, 9352852248 โ‚น5000 To 25K With AC๐Ÿ’š๐Ÿ˜‹nirzagarg
ย 
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...SUHANI PANDEY
ย 
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge GraphsEleniIlkou
ย 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableSeo
ย 
20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdfMatthew Sinclair
ย 
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls DubaiDubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubaikojalkojal131
ย 
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...SUHANI PANDEY
ย 
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...roncy bisnoi
ย 
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...SUHANI PANDEY
ย 
Lucknow โคCALL GIRL 88759*99948 โคCALL GIRLS IN Lucknow ESCORT SERVICEโคCALL GIRL
Lucknow โคCALL GIRL 88759*99948 โคCALL GIRLS IN Lucknow ESCORT SERVICEโคCALL GIRLLucknow โคCALL GIRL 88759*99948 โคCALL GIRLS IN Lucknow ESCORT SERVICEโคCALL GIRL
Lucknow โคCALL GIRL 88759*99948 โคCALL GIRLS IN Lucknow ESCORT SERVICEโคCALL GIRLimonikaupta
ย 
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...SUHANI PANDEY
ย 
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...singhpriety023
ย 
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...APNIC
ย 

Recently uploaded (20)

valsad Escorts Service โ˜Ž๏ธ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service โ˜Ž๏ธ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...valsad Escorts Service โ˜Ž๏ธ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
valsad Escorts Service โ˜Ž๏ธ 6378878445 ( Sakshi Sinha ) High Profile Call Girls...
ย 
"Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency""Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency"
ย 
๐“€คCall On 7877925207 ๐“€ค Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
๐“€คCall On 7877925207 ๐“€ค Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...๐“€คCall On 7877925207 ๐“€ค Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
๐“€คCall On 7877925207 ๐“€ค Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
ย 
Wadgaon Sheri $ Call Girls Pune 10k @ I'm VIP Independent Escorts Girls 80057...
Wadgaon Sheri $ Call Girls Pune 10k @ I'm VIP Independent Escorts Girls 80057...Wadgaon Sheri $ Call Girls Pune 10k @ I'm VIP Independent Escorts Girls 80057...
Wadgaon Sheri $ Call Girls Pune 10k @ I'm VIP Independent Escorts Girls 80057...
ย 
Trump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts SweatshirtTrump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts Sweatshirt
ย 
20240507 QFM013 Machine Intelligence Reading List April 2024.pdf
20240507 QFM013 Machine Intelligence Reading List April 2024.pdf20240507 QFM013 Machine Intelligence Reading List April 2024.pdf
20240507 QFM013 Machine Intelligence Reading List April 2024.pdf
ย 
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...
ย 
๐Ÿ’š๐Ÿ˜‹ Salem Escort Service Call Girls, 9352852248 โ‚น5000 To 25K With AC๐Ÿ’š๐Ÿ˜‹
๐Ÿ’š๐Ÿ˜‹ Salem Escort Service Call Girls, 9352852248 โ‚น5000 To 25K With AC๐Ÿ’š๐Ÿ˜‹๐Ÿ’š๐Ÿ˜‹ Salem Escort Service Call Girls, 9352852248 โ‚น5000 To 25K With AC๐Ÿ’š๐Ÿ˜‹
๐Ÿ’š๐Ÿ˜‹ Salem Escort Service Call Girls, 9352852248 โ‚น5000 To 25K With AC๐Ÿ’š๐Ÿ˜‹
ย 
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
ย 
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
ย 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
ย 
20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf
ย 
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls DubaiDubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
ย 
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
ย 
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
ย 
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
ย 
Lucknow โคCALL GIRL 88759*99948 โคCALL GIRLS IN Lucknow ESCORT SERVICEโคCALL GIRL
Lucknow โคCALL GIRL 88759*99948 โคCALL GIRLS IN Lucknow ESCORT SERVICEโคCALL GIRLLucknow โคCALL GIRL 88759*99948 โคCALL GIRLS IN Lucknow ESCORT SERVICEโคCALL GIRL
Lucknow โคCALL GIRL 88759*99948 โคCALL GIRLS IN Lucknow ESCORT SERVICEโคCALL GIRL
ย 
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
ย 
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
ย 
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
ย 

31, Get more from your IPv4 resources

  • 1. 31 Get more from your IPv4 resources Presented By: Shuvodip Roy Senior Systems Engineer Amber IT Limited sdroy@live.com
  • 2. Preface As IPv4 exhausted, RIRโ€™s (Regional Internet Registry) are not getting IPv4 to be allocated or the block size now become very limited. Alternative and the next version IPv6 is rolled out. But, demand of IPv4 is still growing. One of the big reason is globally still the maximum number of sites yet only available via IPv4. In the context of Bangladesh, we still need to connect a large numbers of subscribers with Internet. Sufficient IPv4 addresses are not available. In this circumstance, we can use RFC3021 Using 31-Bit Prefixes on IPv4 Point-to-Point Links in large scale. In a ISP or else, 80% or more are actually โ€œSingle Home Point-to-Point Linksโ€. Using the RFC3021, we will be able to connect double numbers of links than current times using existing IPv4 resources. This presentation is all about that. Presented By: Shuvodip Roy in bdNOG 13 ONLINE 2
  • 3. Disclaimer * Disclaimer: Although RFC3021 released in December, 2000. Still many vendors or devices not support it. In this presentation, will try to cover up the configuration of those which is commonly use in Bangladesh. The configuration will differ vendor to vendor as well as device to device. Presented By: Shuvodip Roy in bdNOG 13 ONLINE 3
  • 4. Exhaustion All 5 RIR's have either limited supplies or have run out of available IPv4 addresses. ARIN and the RIPE NCC ran out of their available supply in 2015 and 2019 respectively. In APNIC, LACNIC and AFRINIC rationing supplies according to the community policies. APNICโ€™s IPv4 pool to run out by creating policies to limit the amount of address space delegated to APNIC Members from APNICโ€™s final /8. Implemented the final /8 policy, which stipulated that APNIC account holders new or existing were able to receive up to a /23 from the final /8 pool. Checkout of the report of IPv4 availability: https://labs.apnic.net/ipv4/report.html Presented By: Shuvodip Roy in bdNOG 13 ONLINE 4
  • 5. Request for Comments: 3021 In December, 2000 the documentation open. The main motivation was to relief the problem slightly of lack of IPv4 addresses. On that time IPv6 was not in production. Still IPv6 required many more years for transition fully. Key Points: โ€ข Consideration of 31-Bit Prefixes on IPv4 Links. โ€ข Networks with 31-bit prefixes have no impact on current routing protocols. The communication between peers is done using multicast, limited broadcast or unicast addresses (all on the local network), none of which are affected with the use of 31-bit subnet masks. โ€ข The use of 31-bit subnet masks within the core of the Internet will reduce the number of physical links against which a DoS attack relying on packet replication through the use of directed broadcasts can be launched [RFC2644, SMURF] More information available in: https://datatracker.ietf.org/doc/html/rfc3021 Presented By: Shuvodip Roy in bdNOG 13 ONLINE 5
  • 6. 31-Bit Prefixes Network: 192.0.2.0/31 Address: 192.0.2.0 11000000.00000000.00000010.0000000 0 Netmask: 255.255.255.254 = 31 11111111.11111111.11111111.1111111 0 Wildcard: 0.0.0.1 00000000.00000000.00000000.0000000 1 Broadcast: 192.0.2.1 11000000.00000000.00000010.0000000 1 HostMin: 192.0.2.1 11000000.00000000.00000010.0000000 1 HostMax: 192.0.2.0 11000000.00000000.00000010.0000000 0 Presented By: Shuvodip Roy in bdNOG 13 ONLINE 6
  • 7. Traditional Point to Point Link IP Block of 30 Bit Prefix: 192.0.2.0/30 Network Address: 192.0.2.0 Provider Edge Address: 192.0.2.1 Client Edge Address: 192.0.2.2 Broadcast Address: 192.0.2.3 Presented By: Shuvodip Roy in bdNOG 13 ONLINE 7 Provider Edge IP: 192.0.2.1 Client Edge IP: 192.0.2.2
  • 8. Point to Point Link with 31-Bit Using the same 192.0.2.0/30 rather than traditional Point to Point link in 31-Bit we can create 2 Point to Point link by same resource. Presented By: Shuvodip Roy in bdNOG 13 ONLINE 8 Provider Edge IP: 192.0.2.0 Client Edge IP: 192.0.2.1 Provider Edge IP: 192.0.2.2 Provider Edge IP: 192.0.2.3 Client 1 Point to Point Link Client 2 Point to Point Link Client 1 /31 Bit Prefix: 192.0.2.0/31 Network Address: 192.0.2.0 Provider Edge Address: 192.0.2.1 Client Edge Address: 192.0.2.2 Broadcast Address: 192.0.2.1 Client 2 /31 Bit Prefix: 192.0.2.2/31 Network Address: 192.0.2.2 Provider Edge Address: 192.0.2.2 Client Edge Address: 192.0.2.3 Broadcast Address: 192.0.2.3
  • 9. Where 31-Bit can be use? In a ISP: โ€ข Point to Point Infrastructure Link (i.e.: Backbone) with Public IP. โ€ข Point to Point connected link with โ€œSingle Homeโ€ dedicated corporate customers. โ€ข It is also applicable for those customers who have multiple or single link and the Public IP block routed via any Routing Protocol. Etc. In a Organization: โ€ข Point to Point Internal Backbone with Public IP. โ€ข In Host (i.e.: Servers, Workstation) running with 30-Bit Prefix. Etc. Presented By: Shuvodip Roy in bdNOG 13 ONLINE 9
  • 10. Challenges!!! A number of vendors or Operating System still now not support the RFC3021. As a fact, a significant challenges is there to implement. * In the context of Bangladesh, CISCO IOS support this since release 12.2(2)T, Juniper supports it also. * Mostly used MikroTik, does not support it but with improvisation without any side effects it possible to configure with 31-Bit. * Windows is same as Mikrotik. * Home based Router TP-Link new version supports 31-Bit but for older versions need improvisation. But, that improvisation have relative side effects also. Which will be discussed later to be concerned to use. * Others all depends on Vendors and itโ€™s Firmware or OS. Presented By: Shuvodip Roy in bdNOG 13 ONLINE 10
  • 11. Point to Point with 31-Bit in CISCO For R1: R1(config-if)#ip address 192.0.2.0 255.255.255.254 For R2: R2(config-if)#ip address 192.0.2.1 255.255.255.254 Presented By: Shuvodip Roy in bdNOG 13 ONLINE 11 Host Name โ€œR1โ€ IP: 192.0.2.0/31 Host Name โ€œR2โ€ IP: 192.0.2.1/31
  • 12. Point to Point with 31-Bit in CISCO (continue) After configure IP in both Router if we check Route Table and Reachability via ping, we will get following. As CISCO supported RFC3021 31-Bit Prefixes will operate smoothly. Presented By: Shuvodip Roy in bdNOG 13 ONLINE 12 R1 R2
  • 13. Point to Point with 31-Bit in Juniper For R1: [edit interfaces fxp0 unit 0] root@R1# set family inet address 192.0.2.0/31 For R2: [edit interfaces fxp0 unit 0] root@R2# set family inet address 192.0.2.1/31 Presented By: Shuvodip Roy in bdNOG 13 ONLINE 13 Host Name โ€œR1โ€ IP: 192.0.2.0/31 Host Name โ€œR2โ€ IP: 192.0.2.1/31
  • 14. Point to Point with 31-Bit in Juniper (continue) After configure IP in both Router if we check Route Table and Reachability via ping, we will get following. Juniper also supported RFC3021 31-Bit. Presented By: Shuvodip Roy in bdNOG 13 ONLINE 14 R1 R2
  • 15. Point to Point with 31-Bit in MikroTik For R1: [admin@R1] > ip address add address=192.0.2.0 network=192.0.2.1 interface=ether1 For R2: [admin@R2] > ip address add address=192.0.2.1 network=192.0.2.0 interface=ether1 Note: Mikrotik does not support the RFC3021. In MikroTik need to declare IP as 32-Bit and also need to add โ€œnetworkโ€ manually. Presented By: Shuvodip Roy in bdNOG 13 ONLINE 15 Identity โ€œR1โ€ IP: 192.0.2.0/31 Identity โ€œR2โ€ IP: 192.0.2.1/31
  • 16. Point to Point with 31-Bit in Mikrotik (continue) After configure IP in both Router if we check Route Table and Reachability via ping, we will get following. Now in Mikrotik we have the Reachability. Presented By: Shuvodip Roy in bdNOG 13 ONLINE 16 R1 R2
  • 17. Issues with MikroTik We already ensure the Reachability in Point To Point link in Mikrotik by using improvisation using 31-Bit as 32-Bit. So, far in this method we can use 31-Bit Prefixes in Mikrotik. But, it creates a issue also. โ€ข Connected Route not Redistribute: Suppose, Router R1 is a POP of a ISP and R2 is Client Edge. ISP POP is connected over Dynamic Routing Protocol where Connected Route Redistributed over Dynamic Routing Protocol. As we manually set the IP as 32-Bit and also the network in R1. So that the original network=192.0.2.0 changed for R1 IP. Which is manually set to network=192.0.2.1. In that case, it will not Redistribute over Dynamic Routing Protocol. Presented By: Shuvodip Roy in bdNOG 13 ONLINE 17
  • 18. Solution of the Issues with MikroTik There are 2 possible solution of this currently. โ€ข Advertise the 31-Bit Prefix: Solution 1, will be the advertising 31-Bit Prefix 192.0.2.0/31 via Dynamic Routing Protocol in POP/R1 side. โ€ข Set the HostMin IP in POP/R1 as 31-Bit: Solution 2, is in POP/R1 declare IP as 192.0.2.1/31 where automatically network will be 192.0.2.0. In Client/R2 set the IP manually as 192.0.2.0 as well as network 192.0.2.1. Thus Point to Point will be reachable also the connected route in POP/R1 will be Redistribute also. Presented By: Shuvodip Roy in bdNOG 13 ONLINE 18
  • 19. Solution of the Issues with MikroTik There are 2 Possible solution of this currently. โ€ข Advertise the 31-Bit Prefix: Solution 1, will be the advertising 31-Bit Prefix 192.0.2.0/31 via Dynamic Routing Protocol in POP/R1 side. โ€ข Set the HostMin IP in POP/R1 as 31-Bit: Solution 2, is in POP/R1 declare IP as 192.0.2.1/31 where automatically network will be 192.0.2.0. In Client/R2 set the IP manually as 192.0.2.0 as well as network 192.0.2.1. Thus Point to Point will be reachable also the connected route in POP/R1 will be Redistribute also. Presented By: Shuvodip Roy in bdNOG 13 ONLINE 19
  • 20. 31-Bit in TP-Link TP-Link Routers are mostly used in Home, SOHO link. New firmware and models TP-Link supports RFC3021 and configuration is nothing new. Presented By: Shuvodip Roy in bdNOG 13 ONLINE 20 31-Bit IP configuration in TP-Link
  • 21. Issues with TP-Link old versions Older version TP-Link does not support RFC3021. In that case, through improvisation setup could be possible as figured. Presented By: Shuvodip Roy in bdNOG 13 ONLINE 21 TP-Link 31-Bit configured with improvisation in old version
  • 22. Issues with TP-Link old versions (continue) In the early slide we configured 31-Bit in a old version/model of TP-Link which does not support the RFC3021. In that case, Prefix was 118.179.84.12/31 but as TP-Link does not support it Subnet Mask: 255.255.255.254 or 255.255.255.255 will not be applicable. It will provide following error โ€œThe IP Address does not match the Subnet Mask: Invalid host numberโ€ Presented By: Shuvodip Roy in bdNOG 13 ONLINE 22
  • 23. Solution of the Issues with TP-Link old versions In 118.179.84.12/31, we need to find a sweet able Subnet Mask where IP: 118.179.84.12 & IP: 118.179.84.13 will not be the Network Address or the Broadcast Address. So, in nearest Subnet Mask 255.255.255.248 or /29 IP: 118.179.84.12 & IP: 118.179.84.13 is not the Network Address or the Broadcast Address. Then Router will accept the IP configuration and 31-Bit will be useable. The nearest Subnet Mask will vary with IP. Caution: There also a side effect brings with this improvisation. As TP- Link get 118.179.84.8/29 as connected Route due to Subnet Mask: 255.255.255.248. So, from this TP-Link except 118.179.84.12 & IP: 118.179.84.13 all IP will be unreachable in 118.179.84.8/29. If the link required reachability in this range then this improvisation will be difficult. Presented By: Shuvodip Roy in bdNOG 13 ONLINE 23
  • 24. Others Home Routers Others Home Router such as Netgear, Asus, Tenda, D-Link etc. are moreover same as TP-Link. The new version in some vendors supports RFC3021 but others are not. Improvisation works but there are side effects of that which already described. Presented By: Shuvodip Roy in bdNOG 13 ONLINE 24
  • 25. 31-Bit in Windows Windows also not support RFC3021. If we set the Subnet Mask 255.255.255.254 it provides following Warning. Presented By: Shuvodip Roy in bdNOG 13 ONLINE 25
  • 26. 31-Bit in Windows (continue) But as improvisation we may use the IP as 32-Bit Prefix, that means Subnet Mask is 255.255.255.255 Presented By: Shuvodip Roy in bdNOG 13 ONLINE 26 31-Bit in Windows
  • 27. 31-Bit in Windows (continue) Although it will also provide following Warning. But, saving this configuration by pressing โ€œYesโ€ will work for 31-Bit Prefix improvisation in Windows. Thus, smoothly 31-Bit can be useable in Windows. Presented By: Shuvodip Roy in bdNOG 13 ONLINE 27
  • 28. 31-Bit in Linux Adding 31-Bit Prefix is Linux have nothing new. It is usual as like others IP configuration in Linux. Here is a example with Ubuntu 20.10 (Groovy Gorilla) Presented By: Shuvodip Roy in bdNOG 13 ONLINE 28 31-Bit Prefix in Linux
  • 29. Example in Production In my organization Amber IT Limited, we are deploying 31-Bit Prefixes in respect of the concerns of all matters which already described. Plenty of numbers we already deployed in 31-Bit and itโ€™s cost IPv4 resources half rather than where it traditionally does with 30-Bit Prefix. Presented By: Shuvodip Roy in bdNOG 13 ONLINE 29
  • 30. Summary In Exhaustion, RFC3021 is very helpful in deed. There are no doubts IPv6 is the longer time solution. But, different expertise already provide statement that it will require more time to transition fully in to IPv6. In the mean time, we have none other choice but a option RFC3021. Which will provide a relief for Exhaustion of IPv4. The main challenge is primeval Devices and many Vendors still not support the RFC. As it is a matter of Firmware or OS, we may expect soon Vendors will rollout updated Firmware or OS which will support RFC3021. Which will be a great offer for users. It will be also a great relief for Service Providers. Presented By: Shuvodip Roy in bdNOG 13 ONLINE 30
  • 31. Acknowledgement Special thanks for bdNOG committee members for approve my presentation. I would also like to gratefully acknowledge who works and proposed RFC3021. โ€ข A. Retana โ€ข R. White โ€ข Cisco Systems โ€ข V. Fuller โ€ข GTE Internetworking โ€ข D. McPherson โ€ข Amber Networks and also to many more. Presented By: Shuvodip Roy in bdNOG 13 ONLINE 31
  • 32. Presented By: Shuvodip Roy in bdNOG 13 ONLINE 32