You are on page 1of 2

16/06/2011

Subnetting
Example:
2001:7f9:123::/48 Assigned by ISP
2001:7f9:123:0000::/64
to
2001:7f9:123:ffff::/64
SR 20? (4 Group)
xxxx.xxxx.xxxx.xxxx
0000.0000.0001.0100 = 0014
Host 50? (Last Group)
xxxx.xxxx.xxxx.xxxx
0000.0000.0011.0010 = 0032
2001:7f9:123:14::32/64

Summarization
For EIGRP
Use the ipv6 summary-address command in
interface configuration mode:
int tu0
ipv6 summary-address eigrp 100 2001:510:B:C::/62 5

For RIP
Use the ipv6 rip <tag> summary-address
command in interface configuration mode:
int tu0
ipv6 rip CCIERIP summary-address FC00:20::/61

For OSPF
Like ipv4 on ABR and ASBR
area 1 range 2001:CC1E:2AB3:1A00::/57
summary-prefix 2001:db8:0:200::/48

16/06/2011

Example
2001:CC1E:2AB3:1A3C::/64
2001:CC1E:2AB3:1A4D::/64
We only have to have a look into the part where the
two addresses differ:
1A3C
1A4D

The following summarized IPv6 address out of those


two addresses:
2001:CC1E:2AB3:1A00::/57

You might also like