hostname router-OSPF ! default password is 'zebra' password 8 LrjDz/a2KALVQ enable password 8 LrjDz/a2KALVQ log file /var/log/quagga/ospfd.log informational service password-encryption no banner motd ! !router ospf ! ospf router-id 10.10.10.10 ! redistribute kernel metric-type 1 ! redistribute connected metric-type 1 ! redistribute static metric-type 1 ! network 10.0.0.0/8 area 0.0.0.0 ! distribute-list reject_rfc3330_network out kernel ! distribute-list reject_rfc3330_network out connected ! distribute-list reject_rfc3330_network out static !! default-information originate ! access-list localhost permit 127.0.0.1/32 access-list localhost deny any !access-list reject_rfc3330_network deny 10.0.0.0/8 !access-list reject_rfc3330_network deny 172.16.0.0/12 !access-list reject_rfc3330_network deny 192.168.0.0/16 !access-list reject_rfc3330_network permit any ! ! line vty access-class localhost !