| Created with the Web Accessibility Wizard |
Lab 4 IP Multicast Tunnel Workshop
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
Enable IP Multicast Routing on the Cisco 2610
2610(config-if)# exit
2610(config)# ip multicast-routing
Enable PIM Sparse Mode on the Tunnel Interface.
2610(config)# int tunnel 5
2610(config-if)# ip pim sparse-mode
Enable PIM Sparse Mode on E0/0
2610(config)# int e0/0
2610(config-if)# ip pim sparse-mode
Configure the PIM Rendezvous Point on the Cisco 2610
2610(config-if)# exit
2610(config)# ip pim rp-address 193.1.195.68
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
Slide Links:
| Text Mostly Version Graphic Version |