View Single Post
  #1 (permalink)  
Old 2006-04-05
_d3nx _d3nx is offline
Junior Member
 
Join Date: 2006-04-05
Location: VAN
Posts: 24
Rep Power: 0
_d3nx has an average reputation (10+)
Default How to enable multicast routing (PIM) on SecurePlatform Pro

I have enabled PIM dense mode using router command as below

secureplaformpro#router
router>en
router#conf t
router(config)# int eth0
router(config-if)# ip pim dense-mode
router(config-if)# exit
router(config)# int eth1
router(config-if)# ip pim dense-mode
router(config-if)# exit

But i am still facing problem to forward multicast packets between networks. Do i need to enter any other command in order to activate pim dense-mode on the interface.
Reply With Quote