ccACLAddItem
SYMBOL-WS5000-MIB ·
.1.3.6.1.4.1.388.6.3.29.1.7
Object
column
r/w
OctetString
SET only.
Adding a new rule into the list.
Rules have to be added in the format <allow/deny,single MAC address>
Or <allow/deny,Start MAC,End MAC>. The former is to be used for configuring
access for a single MAC address, while the latter configures a range of
MAC addresses.
Note: AddItem with 0 or 1.0 or x.0 is invalid index number.
The index number has to be great than 0.
Context
- MIB
- SYMBOL-WS5000-MIB
- OID
.1.3.6.1.4.1.388.6.3.29.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ccACLEntry
- Table
- ccACLTable
- Siblings
- 7
Syntax
OctetString
Values & Constraints
Object Constraints
range: 1-1024
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| ccACLIndex The index of this ACL object. | column | Integer32 | .1.3.6.1.4.1.388.6.3.29.1.1 |
| ccACLName The name of the ACL. The Maximum length of the ACL Name can be 50
characters. Note that the following characters cannot be part of ACL
Name field - ',.,\,&,# and double quotes. | column | OctetString | .1.3.6.1.4.1.388.6.3.29.1.2 |
| ccACLDefaultAction The default action for this ACL.
Is either 'allow' or 'deny'. | column | OctetString | .1.3.6.1.4.1.388.6.3.29.1.3 |
| ccACLAction SET only.
Setting a new action for an already existing MAC address.
Syntax is
< allow/deny>,<new-MAC Address>,<old start MAC Address>
or
<allow/deny>,<new start MAC Addr… | column | OctetString | .1.3.6.1.4.1.388.6.3.29.1.4 |
| ccACLGetItemCount The number of items in the ACL. | column | Integer32 | .1.3.6.1.4.1.388.6.3.29.1.5 |
| ccACLGetItem deprecated Show the one item in the ACL list. Here's the format in which
the reply is received: < MAC Addr,allow/deny >. | column | OctetString | .1.3.6.1.4.1.388.6.3.29.1.6 |
| ccACLRemItem SET only.
Removing a rule from the ACL.
You need to give only the MAC address to remove the rule
from the ACL. For rules which involve more than one
MAC Addresses, just give the … | column | OctetString | .1.3.6.1.4.1.388.6.3.29.1.8 |