Routing

 View Only
last person joined: yesterday 

Ask questions and share experiences about ACX Series, CTP Series, MX Series, PTX Series, SSR Series, JRR Series, and all things routing, including portfolios and protocols.

Multicast BGP (traffic separation Unicast of Multicast)

  • 1.  Multicast BGP (traffic separation Unicast of Multicast)

    Posted 08-21-2023 20:13

    Hi best Experts,

    I need to separate Unicast and Multicast traffic using two different physical interfaces (one for Multicast traffic and one for Unicast traffic) with BGP routing using the irb interface in the global table. In Cisco, the command <ipv4 address family multicast> is used. I'm looking for how to configure this in QFX. anyone can help with that?

    #######Unicast config############
    set protocols bgp family inet unicast
    set protocols bgp group CN-DAAS-EBGP type external
    set protocols bgp group CN-DAAS-EBGP peer-as 64630
    set protocols bgp group CN-DAAS-EBGP local-as 64610
    set protocols bgp group CN-DAAS-EBGP neighbor 10.122.205.237 description CRE1-ETH13-OUT
    set protocols bgp group CN-DAAS-EBGP neighbor 10.122.205.237 family inet unicast
    set protocols bgp group CN-DAAS-EBGP neighbor 10.122.205.237 export NETWORK-CONNECTED
    set protocols bgp group CN-DAAS-EBGP neighbor 10.122.205.237 peer-as 64630
    set protocols bgp group CN-DAAS-EBGP neighbor 10.122.205.241 description CRE2-ETH13-OUT
    set protocols bgp group CN-DAAS-EBGP neighbor 10.122.205.241 family inet unicast
    set protocols bgp group CN-DAAS-EBGP neighbor 10.122.205.241 export NETWORK-CONNECTED
    set protocols bgp group CN-DAAS-EBGP neighbor 10.122.205.241 peer-as 64630



    ------------------------------
    MARCOS P.
    ------------------------------