243
Cisco Nexus 5600 Series NX-OS Multicast Routing Command Reference
OL-31626-01
Chapter I Commands
ip msdp event-history
ip msdp event-history
To configure the size of the Multicast Source Discovery Protocol (MSDP) event history buffers, use the
ip msdp event-history command. To revert to the default buffer size, use the no form of this command.
ip msdp event-history {cli | events | msdp-internal | routes | tcp} size buffer-size
no ip msdp event-history {cli | events | msdp-internal | routes | tcp} size buffer-size
Syntax Description
Command Default All history buffers are allocated as small.
Command Modes Any command mode
Supported User Roles network-admin
network-operator
vdc-admin
vdc-operator
Command History
Usage Guidelines This command requires the LAN Base Services license.
Examples This example shows how to configure the size of the MSDP event history buffer:
switch(config)# ip msdp event-history events size medium
switch(config)#
cli Configures the CLI event history buffer.
events Configures the peer-events event history buffer.
msdp-internal Configures the MSDP internal event history buffer.
routes Configures the routes event history buffer.
tcp Configures the TCP event history buffer.
size Specifies the size of the buffer to allocate.
buffer-size Buffer size that is one of the following values: disabled, large, medium, or small.
The default buffer size is small.
Release Modification
6.0(2)N1(1) This command was introduced.