*****************************************************
Example zebra.conf file showing the default file with no addresses configured:
(Interface eth0 line, with no lines following it because no addresses are configured on the port)
*****************************************************
!
interface eth0
!
interface lo
*****************************************************
Example ospfd.conf file:
*****************************************************!
router ospf
ospf router-id 10.2.100.157
network 10.2.0.0/16 area 0.0.0.0
redistribute connected
distribute-list default out connected
!
access-list default permit 10.10.14.1/32
access-list default deny any
*****************************************************
Example ospf6d.conf file:
*****************************************************
!
interface eth0
!
router ospf6
router-id 10.2.100.157
interface eth0 area 0.0.0.0
redistribute connected
!
*****************************************************
Example bgpd.conf file:
*****************************************************!
2.14 Configuring NTP
CHAPTER 2 • SecureSync User Reference Guide Rev. 26
129