ZXR10-PROTOCOL-MIB: View SNMP OID List / Download MIB
VENDOR: ZHONGXING TELECOM CO.,LTD. (ABBR. ZTE)
Home | MIB: ZXR10-PROTOCOL-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
zte | 1.3.6.1.4.1.3902 | |||
zxr10 | 1.3.6.1.4.1.3902.3 | |||
zxr10protocol | 1.3.6.1.4.1.3902.3.101 | |||
zxr10ip | 1.3.6.1.4.1.3902.3.101.1 | |||
zxr10ipvrfaddrTable | 1.3.6.1.4.1.3902.3.101.1.1 | no-access |
The description of zxr10 vrf address table. It is a list of vrf address entries. |
|
1.3.6.1.4.1.3902.3.101.1.1.1 | no-access |
A vrf address entry containing objects that vrf interface address infomation,such as: vrf ifindex, vrf address, mask. |
||
zxr10ipVrfVpnName | 1.3.6.1.4.1.3902.3.101.1.1.1.1 | displaystring | read-only |
The IP address of this vrf interface. |
zxr10ipVrfAddr | 1.3.6.1.4.1.3902.3.101.1.1.1.2 | ipaddress | read-only |
The IP address of this vrf interface. |
zxr10ipVrfNetMask | 1.3.6.1.4.1.3902.3.101.1.1.1.3 | ipaddress | read-only |
The subnet mask associated with the IP address of this vrf interface. The value of the mask is an IP address with all the network bits set to 1 and all the hosts bits set to 0. |
zxr10ipVrfIfIndex | 1.3.6.1.4.1.3902.3.101.1.1.1.4 | integer32 | read-only |
The index value which uniquely identifies the vrf interface. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex. |
zxr10ipVrfBcastAddr | 1.3.6.1.4.1.3902.3.101.1.1.1.5 | integer32 | read-only |
The value of the least-significant bit in the IP broadcast address used for sending datagrams on the vrf interface associated with the IP address. For example, when the Internet standard all-ones broadcast address is used, the value will be 1. This value applies to both the subnet and network broadcasts addresses used by the vrf interface. |
zxr10ipVrfReasmMaxSize | 1.3.6.1.4.1.3902.3.101.1.1.1.6 | integer32 | read-only |
The size of the largest IP datagram which this vrf interface can re-assemble from incoming IP fragmented datagrams received on this interface. |
zxr10tcp | 1.3.6.1.4.1.3902.3.101.2 | |||
zxr10tcpConnTable | 1.3.6.1.4.1.3902.3.101.2.1 | no-access |
A table containing TCP connection-specific information. |
|
1.3.6.1.4.1.3902.3.101.2.1.1 | no-access |
Information about a particular current TCP connection. An object of this type is transient, in that it ceases to exist when (or soon after) the connection makes the transition to the CLOSED state. |
||
zxr10tcpConnVrfVpnName | 1.3.6.1.4.1.3902.3.101.2.1.1.1 | displaystring | read-only |
The IP address of this vrf interface. |
zxr10tcpConnState | 1.3.6.1.4.1.3902.3.101.2.1.1.2 | integer | read-write |
The state of this TCP connection. The only value which may be set by a management station is deleteTCB(12). Accordingly, it is appropriate for an agent to return a `badValue' response if a management station attempts to set this object to any other value. If a management station sets this object to the value deleteTCB(12), then this has the effect of deleting the TCB (as defined in RFC 793) of the corresponding connection on the managed node, resulting in immediate termination of the connection. As an implementation-specific option, a RST segment may be sent from the managed node to the other TCP endpoint (note however that RST segments are not sent reliably). Enumeration: 'synReceived': 4, 'established': 5, 'finWait2': 7, 'timeWait': 11, 'finWait1': 6, 'lastAck': 9, 'closeWait': 8, 'deleteTCB': 12, 'closed': 1, 'closing': 10, 'listen': 2, 'synSent': 3. |
zxr10tcpConnLocalAddress | 1.3.6.1.4.1.3902.3.101.2.1.1.3 | ipaddress | read-only |
The local IP address for this TCP connection. In the case of a connection in the listen state which is willing to accept connections for any IP interface associated with the node, the value 0.0.0.0 is used. |
zxr10tcpConnLocalPort | 1.3.6.1.4.1.3902.3.101.2.1.1.4 | integer | read-only |
The local port number for this TCP connection. |
zxr10tcpConnRemAddress | 1.3.6.1.4.1.3902.3.101.2.1.1.5 | ipaddress | read-only |
The remote IP address for this TCP connection. |
zxr10tcpConnRemPort | 1.3.6.1.4.1.3902.3.101.2.1.1.6 | integer | read-only |
The remote port number for this TCP connection. |