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
linux# ###telnet localhost ospfd linux# vtysh
router ospf network 192.168.X.0/24 area 0 redistribute connected
frr# show ip ospf neighbor frr# show ip route
linux# ip r
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