ZXR10-PROTOCOL-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for ZXR10-PROTOCOL-MIB.
21
Objects
Active
Status
2
Dependencies
Imported Objects
Objects
21 total| Object Name |
|---|
zte OBJECT IDENTIFIER .1.3.6.1.4.1.3902 |
zxr10 OBJECT IDENTIFIER .1.3.6.1.4.1.3902.3 |
zxr10protocol OBJECT IDENTIFIER .1.3.6.1.4.1.3902.3.101 |
zxr10ip OBJECT IDENTIFIER .1.3.6.1.4.1.3902.3.101.1 |
zxr10ipvrfaddrTableThe description of zxr10 vrf address table. It is a list of vrf address entries. SEQUENCE OF Zxr10IpVrfAddrEntry .1.3.6.1.4.1.3902.3.101.1.1 |
zxr10ipvrfaddrEntryA vrf address entry containing objects that vrf interface address infomation,such as: vrf ifindex, vrf address, mask. Zxr10IpVrfAddrEntry .1.3.6.1.4.1.3902.3.101.1.1.1 |
zxr10ipVrfVpnNameThe IP address of this vrf interface.ro DisplayString .1.3.6.1.4.1.3902.3.101.1.1.1.1 |
zxr10ipVrfAddrThe IP address of this vrf interface.ro IpAddress .1.3.6.1.4.1.3902.3.101.1.1.1.2 |
zxr10ipVrfNetMaskThe 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.ro IpAddress .1.3.6.1.4.1.3902.3.101.1.1.1.3 |
zxr10ipVrfIfIndexThe 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.ro Integer32 .1.3.6.1.4.1.3902.3.101.1.1.1.4 |
zxr10ipVrfBcastAddrThe 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.ro Integer32 .1.3.6.1.4.1.3902.3.101.1.1.1.5 |
zxr10ipVrfReasmMaxSizeThe size of the largest IP datagram which this vrf interface can re-assemble from incoming IP fragmented datagrams received on this interface.ro Integer32 .1.3.6.1.4.1.3902.3.101.1.1.1.6 |
zxr10tcp OBJECT IDENTIFIER .1.3.6.1.4.1.3902.3.101.2 |
zxr10tcpConnTableA table containing TCP connection-specific information. SEQUENCE OF Zxr10TcpConnEntry .1.3.6.1.4.1.3902.3.101.2.1 |
zxr10tcpconnEntryInformation 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. Zxr10TcpConnEntry .1.3.6.1.4.1.3902.3.101.2.1.1 |
zxr10tcpConnVrfVpnNameThe IP address of this vrf interface.ro DisplayString .1.3.6.1.4.1.3902.3.101.2.1.1.1 |
zxr10tcpConnStateThe 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).rw Enumeration .1.3.6.1.4.1.3902.3.101.2.1.1.2 |
zxr10tcpConnLocalAddressThe 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.ro IpAddress .1.3.6.1.4.1.3902.3.101.2.1.1.3 |
zxr10tcpConnLocalPortThe local port number for this TCP connection.ro INTEGER .1.3.6.1.4.1.3902.3.101.2.1.1.4 |
zxr10tcpConnRemAddressThe remote IP address for this TCP connection.ro IpAddress .1.3.6.1.4.1.3902.3.101.2.1.1.5 |
zxr10tcpConnRemPortThe remote port number for this TCP connection.ro INTEGER .1.3.6.1.4.1.3902.3.101.2.1.1.6 |