MikroTik Certified Internet Protocol v6 Engineer (MTCIPv6E)
1 Introduction to IPv6
1-1 History and Evolution of IPv6
1-2 IPv6 Addressing
1-3 IPv6 Header Structure
1-4 IPv6 Address Types
1-5 IPv6 Address Representation
2 IPv6 Addressing and Subnetting
2-1 IPv6 Addressing Architecture
2-2 IPv6 Subnetting
2-3 IPv6 Prefix Lengths
2-4 IPv6 Address Allocation
2-5 IPv6 Address Autoconfiguration
3 IPv6 Routing
3-1 IPv6 Routing Protocols
3-2 IPv6 Routing Tables
3-3 IPv6 Static Routing
3-4 IPv6 Dynamic Routing
3-5 IPv6 Routing Policies
4 IPv6 Transition Mechanisms
4-1 Dual Stack
4-2 Tunneling
4-3 NAT64 and DNS64
4-4 6to4 and 6in4 Tunneling
4-5 ISATAP
5 IPv6 Security
5-1 IPv6 Security Challenges
5-2 IPv6 Security Features
5-3 IPv6 Firewall Configuration
5-4 IPv6 Access Control Lists (ACLs)
5-5 IPv6 Security Best Practices
6 IPv6 Quality of Service (QoS)
6-1 IPv6 QoS Overview
6-2 IPv6 QoS Mechanisms
6-3 IPv6 Traffic Shaping
6-4 IPv6 Policing
6-5 IPv6 QoS Configuration
7 IPv6 Network Management
7-1 IPv6 Network Monitoring
7-2 IPv6 Network Troubleshooting
7-3 IPv6 Network Performance Optimization
7-4 IPv6 Network Documentation
7-5 IPv6 Network Automation
8 IPv6 in MikroTik Routers
8-1 MikroTik RouterOS IPv6 Overview
8-2 IPv6 Configuration on MikroTik Routers
8-3 IPv6 Routing on MikroTik Routers
8-4 IPv6 Security on MikroTik Routers
8-5 IPv6 QoS on MikroTik Routers
8-6 IPv6 Network Management on MikroTik Routers
9 IPv6 Case Studies
9-1 IPv6 Deployment in Enterprise Networks
9-2 IPv6 Deployment in Service Provider Networks
9-3 IPv6 Deployment in Mobile Networks
9-4 IPv6 Deployment in IoT Networks
9-5 IPv6 Deployment in Cloud Networks
10 IPv6 Certification Exam Preparation
10-1 Exam Objectives
10-2 Exam Format
10-3 Exam Preparation Tips
10-4 Practice Questions
10-5 Certification Exam Registration
IPv6 Subnetting Explained

IPv6 Subnetting Explained

Key Concepts

IPv6 subnetting involves dividing the vast 128-bit address space into smaller, manageable subnets. The key concepts include:

1. Prefix Length

The prefix length in IPv6 is similar to the subnet mask in IPv4. It indicates the number of bits in the address that are used for the network portion. Common prefix lengths include /64, /56, and /48.

Example: An IPv6 address with a /64 prefix length means the first 64 bits are used for the network portion, and the remaining 64 bits are for host addresses.

2. Subnet Mask

In IPv6, the subnet mask is represented by the prefix length. For example, a /64 prefix length corresponds to a subnet mask of 64 bits. This is different from IPv4, where the subnet mask is represented in dotted decimal notation.

Example: A subnet mask of /64 in IPv6 is equivalent to 255.255.255.255 in IPv4, but in IPv6, it is simply represented by the prefix length.

3. Subnetting Techniques

IPv6 subnetting can be done using various techniques, such as:

Example: If you need 16 subnets, you can use a /60 prefix length to create 16 /64 subnets. This is an example of fixed-length subnetting.

4. Address Allocation

Address allocation in IPv6 involves assigning specific address ranges to different subnets. This ensures efficient use of the address space and avoids conflicts.

Example: If you have a /48 address block, you can allocate /64 subnets to different departments within an organization. Each department gets a unique /64 subnet, ensuring no overlap.

Conclusion

IPv6 subnetting is a crucial skill for managing the vast address space efficiently. By understanding prefix lengths, subnet masks, subnetting techniques, and address allocation, you can design and implement scalable and efficient IPv6 networks.