IP-INTERFACE-MANAGEMENT-MIB

File: IP-INTERFACE-MANAGEMENT-MIB.mib (10589 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC Cajun-ROOT

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
RowStatus cjnMgmt

Defined Types

CjnIpIfEntry  
SEQUENCE    
  cjnIpIfIndex INTEGER
  cjnIpIfRowStatus RowStatus
  cjnIpIfIpAddress IpAddress
  cjnIpIfIpSubnetMask IpAddress
  cjnIpIfMacFormat INTEGER
  cjnIpIfVlanIfIndex INTEGER
  cjnIpIfName OCTET STRING
  cjnIpIfIpRouting INTEGER
  cjnIpIfSpoofCheckEnabled INTEGER
  cjnIpIfProxyArpEnabled INTEGER
  cjnIpIfIcmpRedirEnabled INTEGER
  cjnIpIfUdpRbcastMode INTEGER
  cjnIpIfAdminStatus INTEGER
  cjnIpIfStatus INTEGER
  cjnIpIfBootpDhcpGateway INTEGER

Defined Values

cjnIpIfMgmt 1.3.6.1.4.1.1751.2.43.3.1
Cajun Private IP Interface Management MIB
MODULE-IDENTITY    

cjnIpIfGroup 1.3.6.1.4.1.1751.2.43.3.1.1
OBJECT IDENTIFIER    

cjnIpIfNextIndex 1.3.6.1.4.1.1751.2.43.3.1.1.1
The next available IfIndex. This number should be used to create new rows in the IpIfTable
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

cjnIpIfTable 1.3.6.1.4.1.1751.2.43.3.1.1.2
A list of Cajun IP interface entries. The number of entries is given by the value of cjnIpIfNumber.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CjnIpIfEntry

cjnIpIfEntry 1.3.6.1.4.1.1751.2.43.3.1.1.2.1
An cajun IP Interface instance
Status: current Access: not-accessible
OBJECT-TYPE    
  CjnIpIfEntry  

cjnIpIfIndex 1.3.6.1.4.1.1751.2.43.3.1.1.2.1.1
The globally unique identifier for this interface. This number MUST correlate with the IfTable's IfIndex in MIB-II or RFC2233
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

cjnIpIfRowStatus 1.3.6.1.4.1.1751.2.43.3.1.1.2.1.2
The Status of this entry in the table. Note the available states: active(1), -- Obviously Active. notInService(2) -- Interface configured but disabled. notReady(3), -- Interface NOT configured. createAndGo(4), createAndWait(5) or destroy(6)
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cjnIpIfIpAddress 1.3.6.1.4.1.1751.2.43.3.1.1.2.1.3
The IP Address associated with this IP interface.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

cjnIpIfIpSubnetMask 1.3.6.1.4.1.1751.2.43.3.1.1.2.1.4
The IP Subnet Mask associated with this IP interface.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

cjnIpIfMacFormat 1.3.6.1.4.1.1751.2.43.3.1.1.2.1.5
The ethernet framing type used on this IP interface.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER ethernetV2(0), snap(1)  

cjnIpIfVlanIfIndex 1.3.6.1.4.1.1751.2.43.3.1.1.2.1.6
The interface index of the VLAN or Ethernet or Serial console for this interface. This number MUST correlate with the IfTable's IfIndex in MIB-II or RFC2233.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

cjnIpIfName 1.3.6.1.4.1.1751.2.43.3.1.1.2.1.7
The protocol Unique name associated with this interface. This name is limited to 32 characters and may appear in other protocol interface entry such as IPX, Appletalk but MAY NOT be duplicated within the cjnIpIfTable. In otherwords other protocols can use this interface name but IP may only have this name associated with one interface.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..31)  

cjnIpIfIpRouting 1.3.6.1.4.1.1751.2.43.3.1.1.2.1.8
The Consumption / Forwarding mode assocated with this IP Interface. The RoutingAndMgmt mode enables IP Routing and local Packet consumption. The MgmtOnly mode disables IP Forwarding but continues to allow local Packet consumption on this interface. The routingOnly mode is disables Local Packet consumption but continues to allow IP Forwarding on this interface
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER routingAndMgmt(0), mgmtOnly(1), routingOnly(2)  

cjnIpIfSpoofCheckEnabled 1.3.6.1.4.1.1751.2.43.3.1.1.2.1.9
This feature is not supported at this time.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

cjnIpIfProxyArpEnabled 1.3.6.1.4.1.1751.2.43.3.1.1.2.1.10
enables / disables Proxy Arp functionality on this interface.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

cjnIpIfIcmpRedirEnabled 1.3.6.1.4.1.1751.2.43.3.1.1.2.1.11
enables / disables Icmp Redirect messages from originating from this interface.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

cjnIpIfUdpRbcastMode 1.3.6.1.4.1.1751.2.43.3.1.1.2.1.12
configures the NetBIOS UDP Rebroadcast mode on this interface.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER disable(0), inbound(1), outbound(2), both(3)  

cjnIpIfAdminStatus 1.3.6.1.4.1.1751.2.43.3.1.1.2.1.13
The administrative state of this interface.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER up(1), down(2), testing(3)  

cjnIpIfStatus 1.3.6.1.4.1.1751.2.43.3.1.1.2.1.14
The current state of this interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

cjnIpIfBootpDhcpGateway 1.3.6.1.4.1.1751.2.43.3.1.1.2.1.15
Enable or disable the designation of this interface as that which will 'receive' BOOTP/DHCP requests with a source IP address of 0.0.0.0. This is used on a multinetted interface when it is otherwise ambiguous as to which interface 'receives' the request, and is important because the IP address of the receiving interface is inserted into the giaddr field of the request before the request is relayed to the BOOTP/DHCP server. If this attribute is disabled, then: - if only one IP interface exists on a VLAN, that IP address is inserted into the request - if more than one IP address exists on a VLAN, the router will choose an interface If more than one IP interface on a given VLAN has this attribute enabled, the router will choose an interface among those with the attribute enabled.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enable(1), disable(2)