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

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 622
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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 pagina 482
1 2 ... 478 479 480 481 482 483 484 485 486 487 488 ... 621 622

Comentarios a estos manuales

Sin comentarios