IOS – iBGP – default route

Thursday, April 2nd, 2009

Cisco 7206VXR – NPE G2 – IOS C7200P-SPSERVICESK9-M – V 12.4 Juniper M7i – JUNOS 9.3R2.8 interface Loopback1 ip address 10.20.30.54 255.255.255.255 ! router bgp xxxxx neighbor 10.20.30.55 remote-as xxxxx neighbor 10.20.30.55 update-source Loopback1 neighbor 10.20.30.55 default-originate neighbor 10.20.30.55 soft-reconfiguration inbound neighbor 10.20.30.55 route-map nothing out neighbor 10.20.30.55 maximum-prefix 10 ! ip route 0.0.0.0 0.0.0.0 [...]

JUNOS – iBGP – default route

Tuesday, March 31st, 2009

Juniper M7i – JUNOS 9.3R2.8 set routing-options generate route 0.0.0.0/0 discard set routing-options router-id 10.20.30.1 set routing-options autonomous-system xxxxx set protocols bgp group iBGP type internal set protocols bgp group iBGP description “iBGP – Routers” set protocols bgp group iBGP local-address 10.20.30.1 set protocols bgp group iBGP log-updown set protocols bgp group iBGP export default-orginate [...]