Configuring port-profile-domains, Configuring the basic port-profile-domain, Adding the port-profile to the port-profile-domain – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual

Page 298

Advertising
background image

266

Network OS NETCONF Operations Guide

53-1003231-02

Configuring port-profile-domains

19

<running/>

</target>

<config>

<interface xmlns="urn:brocade.com:mgmt:brocade-interface">

<tengigabitethernet>

<name>1/0/1</name>

<port-profile-port

xmlns="urn:brocade.com:mgmt:brocade-port-profile"

xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"

operation="delete"/>

</tengigabitethernet>

</interface>

</config>

</edit-config>

</rpc>

<rpc-reply message-id="1721" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">

<ok/>

</rpc-reply>

Configuring port-profile-domains

This section describes the tasks for creating and configuring port-profile-domains.

Configuring the basic port-profile-domain

This task creates the port-profile-domain which is the basis for all port-profile-domain options.

1. Activate the port-profile-domain—Issue an <edit-config> RPC to configure the

<port-profile-domain> node in the urn:brocade.com:mgmt:brocade-port-profile namespace.
Under the <port-profile-domain> node, specify the following leaf elements.

2. Specify the name for the <port-profile-domain-name> element.

<?xml version="1.0" encoding="UTF-8"?>

<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="1">

<edit-config>

<target>

<running/>

</target>

<config>

<port-profile-domain mlns="urn:brocade.com:mgmt:brocade-port-profile">

<port-profile-domain-name>TENANT_1</port-profile-domain-name>

</port-profile-domain>

</config>

</edit-config>

</rpc>

<rpc-reply message-id="1" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">

<ok/>

</rpc-reply>

Adding the port-profile to the port-profile-domain

This task adds the AMPP port-profile to the port-profile-domain. Refer to

“Configuring AMPP

port-profiles”

on page 241.

Advertising