その他

Sender(Multicast Routing on Anycast RP)

Sender:
conf t
!
ip multicast-routing
ip pim rp-address 1.1.1.1
!
interface ethernet 0/0
ip address 192.168.1.1 255.255.255.0
ip pim sparse-mode
no shutdown
!
ip route 0.0.0.0 0.0.0.0 192.168.1.254
!
end