02-02-2021 06:03 AM
Hello,
I want use the command "default-information originate" on address-family multicast
But when I put it, the router accept the command but it's not present when I show running configuration
address-family ipv4 multicast vrf VPN1
redistribute connected
neighbor 10.4.4.2 remote-as 65400
neighbor 10.4.4.2 activate
neighbor 10.4.4.2 next-hop-self
exit-address-family
ip route vrf VPN1 0.0.0.0 0.0.0.0 Tunnel1 multicast
Thx
Regards.
Jérémy
Solved! Go to Solution.
02-03-2021 05:26 AM
Bgp
address
neighbor x.x.x.x default-inf
this command we use
but again if default is missing from routing table then it not work
02-02-2021 06:14 AM
hi,
try the "show run all" and pipe to match the said command, i.e. "show run all | inc default-information originate"
02-02-2021 07:20 AM
Hello John,
No result when i use "show run all | inc default-information originate"
02-02-2021 07:25 AM
are tunnel is in same VRF or in global ?
02-02-2021 07:44 AM
Tunnel is in same VRF
02-02-2021 07:51 AM
are you sure?
there is different between the tunnel in vrf and source of tunnel in vrf.
which one you use
are you use under tunnel
ip vrf forwarding ?
02-02-2021 08:00 AM
show ip route vrf
are you see tunnel ip
are you see default route ?
if you can not see both then the advertise is not happened because of this reason.
02-03-2021 12:26 AM
The adress-family is use on back to back
I have static routing for tunnel
Nominal :
interface GigabitEthernet0/0/1.4005
encapsulation dot1Q 4005
vrf forwarding VPN1
ip address 10.4.4.1 255.255.255.252
ip pim sparse-mode
no cdp enable
NR-4221-5#sh ip route multicast vrf VPN1
S* 0.0.0.0/0 is directly connected, Tunnel1
Backup :
interface GigabitEthernet0/0/1.4005
description --ROCADE--
encapsulation dot1Q 4005
vrf forwarding VPN1
ip address 10.4.4.2 255.255.255.252
ip pim sparse-mode
NR-4221-2#sh ip route multicast vrf VPN1
S* 0.0.0.0/0 [250/0] via 172.22.4.1, Tunnel1
02-03-2021 12:48 AM
Hello,
I assume this is a 4221 router ? What if you configure the command under the router process ?
router bgp 1
--> default-information originate
!
address-family ipv4 multicast vrf VPN1
redistribute connected
neighbor 10.4.4.2 remote-as 65400
neighbor 10.4.4.2 activate
neighbor 10.4.4.2 next-hop-self
exit-address-family
02-03-2021 03:17 AM
Hello Georg,
Yes it's two 4221 routers
This command doesn't work under router process
NR-4221-5(config)#router bgp 65400
NR-4221-5(config-router)#default-?
% Unrecognized command
02-03-2021 05:26 AM
Bgp
address
neighbor x.x.x.x default-inf
this command we use
but again if default is missing from routing table then it not work
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide