This is an old revision of the document!
gate.isp.un# ip route add 192.168.100+X.0/24 via 172.16.1.X
ip route 192.168.100+X.0 255.255.255.0 192.168.X.10
no ip route 192.168.100+X.0 255.255.255.0 192.168.X.10
server# route delete default
router ospf 100 network 192.168.X.0 0.0.0.255 area 0 default-information originate
router#show ip ospf neighbor router#show ip route
server### ifdown eth0 server# telnet localhost ospfd
router ospf network 192.168.X.0/24 area 0 redistribute connected
server# telnet localhost ospfd
! access-list ACL_IP_NET permit 192.168.100+X.0/24 ! route-map RM_IP_NET permit 1 ! match ip address ACL_IP_NET router ospf network 192.168.X.0/24 area 0 redistribute connected ! route-map RM_IP_NET service_ospfd# show ip ospf neighbor
linux# ip r freebsd# netstat -rn server# telnet localhost zebra
service_zebra# show ip route
no router ospf 100 router bgp 100+X neighbor 192.168.X.10 remote-as 200+X neighbor 192.168.X.10 default-originate
# cat /etc/quagga/bgpd.conf
hostname service_bgpd password zebra enable password zebra router bgp 200+X no bgp ebgp-requires-policy neighbor 192.168.X.1 remote-as 100+X redistribute connected
# service bgpd start
# show ip bgp summary # show ip route