which routing table is used for IPv4 multicast RPF checks?

— Exhibit —
user@router> show configuration routing-options
rib-groups {
foo {
import-rib [ inet.8 inet.2 inet.0 ];
}
}
user@router> show configuration protocols pim
rib-group inet foo;
interface all;
— Exhibit —
Click the Exhibit button.
Based on the configuration in the exhibit, which routing table is used for IPv4 multicast RPF
checks?

— Exhibit —
user@router> show configuration routing-options
rib-groups {
foo {
import-rib [ inet.8 inet.2 inet.0 ];
}
}
user@router> show configuration protocols pim
rib-group inet foo;
interface all;
— Exhibit —
Click the Exhibit button.
Based on the configuration in the exhibit, which routing table is used for IPv4 multicast RPF
checks?

A.
inet.0

B.
inet.2

C.
foo.inet.0

D.
inet.8



Leave a Reply 6

Your email address will not be published. Required fields are marked *


Zhangzq

Zhangzq

The answer is inet.2
inet.2—For subsequent address family indicator (SAFI) 2 routes, when multiprotocol BGP (MBGP) is enabled. This table stores unicast routes that are used for multicast reverse-path-forwarding (RPF) lookup.

Lavrovo

Lavrovo

The answer is- inet.8
gov@SRX1# run show multicast rpf
Multicast RPF table: inet.8 , 0 entries
. . . . .