| | Delete bridge db620_1 prot data ether entry xx-xx
| The result is:
| Execution of requested operation failed at target entity
This is a bug with the V1.2.0 Bridge AM. The DECbridge 600 Series uses
a different RBMS code to delete protocol entries than do the other
bridge models. This problem does not occur with the 200 or 500 series
bridges. This problem has been fixed in the T1.2.4 ELM kit.
| Is there any way to delete a single entry in the
| existing released version??
No there isn't unfortunately. Use RESET PROTOCOL DATABASE to delete
all of the entries, and then CREATE the correct ones. Customers
typically only have a small handful of protocol filters, so this
probably won't be that painful a workaround. You can also use the
following commands:
SHOW BRIDGE <bridge-id> PROTOCOL DATABASE ETHERNET ENTRY * ALL CHAR
SHOW BRIDGE <bridge-id> PROTOCOL DATABASE SAP ENTRY * ALL CHAR
SHOW BRIDGE <bridge-id> PROTOCOL DATABASE SNAP ENTRY * ALL CHAR
to show all the entries you have. Put the output in a COM file and
edit in some CREATE BRIDGE <bridge-id> PROTOCOL DATABASE ETHERNET ENTRY
aa-bb commands to re-create the filters.
Sorry for the inconvenience.
|