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

  • 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 343
312 Network OS NETCONF Operations Guide
53-1003231-02
Virtual Fabric configuration with NETCONF overview
23
<rpc message-id="1101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config>
<vcs xmlns="urn:brocade.com:mgmt:brocade-vcs">
<virtual-fabric><vfab-enable></vfab-enable></virtual-fabric>
</vcs>
</config>
</edit-config>
</rpc>
<rpc-reply message-id="1101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
Creating a Virtual Fabric instance
Under the <vlan> node, specify the <name> element containing the new VLAN ID, where vlan_id
<name> element is a number equal to or greater than 4096 through 8191, and is not a reserved
VLAN.
<?xml version="1.0" encoding="UTF-8"?>
<rpc message-id="1101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config>
<interface-vlan xmlns="urn:brocade.com:mgmt:brocade-interface">
<interface>
<vlan>
<name>5000</name>
</vlan>
</interface>
</interface-vlan>
</config>
</edit-config>
</rpc>
<rpc-reply message-id="1101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
Configuring additional Layer 2 Virtual Fabric features
This section addresses additional features that are available on trunk ports once a Virtual Fabric is
established.
Configuring Virtual Fabrics and defining and associating PVLANs
The private VLANs (PVLANs) for a Virtual Fabric can be configured in the following three types:
Primary VLAN
Isolated VLAN
Vue de la page 343
1 2 ... 339 340 341 342 343 344 345 346 347 348 349 ... 621 622

Commentaires sur ces manuels

Pas de commentaire