D Commands
distribute
133
Cisco Nexus 7000 Series NX-OS System Management Command Reference
OL-25806-03
distribute
To enable Cisco Fabric Service (CFS) to distribute configurations, use the distribute command. To
disable distribution, use the no form of this command.
distribute [radius | tacacs+]
no distribute
Syntax Description
Defaults None
Command Modes Call home configuration mode
Global configuration mode
Supported User Roles network-admin
vdc-admin
Command History
Usage Guidelines This command does not require a license.
To enable CFS to distribute role configurations, see the role distribute command.
Examples This example shows how to enable CFS to distribute Call home configurations:
switch(config)# callhome
switch(config-callhome)# distribute
This example shows how to enable CFS to distribute RADIUS configurations:
switch(config)# distribute radius
This example shows how to enable CFS to distribute TACACS+ configurations:
switch(config)# distribute tacacs+
radius (Optional) Specifies CFS to distribute RADIUS configurations.
tacacs+ (Optional) Specifies CFS to distribute TACACS+ configurations.
Release Modification
4.1(2) This command was introduced.