Brocade Network OS NETCONF Operations Guide v4.1.1 Manuel d'utilisateur Page 285

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 622
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 284
Network OS NETCONF Operations Guide 253
53-1003231-02
Configuring AMPP port-profiles
19
3. Activate the profile.
<?xml version="1.0" encoding="UTF-8"?>
<rpc message-id="1712" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config>
<port-profile-global
xmlns="urn:brocade.com:mgmt:brocade-port-profile">
<port-profile>
<name>vm1-port-profile</name>
<activate/>
</port-profile>
</port-profile-global>
</config>
</edit-config>
</rpc>
<rpc-reply message-id="1712" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
4. Associate the profile with the MAC address for each host.
<?xml version="1.0" encoding="UTF-8"?>
<rpc message-id="1713" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config>
<port-profile-global
xmlns="urn:brocade.com:mgmt:brocade-port-profile">
<port-profile>
<name>vm1-port-profile</name>
<static>
<mac-address>0050.56bf:0001</mac-address>
</static>
</port-profile>
<port-profile>
<name>vm1-port-profile</name>
<static>
<mac-address>0050.56bf:0002</mac-address>
</static>
</port-profile>
<port-profile>
<name>vm1-port-profile</name>
<static>
<mac-address>0050.56bf:0003</mac-address>
</static>
</port-profile>
<port-profile>
<name>vm1-port-profile</name>
<static>
<mac-address>0050.56bf:0004</mac-address>
</static>
</port-profile>
<port-profile>
<name>vm1-port-profile</name>
Vue de la page 284
1 2 ... 280 281 282 283 284 285 286 287 288 289 290 ... 621 622

Commentaires sur ces manuels

Pas de commentaire