PDN-MGMT-IP-MIB: View SNMP OID List / Download MIB
VENDOR: PARADYNE
Home | MIB: PDN-MGMT-IP-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 |
pdnMgmtIpMIB | 1.3.6.1.4.1.1795.2.24.2.6.21 |
The MIB module for configuration and management of IP interfaces/ports used for managing a DSLAM. |
||
pdnMgmtIpConfObjects | 1.3.6.1.4.1.1795.2.24.2.6.21.1 | |||
pdnMgmtIpPortTable | 1.3.6.1.4.1.1795.2.24.2.6.21.1.1 | no-access |
This table contains one row per IP port in the system. |
|
1.3.6.1.4.1.1795.2.24.2.6.21.1.1.1 | no-access |
Configuration information about a particular IP port in the system. |
||
pdnMgmtIpPortIndex | 1.3.6.1.4.1.1795.2.24.2.6.21.1.1.1.1 | interfaceindex | no-access |
The index for this entry. |
pdnMgmtIpAddress | 1.3.6.1.4.1.1795.2.24.2.6.21.1.1.1.2 | ipaddress | read-write |
The IP address assigned to this port. If the pdnMgmtIpConfigMode is set to modes other than 'manual', then the MAX-ACCESS for this object is read-only and the value of the object represents the actual IP address assigned to the port by the DHCP or BOOTP client (or 0.0.0.0, if none assigned). A 0.0.0.0 for this object indicates that no IP address is assigned to the port. Changes to this object could disrupt data flow through the port as the IP port tears down the IP stack first before instantiating the stack again with the new IP address. |
pdnMgmtIpNetMask | 1.3.6.1.4.1.1795.2.24.2.6.21.1.1.1.3 | ipaddress | read-write |
The IP subnet mask assigned to this port. If the pdnMgmtIpConfigMode is set to modes other than 'manual', then the MAX-ACCESS for this object is read-only and the value of the object represents the actual IP subnet mask assigned to the port by the DHCP or BOOTP client (or 0.0.0.0, if none assigned). A 0.0.0.0 for the this object indicates that no IP subnet mask is assigned to the port. Changes to this object could disrupt data flow through the port as the IP port tears down the IP stack first before instantiating the stack again with the new IP subnet mask. |
pdnMgmtIpEthGateway | 1.3.6.1.4.1.1795.2.24.2.6.21.1.1.1.4 | ipaddress | read-write |
The IP Gateway for an ethernet based IP port. This object is supported only on IP ports that are configured to run over ethernet type of media. This object would be set to 0.0.0.0 for other types of interfaces and is not valid. Furthermore, if the pdnMgmtIpConfigMode is set to modes other than 'manual', then the MAX-ACCESS for this object is read-only and the value of the object represents the actual IP Gateway mask assigned to the port by the DHCP or BOOTP client (or 0.0.0.0, if none assigned). A 0.0.0.0 for this object indicates that no IP Gateway is assigned to the port. |
pdnMgmtIpPhysAddress | 1.3.6.1.4.1.1795.2.24.2.6.21.1.1.1.5 | physaddress | read-write |
The physical address associated with the media. For IP Ports with Ethernet type of media, the MAX-ACCESS for this object is restricted to read-only. In such cases, this object would reflect the MAC address of the underlying ethernet data link. For IP Ports that run over ATM PVCs, this object is writable. |
pdnMgmtIpConfigMode | 1.3.6.1.4.1.1795.2.24.2.6.21.1.1.1.6 | integer | read-write |
The IP configuration mode for the port. In 'manual' mode, it is upto the user to provide the IP address & IP subnet mask of the port. In 'dhcp' or 'bootp' modes, the respective protocols are resposible to obtain and populate the IP address & IP subnet mask for the port. Whenever the config mode is changed from 'manual' mode, the IP address and the IP subnet mask for the port would automatically be reset to 0.0.0.0. The external agent (SNMP or others) SHOULD NOT attempt to write the IP address or the IP subnet mask of the port when this object is not in 'manual' mode. Enumeration: 'dhcp': 2, 'manual': 1, 'bootp': 3. |
pdnMgmtBootIfIndex | 1.3.6.1.4.1.1795.2.24.2.6.21.1.1.1.7 | interfaceindex | read-write |
The interface index of the ATM interface to be used by BOOTP or DHCP client, if the pdnMgmtIpConfigMode is set to 'bootp' or 'dhcp' respectively. Even if the IP port (interface) is configured for 'manual' configuration, the value of this object can be modified to indicate the default ATM ifIndex for BOOTP or DHCP to operate on. This object is valid only if the IP Port has ATM PVC(s) as the underlying data link media. For IP Ports over ethernet type of media, the MAX-ACCESS for this object is read-only, and the object is set to 0 always. |
pdnMgmtBootVpi | 1.3.6.1.4.1.1795.2.24.2.6.21.1.1.1.8 | atmvpidentifier | read-write |
The VPI of the ATM PVC to be used by BOOTP or DHCP client, if the pdnMgmtIpConfigMode is set to 'bootp' or 'dhcp' respectively. Even if the IP port (interface) is configured for 'manual' configuration, the value of this object can be modified to indicate the default ATM PVC's VPI for BOOTP or DHCP to operate on. This object is valid only if the IP Port has ATM PVC(s) as the underlying data link media. For IP Ports over ethernet type of media, the MAX-ACCESS for this object is read-only, and the object is set to 0 always. |
pdnMgmtBootVci | 1.3.6.1.4.1.1795.2.24.2.6.21.1.1.1.9 | atmvcidentifier | read-write |
The VCI of the ATM PVC to be used by BOOTP or DHCP client, if the pdnMgmtIpConfigMode is set to 'bootp' or 'dhcp' respectively. Even if the IP port (interface) is configured for 'manual' configuration, the value of this object can be modified to indicate the default ATM PVC's VCI for BOOTP or DHCP to operate on. This object is valid only if the IP Port has ATM PVC(s) as the underlying data link media. For IP Ports over ethernet type of media, the MAX-ACCESS for this object is read-only, and the object is set to 0 always. |
pdnMgmtIpAdminStatus | 1.3.6.1.4.1.1795.2.24.2.6.21.1.1.1.10 | integer | read-write |
The status of the IP Port (interface). Data flow through the IP Port is possible only if this object is set to 'up'. When this object is set to 'down', the interface SHALL be torn down and all routes (associated with this port) be purged automatically, until the port is set to 'up' state again. Enumeration: 'down': 2, 'up': 1. |
pdnMgmtAtmInvArpTable | 1.3.6.1.4.1.1795.2.24.2.6.21.1.2 | no-access |
This table contains one row per Inverse ATM ARP entry in the system. This table maps the <ifIndex, vpi, vci> index to corresponding <ipPortIndex, remoteIp>. |
|
1.3.6.1.4.1.1795.2.24.2.6.21.1.2.1 | no-access |
ATM Inverse ARP entry corresponding to a particular ATM PVC that is being used by management IP traffic. |
||
pdnMgmtAtmIfIndex | 1.3.6.1.4.1.1795.2.24.2.6.21.1.2.1.1 | interfaceindex | no-access |
The interface index associated with the ATM PVC. |
pdnMgmtAtmVpi | 1.3.6.1.4.1.1795.2.24.2.6.21.1.2.1.2 | atmvpidentifier | no-access |
The VPI associated with the ATM PVC. |
pdnMgmtAtmVci | 1.3.6.1.4.1.1795.2.24.2.6.21.1.2.1.3 | atmvcidentifier | no-access |
The VCI associated with the ATM PVC. |
pdnMgmtIpPortIfIndex | 1.3.6.1.4.1.1795.2.24.2.6.21.1.2.1.4 | interfaceindex | read-only |
The Interface Index of the IP port to which this inverse ARP entry is associated with. |
pdnMgmtNextHopIp | 1.3.6.1.4.1.1795.2.24.2.6.21.1.2.1.5 | ipaddress | read-only |
The IP address of the unit at the other end of this ATM PVC. This represents the IP Gateway equivalent for IP traffic on this specific ATM PVC. |
pdnMgmtAtmInvArpRowStatus | 1.3.6.1.4.1.1795.2.24.2.6.21.1.2.1.6 | rowstatus | read-only |
This object is used to create/delete the ATM inverse ARP entry in this table. |
pdnMgmtIpDefaultRouter | 1.3.6.1.4.1.1795.2.24.2.6.21.1.3 | ipaddress | read-write |
This object identifies the default IP router to use for IP packets with no other known route. An IP address of 0.0.0.0 would disable and delete the default route from the system. |
pdnMgmtIpConformance | 1.3.6.1.4.1.1795.2.24.2.6.21.2 | |||
pdnMgmtIpGroups | 1.3.6.1.4.1.1795.2.24.2.6.21.2.1 | |||
pdnMgmtIpConfigGroup | 1.3.6.1.4.1.1795.2.24.2.6.21.2.1.1 |
A collection of Management IP configuration objects that are required to configure the device. |
||
pdnMgmtIpCompliances | 1.3.6.1.4.1.1795.2.24.2.6.21.2.2 | |||
pdnMgmtIpConfigCompliance | 1.3.6.1.4.1.1795.2.24.2.6.21.2.2.1 |
The compliance statement for SNMP entities which manage the configuration parameters on a Management IP port/interface. |