Penguin
Note: You are viewing an old revision of this page. View the current version.

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

interface tap0

ipv6 nd suppress-ra

interface ppp0

ipv6 nd suppress-ra

not sure if smux is necessary, mine works without it even though I spend hours trying to get it working

smux is "SNMP Multiplexer" it lets you query the routing daemon, but requires a SNMP daemon to be running (hence why you may see smux "errors")

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

If you're sick of the snmp warning messages add:

snmp peer .1.3.6.1.4.1.3317.1.2.1 password

then add to snmpd.conf

smuxpeer .1.3.6.1.4.1.3317.1.2.1 samepasswordhere

warning this password should be considered insecure, it syslogs it all over the place! Note that snmpd.conf doesn't have the space while zebra does