Displaying the fabric-wide consistency policy, Setting the fabric-wide consistency policy, Table 42 – Dell POWEREDGE M1000E User Manual

Page 228

Advertising
background image

228

Fabric OS Administrator’s Guide

53-1002745-02

Policy database distribution

7

Displaying the fabric-wide consistency policy

1. Connect to the switch and log in using an account with admin permissions, or an account with

O permission for the FabricDistribution RBAC class of commands.

2. Enter the fddCfg

--

showall command.

Example shows policies for a fabric where no consistency policy is defined.

switch:admin> fddcfg --showall
Local Switch Configuration for all Databases:-
DATABASE - Accept/Reject
---------------------------------
SCC - accept
DCC - accept
PWD - accept
FCS - accept
AUTH - accept
IPFILTER - accept

Fabric Wide Consistency Policy:- ""

Setting the fabric-wide consistency policy

1. Connect to the switch and log in using an account with admin permissions, or an account with

OM permissions for the FabricDistribution RBAC class of commands.

2. Enter the fddCfg

--

fabwideset command.

Example shows how to set a strict SCC and tolerant DCC fabric-wide consistency policy.

switch:admin> fddcfg --fabwideset "SCC:S;DCC"
switch:admin> fddcfg --showall
Local Switch Configuration for all Databases:-
DATABASE - Accept/Reject
---------------------------------
SCC - accept
DCC - accept
PWD - accept
FCS - accept
AUTH - accept
IPFILTER - accept

Fabric Wide Consistency Policy:- "SCC:S;DCC"

TABLE 42

Fabric-wide consistency policy settings

Setting

Value

When a policy is activated

Absent

null

Database is not automatically distributed to other switches in the fabric.

Tolerant

database_id

All updated and new policies of the type specified (SCC, DCC, FCS, or any
combination) are distributed to all Fabric v6.2.0 and later switches in the fabric.

Strict

database_id:S

All updated and new policies of the type specified (SCC, DCC, FCS, or any
combination) are distributed to all switches in the fabric.

Advertising