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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 622
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 482
Network OS NETCONF Operations Guide 451
53-1003231-02
Multicast rate limiting
29
</config>
</edit-config>
</rpc>
<rpc-reply message-id="2331" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
Multicast rate limiting
Multicast rate limiting provides a mechanism to control multicast frame replication and cap the
effect of multicast traffic. For additional information, refer to the Network OS Administrator’s Guide.
NOTE
Multicast rate limiting is not supported on VDX 8770-4 and VDX 8770-8 platforms. For these
products, refer to “Broadcast, unknown unicast, and multicast storm control” on page 452.
Creating a receive queue multicast rate-limit
To create the receive queue multicast rate-limit, perform the following steps.
1. Issue the <edit-config> RPC to configure the <qos> node in the
urn:brocade.com:mgmt:brocade-qos namespace.
2. Under the <qos> node, include the <rcv-queue>/<multicast>/<rate-limit> hierarchy of node
elements.
3. Under the <rate-limit> node, include the <limit> leaf node and set its value to the rate limit in
packets per second.
4. Issue the <bna-config-cmd> RPC to save the running-config file to the startup-config file.
The following example sets the multicast rate limit to 10000 packets per second.
<?xml version="1.0" encoding="UTF-8"?>
<rpc message-id="2332" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config>
<qos xmlns="urn:brocade.com:mgmt:brocade-qos">
<rcv-queue>
<multicast>
<rate-limit>
<limit>10000</limit>
</rate-limit>
</multicast>
</rcv-queue>
</qos>
</config>
</edit-config>
</rpc>
<rpc-reply message-id="2332" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
Vista de página 482
1 2 ... 478 479 480 481 482 483 484 485 486 487 488 ... 621 622

Comentários a estes Manuais

Sem comentários