IP-INTERFACE-MANAGEMENT-MIB: View SNMP OID List / Download MIB
VENDOR: LUCENT TECHNOLOGIES
Home | MIB: IP-INTERFACE-MANAGEMENT-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 |
cjnIpIfMgmt | 1.3.6.1.4.1.1751.2.43.3.1 |
Cajun Private IP Interface Management MIB |
||
cjnIpIfGroup | 1.3.6.1.4.1.1751.2.43.3.1.1 | |||
cjnIpIfNextIndex | 1.3.6.1.4.1.1751.2.43.3.1.1.1 | integer | read-only |
The next available IfIndex. This number should be used to create new rows in the IpIfTable |
cjnIpIfTable | 1.3.6.1.4.1.1751.2.43.3.1.1.2 | no-access |
A list of Cajun IP interface entries. The number of entries is given by the value of cjnIpIfNumber. |
|
1.3.6.1.4.1.1751.2.43.3.1.1.2.1 | no-access |
An cajun IP Interface instance |
||
cjnIpIfIndex | 1.3.6.1.4.1.1751.2.43.3.1.1.2.1.1 | integer | read-only |
The globally unique identifier for this interface. This number MUST correlate with the IfTable's IfIndex in MIB-II or RFC2233 |
cjnIpIfRowStatus | 1.3.6.1.4.1.1751.2.43.3.1.1.2.1.2 | rowstatus | read-only |
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) |
cjnIpIfIpAddress | 1.3.6.1.4.1.1751.2.43.3.1.1.2.1.3 | ipaddress | read-only |
The IP Address associated with this IP interface. |
cjnIpIfIpSubnetMask | 1.3.6.1.4.1.1751.2.43.3.1.1.2.1.4 | ipaddress | read-only |
The IP Subnet Mask associated with this IP interface. |
cjnIpIfMacFormat | 1.3.6.1.4.1.1751.2.43.3.1.1.2.1.5 | integer | read-only |
The ethernet framing type used on this IP interface. Enumeration: 'snap': 1, 'ethernetV2': 0. |
cjnIpIfVlanIfIndex | 1.3.6.1.4.1.1751.2.43.3.1.1.2.1.6 | integer | read-only |
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. |
cjnIpIfName | 1.3.6.1.4.1.1751.2.43.3.1.1.2.1.7 | octet string | read-only |
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. |
cjnIpIfIpRouting | 1.3.6.1.4.1.1751.2.43.3.1.1.2.1.8 | integer | read-only |
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 Enumeration: 'routingAndMgmt': 0, 'mgmtOnly': 1, 'routingOnly': 2. |
cjnIpIfSpoofCheckEnabled | 1.3.6.1.4.1.1751.2.43.3.1.1.2.1.9 | integer | read-only |
This feature is not supported at this time. Enumeration: 'enable': 1, 'disable': 2. |
cjnIpIfProxyArpEnabled | 1.3.6.1.4.1.1751.2.43.3.1.1.2.1.10 | integer | read-only |
enables / disables Proxy Arp functionality on this interface. Enumeration: 'disabled': 2, 'enabled': 1. |
cjnIpIfIcmpRedirEnabled | 1.3.6.1.4.1.1751.2.43.3.1.1.2.1.11 | integer | read-only |
enables / disables Icmp Redirect messages from originating from this interface. Enumeration: 'disabled': 2, 'enabled': 1. |
cjnIpIfUdpRbcastMode | 1.3.6.1.4.1.1751.2.43.3.1.1.2.1.12 | integer | read-only |
configures the NetBIOS UDP Rebroadcast mode on this interface. Enumeration: 'inbound': 1, 'both': 3, 'disable': 0, 'outbound': 2. |
cjnIpIfAdminStatus | 1.3.6.1.4.1.1751.2.43.3.1.1.2.1.13 | integer | read-only |
The administrative state of this interface. Enumeration: 'down': 2, 'testing': 3, 'up': 1. |
cjnIpIfStatus | 1.3.6.1.4.1.1751.2.43.3.1.1.2.1.14 | integer | read-only |
The current state of this interface. Enumeration: 'down': 2, 'up': 1. |
cjnIpIfBootpDhcpGateway | 1.3.6.1.4.1.1751.2.43.3.1.1.2.1.15 | integer | read-only |
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. Enumeration: 'enable': 1, 'disable': 2. |