SONOMASYSTEMS-SONOMA-IPPROP-MIB

File: SONOMASYSTEMS-SONOMA-IPPROP-MIB.mib (22848 bytes)

Imported modules

RFC1155-SMI RFC-1212 SONOMASYSTEMS-SONOMA-MIB

Imported symbols

IpAddress Counter OBJECT-TYPE
sonomaRouting

Defined Types

IpPortConfigEntry  
SEQUENCE    
  ipPortConfigIndex INTEGER
  ipPortForwarding INTEGER
  ipPortMACEncapsulation INTEGER
  ipPortDisposition INTEGER
  ipPortMTU INTEGER
  ipPortDefaultGateway IpAddress
  ipPortDefaultGatewayLP INTEGER

IpPortAddrEntry  
SEQUENCE    
  ipPortAddrIndex INTEGER
  ipPortIpAddress IpAddress
  ipPortIpAddressMask IpAddress
  ipPortAddrType INTEGER

IpRelayServerEntry  
SEQUENCE    
  ipRelayServerAddress IpAddress
  ipRelayServerStatus INTEGER

Defined Values

ipRouting 1.3.6.1.4.1.2926.25.4.1
OBJECT IDENTIFIER    

ipRIPState 1.3.6.1.4.1.2926.25.4.1.1
This parameter determines if the RIP routing protocol is enabled globally. This parameter is set to DISABLED if IP routing is disabled globally.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

ipSecurity 1.3.6.1.4.1.2926.25.4.1.2
This parameter enables or disables the security mechanism.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

ipPortConfigTable 1.3.6.1.4.1.2926.25.4.1.3
This is a table of configurable IP parameters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpPortConfigEntry

ipPortConfigEntry 1.3.6.1.4.1.2926.25.4.1.3.1
This is an entry of the ipPortConfigTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpPortConfigEntry  

ipPortConfigIndex 1.3.6.1.4.1.2926.25.4.1.3.1.1
This is the Logical Port No. to which this Table entry pertains.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipPortForwarding 1.3.6.1.4.1.2926.25.4.1.3.1.2
The indication of whether this entity is acting as a gateway in respect to the forwarding of datagrams received by, but not addressed to, this entity. IP gateways forward datagrams. IP hosts do not ( except those source-routed via the host.) Even if enabled, this port will not forward unless the global ipForwarding flag is enabled and at least one IP Address has been configured on the unit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

ipPortMACEncapsulation 1.3.6.1.4.1.2926.25.4.1.3.1.3
This parameter determines the LAN encapsulation used when transmitting a datagram on this logical port. This parameter is only applicable for logical ports which are attached to LAN physical ports. Slip ports have noencap
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noencap(1), ethernet(2), ieee8023(3), tokenRing(4), tokenRingSnap(5), fddiSnap(6)  

ipPortDisposition 1.3.6.1.4.1.2926.25.4.1.3.1.4
This parameter determines the action taken on a received IP datagram if routing is disabled for this port, and the global routing flag is set to enabled (2). If routing is disabled for this port and this object has a value of discard (2), than all IP datagrams received on this port which are not addressed to the unit, will be discarded.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER bridge(1), discard(2)  

ipPortMTU 1.3.6.1.4.1.2926.25.4.1.3.1.5
Maximum size of an IP packet that can be transferred through this interface. It is the ifMtu for the port minus the mac header. The minimum value is 64 bytes
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipPortDefaultGateway 1.3.6.1.4.1.2926.25.4.1.3.1.6
This parameter determines the default gateway for this specific IP port. If the destination for packets received on this port is not in the forwarding table, they will be routed to this address
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

ipPortDefaultGatewayLP 1.3.6.1.4.1.2926.25.4.1.3.1.7
This parameter determines the logical port that the default gateway could be reached.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipPortAddrTable 1.3.6.1.4.1.2926.25.4.1.4
This table is a table of IP addresses and masks associated with each logical port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpPortAddrEntry

ipPortAddrEntry 1.3.6.1.4.1.2926.25.4.1.4.1
An entry of the IP port address table. All the objects in an entry must be supplied in a single SET PDU.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpPortAddrEntry  

ipPortAddrIndex 1.3.6.1.4.1.2926.25.4.1.4.1.1
An index into the ipPortAddr Table which identifies the Logical Port No, for which the address is valid.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipPortIpAddress 1.3.6.1.4.1.2926.25.4.1.4.1.2
The IP Address of the logical port.This object combined with the ipPortAddrIndex object constitutes the instance value used to uniquely identify and entry in this table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

ipPortIpAddressMask 1.3.6.1.4.1.2926.25.4.1.4.1.3
The IP address mask associated with the IP address.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

ipPortAddrType 1.3.6.1.4.1.2926.25.4.1.4.1.4
If the value of this object is valid(1) and we are performing a SetRequest then this is a request to add an entry to the table. If a value of invalid(2) is passed in the SetRequest, along with the other objects in an entry then this is a request to delete the entry from the table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER valid(1), invalid(2)  

