ZXR10-IP-VRF-ADDR-MIB

File: ZXR10-IP-VRF-ADDR-MIB.mib (10500 bytes)

Imported modules

SNMPv2-SMI RFC1155-SMI

Imported symbols

OBJECT-TYPE Integer32 enterprises
IpAddress

Defined Types

DisplayString  
OCTET STRING    

Zxr10IpVrfAddrEntry  
SEQUENCE    
  zxr10ipVrfVpnName DisplayString
  zxr10ipVrfAddr IpAddress
  zxr10ipVrfNetMask IpAddress
  zxr10ipVrfIfIndex Integer32
  zxr10ipVrfBcastAddr Integer32
  zxr10ipVrfReasmMaxSize Integer32

Zxr10TcpConnEntry  
SEQUENCE    
  zxr10tcpConnVrfVpnName DisplayString
  zxr10tcpConnState INTEGER
  zxr10tcpConnLocalAddress IpAddress
  zxr10tcpConnLocalPort INTEGER 0..65535
  zxr10tcpConnRemAddress IpAddress
  zxr10tcpConnRemPort INTEGER 0..65535

Defined Values

zte 1.3.6.1.4.1.3902
OBJECT IDENTIFIER    

zxr10 1.3.6.1.4.1.3902.3
OBJECT IDENTIFIER    

zxr10protocol 1.3.6.1.4.1.3902.3.101
OBJECT IDENTIFIER    

zxr10ip 1.3.6.1.4.1.3902.3.101.1
OBJECT IDENTIFIER    

zxr10tcp 1.3.6.1.4.1.3902.3.101.2
OBJECT IDENTIFIER    

zxr10ipvrfaddrTable 1.3.6.1.4.1.3902.3.101.1.1
The description of zxr10 vrf address table. It is a list of vrf address entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Zxr10IpVrfAddrEntry

zxr10ipvrfaddrEntry 1.3.6.1.4.1.3902.3.101.1.1.1
A vrf address entry containing objects that vrf interface address infomation,such as: vrf ifindex, vrf address, mask.
Status: current Access: not-accessible
OBJECT-TYPE    
  Zxr10IpVrfAddrEntry  

zxr10ipVrfVpnName 1.3.6.1.4.1.3902.3.101.1.1.1.1
The IP address of this vrf interface.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

zxr10ipVrfAddr 1.3.6.1.4.1.3902.3.101.1.1.1.2
The IP address of this vrf interface.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

zxr10ipVrfNetMask 1.3.6.1.4.1.3902.3.101.1.1.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

zxr10ipVrfIfIndex 1.3.6.1.4.1.3902.3.101.1.1.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

zxr10ipVrfBcastAddr 1.3.6.1.4.1.3902.3.101.1.1.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

zxr10ipVrfReasmMaxSize 1.3.6.1.4.1.3902.3.101.1.1.1.6
The size of the largest IP datagram which this vrf interface can re-assemble from incoming IP fragmented datagrams received on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

zxr10tcpConnTable 1.3.6.1.4.1.3902.3.101.2.1
A table containing TCP connection-specific information.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Zxr10TcpConnEntry

zxr10tcpconnEntry 1.3.6.1.4.1.3902.3.101.2.1.1
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.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Zxr10TcpConnEntry  

zxr10tcpConnVrfVpnName 1.3.6.1.4.1.3902.3.101.2.1.1.1
The IP address of this vrf interface.
Status: obsolete Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

zxr10tcpConnState 1.3.6.1.4.1.3902.3.101.2.1.1.2
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).
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER closed(1), listen(2), synSent(3), synReceived(4), established(5), finWait1(6), finWait2(7), closeWait(8), lastAck(9), closing(10), timeWait(11), deleteTCB(12)  

zxr10tcpConnLocalAddress 1.3.6.1.4.1.3902.3.101.2.1.1.3
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.
Status: obsolete Access: read-only
OBJECT-TYPE    
  IpAddress  

zxr10tcpConnLocalPort 1.3.6.1.4.1.3902.3.101.2.1.1.4
The local port number for this TCP connection.
Status: obsolete Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

zxr10tcpConnRemAddress 1.3.6.1.4.1.3902.3.101.2.1.1.5
The remote IP address for this TCP connection.
Status: obsolete Access: read-only
OBJECT-TYPE    
  IpAddress  

zxr10tcpConnRemPort 1.3.6.1.4.1.3902.3.101.2.1.1.6
The remote port number for this TCP connection.
Status: obsolete Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535