|
On Build distribution-karaf-0.5.0-20160121.202155-171 taken from
: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/distribution-karaf/
-
-
- Creating network
- Adding controller
Unable to contact the remote controller at 100.96.2.155:6633
- Adding hosts:
h1 h2
- Adding switches:
s1
- Adding links:
(h1, s1) (h2, s1)
- Configuring hosts
h1 h2
- Starting controller
c0
- Starting 1 switches
s1 ...
- Starting CLI:
mininet> sh ovs-ofctl -O OpenFlow13 dump-flows s1
OFPST_FLOW reply (OF1.3) (xid=0x2):
cookie=0x6800000, duration=282.184s, table=0, n_packets=0, n_bytes=0, priority=50,udp,tp_src=68,tp_dst=67 actions=write_actions(CONTROLLER:65535)
cookie=0x1030000, duration=282.944s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
cookie=0x8000003, duration=282.944s, table=21, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
cookie=0x8050000, duration=282.029s, table=50, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535,goto_table:51
cookie=0x8030000, duration=282.020s, table=51, n_packets=0, n_bytes=0, priority=0 actions=goto_table:52
mininet> sh ovs-ofctl -O OpenFlow13 dump-flows s1
OFPST_FLOW reply (OF1.3) (xid=0x2):
cookie=0x6800000, duration=284.866s, table=0, n_packets=0, n_bytes=0, priority=50,udp,tp_src=68,tp_dst=67 actions=write_actions(CONTROLLER:65535)
cookie=0x1030000, duration=285.626s, table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
cookie=0x8000003, duration=285.626s, table=21, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80
cookie=0x8050000, duration=284.711s, table=50, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535,goto_table:51
cookie=0x8030000, duration=284.702s, table=51, n_packets=0, n_bytes=0, priority=0 actions=goto_table:52
mininet> sh ovs-ofctl -O OpenFlow13 dump-groups s1
OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):
mininet>
http://localhost:8181/restconf/operational/ietf-interfaces:interfaces-state/
{
"interfaces-state": {
"interface": [
{
"name": "s1-eth1",
"phys-address": "FE:54:88:FC:6F:3F",
"lower-layer-if": [
"openflow:1:1"
],
"admin-status": "up",
"oper-status": "up",
"if-index": 3
}
,
{
"name": "s1-eth2",
"phys-address": "FE:F4:E6:64:0E:5C",
"lower-layer-if": [
"openflow:1:2"
],
"admin-status": "up",
"oper-status": "up",
"if-index": 1
}
,
{
"name": "s1",
"phys-address": "FA:FE:BD:C1:F7:41",
"lower-layer-if": [
"openflow:1:LOCAL"
],
"admin-status": "up",
"oper-status": "up",
"if-index": 2
}
]
}
}
http://localhost:8181/restconf/operational/elan:elan-dpn-interfaces/
{
"errors": {
"error": [
{
"error-type": "application",
"error-tag": "data-missing",
"error-message": "Request could not be completed because the relevant data model content does not exist "
}
]
}
}
http://localhost:8181/restconf/operational/interface-service-bindings:service-bindings/
Response Body
{
"errors": {
"error": [
{
"error-type": "application",
"error-tag": "data-missing",
"error-message": "Request could not be completed because the relevant data model content does not exist "
}
]
}
}
http://localhost:8181/restconf/operational/ietf-interfaces:interfaces/
Response Body
{
"errors": {
"error": [
{
"error-type": "application",
"error-tag": "data-missing",
"error-message": "Request could not be completed because the relevant data model content does not exist "
}
]
}
}
|