ipAccessViolations 1.3.6.1.4.1.2926.25.4.1.5
This is a count of the number of access violations which have occurred for the entire unit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipOtherDiscards 1.3.6.1.4.1.2926.25.4.1.6
This is the total number of IP datagrams discarded for the entire unit, for other reasons, eg the incorrect configuration of a WAN port, etc
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipOutTransmits 1.3.6.1.4.1.2926.25.4.1.7
This is the total number of IP datagrams which have been transmitted by this unit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipRelay 1.3.6.1.4.1.2926.25.4.1.8
This parameter enables or disables the BOOTP/DHCP Relay Agent mechanism.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

ipRelayServerTable 1.3.6.1.4.1.2926.25.4.1.9
Table of servers to whom BOOTP/DHCP broadcast messages will be forwarded.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpRelayServerEntry

ipRelayServerEntry 1.3.6.1.4.1.2926.25.4.1.9.1
A particular entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpRelayServerEntry  

ipRelayServerAddress 1.3.6.1.4.1.2926.25.4.1.9.1.1
The IP Address of the BOOTP/DHCP destination server.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ipRelayServerStatus 1.3.6.1.4.1.2926.25.4.1.9.1.2
If the value of this object is valid(1) and we are performing a SetRequest then this is a request to add an entry to the table. If a value of invalid(2) is passed in the SetRequest, along with the other objects in an entry then this is a request to delete the entry from the table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER valid(1), invalid(2)  

ipDhcpClient 1.3.6.1.4.1.2926.25.4.1.10
This parameter enables or disables the DHCP Client capabilities for this entity.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

ipCounters 1.3.6.1.4.1.2926.25.4.1.11
OBJECT IDENTIFIER    

ipInternalReceived 1.3.6.1.4.1.2926.25.4.1.11.1
The number of datagrams received that were addressed to the router's IP address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipLoopback 1.3.6.1.4.1.2926.25.4.1.11.2
The number of datagrams looped back to ourselves.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipNonFastPath 1.3.6.1.4.1.2926.25.4.1.11.3
The number of datagrams forwarded by software outside the fastpath.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipBackgroundPath 1.3.6.1.4.1.2926.25.4.1.11.4
The number of datagrams forwarded or received through the background software path.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipNotForwarding 1.3.6.1.4.1.2926.25.4.1.11.5
The number of datagrams received that would have been forwarded except that forwarding was disabled on the inbound port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipVlanMismatch 1.3.6.1.4.1.2926.25.4.1.11.6
The number of datagrams not forwarded because the source VLAN id did not match the destination VLAN id.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipShortHeader 1.3.6.1.4.1.2926.25.4.1.11.7
The number of datagrams received with a header shorter than is allowed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipHeaderLengthError 1.3.6.1.4.1.2926.25.4.1.11.8
The number of datagrams received with a header specifying a length longer than the enclosing frame.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipVersionError 1.3.6.1.4.1.2926.25.4.1.11.9
The number of datagrams received with an incorrect header version number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipCsumError 1.3.6.1.4.1.2926.25.4.1.11.10
The number of datagrams received with an incorrect header checksum.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipFwdFormatError 1.3.6.1.4.1.2926.25.4.1.11.11
The number of datagrams not forwarded because an error was encountered formating the datagram for its next hop. This is an internal software error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipConvFailedInbound 1.3.6.1.4.1.2926.25.4.1.11.12
The number of datagrams not forwarded because an internal buffer translation failed (inbound). This is an internal software error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipConvFailedOutbound 1.3.6.1.4.1.2926.25.4.1.11.13
The number of datagrams not forwarded because an internal buffer translation failed (outbound). This is an internal software error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipArpRequestsSent 1.3.6.1.4.1.2926.25.4.1.11.14
The number of ARP requests sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipArpRepliesSent 1.3.6.1.4.1.2926.25.4.1.11.15
The number of ARP Replies sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipArpRequestsRecv 1.3.6.1.4.1.2926.25.4.1.11.16
The number of ARP requests received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipArpRepliesRecv 1.3.6.1.4.1.2926.25.4.1.11.17
The number of ARP replies received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipArpQueueSatisfied 1.3.6.1.4.1.2926.25.4.1.11.18
The number of datagrams queued to an ARP queue that we later transmitted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipArpQueueDropped 1.3.6.1.4.1.2926.25.4.1.11.19
The number of datagrams queued to an ARP queue that we later dropped.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipArpNotQueuedLimit 1.3.6.1.4.1.2926.25.4.1.11.20
The number of datagrams not queued to an ARP queue because the limit was reached.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipRequestsThrottled 1.3.6.1.4.1.2926.25.4.1.11.21
The number of requests dropped because they exceeded the IP request throttle.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipRequestsThrottledLastSecond 1.3.6.1.4.1.2926.25.4.1.11.22
The number of requests dropped in the last second because they exceeded the IP request throttle.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipParameters 1.3.6.1.4.1.2926.25.4.1.12
OBJECT IDENTIFIER    

ipparamBackwardingThrottle 1.3.6.1.4.1.2926.25.4.1.12.1
In order to avoid denial-of-service attacks, the IP forwarder throttles the number of requests directed to this system which are processed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 300..64000