ACC-UDPHELPER

File: ACC-UDPHELPER.mib (5075 bytes)

Imported modules

RFC1155-SMI RFC-1215 ACC-SYSTEM
ACC-MIB

Imported symbols

OBJECT-TYPE IpAddress TimeTicks
Gauge Counter TRAP-TYPE
accTrapLogSeqNum accBRG DisplayString
RowStatus IfIndex SmdsAddress

Defined Types

AccUdpHelperPortEntry  
SEQUENCE    
  accUdpHelperPortNo INTEGER
  accUDPHelperIpAddr IpAddress
  accUdpHelperTtlOverride INTEGER

AccUdpHelperStatsEntry  
SEQUENCE    
  accUdpHelperStPortNo INTEGER
  accUDPHelperReceivedPkts Counter
  accUDPHelperForwardedPkts Counter
  accUDPHelperRebroadcastedPkts Counter
  accUDPHelperDiscardedPkts Counter

Defined Values

accUDPHelper 1.3.6.1.4.1.5.1.1.48
OBJECT IDENTIFIER    

accUdpHelperStatus 1.3.6.1.4.1.5.1.1.48.1
Status of UDP Helper enabled - The UDP helper functionality is enabled disabled - The UDP helper functionality is disbled
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

accUdpHelperPortTable 1.3.6.1.4.1.5.1.1.48.2
A table of UDP Helper ports and IP addresses to which UDP Helper will forward UDP requests to.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccUdpHelperPortEntry

accUdpHelperPortEntry 1.3.6.1.4.1.5.1.1.48.2.1
It is the entry for UDP Helper port table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccUdpHelperPortEntry  

accUdpHelperPortNo 1.3.6.1.4.1.5.1.1.48.2.1.1
The UDP port number for which the UDP helper is being turned on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

accUDPHelperIpAddr 1.3.6.1.4.1.5.1.1.48.2.1.2
The address to which UDP Helper packets need to be forwarded
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

accUdpHelperTtlOverride 1.3.6.1.4.1.5.1.1.48.2.1.3
The TTL value specified by the user
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

accUdpHelperStatsTable 1.3.6.1.4.1.5.1.1.48.3
This displays the UDP Helper statistics
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccUdpHelperStatsEntry

accUdpHelperStatsEntry 1.3.6.1.4.1.5.1.1.48.3.1
An entry in the UDP Helper stats table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccUdpHelperStatsEntry  

accUdpHelperStPortNo 1.3.6.1.4.1.5.1.1.48.3.1.1
The UDP port number for which the UDP helper is turned on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

accUDPHelperReceivedPkts 1.3.6.1.4.1.5.1.1.48.3.1.2
The number of UDP Helper packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accUDPHelperForwardedPkts 1.3.6.1.4.1.5.1.1.48.3.1.3
The number of UDP Helper packets Forwarded.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accUDPHelperRebroadcastedPkts 1.3.6.1.4.1.5.1.1.48.3.1.4
The number of UDP Helper packets Rebroadcasted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accUDPHelperDiscardedPkts 1.3.6.1.4.1.5.1.1.48.3.1.5
The number of UDP Helper packets Discarded.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accUdpHelperPrAction 1.3.6.1.4.1.5.1.1.48.4
Action in Add/Delete UDP Helper command
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER add(1), delete(2)