PDA

View Full Version : H3 multicast variation



toronto
04-16-2018, 04:38 PM
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?

ccierscisco
04-16-2018, 05:15 PM
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

toronto
04-17-2018, 04:20 AM
================================================== ==


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.

Robin
04-17-2018, 04:30 AM
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.

IEcollection
04-17-2018, 04:36 AM
I will start a topic about H3 variation today. we will try to solve every case in H3.

ccierscisco
04-17-2018, 05:57 PM
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

yiya
04-18-2018, 03:34 AM
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

ccierscisco
04-19-2018, 02:32 AM
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/techdoc/dc/reference/cli/n5k/commands/ip-pim-auto-rp-mapping-agent.html

yiya
04-19-2018, 03:40 AM
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(?)

ccierscisco
04-19-2018, 09:04 AM
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 ..

Nexus
04-21-2018, 01:13 PM
I dont know ..

I will start solution about H3 today and let you know.

Nexus
04-21-2018, 02:24 PM
I updated the solution H3 in this link, you can download it

**Hidden Content: Check the thread to see hidden data.**

yiya
04-22-2018, 12:48 AM
In this solution,it still can't match the cisco require multicast output

Robin
04-22-2018, 05:29 AM
In this solution,it still can't match the cisco require multicast output

we are waiting a full solution from Nexus about H3 :)

louisypopo
04-22-2018, 01:34 PM
Hi guys,

Thanks for the solution of Section 2.10

Anybody has the solution of Section 2.11?

Many thanks.

ccipcisco
04-23-2018, 04:52 AM
Hi guys,

Thanks for the solution of Section 2.10

Anybody has the solution of Section 2.11?

Many thanks.

That is my solution of section 2.11:

R30/R31/SW300/ SW301
ip multicast-routing
ip pim autorp listener
ip host DC1-RP 10.250.250.250
ip host HQ-RP 10.3.250.250

SW111
int vlan 2001
ip igmp join-group 239.130.1.1

SW100
router bgp 65001
network 10.1.113.0 mask 255.255.255.252

SW300
int vlan 2000
ip igmp join-group 239.250.1.1
ip igmp join-group 239.130.1.1

R30
access-list 1 permit 239.130.0.0 0.0.255.255
ip pim send-rp-ann loopback1 scope 1 group-list 1
ip pim send-rp-dis loopback1 scope 2

R30/R31
access-list 2 deny 239.130.0.0 0.0.255.255
access-list 2 permit any
!
int eth 0/0
ip multicast boundary 2 filter-autorp

sanritzsanritz
05-26-2018, 01:40 PM
personally I found, there is a problem in the solution suggested. Nowhere it is mentioned how the RP of the HQ(10.3.250.250) will communicate with RP of DC1(10.250.250.250). I used msdp inter-as peering between them and got expected result.
But I am not sure about the mapping-agent command and how it will work ?

skndmx
06-30-2018, 03:51 AM
The link is dead, can you reupload?

cciecandidate
07-05-2018, 06:12 AM
Can anybody upload the file again please ?