- Community Home
- >
- Networking
- >
- Software Defined Networking
- >
- Re: Automatic flow creation when using Mininet
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2013 03:58 PM
09-26-2013 03:58 PM
Automatic flow creation when using Mininet
I have noticed that when using the "pingall" command in Mininet that flow entries are automatically added to each switch to allow the packets to reach their destination. Is this the default behavior and if so which component is implementing the flows - Controller, switches, Mininet. Also is this configurable?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2013 12:08 PM
09-27-2013 12:08 PM
Re: Automatic flow creation when using Mininet
When an ARP/IP packet is received from an end host, controller inserts this bidirectional flow on all the datapaths from source to destination to establish a path so that the two end hosts can talk to each other. These flows expire in about 60 seconds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2013 03:29 PM
09-29-2013 03:29 PM
Re: Automatic flow creation when using Mininet
Is it possible to disable this ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2013 04:09 PM
10-02-2013 04:09 PM
Re: Automatic flow creation when using Mininet
You can stop PathDaemon bundle from Applications tab. This will result in not installing these flows on datapaths.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2013 04:31 PM
10-02-2013 04:31 PM
Re: Automatic flow creation when using Mininet
Thanks Shaila, I just noticed that in the new Network Services Modules document -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2013 09:01 AM
10-03-2013 09:01 AM
Re: Automatic flow creation when using Mininet
Thanks for the information Shaila!
I have a follow-up question (or two):
- Does the PathDaemon handle both ARP as well as the installing the bidirectional flows related to the paths between two endpoints?
- Does the PathDaemon, when it sets up paths, operate in topologies with loops? I.e. is it independent of Spanning Tree, suppressing broadcasts because of the ARP functionality on the controller, etc.?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2013 10:20 AM
10-04-2013 10:20 AM
Re: Automatic flow creation when using Mininet
• Does the PathDaemon handle both ARP as well as installing the bidirectional flows related to the paths between two endpoints?
- Yes it does.
• Does the PathDaemon, when it sets up paths, operate in topologies with loops? I.e. is it independent of Spanning Tree, suppressing broadcasts because of the ARP functionality on the controller, etc.?
- Yes Path Daemon can operate in topologies with loops. It gets path information between two endpoints from Topology service.