cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
593
Views
5
Helpful
10
Replies

default-information originate on address-family multicast vrf

Jérémy
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

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

View solution in original post

10 Replies 10

johnlloyd_13
Level 9
Level 9

hi,

try the "show run all" and pipe to match the said command, i.e. "show run all | inc default-information originate"

Hello John,

 

No result when i use "show run all | inc default-information originate"

are tunnel is in same VRF or in global ?

Tunnel is in same VRF

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 ?

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.

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

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

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

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

Getting Started

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:

Review Cisco Networking products for a $25 gift card