The status of an entry to be created. When adding an entry all fields will
be set, and then the control status is set to createRequest(1), indicating that
the entry is to be created. During creation, the status will be
underCreation(2). If the creation is successful, then the status will be set to
success(3), and the value of gsEAddressControlIndex indicates the index
of the entry that was created in the address table. Otherwise if the creation
was not successful, then one of the following error codes will be set and
the entry will not be created:
otherError(4) - An error other then the others defined.
entryExistsError(5) - An entry already exists with this MAC address in this
address table.
invalidMacAddress(6) - Cannot create an entry with this MAC address.
invalidTableIndex(7) - The table does not exist.
invalidPortBinding(8) - The port binding is invalid.
invalidVlanID(9) - The VLAN ID is invalid.
Note that the only value that is valid to write to this object is
createRequest(1), and that this object will never return the value
createRequest(1).
Parsed from file GIGAswitchEthernet-MIB.mib
Module: GIGAswitchEthernet-MIB
Vendor: DEC
Module: GIGAswitchEthernet-MIB
[Automatically extracted from oidview.com]
gsEL2AddressControlStatus OBJECT-TYPE SYNTAX INTEGER { createRequest(1), underCreation(2), success(3), otherError(4), entryExistsError(5), invalidMacAddress(6), invalidPortBinding(7), invalidVlanID(8) } ACCESS read-write STATUS mandatory DESCRIPTION "The status of an entry to be created. When adding an entry all fields will be set, and then the control status is set to createRequest(1), indicating that the entry is to be created. During creation, the status will be underCreation(2). If the creation is successful, then the status will be set to success(3), and the value of gsEAddressControlIndex indicates the index of the entry that was created in the address table. Otherwise if the creation was not successful, then one of the following error codes will be set and the entry will not be created: otherError(4) - An error other then the others defined. entryExistsError(5) - An entry already exists with this MAC address in this address table. invalidMacAddress(6) - Cannot create an entry with this MAC address. invalidTableIndex(7) - The table does not exist. invalidPortBinding(8) - The port binding is invalid. invalidVlanID(9) - The VLAN ID is invalid. Note that the only value that is valid to write to this object is createRequest(1), and that this object will never return the value createRequest(1)." ::= { gsEL2AddressControlEntry 7 }
OID | Name | Sub children | Sub Nodes Total | Description |
---|---|---|---|---|
1.3.6.1.4.1.36.2.18.39.5.1.4.3.1.1.1 | gsEL2AddressControlIndex | 0 | 0 | The index of the address entry that was created for this address. |
1.3.6.1.4.1.36.2.18.39.5.1.4.3.1.1.2 | gsEL2AddressControlMacAddress | 0 | 0 | The IEEE 802 MAC Address associated with this database entry. |
1.3.6.1.4.1.36.2.18.39.5.1.4.3.1.1.3 | gsEL2AddressControlPortBinding | 0 | 0 | The port to bind this address to. |
1.3.6.1.4.1.36.2.18.39.5.1.4.3.1.1.4 | gsEL2AddressControlVlanID | 0 | 0 | The VLAN ID of the VLAN to bind this address to. |
1.3.6.1.4.1.36.2.18.39.5.1.4.3.1.1.5 | gsEL2AddressControlPriority | 0 | 0 | If set to high(2), frames destined to this address are classified with priority value 4. |
1.3.6.1.4.1.36.2.18.39.5.1.4.3.1.1.6 | gsEL2AddressControlPersistence | 0 | 0 | The persistence of the entry to be created: permanent(1) - Address is not aged out. Additionally, if the address is seen as a so… |