Lab 4 IP Multicast Tunnel Workshop

  1. Create a new GRE Tunnel interface on the Cisco 2610.
    2610(config)# int tunnel 5
    2610(config-if)# tunnel source e0/0
    2610(config-if)# tunnel destination 193.1.70.5
    2610(config-if)# tunnel mode gre ip
    2610(config-if)# ip address 193.1.70.33 255.255.255.252

  2. Enable IP Multicast Routing on the Cisco 2610
    2610(config-if)# exit
    2610(config)# ip multicast-routing

  3. Enable PIM Sparse Mode on the Tunnel Interface.
    2610(config)# int tunnel 5
    2610(config-if)# ip pim sparse-mode

  4. Enable PIM Sparse Mode on E0/0
    2610(config)# int e0/0
    2610(config-if)# ip pim sparse-mode

  5. Configure the PIM Rendezvous Point on the Cisco 2610
    2610(config-if)# exit
    2610(config)# ip pim rp-address 193.1.195.68

  6. Create a Static Default Mroute that uses Tunnel 5 as the next hop
    2610(config)# ip mroute 0.0.0.0 0.0.0.0.0 193.1.70.34

The Test HEAnet Network

Slide Links:

Text Only Version Text Mostly Version Graphic Version