components/quagga/Solaris/ospfd.HA.conf.sample
author Rich Burridge <rich.burridge@oracle.com>
Tue, 02 May 2017 17:33:26 -0700
changeset 7964 d9801318ed3d
parent 417 7c10b5cba79b
permissions -rw-r--r--
25981468 Build ilmbase and openexr with the GNU compilers

!
! Zebra configuration saved from vty
!
# Specify the hostname of the server
hostname Servername 
!
# Specify the password for the vty interface. This will be your telnet login
# password 
password zebra
!
# Specify the log file name
log file /var/tmp/ospf.log
!
service advanced-vty
!
router ospf
!
# Specify the router-id to your machine's primary interface IP address
ospf router-id a.b.c.d 
!
redistribute connected
!
# Specify the OSPF enabled interface(s).Enter a network entry per OSPF
# enabled interface If the interface has an address
# of 10.0.0.1/8 then the command below provides network information
# to the ospf routers  :
#                network 10.0.0.0/8 area 0
# the network command's mask length should be the same as the interface
# address's mask. All the network entries must have the same area number
network a.b.c.d/m area  <0-4294967295>
!
line vty
 exec-timeout 0 0
!