Implements command and control for the Floodlight SDN controller
Supported Actions
- test connectivity: Validate the asset configuration for connectivity.
- block ip: Block traffic to/from the matching IP.
- unblock ip: Unblocks traffic to/from the matching IP
- block mac address: Block traffic to/from the matching MAC
- unblock mac address: Unblocks traffic to/from the matching MAC.
- block subnet: Block traffic to/from the matching IP subnet.
- unblock subnet: Unblocks traffic to/from the matching IP subnet.
- block arp: Block ARP packets sourced from this MAC.
- unblock arp: Unblock ARP packets sourced from this MAC.
- block flow: Block network traffic matching flow parameters.
- unblock flow: Unblock network traffic matching flow parameters.
- get firewall status: Get the enable/disable state of the firewall.
- enable firewall: Enable the firewall.
- disable firewall: Disable the firewall.
- delete firewall rule: Delete a firewall rule.
- list firewall rules: List firewall rules stored in the controller.
- list switches: List SDN switches managed by the controller.
- list internal links: List single-hop links discovered via LLDP.
- list external links: List multi-hop links discovered via BDDP.
- list devices: List devices tracked by the SDN controller.
- get uptime: Get time since SDN controller startup.
- list static flows: List static flow rules.
- add static flow: Add a static flow rule.
- delete static flow: Remove a static flow rule.
- clear static flows: Remove all static flow rules.