protocol/vrrp

Configures, modifies, or retrieves Virtual Router Redundancy Protocol (VRRP)

Resource URIs

URI Description
<base_URI>/config/running/protocol/vrrp Configures Virtual Router Redundancy Protocol (VRRP)
GET URIs Description
<base_URI>/config/running/protocol/vrrp Retrieves Virtual Router Redundancy Protocol (VRRP)
PATCH URIs Payload Description
<base_URI>/config/running/protocol/vrrp <vrrp>{enumeration}</vrrp> Configures Virtual Router Redundancy Protocol (VRRP)
PUT URIs Payload Description
<base_URI>/config/running/protocol/vrrp <vrrp>{enumeration}</vrrp> Configures Virtual Router Redundancy Protocol (VRRP)

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:80/rest/config/running/protocol/vrrp

None

<vrrp xmlns="urn:brocade.com:mgmt:brocade-vrrp" xmlns:y="http://brocade.com/ns/rest" 
y:self="/rest/config/running/protocol/vrrp">true</vrrp>

URI

The following example uses the PUT option to configure VRRP.

http://host:80/rest/config/running/protocol/vrrp

<vrrp>true</vrrp>

None

URI

The following example uses the DELETE option to delete the VRRP configuration.

http://host:80/rest/config/running/protocol/vrrp

None

None