PRVT-PROXY-MANAGER-MIB

File: PRVT-PROXY-MANAGER-MIB.mib (15714 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC PRVT-SWITCH-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
IpAddress NOTIFICATION-TYPE Integer32
TEXTUAL-CONVENTION RowStatus MacAddress
ipSwitch

Defined Types

PrvtProxyManStates  
The the switch on/off states of the Proxy Manager modes.
TEXTUAL-CONVENTION    
  INTEGER enable(1), disable(2)  

PrvtProxyManProtocols  
The the switch on/off states of the Proxy Manager modes.
TEXTUAL-CONVENTION    
  INTEGER unknown(0), snmp-udp(1), snmptrap-udp(2), telnet-tcp(3), ssh-tcp(4), tftp-udp(5), syslog-udp(6)  

PrvtProxyManPortTypes  
The the switch on/off states of the Proxy Manager modes.
TEXTUAL-CONVENTION    
  INTEGER unknown(0), tcp(1), udp(2)  

PrvtProxyManDirection  
Specifices the traffic flow direction
TEXTUAL-CONVENTION    
  INTEGER noDirection(0), inbound(1), outbound(2)  

PrvtProxyManAuthentication  
Authenticated state of Managed device
TEXTUAL-CONVENTION    
  INTEGER authenticated(0), unauthenticated(1)  

PrvtProxySecurity  
State of Proxy Security
TEXTUAL-CONVENTION    
  INTEGER securityEnabled(0), securityDisabled(1)  

PrvtProxyAcceptInformsType  
State of Proxy Inform Accept
TEXTUAL-CONVENTION    
  INTEGER informsEnabled(0), informsDisabled(1)  

PrvtProxyManConfigEntry  
SEQUENCE    
  prvtProxyManIndex Unsigned32
  prvtProxyManStatus PrvtProxyManStates
  prvtProxyManAutoMapMode PrvtProxyManStates
  prvtProxyManVlan Unsigned32
  prvtProxyManIpAddr IpAddress
  prvtProxyManIpMask Unsigned32
  prvtProxyManIpRangeStart IpAddress
  prvtProxyManIpRangeEnd IpAddress
  prvtProxyManLeasePeriod Unsigned32
  prvtProxyManRowStatus RowStatus
  prvtProxySecurityEnabled PrvtProxySecurity
  prvtProxyAcceptInforms PrvtProxyAcceptInformsType

PrvtProxyManProtoEntry  
SEQUENCE    
  prvtProxyManProtoIndex PrvtProxyManProtocols
  prvtProxyManProtoSvcPort Integer32
  prvtProxyManProtoSvcPortType PrvtProxyManPortTypes
  prvtProxyManProtoSrcPort Integer32
  prvtProxyManProtoDirection PrvtProxyManDirection
  prvtProxyManProtoStatus PrvtProxyManStates

PrvtProxyManMappingEntry  
SEQUENCE    
  prvtProxyManMappingDevice Unsigned32
  prvtProxyManMappingIndex Unsigned32
  prvtProxyManMappingProto PrvtProxyManProtocols
  prvtProxyManMappingDirection PrvtProxyManDirection
  prvtProxyManMappingGlobalPort Integer32
  prvtProxyManMappingLocalSrcPort Integer32
  prvtProxyManMappingLocalDstPort Integer32
  prvtProxyManMappingRowStatus RowStatus
  prvtProxyManMappingMAC MacAddress
  prvtProxyManMappingIfIndex Integer32
  prvtProxyManMappingAuthenticated PrvtProxyManAuthentication

Defined Values

prvtProxyManager 1.3.6.1.4.1.738.1.6.6
The MIB module for management of the PRVT-PROXY-MANAGER product.
MODULE-IDENTITY    

prvtProxyManNotifications 1.3.6.1.4.1.738.1.6.6.0
OBJECT IDENTIFIER    

prvtProxyManObjects 1.3.6.1.4.1.738.1.6.6.1
OBJECT IDENTIFIER    

prvtProxyManDeviceAddress 1.3.6.1.4.1.738.1.6.6.1.1
The object represents the discovered device address. It is used only for topology change notifications.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  MacAddress  

prvtProxyManConfigTable 1.3.6.1.4.1.738.1.6.6.1.2
The table of containing the global configuration of the Proxy Manager instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtProxyManConfigEntry

prvtProxyManConfigEntry 1.3.6.1.4.1.738.1.6.6.1.2.1
Each entry represents configuration for a ProxyManager instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtProxyManConfigEntry  

prvtProxyManIndex 1.3.6.1.4.1.738.1.6.6.1.2.1.1
The index of this prvtProxyManConfigEntry. This is the instance index of the ProxyManager. Currently only one instance is supported.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

prvtProxyManStatus 1.3.6.1.4.1.738.1.6.6.1.2.1.2
The object indicates whether the Proxy manger is enabled(1) or disabled(2). In order to enable the Proxy Manager, prvtProxyManIpRangeEnd, prvtProxyManIpRangeStart, prvtProxyManIpMask, prvtProxyManIpAddr, prvtProxyManVlan, must be correctly set and consistent. In order to enable the manager prvtProxyManRowStatus should be active.
Status: current Access: read-write
OBJECT-TYPE    
  PrvtProxyManStates  

prvtProxyManAutoMapMode 1.3.6.1.4.1.738.1.6.6.1.2.1.3
The object indicates whether the devices will be configured automatically - enabled(1) or manually - disabled(2). If the object is set to disable, the configuration can be managed via prvtProxyManMappingTable
Status: current Access: read-write
OBJECT-TYPE    
  PrvtProxyManStates  

prvtProxyManVlan 1.3.6.1.4.1.738.1.6.6.1.2.1.4
The vlan of the network specified for proxy managment. This field is mandatory for the Proxy Manager in order to work correctly
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

prvtProxyManIpAddr 1.3.6.1.4.1.738.1.6.6.1.2.1.5
The ip address of the device manged by the Proxy Manager. This field is mandatory for the Proxy Manager in order to work correctly
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

prvtProxyManIpMask 1.3.6.1.4.1.738.1.6.6.1.2.1.6
The bit mask of the network where the proxy manager resides. This field is mandatory for the Proxy Manager in order to work correctly
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

prvtProxyManIpRangeStart 1.3.6.1.4.1.738.1.6.6.1.2.1.7
The start of the ip address range, used by DHCP to provide ip addresses for the discuvered devices This field is mandatory for the Proxy Manager in order to work correctly
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

prvtProxyManIpRangeEnd 1.3.6.1.4.1.738.1.6.6.1.2.1.8
The end of the ip address range, used by DHCP to provide ip addresses for the discuvered devices This field is mandatory for the Proxy Manager in order to work correctly
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

prvtProxyManLeasePeriod 1.3.6.1.4.1.738.1.6.6.1.2.1.9
The period for which the mapped devices are available in the proxy manager. After it expire, the mapped device can request new lease again. Valid range is <0-604800> seconds. Default value is 300.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

prvtProxyManRowStatus 1.3.6.1.4.1.738.1.6.6.1.2.1.10
This object indicates the state of the configuration entry. It is read-only and can not be used to create or destroy or manually change the state. Only one configuration entry is supported. The only valid values are: - notReady(3) - the ProxyManger is not correctly configured and there are some field inconsistencies. - acitive(1) - the ProxyManger is configured and the proxy manager is ready to be enabled. The objects which are checked for consistency are: prvtProxyManIpRangeEnd - the ip range should be in the network, defined by the ip address/mask objects prvtProxyManIpRangeStart - the ip range should be in the network defined by the ip address/mask objects prvtProxyManIpMask - shoudl be valid ip mask prvtProxyManIpAddr - should be valid ip address. prvtProxyManVlan - the vlan should exists
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

prvtProxySecurityEnabled 1.3.6.1.4.1.738.1.6.6.1.2.1.11
The attribute is used to specify the proxy security, The default is securityDisabled(1).
Status: current Access: read-write
OBJECT-TYPE    
  PrvtProxySecurity  

prvtProxyAcceptInforms 1.3.6.1.4.1.738.1.6.6.1.2.1.12
The attribute is used to specify the accept policy for DHCP Informs messaged. The default if informsDisabled(1).
Status: current Access: read-write
OBJECT-TYPE    
  PrvtProxyAcceptInformsType  

prvtProxyManProtoTable 1.3.6.1.4.1.738.1.6.6.1.3
The table of containing all supported protocols, which will be processed by an active ProxyManager instance This table is read-only.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtProxyManProtoEntry

prvtProxyManProtoEntry 1.3.6.1.4.1.738.1.6.6.1.3.1
Each entry represents a hardcoded protocol supported by Proxy Manager.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtProxyManProtoEntry  

prvtProxyManProtoIndex 1.3.6.1.4.1.738.1.6.6.1.3.1.1
The index of prvtProxyManProtoTable. It is an enumeration representing all supported protocols by Proxy Manager
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtProxyManProtocols  

prvtProxyManProtoSvcPort 1.3.6.1.4.1.738.1.6.6.1.3.1.2
The object represents the number of the port for the supported standard protocol.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

prvtProxyManProtoSvcPortType 1.3.6.1.4.1.738.1.6.6.1.3.1.3
The object represents the type of the managed standard port in the transport porotocol.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtProxyManPortTypes  

prvtProxyManProtoSrcPort 1.3.6.1.4.1.738.1.6.6.1.3.1.4
TBD
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65535  

prvtProxyManProtoDirection 1.3.6.1.4.1.738.1.6.6.1.3.1.5
The object identifies direction of the traffic flow (noDirection/inbound/outbound).
Status: current Access: read-only
OBJECT-TYPE    
  PrvtProxyManDirection  

prvtProxyManProtoStatus 1.3.6.1.4.1.738.1.6.6.1.3.1.6
This object indicates whether the protocol is to be managed by Proxy manager - enable(1) or not - disable(2).
Status: current Access: read-write
OBJECT-TYPE    
  PrvtProxyManStates  

prvtProxyManMappingTable 1.3.6.1.4.1.738.1.6.6.1.4
The table show the mapping between the deiscoverd devices and the ports they are mapped by the proxy manager. It is also used to create mannual mappings between devices and ports if the prvtProxyManAutoMapMode is disabled
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtProxyManMappingEntry

prvtProxyManMappingEntry 1.3.6.1.4.1.738.1.6.6.1.4.1
Each entry represents a mapped device to a port.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtProxyManMappingEntry  

prvtProxyManMappingDevice 1.3.6.1.4.1.738.1.6.6.1.4.1.1
The object represents the id of the deiscovered device in the LAN. It is index in the prvtProxyManMappingTable
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

prvtProxyManMappingIndex 1.3.6.1.4.1.738.1.6.6.1.4.1.2
The object represents the index of the mapping entry. It is unique per device and is index in the prvtProxyManMappingTable
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

prvtProxyManMappingProto 1.3.6.1.4.1.738.1.6.6.1.4.1.3
The object represents the protocol, which will be processed. It is index in prvtProxyManMappingTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtProxyManProtocols  

prvtProxyManMappingDirection 1.3.6.1.4.1.738.1.6.6.1.4.1.4
The object identifies the traffic flow direction.(inbound/outbound).
Status: current Access: read-only
OBJECT-TYPE    
  PrvtProxyManDirection  

prvtProxyManMappingGlobalPort 1.3.6.1.4.1.738.1.6.6.1.4.1.5
TBD
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

prvtProxyManMappingLocalSrcPort 1.3.6.1.4.1.738.1.6.6.1.4.1.6
TBD
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

prvtProxyManMappingLocalDstPort 1.3.6.1.4.1.738.1.6.6.1.4.1.7
TBD
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

prvtProxyManMappingRowStatus 1.3.6.1.4.1.738.1.6.6.1.4.1.8
Indicates the state of the mapping entry. - notReady(3) - the mapping entry is not configured yet - notInService(3) - the mapping entry is configured but the configuration is not applied yet - acitive(3) - the mapping entry is configured and the configuration is applied The objects which need to be configured in order to apply the cinfiguration are: prvtProxyManMappingMAC prvtProxyManMappingPort
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

prvtProxyManMappingMAC 1.3.6.1.4.1.738.1.6.6.1.4.1.9
The mac address of the managed device. This field is manadatory
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

prvtProxyManMappingIfIndex 1.3.6.1.4.1.738.1.6.6.1.4.1.10
This object shows the ifIndex associated with the managed device.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

prvtProxyManMappingAuthenticated 1.3.6.1.4.1.738.1.6.6.1.4.1.11
This object shows the authenticated state of the managed device.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtProxyManAuthentication  

prvtProxyManagerNewDevice 1.3.6.1.4.1.738.1.6.6.0.1
This notification is triggered, when a new managed device is descovered and added in the proxy manager's list
Status: current Access: read-only
NOTIFICATION-TYPE    

prvtProxyManagerRemovedDevice 1.3.6.1.4.1.738.1.6.6.0.2
This notification is triggered, when a managed device is removed from the proxy manager's list
Status: current Access: read-only
NOTIFICATION-TYPE    

prvtProxyManagerUnauthenticatedDevice 1.3.6.1.4.1.738.1.6.6.0.3
This notification is triggered, when a managed device failed to be authenticated from the proxy manager's list
Status: current Access: read-only
NOTIFICATION-TYPE