begemotSnmpdTransInetStatus
BEGEMOT-SNMPD-MIB ·
.1.3.6.1.4.1.12325.1.1.1.11.1.5
Object
The status of the conceptual row. A row may be created using createAndGo(4) or createAndWait(5). An inactive row can be activated writing active(1) and an active row can be inactivated by writing notInService(2). Finally active or inactive rows can be deleted by writing the value destroy(6). The value of this field will never read as notReady(3).
Context
- MIB
- BEGEMOT-SNMPD-MIB
- OID
.1.3.6.1.4.1.12325.1.1.1.11.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- begemotSnmpdTransInetEntry
- Table
- begemotSnmpdTransInetTable
- 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 |
|---|---|---|---|
| begemotSnmpdTransInetAddressType The type of the address. Only ipv4, ipv6, ipv6z and dns are
supported. | column | INET-ADDRESS-MIBInetAddressType | .1.3.6.1.4.1.12325.1.1.1.11.1.1 |
| begemotSnmpdTransInetAddress The address. For ipv4 addresses the length must be 4, ipv6
addresses have a length of 16 and ipv6z addresses a length of
20 where the last four bytes are the interface index in bi… | column | OctetString | .1.3.6.1.4.1.12325.1.1.1.11.1.2 |
| begemotSnmpdTransInetPort The port to listen on for SNMP messages. | column | Unsigned32 | .1.3.6.1.4.1.12325.1.1.1.11.1.3 |
| begemotSnmpdTransInetProto The protocol to use. Currently only the value udp(1) is supported. | column | BegemotSnmpdTransportProto | .1.3.6.1.4.1.12325.1.1.1.11.1.4 |