Mrouted.dump 和 cache是空的 - BBS
By Connor
at 2008-09-29T17:08
at 2008-09-29T17:08
Table of Contents
Kevin# cat mrouted.dump
mrouted version 3.9-beta3+IOS12 up 0:10:24 Tue Sep 30 03:36:21 2008
vifs_with_neighbors = 0
Virtual Interface Table
Vif Name Local-Address M Thr Rate Flags
0 nfe0 192.168.1.254 subnet: 192.168.1/24 1 1 0 querier leaf
group host (time left): 239.0.0.2 192.168.1.1 ( 0:04:19)
224.0.0.2 192.168.1.254 ( 0:02:18)
224.0.0.9 192.168.1.254 ( 0:02:12)
224.0.0.4 192.168.1.254 ( 0:02:19)
224.0.0.252 192.168.1.1 ( 0:02:15)
239.255.255.250 192.168.1.1 ( 0:04:19)
boundaries: 239.0/16
IGMP querier: 192.168.1.254 (this system)
Nbr bitmaps: 0x0000000000000000
pkts/bytes in : 0/0
pkts/bytes out: 0/0
1 rl0 10.0.0.254 subnet: 10/8 1 1 0 querier leaf
group host (time left): 239.0.0.2 10.0.0.1 ( 0:04:00)
239.255.255.250 10.0.0.1 ( 0:02:16)
224.0.0.4 10.0.0.254 ( 0:02:13)
224.0.0.252 10.0.0.1 ( 0:04:17)
224.0.0.2 10.0.0.254 ( 0:04:19)
224.0.0.9 10.0.0.254 ( 0:02:13)
boundaries: 239.0/16
IGMP querier: 10.0.0.254 (this system)
Nbr bitmaps: 0x0000000000000000
pkts/bytes in : 0/0
pkts/bytes out: 0/0
Multicast Routing Table (2 entries)
Origin-Subnet From-Gateway Metric Tmr Fl In-Vif Out-Vifs
192.168.1/24 1 30 .. 0 1*
10/8 1 30 .. 1 0*
------------------------------------------------------------------------------
Kevin# cat mrouted.cache
mrouted version 3.9-beta3+IOS12 up 0:12:24 Tue Sep 30 03:38:21 2008
Multicast Routing Cache Table (0 entries)
Origin Mcast-group CTmr Age Ptmr Rx IVif Forwvifs
<(prunesrc:vif[idx]/tmr) prunebitmap
>Source Lifetime SavPkt Pkts Bytes RPFf
------------------------------------------------------------------------------
連接情況如下
機器連接狀況如下
FreeBSD BOX上面有兩張網卡
我想要做到兩邊可以用239.0.0.2這個D class 來傳送影音!
NIC1
ip:192.168.1.254
Mask:255.255.255.0
接client1
ip為192.168.1.1
NIC2
ip:10.0.0.254
Mask:255.0.0.0
接client2
ip為10.0.0.1
想請教各位,我核心有重新編譯,Mrouted 已經在執行,可是上面這兩個dump後,好像
都沒有收到packet,上面都是0/0!請問是哪裡出了什麼問題嗎?
但是我用tcpdump 看得到 兩邊傳送的packets
--
mrouted version 3.9-beta3+IOS12 up 0:10:24 Tue Sep 30 03:36:21 2008
vifs_with_neighbors = 0
Virtual Interface Table
Vif Name Local-Address M Thr Rate Flags
0 nfe0 192.168.1.254 subnet: 192.168.1/24 1 1 0 querier leaf
group host (time left): 239.0.0.2 192.168.1.1 ( 0:04:19)
224.0.0.2 192.168.1.254 ( 0:02:18)
224.0.0.9 192.168.1.254 ( 0:02:12)
224.0.0.4 192.168.1.254 ( 0:02:19)
224.0.0.252 192.168.1.1 ( 0:02:15)
239.255.255.250 192.168.1.1 ( 0:04:19)
boundaries: 239.0/16
IGMP querier: 192.168.1.254 (this system)
Nbr bitmaps: 0x0000000000000000
pkts/bytes in : 0/0
pkts/bytes out: 0/0
1 rl0 10.0.0.254 subnet: 10/8 1 1 0 querier leaf
group host (time left): 239.0.0.2 10.0.0.1 ( 0:04:00)
239.255.255.250 10.0.0.1 ( 0:02:16)
224.0.0.4 10.0.0.254 ( 0:02:13)
224.0.0.252 10.0.0.1 ( 0:04:17)
224.0.0.2 10.0.0.254 ( 0:04:19)
224.0.0.9 10.0.0.254 ( 0:02:13)
boundaries: 239.0/16
IGMP querier: 10.0.0.254 (this system)
Nbr bitmaps: 0x0000000000000000
pkts/bytes in : 0/0
pkts/bytes out: 0/0
Multicast Routing Table (2 entries)
Origin-Subnet From-Gateway Metric Tmr Fl In-Vif Out-Vifs
192.168.1/24 1 30 .. 0 1*
10/8 1 30 .. 1 0*
------------------------------------------------------------------------------
Kevin# cat mrouted.cache
mrouted version 3.9-beta3+IOS12 up 0:12:24 Tue Sep 30 03:38:21 2008
Multicast Routing Cache Table (0 entries)
Origin Mcast-group CTmr Age Ptmr Rx IVif Forwvifs
<(prunesrc:vif[idx]/tmr) prunebitmap
>Source Lifetime SavPkt Pkts Bytes RPFf
------------------------------------------------------------------------------
連接情況如下
機器連接狀況如下
FreeBSD BOX上面有兩張網卡
我想要做到兩邊可以用239.0.0.2這個D class 來傳送影音!
NIC1
ip:192.168.1.254
Mask:255.255.255.0
接client1
ip為192.168.1.1
NIC2
ip:10.0.0.254
Mask:255.0.0.0
接client2
ip為10.0.0.1
想請教各位,我核心有重新編譯,Mrouted 已經在執行,可是上面這兩個dump後,好像
都沒有收到packet,上面都是0/0!請問是哪裡出了什麼問題嗎?
但是我用tcpdump 看得到 兩邊傳送的packets
--
Tags:
BBS
All Comments
Related Posts
mail server
By Callum
at 2008-09-29T13:52
at 2008-09-29T13:52
mail server
By Frederic
at 2008-09-28T12:43
at 2008-09-28T12:43
如何將本地的音樂播放到遠端的電腦
By Christine
at 2008-09-26T09:35
at 2008-09-26T09:35
mail server
By Quintina
at 2008-09-25T18:48
at 2008-09-25T18:48
mail server
By Frederic
at 2008-09-25T18:35
at 2008-09-25T18:35