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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 622
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 328
Network OS NETCONF Operations Guide 297
53-1003231-02
Configuring the MAC address table
21
<vlan-state>active</vlan-state>
<interface>
<interface-type>tengigabitethernet</interface-type>
<interface-name>66/0/10</interface-name>
<tag>tagged</tag>
</interface>
</vlan>
<last-vlan-id>30</last-vlan-id>
<has-more>true</has-more>
</rpc-reply>
Configuring the MAC address table
Each DCB port has a MAC address table. The MAC address table stores a number of unicast and
multicast address entries without flooding any frames. Brocade VDX hardware has a configurable
aging timer. If a MAC address remains inactive for a specified number of seconds, it is removed
from the address table.
Specifying or disabling the aging time for MAC addresses
You can set the length of time that a dynamic entry remains in the MAC address table after the
entry is used or updated. Static address entries are never aged or removed from the table. You can
also disable the aging time. The default is 300 seconds.
NOTE
To disable the aging time for MAC addresses, specify an aging time value of 0.
To specify an aging time or disable the aging time for MAC addresses, issue an <edit-config> RPC to
configure the <mac-address-table> node in the
urn:brocade.com:mgmt:brocade-mac-address-table namespace, and specify the aging time in the
<aging-time> element.
The following example sets the aging time to 600 seconds.
<?xml version="1.0" encoding="UTF-8"?>
<rpc message-id="1924" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<config>
<mac-address-table
xmlns="urn:brocade.com:mgmt:brocade-mac-address-table">
<aging-time>600</aging-time>
</mac-address-table>
</config>
</edit-config>
</rpc>
<rpc-reply message-id="1924" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<ok/>
</rpc-reply>
Vista de página 328
1 2 ... 324 325 326 327 328 329 330 331 332 333 334 ... 621 622

Comentários a estes Manuais

Sem comentários