Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: H3 multicast variation

  1. #1

    H3 multicast variation

    my friend took exam last week and failed H3, he said with me the multicast was changed. the output was looked like that

    R13#show ip pim rp mapping
    PIM Group-to-RP Mappings

    Group(s) 239.250.0.0/16
    RP 10.250.250.250 (DC1-RP), v2v1
    Info source: 10.1.113.2 (?), elected via Auto-RP
    Uptime: 00:21:44, expires: 00:02:02

    What do you think about this output?

  2. #2

    Re: H3 multicast variation

    Quote Originally Posted by toronto View Post
    my friend took exam last week and failed H3, he said with me the multicast was changed. the output was looked like that

    R13#show ip pim rp mapping
    PIM Group-to-RP Mappings

    Group(s) 239.250.0.0/16
    RP 10.250.250.250 (DC1-RP), v2v1
    Info source: 10.1.113.2 (?), elected via Auto-RP
    Uptime: 00:21:44, expires: 00:02:02

    What do you think about this output?


    ================================================== ==


    SW100
    conf t
    access-list 1 permit 239.250.0.0 0.0.255.255
    ip pim send-rp-announce loopback 1 scope 255 group-list 1
    ip pim send-rp-discovery e0/2 scope 255

    SW101//
    conf t
    access-list 1 permit 239.250.0.0 0.0.255.255
    ip pim send-rp-announce loopback 1 scope 255 group-list 1


    SW100//
    router bgp 65001
    bgp router-id 10.1.100.100
    bgp log-neighbor-changes
    network 10.1.113.0 mask 255.255.255.252


    SW101
    ip msdp peer 10.1.100.100 connect-source loopback 0
    ip msdp originator-id loopback 0

    SW100
    ip msdp peer 10.1.101.101 connect-source loopback 0
    ip msdp originator-id loopback 0

    SW111
    conf t
    int vlan 2001
    ip igmp join-group 239.250.1.1
    do wr mem

    R14/R15/SW110/SW111/SW100/SW101/R10/R11/R12/R13
    conf t
    ip multicast-routing
    ip host DC1-RP 10.250.250.250
    ip pim autorp listener

  3. #3

    Re: H3 multicast variation

    Quote Originally Posted by ccierscisco View Post
    ================================================== ==


    SW100
    conf t
    access-list 1 permit 239.250.0.0 0.0.255.255
    ip pim send-rp-announce loopback 1 scope 255 group-list 1
    ip pim send-rp-discovery e0/2 scope 255

    SW101//
    conf t
    access-list 1 permit 239.250.0.0 0.0.255.255
    ip pim send-rp-announce loopback 1 scope 255 group-list 1


    SW100//
    router bgp 65001
    bgp router-id 10.1.100.100
    bgp log-neighbor-changes
    network 10.1.113.0 mask 255.255.255.252


    SW101
    ip msdp peer 10.1.100.100 connect-source loopback 0
    ip msdp originator-id loopback 0

    SW100
    ip msdp peer 10.1.101.101 connect-source loopback 0
    ip msdp originator-id loopback 0

    SW111
    conf t
    int vlan 2001
    ip igmp join-group 239.250.1.1
    do wr mem

    R14/R15/SW110/SW111/SW100/SW101/R10/R11/R12/R13
    conf t
    ip multicast-routing
    ip host DC1-RP 10.250.250.250
    ip pim autorp listener
    Thank, I tested and it works for me.

  4. #4

    Re: H3 multicast variation

    at that time as I know, there were many H3 variations from Cisco. Depends on the location you will take your exam, my friend took exam in HongKong, he got H3 and he said with me in R14, R15 Cisco did not give him the nat pool, but in other location some guys reported he got NAT Pool in R14 and R15. It made me so confused about H3. If we can have a topic about H3, and discuss about it, I think we will have a best solution.

  5. The Following User Says Thank You to Robin For This Useful Post:

    IEcollection (04-17-2018)

  6. #5

    Re: H3 multicast variation

    I will start a topic about H3 variation today. we will try to solve every case in H3.

  7. #6

    Re: H3 multicast variation

    Nat Pool : R14 & R15, R24 & R25
    Multicast another variation :

    SW100#show ip pim rp mapping
    PIM Group-to-RP Mappings
    This system is an RP (Auto-RP)
    This system is an RP-mapping agent
    Group(s) 239.250.0.0/16 RP 10.250.250.250 (DC1-RP), v2v1
    Info source: 10.250.250.250 (?), elected via Auto-RP
    Uptime: 01:46:57, expires: 00:01:59


    R10/R11/R20/R21/R14/R15
    conf t
    ip prefix-list FILTER seq 5 permit 10.0.0.0/13 ge 16 le 16
    ip prefix-list FILTER seq 10 permit 0.0.0.0/0

  8. #7

    Re: H3 multicast variation

    How should we do to match this output?
    SW100#show ip pim rp mapping
    PIM Group-to-RP Mappings
    This system is an RP (Auto-RP)
    This system is an RP-mapping agent
    Group(s) 239.250.0.0/16 RP 10.250.250.250 (DC1-RP), v2v1
    Info source: 10.250.250.250 (?), elected via Auto-RP
    Uptime: 01:46:57, expires: 00:01:59

  9. #8

    Re: H3 multicast variation

    this we can achieve from ip pim auto-rp mapping-agent command but I have not tried ..Dont have image. With L2IRON man this command is not supporting.

    ip pim auto-rp mapping-agent
    To configure the router as an IPv4 Protocol Independent Multicast (PIM) Auto-RP mapping agent that sends RP-Discovery messages, use the ip pim auto-rp mapping-agent command. To remove the mapping agent configuration, use the no form of this command.

    https://www.cisco.com/c/m/en_us/tech...ing-agent.html

  10. #9

    Re: H3 multicast variation

    Do you know how can we do to implement the RP name lookup one with a name 10.250.250.250(DC1-RP),but another without a name 10.250.250.250(?)

  11. #10

    Re: H3 multicast variation

    Quote Originally Posted by yiya View Post
    Do you know how can we do to implement the RP name lookup one with a name 10.250.250.250(DC1-RP),but another without a name 10.250.250.250(?)
    I dont know ..

  12. The Following User Says Thank You to ccierscisco For This Useful Post:

    Nexus (04-21-2018)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •