When editing zebra.conf in expert mode, you should ensure that the first line under an
interface line is an ip address line declaring an IPv4 address (if there is one for the inter-
face), and that the next line is an ipv6 address line declaring an IPv6 address (if there is
one for the interface). No other lines or variations in spacing should be inserted before or
between these lines. No editing restrictions exist on ospfd.conf or ospf6d.conf files.
Example zebra.conf file with both IPv4, and IPv6 configured on the
same port:
(Interface eth0 line, followed by IPv4 line and then IPv6 line)
*****************************************************
!
interface eth0
ip address 10.2.100.157/16
ipv6 address 2000:10:2::157/64
!
interface lo
ip address 10.10.14.1/32
ipv6 address 2000:10:10::1/64
*****************************************************
Example zebra.conf file with IPv4, and IPv6 configured on different
ports:
(Interface eth0 line, followed by only IPv4 line, because no IPv6 address is configured on
that port. Interface eth1 line, followed by only IPv6 line, because no IPv4 address is con-
figured on that port)
*****************************************************
!
interface eth0
ip address 10.2.100.157/16
interface eth1
ipv6 address 2000:10:2::157/64
!
interface lo
ip address 10.10.14.1/32
ipv6 address 2000:10:10::1/64
2.15 Configure NTP
CHAPTER 2 • SecureSync 2400 User Manual Rev. 2
123