陳家錡
2017-07-12 18:06:36 UTC
Hi,
I am trying to use mininet to test my fast failover app.
(with Openflow 1.3, Open vSwitch 2.6.1)
My testing topology is shown as follow.
/ 2 \ / 5 \
h1 - 1 4 7 - h2
\ 3 / \ 6 /
It is fine when I using mininet to pingall.
(The path is *s1-s2-s4-s5-s7*)
But if I using mininet with command *link s1 s2 down*
I think it should trigger the ff and reroute from s1-s2 to s1-s3
However, it's not.
(I pretty sure the rule is matched and go to the group table,
dl_dst=00:00:00:00:00:02 actions=group:2)
The following is my group table in s1.
âgroup_id=2,type=ff,
bucket=watch_port:2,watch_group:2,actions=output:2,
bucket=watch_port:3,watch_group:2,actions=output:3
group_id=1,type=ff,
bucket=watch_port:1,watch_group:1,actions=output:1
How should I deal with it?
Is mininet should set some options?
Thanks for your help.
I truly appreciate it.
Rex.
--
[image: photo]
<http://www.facebook.com/xPlusSeven> <http://github.com/rex5207>
<http://www.instagram.com/ab_ab533/>
*é³å®¶é¡ Rex*
åç«æž è¯å€§åžè³èšå·¥çšåžç³»ç¢©å£«ç
03-5715131#33564
***@gmail.com
é«é網路寊é©å®€ <http://hsnl.cs.nthu.edu.tw/>
æž è¯å€§åžç¶åäºé€š705宀
<https://www.google.com/maps/search/%E6%B8%85%E8%8F%AF%E5%A4%A7%E5%AD%B8%E7%B6%9C%E5%90%88%E4%BA%8C%E9%A4%A8/@24.794716,120.992377,17.5z>
I am trying to use mininet to test my fast failover app.
(with Openflow 1.3, Open vSwitch 2.6.1)
My testing topology is shown as follow.
/ 2 \ / 5 \
h1 - 1 4 7 - h2
\ 3 / \ 6 /
It is fine when I using mininet to pingall.
(The path is *s1-s2-s4-s5-s7*)
But if I using mininet with command *link s1 s2 down*
I think it should trigger the ff and reroute from s1-s2 to s1-s3
However, it's not.
(I pretty sure the rule is matched and go to the group table,
dl_dst=00:00:00:00:00:02 actions=group:2)
The following is my group table in s1.
âgroup_id=2,type=ff,
bucket=watch_port:2,watch_group:2,actions=output:2,
bucket=watch_port:3,watch_group:2,actions=output:3
group_id=1,type=ff,
bucket=watch_port:1,watch_group:1,actions=output:1
How should I deal with it?
Is mininet should set some options?
Thanks for your help.
I truly appreciate it.
Rex.
--
[image: photo]
<http://www.facebook.com/xPlusSeven> <http://github.com/rex5207>
<http://www.instagram.com/ab_ab533/>
*é³å®¶é¡ Rex*
åç«æž è¯å€§åžè³èšå·¥çšåžç³»ç¢©å£«ç
03-5715131#33564
***@gmail.com
é«é網路寊é©å®€ <http://hsnl.cs.nthu.edu.tw/>
æž è¯å€§åžç¶åäºé€š705宀
<https://www.google.com/maps/search/%E6%B8%85%E8%8F%AF%E5%A4%A7%E5%AD%B8%E7%B6%9C%E5%90%88%E4%BA%8C%E9%A4%A8/@24.794716,120.992377,17.5z>