1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
# Change The RIP version to 2 telnet localhost 2602 Password: ripd> enable ripd# config ter ripd(config)# router rip ripd(config-router)# version 2 ripd(config-router)# exit #------------------------------------------------------------ Quagga zebra.conf ! -*- zebra -*- ! zebra sample configuration file ! hostname ubuntu1404 password zebra enable password zebra ! Interface's description. !interface lo ! description test of desc. !interface sit0 ! multicast ! Static default route sample. !ip route 0.0.0.0/0 203.181.89.241 interface lo ip address 127.0.0.1/8 # client 1. ethernet 1 configuration interface eth1 ip address 172.20.0.2/24 multicast interface eth2 ip address 172.30.0.1/24 multicast # eth3: e8:39 > 108_inet_3 # eth1: e6:cb > 108_inet_1 log file /var/log/quagga/zebra.log |