09-30-2011
09:28 AM
- last edited on
01-21-2022
07:17 AM
by
Translator
Hello,
Please i need someone to clarify what is the difference between the
"default-originate" command and "network 0.0.0.0 - ip route 0.0.0.0 0.0.0.0 null0" commands.
I see both are serving the same purpose by advertising a default route to a peer but in the same time i feel a difference on them.
Thx
Regards,
A.M.
Solved! Go to Solution.
09-26-2020
03:28 PM
- last edited on
01-21-2022
07:42 AM
by
Translator
Peter, can you explain a scenario where you would use a
route map with the neighbor X.X.X.X default-originate?
09-27-2020
02:19 AM
- last edited on
01-18-2022
01:32 AM
by
Translator
Hello,
take the example below.
The default route to neighbor 10.10.10.2 is injected only if there is a route to 192.168.1.0.
access-list 1 permit 192.168.1.0
!
route-map DEFAULT 10 permit
match ip address 1
!
router bgp 1
network 10.0.0.0 mask 255.0.0.0
neighbor 10.10.10.2 remote-as 2
neighbor 10.10.10.2 default-originate route-map DEFAULT
05-17-2018
03:23 PM
- last edited on
01-21-2022
07:44 AM
by
Translator
Hi,
Thanks for the information, but i still have a little doubt, what is the difference between
default-information originate and default-information originate always ???
05-17-2018
03:24 PM
- last edited on
01-21-2022
07:45 AM
by
Translator
Adding 1 more question to this question ::
Hi,
what is the difference between
default-information originate and default-information originate always ???
12-03-2018
03:19 AM
- last edited on
01-21-2022
07:48 AM
by
Translator
Hi Uttkap...
There is no such command in
BGP - default-information originate always"... this is for OSPF...
In OSPF the
default-information originate
will advertise a default route when such a route is present in the RIB
default-information originate always
will make the router advertise a default route regardless of the presence of a default route in the router - hence it ALWAYS originates a default route...
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: