Difference between revisions of "Netband Project - Multicast"
From Teknologisk videncenter
								
												
				 (→Configuration)  | 
				m (→Verification)  | 
				||
| (9 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| + | =Multicast=  | ||
This page is part of the [[Netband_Project|Netband Project]]  | This page is part of the [[Netband_Project|Netband Project]]  | ||
*A multicast server is installed on the server HQDC1  | *A multicast server is installed on the server HQDC1  | ||
| Line 4: | Line 5: | ||
==Configuration==  | ==Configuration==  | ||
*Switch  | *Switch  | ||
| + | *Only configuration from HQSW1 is shown, as the configuration on B1SW1 is identical  | ||
<pre>ip multicast-routing distributed  | <pre>ip multicast-routing distributed  | ||
!  | !  | ||
| Line 10: | Line 12: | ||
  no switchport  |   no switchport  | ||
  ip address 10.255.255.1 255.255.255.252  |   ip address 10.255.255.1 255.255.255.252  | ||
| − |   ip pim sparse-mode  | + |   ip pim sparse-dense-mode  | 
  ip ospf network point-to-point  |   ip ospf network point-to-point  | ||
  ip ospf dead-interval minimal hello-multiplier 4  |   ip ospf dead-interval minimal hello-multiplier 4  | ||
| Line 21: | Line 23: | ||
</pre>  | </pre>  | ||
*Routers  | *Routers  | ||
| + | *Only configuration from HQSRT1 is shown, as the configuration on B1RR1 is identical  | ||
<pre>ip multicast-routing  | <pre>ip multicast-routing  | ||
!  | !  | ||
| Line 34: | Line 37: | ||
  description HQSW1  |   description HQSW1  | ||
  ip address 10.255.255.2 255.255.255.252  |   ip address 10.255.255.2 255.255.255.252  | ||
| − |   ip pim sparse-mode  | + |   ip pim sparse-dense-mode  | 
  ip nat inside  |   ip nat inside  | ||
  ip virtual-reassembly  |   ip virtual-reassembly  | ||
| Line 43: | Line 46: | ||
!  | !  | ||
</pre>  | </pre>  | ||
| + | [[Category:network]][[Category:CCNP]][[category:students]]  | ||
| + | |||
==Verification==  | ==Verification==  | ||
<pre>B1sw1#sh ip mroute  | <pre>B1sw1#sh ip mroute  | ||
| + | ...  | ||
(10.1.1.11, 239.0.0.40), 00:11:05/00:02:54, flags: JT  | (10.1.1.11, 239.0.0.40), 00:11:05/00:02:54, flags: JT  | ||
   Incoming interface: FastEthernet0/2, RPF nbr 10.255.255.14  |    Incoming interface: FastEthernet0/2, RPF nbr 10.255.255.14  | ||
| Line 50: | Line 56: | ||
     Vlan5, Forward/Sparse, 00:11:05/00:02:48  |      Vlan5, Forward/Sparse, 00:11:05/00:02:48  | ||
</pre>  | </pre>  | ||
| + | *Vlc is used as a the stream client  | ||
| + | <br/>  | ||
| + | |||
| + | [[Image:netband-vlc1.JPG|thumb|none|400px|Åben the multicast stream]]  | ||
| + | [[Image:netband-vlc2.JPG|thumb|none|400px|Streaming]]  | ||
| + | |||
| + | <br/>  | ||
| + | ==Link==  | ||
| + | Use iPerf as the multicast sender and listener  | ||
| + | *https://gist.github.com/jayjanssen/5697813  | ||
Latest revision as of 21:14, 4 November 2014
Multicast
This page is part of the Netband Project
- A multicast server is installed on the server HQDC1
 
Configuration
- Switch
 - Only configuration from HQSW1 is shown, as the configuration on B1SW1 is identical
 
ip multicast-routing distributed ! interface FastEthernet0/24 description HQrt1 no switchport ip address 10.255.255.1 255.255.255.252 ip pim sparse-dense-mode ip ospf network point-to-point ip ospf dead-interval minimal hello-multiplier 4 ! interface Vlan3 ip address 10.1.1.1 255.255.255.0 ip pim sparse-dense-mode ! ip pim rp-address 10.0.0.12
- Routers
 - Only configuration from HQSRT1 is shown, as the configuration on B1RR1 is identical
 
ip multicast-routing ! interface Tunnel0 ip address 10.255.254.1 255.255.255.252 ip mtu 1300 ip pim sparse-dense-mode ip virtual-reassembly tunnel source Loopback1 tunnel destination 10.255.253.2 ! interface FastEthernet0/1 description HQSW1 ip address 10.255.255.2 255.255.255.252 ip pim sparse-dense-mode ip nat inside ip virtual-reassembly ip ospf network point-to-point ip ospf dead-interval minimal hello-multiplier 4 duplex auto speed auto !
Verification
B1sw1#sh ip mroute
...
(10.1.1.11, 239.0.0.40), 00:11:05/00:02:54, flags: JT
  Incoming interface: FastEthernet0/2, RPF nbr 10.255.255.14
  Outgoing interface list:
    Vlan5, Forward/Sparse, 00:11:05/00:02:48
- Vlc is used as a the stream client
 
Link
Use iPerf as the multicast sender and listener