PDN-MGMT-IP-MIB

File: PDN-MGMT-IP-MIB.mib (25319 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
ATM-TC-MIB IF-MIB PDN-HEADER-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
MODULE-COMPLIANCE OBJECT-GROUP PhysAddress
RowStatus AtmVpIdentifier AtmVcIdentifier
InterfaceIndex pdn-interfaces

Defined Types

PdnMgmtIpPortEntry  
SEQUENCE    
  pdnMgmtIpPortIndex InterfaceIndex
  pdnMgmtIpAddress IpAddress
  pdnMgmtIpNetMask IpAddress
  pdnMgmtIpEthGateway IpAddress
  pdnMgmtIpPhysAddress PhysAddress
  pdnMgmtIpConfigMode INTEGER
  pdnMgmtBootIfIndex InterfaceIndex
  pdnMgmtBootVpi AtmVpIdentifier
  pdnMgmtBootVci AtmVcIdentifier
  pdnMgmtIpAdminStatus INTEGER

PdnMgmtAtmInvArpEntry  
SEQUENCE    
  pdnMgmtAtmIfIndex InterfaceIndex
  pdnMgmtAtmVpi AtmVpIdentifier
  pdnMgmtAtmVci AtmVcIdentifier
  pdnMgmtIpPortIfIndex InterfaceIndex
  pdnMgmtNextHopIp IpAddress
  pdnMgmtAtmInvArpRowStatus RowStatus

Defined Values

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.
MODULE-IDENTITY    

pdnMgmtIpConfObjects 1.3.6.1.4.1.1795.2.24.2.6.21.1
OBJECT IDENTIFIER    

pdnMgmtIpPortTable 1.3.6.1.4.1.1795.2.24.2.6.21.1.1
This table contains one row per IP port in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PdnMgmtIpPortEntry

pdnMgmtIpPortEntry 1.3.6.1.4.1.1795.2.24.2.6.21.1.1.1
Configuration information about a particular IP port in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  PdnMgmtIpPortEntry  

pdnMgmtIpPortIndex 1.3.6.1.4.1.1795.2.24.2.6.21.1.1.1.1
The index for this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

pdnMgmtIpAddress 1.3.6.1.4.1.1795.2.24.2.6.21.1.1.1.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

pdnMgmtIpNetMask 1.3.6.1.4.1.1795.2.24.2.6.21.1.1.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

pdnMgmtIpEthGateway 1.3.6.1.4.1.1795.2.24.2.6.21.1.1.1.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

pdnMgmtIpPhysAddress 1.3.6.1.4.1.1795.2.24.2.6.21.1.1.1.5
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.
Status: current Access: read-write
OBJECT-TYPE    
  PhysAddress  

pdnMgmtIpConfigMode 1.3.6.1.4.1.1795.2.24.2.6.21.1.1.1.6
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER manual(1), dhcp(2), bootp(3)  

pdnMgmtBootIfIndex 1.3.6.1.4.1.1795.2.24.2.6.21.1.1.1.7
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.
Status: current Access: read-write
OBJECT-TYPE    
  InterfaceIndex  

pdnMgmtBootVpi 1.3.6.1.4.1.1795.2.24.2.6.21.1.1.1.8
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.
Status: current Access: read-write
OBJECT-TYPE    
  AtmVpIdentifier  

pdnMgmtBootVci 1.3.6.1.4.1.1795.2.24.2.6.21.1.1.1.9
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.
Status: current Access: read-write
OBJECT-TYPE    
  AtmVcIdentifier  

pdnMgmtIpAdminStatus 1.3.6.1.4.1.1795.2.24.2.6.21.1.1.1.10
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER up(1), down(2)  

pdnMgmtAtmInvArpTable 1.3.6.1.4.1.1795.2.24.2.6.21.1.2
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>.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PdnMgmtAtmInvArpEntry

pdnMgmtAtmInvArpEntry 1.3.6.1.4.1.1795.2.24.2.6.21.1.2.1
ATM Inverse ARP entry corresponding to a particular ATM PVC that is being used by management IP traffic.
Status: current Access: not-accessible
OBJECT-TYPE    
  PdnMgmtAtmInvArpEntry  

pdnMgmtAtmIfIndex 1.3.6.1.4.1.1795.2.24.2.6.21.1.2.1.1
The interface index associated with the ATM PVC.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

pdnMgmtAtmVpi 1.3.6.1.4.1.1795.2.24.2.6.21.1.2.1.2
The VPI associated with the ATM PVC.
Status: current Access: not-accessible
OBJECT-TYPE    
  AtmVpIdentifier  

pdnMgmtAtmVci 1.3.6.1.4.1.1795.2.24.2.6.21.1.2.1.3
The VCI associated with the ATM PVC.
Status: current Access: not-accessible
OBJECT-TYPE    
  AtmVcIdentifier  

pdnMgmtIpPortIfIndex 1.3.6.1.4.1.1795.2.24.2.6.21.1.2.1.4
The Interface Index of the IP port to which this inverse ARP entry is associated with.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndex  

pdnMgmtNextHopIp 1.3.6.1.4.1.1795.2.24.2.6.21.1.2.1.5
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.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

pdnMgmtAtmInvArpRowStatus 1.3.6.1.4.1.1795.2.24.2.6.21.1.2.1.6
This object is used to create/delete the ATM inverse ARP entry in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

pdnMgmtIpDefaultRouter 1.3.6.1.4.1.1795.2.24.2.6.21.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

pdnMgmtIpConformance 1.3.6.1.4.1.1795.2.24.2.6.21.2
OBJECT IDENTIFIER    

pdnMgmtIpGroups 1.3.6.1.4.1.1795.2.24.2.6.21.2.1
OBJECT IDENTIFIER    

pdnMgmtIpCompliances 1.3.6.1.4.1.1795.2.24.2.6.21.2.2
OBJECT IDENTIFIER    

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.
Status: current Access: read-only
MODULE-COMPLIANCE    

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.
Status: current Access: read-only
OBJECT-GROUP