Advertisement
Guest User

node connector

a guest
Mar 22nd, 2015
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. (config)node-connector {
  2. flow-node-inventory:advertised-features (undefined, optional): Features being advertised by the port,
  3. address-tracker:addresses (array[(config)addresses], optional),
  4. opendaylight-port-statistics:flow-capable-node-connector-statistics (object[(config)flow-capable-node-connector-statistics], optional),
  5. flow-node-inventory:port-number (integer or string, optional),
  6. flow-node-inventory:supported (undefined, optional): Features supported by the port,
  7. flow-node-inventory:peer-features (undefined, optional): Features advertised by peer,
  8. id (string, optional): The unique identifier for the node-connector.,
  9. flow-node-inventory:maximum-speed (integer, optional): Max port bit rate in kbps,
  10. flow-node-inventory:name (string, optional): Human readable name of the port,
  11. flow-node-inventory:queue (array[(config)queue], optional),
  12. flow-node-inventory:hardware-address (string, optional): MAC Address of the port,
  13. stp-status-aware-node-connector:status (enum, optional),
  14. flow-node-inventory:configuration (undefined, optional): Bit map of OFPPC-* flags,
  15. flow-node-inventory:state (object[(config)state], optional): Description of state of port,
  16. flow-node-inventory:current-speed (integer, optional): Current port bit rate in kbps,
  17. flow-node-inventory:current-feature (undefined, optional): Bit map of OFPPF-* flags
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement