issPortIsolationRowStatus
ARICENT-ISS-MIB ·
.1.3.6.1.4.1.2076.81.2.3.1.5
Object
Denotes the Row Status for port isolation table entry.
Only 'CreateAndGo' and 'destroy' values are allowed for this
object. 'CreateAndWait' and 'notInService' values are not allowed.
Example:
To add ports 2, 3 as egress ports for ingress port 1 in this table,
the following sequence to be followed:
1. Set the issPortIsolationRowStatus as 'CreateAndGo' for the
entry with index
(issPortIsolationIngressPort = 1, issPortIsolationInVlanId =0,
issPortIsolationEgressPort = 2)
2. Set the issPortIsolationRowStatus as 'CreateAndGo' for the
entry with index
(issPortIsolationIngressPort = 1, issPortIsolationInVlanId =0,
issPortIsolationEgressPort = 3)
To add ports 5, 6 as egress ports for ingress port 7 and for vlan 5
in this table, the following sequence to be followed:
1. Set the issPortIsolationRowStatus as 'CreateAndGo' for the
entry with index
(issPortIsolationIngressPort = 7, issPortIsolationInVlanId =5,
issPortIsolationEgressPort = 5)
2. Set the issPortIsolationRowStatus as 'CreateAndGo' for the
entry with index
(issPortIsolationIngressPort = 7, issPortIsolationInVlanId =5,
issPortIsolationEgressPort = 6)
To delete a egress port 3 from the list of egress ports for ingress
port 1 do the following:
Set the issPortIsolationRowStatus as 'destroy' for the
entry with index
(issPortIsolationIngressPort = 1, issPortIsolationEgressPort = 3)
Context
- MIB
- ARICENT-ISS-MIB
- OID
.1.3.6.1.4.1.2076.81.2.3.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- issPortIsolationEntry
- Table
- issPortIsolationTable
- Siblings
- 4
Values & Constraints
Type Values
1 | active |
2 | notInService |
3 | notReady |
4 | createAndGo |
5 | createAndWait |
6 | destroy |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| issPortIsolationIngressPort This object speficies the IfIndex of the ingress port. This port can
be a physical or link aggregated port. | column | IF-MIBInterfaceIndex | .1.3.6.1.4.1.2076.81.2.3.1.1 |
| issPortIsolationInVlanId If this object value is non-zero, then the port isolation rule is
applied for all packets received on the given ingress port.
Otherwise the rule is applied for this vlan packets … | column | Integer32 | .1.3.6.1.4.1.2076.81.2.3.1.2 |
| issPortIsolationEgressPort This object specifies one of the allowed egress ports for the given
ingress port identified by the first index for this row.
This port can be either a physical or link aggregated… | column | IF-MIBInterfaceIndex | .1.3.6.1.4.1.2076.81.2.3.1.3 |
| issPortIsolationStorageType Indicates the storage type of this entry.
Only 'volatile' and 'nonVolatile' values are allowed for this object.
'readOnly', 'permenant' and 'other' values are not allowed for thi… | column | SNMPv2-TCStorageType | .1.3.6.1.4.1.2076.81.2.3.1.4 |