interface/{interface-type}/{interface-name}/ip/vrrp-extended

Configures, retrieves, and modifies VRRPE.

Resource URIs

URI Description
<base_URI>/config/running/interface/{interface-type}/{interface-name}/ip/vrrp-extended Configures VRRPE. Valid interface type: Ve.
GET URI Description
<base_URI>/config/running/interface/{interface-type}/{interface-name}/ip/vrrp-extended Displays IP configuration. Valid interface type: Ve.
<base_URI>/config/running/interface/{interface-type}/{interface-name}/ip/vrrp-extended/auth-type Displays authentication type. Valid interface type: Ve.
<base_URI>/config/running/interface/{interface-type}/{interface-name}/ip/vrrp-extended/auth-type/md5-auth Displays md5 authentication. Valid interface type: Ve.
<base_URI>/config/running/interface/{interface-type}/{interface-name}/ip/vrrp-extended/auth-type/md5-auth/auth-data Displays authentication data. Valid interface type: Ve.
PUT URIs Payload Description
<base_URI>/config/running/{interface-type}/{interface-name}/ip/vrrp-extended/auth-type/md5-auth/auth-data <auth-data>{string}</auth-data> Configures Authentication data. Valid interface type: Ve.
PATCH URIs Payload Description
<base_URI>/config/running/interface/Ve/{name}/ip/vrrp-extended/auth-type/md5-auth <md5-auth><auth-data>{string}</auth-data></md5-auth> Configures MD5 authentication. Valid interface type: Ve.
DELETE URIs
<base_URI>/config/running/interface/{interface-type}/{interface-name}/ip/vrrp-extended
<base_URI>/config/running/interface/{interface-type}/{interface-name}/ip/vrrp-extended/auth-type
<base_URI>/config/running/interface/{interface-type}/{interface-name}/ip/vrrp-extended/auth-type/md5-auth
<base_URI>/config/running/interface/{interface-type}/{interface-name}/ip/vrrp-extended/auth-type/md5-auth/auth-data

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/interface/Ve/2/ip/vrrp-extended

None

<vrrp-extended xmlns="urn:brocade.com:mgmt:brocade-vrrp" y:self="/rest/config/running/interface/Ve/2/ip/vrrp-extended">
      <auth-type y:self="/rest/config/running/interface/Ve/2/ip/vrrp-extended/auth-type">
        <md5-auth y:self="/rest/config/running/interface/Ve/2/ip/vrrp-extended/auth-type/md5-auth">
        </md5-auth>
      </auth-type>
    </vrrp-extended>

URI

The following is an example of the PATCH operation to configure MD5 authentication.

http://host:80/rest/config/running/interface/Ve/100/ip/vrrp-extended/auth-type/md5-auth

<md5-auth><auth-data>vrrp-e</auth-data></md5-auth>			 				 

None