control-plane

Configures, modifies, or retrieves control plane configuration.

Resource URIs

URI Description
/restconf/data/brocade-control-plane:control-plane Control plane configuration.
/restconf/data/brocade-control-plane:control-plane/ipv6 IPv6 Control plane configuration.
/data/brocade-control-plane:control-plane/ipv6/subnet-rate-limit Configure the rate limit for the subnet
/restconf/data/brocade-control-plane:control-plane/ipv6/subnet-rate-limit/cbr Configures the CBR.

Parameters

cir
Specifies rate value. The range is from 0 to 100000.
cbr
Specifies the burst value in Kbytes. The range is from 1 to 64.

Usage Guidelines

GET, POST, PUT, PATCH, DELETE, OPTIONS, and HEAD operations are supported.

Examples

URI

The following example uses the GET option to retrieve the configuration details.

http://host:80restconf/data/brocade-control-plane:control-plane

None

control-plane xmlns="urn:brocade.com:mgmt:brocade-control-plane">
				<ipv6>
					<subnet-rate-limit>
						<cbr/>
					</subnet-rate-limit>
				</ipv6>
			</control-plane>>

URI

The following example uses the DELETE option to remove the control plane configuration.

http://host:443/restconf/data/brocade-control-plane:control-plane

None

None