PDN-INET-MIB

File: PDN-INET-MIB.mib (4809 bytes)

Imported modules

SNMPv2-SMI RFC1213-MIB SNMPv2-TC
PDN-HEADER-MIB

Imported symbols

Integer32 IpAddress OBJECT-TYPE
MODULE-IDENTITY ifIndex RowStatus
pdn-common

Defined Types

PdnInetIpAddressTableEntry  
SEQUENCE    
  pdnInetIpAddress IpAddress
  pdnInetIpSubnetMask IpAddress
  pdnInetIpAddressType INTEGER
  pdnInetIpRowStatus RowStatus
  pdnInetIpGateway IpAddress

Defined Values

pdn-inet 1.3.6.1.4.1.1795.2.24.2.26
This mib is used to configure ip address of some interface
MODULE-IDENTITY    

pdnInetMIBObjects 1.3.6.1.4.1.1795.2.24.2.26.1
OBJECT IDENTIFIER    

pdnInetMIBTraps 1.3.6.1.4.1.1795.2.24.2.26.2
OBJECT IDENTIFIER    

pdnInetTelnetServerPort 1.3.6.1.4.1.1795.2.24.2.26.1.1
This object contains the telnet server (daemon) tcp port number.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

pdnInetFtpServerControlPort 1.3.6.1.4.1.1795.2.24.2.26.1.2
This object contains the ftp server control (daemon) tcp port number.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

pdnInetFtpServerDataPort 1.3.6.1.4.1.1795.2.24.2.26.1.3
This object contains the ftp server data connection tcp port number.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

pdnInetIpAddressTableMaxIpSubnets 1.3.6.1.4.1.1795.2.24.2.26.1.4
This object indicates the maximum number of entries in the pdnInetAddressTable
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pdnInetIpAddressTableCurrentIpSubnets 1.3.6.1.4.1.1795.2.24.2.26.1.5
This object indicates the number of entries configured in the pdnInetAddressTable
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pdnInetIpAddressTable 1.3.6.1.4.1.1795.2.24.2.26.1.6
This table used to configure ipaddresses for an interface which support the internet (IP) protocol
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PdnInetIpAddressTableEntry

pdnInetIpAddressTableEntry 1.3.6.1.4.1.1795.2.24.2.26.1.6.1
This object corresponds to an entry in the IP address table.
Status: current Access: not-accessible
OBJECT-TYPE    
  PdnInetIpAddressTableEntry  

pdnInetIpAddress 1.3.6.1.4.1.1795.2.24.2.26.1.6.1.1
This object is used to configure an IP address for an interface
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

pdnInetIpSubnetMask 1.3.6.1.4.1.1795.2.24.2.26.1.6.1.2
This object is used to configure an IP subnet mask for an interface. subnet mask should result in contiguous subnets
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

pdnInetIpAddressType 1.3.6.1.4.1.1795.2.24.2.26.1.6.1.3
This object is used to configure the address type for an interface an interface can have only one primary ip address and more than one secondary ip address. the primary ip address is essentially the router ID. The secondary ip address would result in the interface being multi-homed. The default value is primary type.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER primary(1), secondary(2), primaryBootp(3), secondaryBootp(4)  

pdnInetIpRowStatus 1.3.6.1.4.1.1795.2.24.2.26.1.6.1.4
This object is used to manage rows (add/delete/modify) in this table
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

pdnInetIpGateway 1.3.6.1.4.1.1795.2.24.2.26.1.6.1.5
This object is used to configure an gateway for an interface.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress