components/quagga/Solaris/ospfd.HA.conf.sample
author Tomas Klacko <tomas.klacko@oracle.com>
Mon, 05 Aug 2013 23:04:24 +0200
branchs11u1-sru
changeset 2716 c042db93c4a6
parent 417 7c10b5cba79b
permissions -rw-r--r--
16286302 proftpd throws out audit session create fail when user enters a wrong password 16806394 solaris_priv_post_pass() does not call priv_freeset()

!
! 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
!