Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sai@sai:~/odl/l2switch/distribution/karaf/target/assembly/bin$ sudo mn --controller=remote,ip=192.168.56.101 --switch=ovsk,protocols=OpenFlow13 --topo=linear,2
- *** Creating network
- *** Adding controller
- Connecting to remote controller at 192.168.56.101:6653
- *** Adding hosts:
- h1 h2
- *** Adding switches:
- s1 s2
- *** Adding links:
- (h1, s1) (h2, s2) (s2, s1)
- *** Configuring hosts
- h1 h2
- *** Starting controller
- c0
- *** Starting 2 switches
- s1 s2 ...
- *** Starting CLI:
- mininet> sh ovs-ofctl dump-flows s2 -O OpenFlow13
- OFPST_FLOW reply (OF1.3) (xid=0x2):
- cookie=0x2b00000000000000, duration=2.862s, table=0, n_packets=2, n_bytes=170, priority=100,dl_type=0x88cc actions=CONTROLLER:65535
- cookie=0x2b00000000000002, duration=2.862s, table=0, n_packets=19, n_bytes=2920, priority=0 actions=drop
- mininet> sh ovs-ofctl dump-flows s1 -O OpenFlow13
- OFPST_FLOW reply (OF1.3) (xid=0x2):
- cookie=0x2b00000000000003, duration=5.022s, table=0, n_packets=2, n_bytes=170, priority=100,dl_type=0x88cc actions=CONTROLLER:65535
- cookie=0x2b00000000000001, duration=5.022s, table=0, n_packets=24, n_bytes=3823, priority=0 actions=drop
- mininet> sh ovs-ofctl dump-flows s1 -O OpenFlow13
- OFPST_FLOW reply (OF1.3) (xid=0x2):
- cookie=0x2b00000000000000, duration=1321.561s, table=0, n_packets=1, n_bytes=70, priority=2,in_port=1 actions=output:2,CONTROLLER:65535
- cookie=0x2b00000000000001, duration=1321.559s, table=0, n_packets=360, n_bytes=69748, priority=2,in_port=2 actions=output:1
- cookie=0x2b00000000000003, duration=1327.284s, table=0, n_packets=267, n_bytes=22695, priority=100,dl_type=0x88cc actions=CONTROLLER:65535
- cookie=0x2b00000000000001, duration=1327.284s, table=0, n_packets=29, n_bytes=4400, priority=0 actions=drop
- mininet> sh ovs-ofctl dump-flows s2 -O OpenFlow13
- OFPST_FLOW reply (OF1.3) (xid=0x2):
- cookie=0x2b00000000000003, duration=1325.381s, table=0, n_packets=1, n_bytes=70, priority=2,in_port=1 actions=output:2,CONTROLLER:65535
- cookie=0x2b00000000000002, duration=1325.381s, table=0, n_packets=356, n_bytes=68315, priority=2,in_port=2 actions=output:1
- cookie=0x2b00000000000000, duration=1331.111s, table=0, n_packets=267, n_bytes=22695, priority=100,dl_type=0x88cc actions=CONTROLLER:65535
- cookie=0x2b00000000000002, duration=1331.111s, table=0, n_packets=28, n_bytes=4310, priority=0 actions=drop
Advertisement
Add Comment
Please, Sign In to add comment