s3EnetCommonPortPartStatus
SYNOPTICS-ETHERNET-MIB ·
.1.3.6.1.4.1.45.1.3.2.3.2.1.4
Object
column mandatory
r/w
Enumeration
This indicates the operational status of the Port.
Writing a partition(2) will partition the port
indefinitely and enabled(1) will enable the port.
If a timed partition is desired, then writing
timedPartition(4) to this object at the same time
that a time value is supplied in s3EnetCommonPortPartTime
is required. Timed partitions will not survive across
a reset. In this case the port will go to the
partition(2) state.
The value latSecPartition(5) is returned when the port
has been automatically partitioned by the LattisSecure
Host Module because of a security violation. The value
autoPartition(3) is returned when the port has been
automatically partitioned by the repeater using the
802.3 repeater auto-partition function.
The agent will not allow this object to be set to
autoPartition(3) or latSecPartition(5) using an SNMP
request.
Note that the value timedPartition(4) is returned only
when the board is timed partitioned by this NMM.
Context
- MIB
- SYNOPTICS-ETHERNET-MIB
- OID
.1.3.6.1.4.1.45.1.3.2.3.2.1.4- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- s3EnetCommonPortEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SYNOPTICS-ETHERNET-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SYNOPTICS-ETHERNET-MIB::s3EnetCommonPortPartStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SYNOPTICS-ETHERNET-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SYNOPTICS-ETHERNET-MIB::s3EnetCommonPortPartStatus.<s3EnetCommonPortBoardIndex>.<s3EnetCommonPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SYNOPTICS-ETHERNET-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SYNOPTICS-ETHERNET-MIB::s3EnetCommonPortPartStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enabled |
2 | partition |
3 | autoPartition |
4 | timedPartition |
5 | latSecPartition |