Penguin

Sample zebra.conf

 hostname hostname(1)
 password YourVTYPassword
 enable password !YourEnablePassword?
 log file /var/log/zebra/zebra.log
 interface lo
  ipv6 nd suppress-ra
 interface eth0
  ipv6 nd suppress-ra
 interface sit0
  ipv6 nd suppress-ra
 ! use tap0 if using ETHERTAP, or wan0 if using TUN
 ! interface tap0
 interface wan0
  ipv6 nd suppress-ra
 interface ppp0
  ipv6 nd suppress-ra

 line vty 
! allows you to configure Zebra via a telnet connection to localhost? on port 2601 (zebra), requires password set

If you dont have IPv6 Support, you will need to remove the ipv6 lines

To get SNMP working with Zebra, refer to ZebraSNMP