RC-IP-UDP-MIB

File: RC-IP-UDP-MIB.mib (17673 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC RC-IP-MIB
RAPID-CITY

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Counter32 IpAddress DisplayString
RowStatus rcIpUdp IdList

Defined Types

RcIpUdpProtocolEntry  
SEQUENCE    
  rcIpUdpProtocolPortNumber INTEGER
  rcIpUdpProtocolName DisplayString
  rcIpUdpProtocolRowStatus RowStatus

RcIpUdpPortFwdEntry  
SEQUENCE    
  rcIpUdpPortFwdDestPort INTEGER
  rcIpUdpPortFwdDestAddr IpAddress
  rcIpUdpPortFwdId Integer32
  rcIpUdpPortFwdFwdListIdListSize INTEGER
  rcIpUdpPortFwdFwdListIdList IdList
  rcIpUdpPortFwdNumFwdPackets Counter32
  rcIpUdpPortFwdNumDropPacketsTtlExpired Counter32
  rcIpUdpPortFwdNumDropPacketsDestUnreach Counter32
  rcIpUdpPortFwdRowStatus RowStatus

RcIpUdpPortFwdListEntry  
SEQUENCE    
  rcIpUdpPortFwdListId INTEGER
  rcIpUdpPortFwdListName DisplayString
  rcIpUdpPortFwdListFwdIdListSize INTEGER
  rcIpUdpPortFwdListFwdIdList OCTET STRING
  rcIpUdpPortFwdListRowStatus RowStatus

RcIpUdpConfBroadcastIntfEntry  
SEQUENCE    
  rcIpUdpConfBroadcastIntfLocalIfAddr IpAddress
  rcIpUdpConfBroadcastIntfUdpPortFwdListId INTEGER
  rcIpUdpConfBroadcastIntfMaxTtl INTEGER
  rcIpUdpConfBroadcastIntfNumRxPkts Counter32
  rcIpUdpConfBroadcastIntfNumFwdPkts Counter32
  rcIpUdpConfBroadcastIntfNumDropPktsMaxTtlExpired Counter32
  rcIpUdpConfBroadcastIntfNumDropPktsDestUnreach Counter32
  rcIpUdpConfBroadcastIntfNumDropPktsUnknownPort Counter32
  rcIpUdpConfBroadcastIntfRowStatus RowStatus
  rcIpUdpConfBroadcastIntfBroadCastMask IpAddress

Defined Values

rcIpUdpMib 1.3.6.1.4.1.2272.1.8.13.0
Enterprise MIB for the Accelar product family.
MODULE-IDENTITY    

rcIpUdpProtocolTableSize 1.3.6.1.4.1.2272.1.8.13.1
Used to indicate the number of entries in the rcIpUdpProtocolTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rcIpUdpProtocolTable 1.3.6.1.4.1.2272.1.8.13.2
list of UDP protocols. Used to determine whether to forward the UDP broadcast packet or not.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcIpUdpProtocolEntry

rcIpUdpProtocolEntry 1.3.6.1.4.1.2272.1.8.13.2.1
Used to include a particular UDP port in the table. An entry in this table indicates that the box might do forwarding of UDP broadcast packets if there is a matching entry for this packet in the rcIpUdpPortFwdTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcIpUdpProtocolEntry  

rcIpUdpProtocolPortNumber 1.3.6.1.4.1.2272.1.8.13.2.1.1
well-known UDP Port number. Pre-assigned port number for this protocol. Port used by the server process as its contact port. It cannot be BOOTP/DHCP port#s 67, 68.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

rcIpUdpProtocolName 1.3.6.1.4.1.2272.1.8.13.2.1.2
Used to indicate the name of the protocol that is running on top of UDP protocol. cannot change the name once created. This should be set while creating the entry.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..15)  

rcIpUdpProtocolRowStatus 1.3.6.1.4.1.2272.1.8.13.2.1.3
Rowstatus of this entry.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rcIpUdpPortFwdTableSize 1.3.6.1.4.1.2272.1.8.13.3
Used to indicate the number of entries in the rcIpUdpPortFwdTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rcIpUdpPortFwdTable 1.3.6.1.4.1.2272.1.8.13.4
Udp forward entry table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcIpUdpPortFwdEntry

rcIpUdpPortFwdEntry 1.3.6.1.4.1.2272.1.8.13.4.1
An entry is configured to specify forwarding policy parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcIpUdpPortFwdEntry  

rcIpUdpPortFwdDestPort 1.3.6.1.4.1.2272.1.8.13.4.1.1
The well-known port number defined for UDP/TCP depending on the value of IpProtoType field in this entry. This port number has to be defined in the rcIpUdpProtoTable. In order to select this policy the destination port number has to match the DestPort value.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

rcIpUdpPortFwdDestAddr 1.3.6.1.4.1.2272.1.8.13.4.1.2
Destination IP address. The IP addres to which the UDP/TCP broadcast should be forwarded. This IP address can be any IP server address or subnet broadcast address. If the IP address is one of the routable interface's address on the router, the frame will be rebroadcast out as a limited broadcast. If the Ip address is that of a server then the received broadcast packet will be sent as a unicast packet to this address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rcIpUdpPortFwdId 1.3.6.1.4.1.2272.1.8.13.4.1.3
Identifier of this entry. Used internally to identify this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rcIpUdpPortFwdFwdListIdListSize 1.3.6.1.4.1.2272.1.8.13.4.1.4
Used to indicate the number of id(s) in the rcIpUdpPortFwdListId variable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..128  

