I just trying to forward multicast traffic from ether7-iptv to ether3-local using igmp-proxy.
192.168.89.88 = multicast source
192.168.89.89 = ip at ether7-iptv
224.2.2.2 = udp multicast streaming
[admin@core] > tool torch ether7-iptv src-address=192.168.89.0/24 dst-address=224.0.0.0/4 ip-protocol=udp
MAC-PROTOCOL IP-PROTOCOL SRC-ADDRESS DST-ADDRESS TX RX TX-PACKETS RX-PACKETS
ip udp 192.168.89.88 224.2.2.2 0bps 25.7Mbps 0 5308
0bps 25.7Mbps 0 5308
-- [Q quit|D dump|C-z pause]
[admin@core] > routing igmp-proxy print
quick-leave: no
query-interval: 4s
query-response-interval: 4s
[admin@core-kailinet] > routing igmp-proxy interface print
Flags: X - disabled, I - inactive, D - dynamic, U - upstream
# INTERFACE THRESHOLD
0 IU ether7-iptv 1
1 I ether3-local 1
problem is, why i always get inactive interface message? ans i always get 192.168.89.89 as ipsource on upstream interface?
Anyone please?
Using CCR1036 with RoS 6.42.6
Thanks a lot.