MIB Viewer

issPortIsolationRowStatus

OBJECT-TYPE
1.3.6.1.4.1.10876.101.1.81.2.3.1.5
Access
read-create
Status
current
Sub-identifiers
0
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)
RowStatus