The following example shows an OSPF and IPv6 RIP environment (from TCPCS4 in the Figure 1).
;**********************************
; OSPF Configuration Statements *
;**********************************
OSPF
RouterID=4.4.4.4;
Area
Area_Number = 0.0.0.0;
Area
Area_Number = 1.1.1.1;
OSPF_Interface
IP_Address=9.67.108.4
Name = CTC4TO2
Subnet_Mask=255.255.255.0
Attaches_To_Area=0.0.0.0
MTU = 1024
Cost0 = 1;
OSPF_Interface
IP_Address=9.67.106.4
Name = CTC4TO7
Subnet_Mask=255.255.255.0
Attaches_To_Area=1.1.1.1
MTU = 1024
Cost0 = 1;
OSPF_Interface
IP_Address=9.67.105.4
Name = CTC4TO8
Subnet_Mask=255.255.255.0
Attaches_To_Area=1.1.1.1
MTU = 1024
Cost0 = 1;
OSPF_Interface
IP_Address=9.67.101.4
Name = CTC4TO3
Subnet_Mask=255.255.255.0
Attaches_To_Area=1.1.1.1
MTU = 1024
Cost0 = 1;
OSPF_Interface
IP_Address=4.4.4.4
Name = VIPA1A
Subnet_Mask=255.255.255.252
Attaches_To_Area=1.1.1.1
Cost0 = 1;
Virtual_Link
Virtual_Endpoint_RouterID=7.7.7.7
Links_Transit_Area=1.1.1.1;
;************************************
; IPv6 RIP Configuration Statements *
;************************************
IPv6_Accept_RIP_Route
IP_Address=2001:0DB8:0:A1C::1;
IPv6_Accept_RIP_Route
IP_Address=2001:0DB8:0:A1C::2;
IPv6_RIP_Filter=(noreceive,2001:0DB8:0:A1C::/64);
IPv6_RIP_Interface
Name = OSAQDIO46;
IPv6_Default_Route
Name=OSAQDIO46
Next_Hop=FE80::1:2:3:4;
;**********************************
; OSPF Configuration Statements *
;**********************************
OSPF
RouterID=7.7.7.7;
Area
Area_Number = 0.0.0.0;
Area
Area_Number = 1.1.1.1;
AS_Boundary_Routing
Import_Subnet_Routes=YES
Import_RIP_Routes=YES;
OSPF_Interface
IP_Address=9.67.107.7
Name = CTC7TO5
Subnet_Mask=255.255.255.0
Attaches_To_Area=0.0.0.0
MTU = 1024
Cost0 = 1;
OSPF_Interface
IP_Address=9.67.106.7
Name = CTC7TO4
Subnet_Mask=255.255.255.0
Attaches_To_Area=1.1.1.1
MTU = 1024
Cost0 = 1;
OSPF_Interface
IP_Address=9.67.102.7
Name = CTC7TO3
Subnet_Mask=255.255.255.0
Attaches_To_Area=1.1.1.1
MTU = 1024
Cost0 = 1;
OSPF_Interface
IP_Address=9.67.100.7
Name = CTC7TO8
Subnet_Mask=255.255.255.0
Attaches_To_Area=1.1.1.1
MTU = 1024
Cost0 = 1;
OSPF_Interface
IP_Address=9.67.104.7
Name = NBMA7
Subnet_Mask=255.255.255.0
Attaches_To_Area=1.1.1.1
Non_Broadcast=YES
NB_Poll_Interval=180
MTU = 1024
Cost0 = 1
DR_Neighbor=9.67.104.15
No_DR_Neighbor=9.67.104.16
No_DR_Neighbor=9.67.104.25;
OSPF_Interface
IP_Address=7.7.7.7
Name = VIPA1A
Subnet_Mask=255.255.255.252
Attaches_To_Area=1.1.1.1
Cost0 = 1;
Range
IP_Address=9.67.101.0
Subnet_Mask=255.255.255.0
Area_Number=1.1.1.1
Advertise=NO;
Virtual_Link
Virtual_Endpoint_RouterID=4.4.4.4
Links_Transit_Area=1.1.1.1;
;*********************************
; RIP Configuration Statements *
;*********************************
Originate_RIP_Default
Condition=Always;
Accept_RIP_Route
IP_Address=30.1.1.4;
Accept_RIP_Route
IP_Address=30.1.1.8;
Filter=(nosend,10.1.1.0,255.255.255.0);
RIP_Interface
IP_Address=9.67.103.7
Name = CTC7TO6
Subnet_Mask=255.255.255.0
Receive_Dynamic_Hosts=NO
MTU = 1024
RipV2=YES;
;************************************
; IPv6 RIP Configuration Statements *
;************************************
IPv6_Accept_RIP_Route
IP_Address=2001:0DB8:0:A1B::1;
IPv6_Accept_RIP_Route
IP_Address=2001:0DB8:0:A1B::2;
IPv6_RIP_Filter=(noreceive,2001:0DB8:0:A1B::/64);
IPv6_RIP_Interface
Name = OSAQDIO76;
;*********************************
; RIP Configuration Statements *
;*********************************
RIP_Interface
IP_Address=9.67.103.6
Name = CTC6TO7
Subnet_Mask=255.255.255.0
MTU = 1024
Send_Static_Routes=YES
Send_Host_Routes=YES
RipV2=YES;
Interface
IP_Address=6.6.6.6
Name = VIPA1A
Subnet_Mask=255.255.255.252;
The following example shows a pure IPv6 OSPF environment (from TCPCS64 in Figure 2).
;*************************************
; IPv6 OSPF Configuration Statements *
;*************************************
IPv6_OSPF
RouterID = 64.64.64.64;
IPv6_Area
Area_Number = 0.0.0.0;
IPv6_Area
Area_Number = 6.6.6.6;
IPv6_OSPF_Interface
Name = NSQDIO4L6
Prefix = 2001:0DB8:0:120::/64
Attaches_to_Area = 6.6.6.6;
IPv6_OSPF_Interface
Name = VIPA1A6
Attaches_to_Area = 6.6.6.6
Cost = 1;
IPv6_OSPF_Interface
Name = MPCPTP4TO2
Attaches_to_Area = 0.0.0.0
Cost = 1;
IPv6_Virtual_Link
Virtual_Endpoint_RouterID = 67.67.67.67
Links_Transit_Area = 6.6.6.6;