Brocade Network OS NETCONF Operations Guide v4.1.1 Manual de usuario Pagina 413

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 622
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 412
Network OS NETCONF Operations Guide 381
53-1003231-02
Configuring the vLAG ignore split option
26
NOTE
With ignore-split active, a vLAG node reboot can result in a more than one second loss while
interoperating with a Linux server/nic-team/CNA, due to premature egress of traffic from the server.
FIGURE 5 vLAG configuration of the ignore split
To reduce vLAG failover downtime, you must set the ignore split option on all of the legs in the vLAG
(RB2, RB3, and RB4, in this case).
To configure the vLAG ignore split, perform the following steps.
1. Start a NETCONF session with RB2.
2. Activate vLAG ignore split for the first leg.
The <name> element in the following example identifies the port-channel number.
<?xml version="1.0" encoding="UTF-8"?>
<rpc message-id="1005" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config>
<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
<port-channel>
<name>1</name>
<vlag>
<ignore-split/>
</vlag>
</port-channel>
</interface>
</config>
</edit-config>
</rpc>
Vista de pagina 412
1 2 ... 408 409 410 411 412 413 414 415 416 417 418 ... 621 622

Comentarios a estos manuales

Sin comentarios