A meter rule sets the rule for a meter to measure traffic for a specific IP range. The following uses meter and requires the L3 metering extension.
Network v2
Create meter rule
openstack network meter rule create
    --remote-ip-prefix <remote-ip-prefix>
    [--ingress | --egress]
    [--exclude | --include]
    [--project <project> [--project-domain <project-domain>]]
    <meter>
--project <project>¶Owner’s project (name or ID)
--project-domain <project-domain>¶Domain the project belongs to (name of ID). This can be used in case collisions between project names exist.
--ingressRule is applied to incoming traffic (default)
--egressRule is applied to outgoing traffic
--excludeExclude remote_ip_prefix from count of the traffic of IP addresses
--includeInclude remote_ip_prefix into count of the traffic of IP addresses (default)
--remote-ip-prefix <remote-ip-prefix>¶The remote IP prefix to associate with this metering rule packet
<meter>Meter to associate with this meter rule (name or ID)
Delete meter rule(s)
openstack network meter rule delete <id> [<id> ...]
<meter-rule-id>ID of meter rule(s) to delete
Show meter rule
openstack network meter rule show <meter-rule-id>
<meter-rule-id>Meter rule to display (ID only)
 
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.