rcIpUdpPortFwdFwdListIdList 1.3.6.1.4.1.2272.1.8.13.4.1.5
Used to indicate zero or more rcIpUdpPortFwdListEntry(s) that are referring to this entry. Each list-id identifier is stored as two bytes in this array starting from offset zero. Any unused bytes should be set to zero.
Status: current Access: read-only
OBJECT-TYPE    
  IdList Size(64)  

rcIpUdpPortFwdNumFwdPackets 1.3.6.1.4.1.2272.1.8.13.4.1.6
The total number of UDP/TCP broadcast packets forwarded using this policy.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rcIpUdpPortFwdNumDropPacketsTtlExpired 1.3.6.1.4.1.2272.1.8.13.4.1.7
The total number of UDP/TCP broadcast packets dropped because the TTL has expired.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rcIpUdpPortFwdNumDropPacketsDestUnreach 1.3.6.1.4.1.2272.1.8.13.4.1.8
The total number of UDP/TCP broadcast packets dropped because the rcIpUdpPortFwdDestAddr specified in this policy was unreachable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rcIpUdpPortFwdRowStatus 1.3.6.1.4.1.2272.1.8.13.4.1.9
Row status of this entry.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rcIpUdpPortFwdListTableSize 1.3.6.1.4.1.2272.1.8.13.5
Used to indicate the number of entries in the rcIpUdpPortFwdListTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rcIpUdpPortFwdListTable 1.3.6.1.4.1.2272.1.8.13.6
A table used to group rcIpUdpPortFwdEntry(s) into a list.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcIpUdpPortFwdListEntry

rcIpUdpPortFwdListEntry 1.3.6.1.4.1.2272.1.8.13.6.1
Route entry attributes.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcIpUdpPortFwdListEntry  

rcIpUdpPortFwdListId 1.3.6.1.4.1.2272.1.8.13.6.1.1
A value that uniquely identifies this list of rcIpUdpPortFwdListEntry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..1000  

rcIpUdpPortFwdListName 1.3.6.1.4.1.2272.1.8.13.6.1.3
An administratively-assigned name for this list.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..15)  

rcIpUdpPortFwdListFwdIdListSize 1.3.6.1.4.1.2272.1.8.13.6.1.4
Used to indicate the number of rcIpUdpPortFwdNetEntry id(s) in the rcIpUdpPortFwdListIdList variable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..64  

rcIpUdpPortFwdListFwdIdList 1.3.6.1.4.1.2272.1.8.13.6.1.5
Used to indicate zero or more UdpPortFwd entries that are associated to this list. Each entry identifier is stored as two bytes in this array starting from offset zero. Any unused bytes should be set to zero.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(128)  

rcIpUdpPortFwdListRowStatus 1.3.6.1.4.1.2272.1.8.13.6.1.6
Row status of this entry.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rcIpUdpConfBroadcastIntfTableSize 1.3.6.1.4.1.2272.1.8.13.7
Used to indicate the number of entries in the rcIpUdpBroadcastIntfTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rcIpUdpConfBroadcastIntfTable 1.3.6.1.4.1.2272.1.8.13.8
IP broadcast forward configuration table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcIpUdpConfBroadcastIntfEntry

rcIpUdpConfBroadcastIntfEntry 1.3.6.1.4.1.2272.1.8.13.8.1
Used to configure UDP broadcast forward on a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcIpUdpConfBroadcastIntfEntry  

rcIpUdpConfBroadcastIntfLocalIfAddr 1.3.6.1.4.1.2272.1.8.13.8.1.1
The ip address of the local interface that is partipating in the forwarding UDP broadcast packets.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

rcIpUdpConfBroadcastIntfUdpPortFwdListId 1.3.6.1.4.1.2272.1.8.13.8.1.2
Used to indicate the number UDP ports that this interface is configured to forward. A value of '0' indicates that this interface will not forward any UDP broadcast packets. This is a required field to create an entry.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..1000  

rcIpUdpConfBroadcastIntfMaxTtl 1.3.6.1.4.1.2272.1.8.13.8.1.3
Used to indicate the maximum number of hops an IP broadcast packet can take from the source device to the destination device.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..16  

rcIpUdpConfBroadcastIntfNumRxPkts 1.3.6.1.4.1.2272.1.8.13.8.1.4
The total number of UDP/TCP broadcast packets received by this local interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rcIpUdpConfBroadcastIntfNumFwdPkts 1.3.6.1.4.1.2272.1.8.13.8.1.5
The total number of UDP/TCP broadcast packets forwarded.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rcIpUdpConfBroadcastIntfNumDropPktsMaxTtlExpired 1.3.6.1.4.1.2272.1.8.13.8.1.6
The total number of UDP/TCP broadcast packets dropped because the TTL has expired.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rcIpUdpConfBroadcastIntfNumDropPktsDestUnreach 1.3.6.1.4.1.2272.1.8.13.8.1.7
The total number of UDP broadcast packets dropped because the destination was unreachable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rcIpUdpConfBroadcastIntfNumDropPktsUnknownPort 1.3.6.1.4.1.2272.1.8.13.8.1.8
The total number of UDP/TCP broadcast packets dropped because the destination port/protocol specified has no matching forwarding policy.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rcIpUdpConfBroadcastIntfRowStatus 1.3.6.1.4.1.2272.1.8.13.8.1.9
Entry row status.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rcIpUdpConfBroadcastIntfBroadCastMask 1.3.6.1.4.1.2272.1.8.13.8.1.10
The subnet mask of the local interface that is used for broadcasting the UDP broadcast packets.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress