Chapter 23: IPv6
STANDARD Revision 1.0
C4® CMTS Release 8.3 User Guide
© 2016 ARRIS Enterprises LLC. All Rights Reserved.
743
To Configure OSPF on SYS-1
1.
Configure OSPF at router level:
configure ipv6 router ospf router-id 22.22.22.22
2.
Configure the OSPF interfaces:
configure interface gigabitEthernet 17/2.0 ipv6 address 2001:cada:c420:1702::2/64
configure interface gigabitEthernet 17/2.0 ipv6 ospf area 0.0.0.0
3.
Configure the static null route for the aggregated range of PDs:
configure ipv6 route fc0d:c422:ffff::/48 null 0
4.
Configure an access list to deny the redistribution range of PD routes that should not be advertised individually (also
known as prefixes for residential customers):
configure ipv6 access-list list1 deny fc0d:c422:ffff::/48
configure ipv6 access-list list1 permit any
5.
Configure redistribution routes in OSPF as follows. The PD routes for static commercial range should appear as OSPF
LSAs. The static route for the aggregated range should appear as one OSPF LSA for the entire range (null route).
configure ipv6 router ospf distribute-list list1 out pd
configure ipv6 router ospf redistribute static metric 1
6.
The following command line must be identical on all participating C4/c CMTSs. In particular, the metric type and
metric value in this command must be exactly the same for all C4/c CMTSs configured to handle the route collisions
that result from moving the commercial customers from one C4/c CMTS to another.
configure ipv6 router ospf redistribute pd metric 1
7.
Enable OSPF:
configure ipv6 router ospf no shutdown
8.
Enable PDRI (enabled by default):
configure ipv6 pd-route-injection
configure interface cable-mac 1.0 ipv6 pd-route-injection
9.
Enable Prefix Stability (enabled by default):
configure ipv6 prefix-stability
To Configure OSPF on SYS-2
The second part of this procedure begins here. It serves to configure the second C4/c CMTS in this example of Prefix
Stability with OSPF.