Brocade Network OS NETCONF Operations Guide v4.1.1 Manual do Utilizador Página 118

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 622
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 117
86 Network OS NETCONF Operations Guide
53-1003231-02
Brocade VCS Fabric configuration management
8
Brocade VCS Fabric configuration management
To add a new switch into a VCS Fabric, you must complete the following configuration steps.
1. Enable VCS Fabric mode.
2. Assign a routing bridge ID.
3. Reboot the switch.
You can enable VCS Fabric mode using the NETCONF interface. You cannot assign a routing bridge
ID using the NETCONF interface. To assign a routing bridge ID or other VCS Fabric parameters such
as the VCS Fabric ID, you must use the vcs command at the Network OS command line interface.
Refer to the Network OS Administrator’s Guide for details.
Enabling VCS Fabric mode
To enable VCS Fabric mode, perform the following steps.
1. Issue the <edit-config> RPC to configure the <vcsmode> node in the
urn:brocade.com:mgmt:brocade-vcs namespace.
2. Under the <vcsmode> node, include the empty <vcs-node> leaf element to enable VCS Fabric
mode.
The following example RPC enables VCS Fabric mode.
<rpc message-id="1200" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config>
<vcsmode xmlns="urn:brocade.com:mgmt:brocade-vcs">
<vcs-mode/>
</vcsmode>
</config>
</edit-config>
</rpc>
<rpc-reply message-id="1200" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
Disabling VCS Fabric mode
To disable VCS Fabric mode, include the delete operation in the <vcs-mode> leaf element tag.
rpc message-id="1201" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config>
<vcsmode xmlns="urn:brocade.com:mgmt:brocade-vcs">
<vcs-mode xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"
operation="delete"/>
</vcsmode>
Vista de página 117
1 2 ... 113 114 115 116 117 118 119 120 121 122 123 ... 621 622

Comentários a estes Manuais

Sem comentários