Hello
I have Cisco8540. On one of its FastEthernet interfaces I have source of multicast and on another recievers. But I cannot figure out why it doesn't work:
ip multicast-routing distributed
interface Loopback0
 ip address 10.0.1.229 255.255.255.255
 no ip directed-broadcast
 ip pim sparse-mode
!
interface FastEthernet2/0/5
 description Source_Of_MULTICAST
 ip address 10.0.1.1 255.255.255.252
 no ip directed-broadcast
 ip pim sparse-mode
 duplex auto
 speed auto
!         
interface FastEthernet2/0/14
 description Reciever_Of_Multicast
 ip address 192.168.1.0 255.255.255.224
 no ip directed-broadcast
 ip pim sparse-mode
 duplex half
 speed 10 
!     
ip pim rp-address 10.0.1.229
!
This archive was generated by hypermail 2b29 : Sun Aug 04 2002 - 04:12:29 EDT