Planet Technology IDL-2401 Network Card User Manual


 
IDL series User Guide
356
Parameter:
Name Description
tname <tname-val>
Name of the classifier tree
Type: Create -- Mandatory
Delete -- Mandatory
Get -- Optional
Valid values: ND - ND
pid <pid-val>
Profile Id. It should be unique within a tree
Type: Create -- Mandatory
Delete -- Mandatory
Get -- Optional
Valid values: 1 - 4
nodeid <nodeid-val>
Node Id, should be unique within a profile
Type: Create -- Mandatory
Delete -- Mandatory
Get -- Optional
Valid values: 1 - 4
brtype <brtype-val>
This specifies the branch types. For a unary type node, only
onlybr (0xfffffffffffffff9) branch type is allowed. For binary type
and Linear/Non-Linear(Access Deny only) type,
TrueBr(0xfffffffffffffffd) and FalseBr(0xfffffffffffffffe) are allowed.
For ternary type nodes LtBr(0xfffffffffffffffc), GtBr
(0xfffffffffffffffb), EqBr (0xfffffffffffffffa) are allowed. For Linear,
Non-Linear (match in list) the actual value is allowed. The actual
value can be U8, U16, U32, U64, atmIf, ethernetIf, aal5vc.
Type: Create -- Mandatory
Delete -- Mandatory
Get -- Optional
childpid <childpid-val>
This object specifies Child Profile Id. The Child Profile Id value 0
is used to add true and false branches to a AccessDeny type
node.
Type: Create -- Mandatory
Default value: 0
Example:
$ create clfr tree branch tname t1 pid 2 nodeid 1 brtype truebr childpid 1