FLOWPOINT-MIB: View SNMP OID List / Download MIB

VENDOR: FLOWPOINT CORPORATION


 Home MIB: FLOWPOINT-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 flowpoint 1.3.6.1.4.1.1548
           fpdod 1.3.6.1.4.1.1548.1
               dodTable 1.3.6.1.4.1.1548.1.1 no-access
The DOD basic configuration table for each remote connection. All of the DOD tables are indexed (identified) by DestinationName.
                   dodEntry 1.3.6.1.4.1.1548.1.1.1 no-access
                       dodTableID 1.3.6.1.4.1.1548.1.1.1.1 integer read-only
The identifier number of this remote name. Each dod table will have a unique identifier number for it. The ID number is issued when the dod table of the destination name is created on the agent side. This object is obsoleted: use dodDestinationName as the index.
                       dodDestinationName 1.3.6.1.4.1.1548.1.1.1.2 displaystring read-only
A textual description of the remote destination. The name is given by the manager side when the manager uses object dodTableOperation to create a new Dod record. The dodDestination is important. It will be used throughout all of the Dod database as index to access each object.
                       dodPassword 1.3.6.1.4.1.1548.1.1.1.3 displaystring read-write
The password for this remote connection. It is used to check the remote's password when the remote client or server dials in. It is also used when authentication is enabled during outgoing calls. GENERR is returned if not authorized to read the dodPassword.
                       dodAuthenProtocol 1.3.6.1.4.1.1548.1.1.1.4 authenprototype read-write
The minimum authentication protocol this remote connection is using. It is one of CHAP or PAP or NONE. The actual authentication phase can be performed with a better protocol than specified here: for instance if set to PAP and the remote supports CHAP (as negotiated during the LCP phase), CHAP authentication will be performed. None means that authentication of this remote is disabled during outgoing calls. All incoming calls are ALWAYS authenticated, so setting this to none prevents from accepting incoming calls.
                       dodMaxLinks 1.3.6.1.4.1.1548.1.1.1.5 integer read-write
The maximum number of links to be used when the system dials out or accepts incoming calls. Should be 1 or 2 for BRI lines.
                       dodBWThreshold 1.3.6.1.4.1.1548.1.1.1.6 integer read-write
The threshold of bandwidth utilization of established links used to trigger an additional call, expressed as an integer percentage, i.e. 0 to 100. 0 means that all available links are dialed at once while 100 means that no additional links are used. The type of bandwidth measured by this object is defined by dodBODType.
                       dodPreferType 1.3.6.1.4.1.1548.1.1.1.7 connectiontype read-write
The preferred line connection type.
                       dodTearDownTimer 1.3.6.1.4.1.1548.1.1.1.8 integer read-write
The timeout limit to tear down the link when there is no activity for the link, expressed in seconds.
                       dodSourceIPAddress 1.3.6.1.4.1.1548.1.1.1.9 ipaddress read-write
The local IP address of the WAN port. It is used to negotiate with the remote side when dialing in or out. When nonzero, it overrides the default address, coming from the LAN port IP address (ethernet).
                       dodRemoteIPAddress 1.3.6.1.4.1.1548.1.1.1.10 ipaddress read-write
The remote IP address of the WAN port, if needed. Set to 0 otherwise.
                       dodSourceIPMask 1.3.6.1.4.1.1548.1.1.1.11 ipaddress read-write
The local IP net mask of the WAN port. It is used with dodSourceIPAddress.
                       dodRemoteIPMask 1.3.6.1.4.1.1548.1.1.1.12 ipaddress read-write
The remote side IP network mask.
                       dodIPXNetAddress 1.3.6.1.4.1.1548.1.1.1.13 ipxnetaddress read-write
The IPX network address associated with the WAN link when connected to this remote.
                       dodIPFilters 1.3.6.1.4.1.1548.1.1.1.14 counter read-only
Number of IP filters currently defined for this remote.
                       dodIPXFilters 1.3.6.1.4.1.1548.1.1.1.15 counter read-only
Number of IPX filters currently defined for this remote
                       dodRemoteIPNets 1.3.6.1.4.1.1548.1.1.1.16 counter read-only
This object describes the number of static IP routing entries for this destination name or connection. The static IP routing table is defined in another group.
                       dodRemoteIPXNets 1.3.6.1.4.1.1548.1.1.1.17 counter read-only
This object describes the number of static IPX routing entries for this destination. The static IPX routing table is defined in another group.
                       dodRemoteIPXSAPs 1.3.6.1.4.1.1548.1.1.1.18 counter read-only
This object describes the number of static IPX SAP entries for this destination. The static IPX SAP table is defined in another group.
                       dodRemoteMacState 1.3.6.1.4.1.1548.1.1.1.19 integer read-write
This object controls the current bridge state (enabled or disabled) for this destination. When one of the remote destinations is turned on, the LAN port (ethernet) bridge capability will be turned on also, after a reboot. If this destination's bridge state is disabled and the bridge state of all the other destinations is also disabled, the LAN port bridge state will be disabled. Otherwise, if another destination's bridge state is still enabled, the LAN port bridge state will stay enabled. This mechanism is implemented in the system. Enumeration: 'enable': 1, 'disable': 2.
                       dodRemoteMacs 1.3.6.1.4.1.1548.1.1.1.20 counter read-only
The number of specific MAC addresses defined to be statically bridged to this remote.
                       dodLastActivityTime 1.3.6.1.4.1.1548.1.1.1.21 integer read-only
The last activity time with this destination
                       dodTableOperation 1.3.6.1.4.1.1548.1.1.1.22 integer read-write
This object is used to create a new DOD record or to delete a DOD record. Enumeration: 'add': 1, 'remove': 2.
                       dodMinLinks 1.3.6.1.4.1.1548.1.1.1.23 integer read-write
The minimum number of links to be used when the system dials out or accepts incoming calls. Must be lower or equal to dodMaxLinks.
                       dodBODType 1.3.6.1.4.1.1548.1.1.1.24 integer read-write
The type of traffic to which bandwidth measurement (defined by dodBWThreshold) applies. Enumeration: 'both': 1, 'input': 3, 'output': 2.
                       dodIpOptRecvRIP 1.3.6.1.4.1.1548.1.1.1.25 integer read-write
Allows processing of RIP packets received from this destination, when connected and IP routing is enabled in a RIP 1 compatible manner. dodIpOptRecvRIP, dodIpOptRecvRIP1, and dodIpOptRecvRIP2 are mutually exclusive. Enumeration: 'enable': 1, 'disable': 2.
                       dodIpOptSendRIP 1.3.6.1.4.1.1548.1.1.1.26 integer read-write
Allows sending of RIP packets to this destination when connected and IP routing is enabled in a RIP 1 compatible manner. dodIpOptSendRIP, dodIpOptSendRIP1, and dodIpOptSendRIP2 are mutually exclusive. Enumeration: 'enable': 1, 'disable': 2.
                       dodIpOptRecvRIPDefault 1.3.6.1.4.1.1548.1.1.1.27 integer read-write
Allows updating of the IP default route when receiving a RIP packet from this destination for the route 0.0.0.0. Enumeration: 'enable': 1, 'disable': 2.
                       dodIpOptSendRIPDefault 1.3.6.1.4.1.1548.1.1.1.28 integer read-write
Allows sending of the IP default route (if known) to this destination when connected, as 0.0.0.0. Enumeration: 'enable': 1, 'disable': 2.
                       dodIpOptKeepPrivate 1.3.6.1.4.1.1548.1.1.1.29 integer read-write
Allows to keep the route to this destination private, i.e. don't advertise it to other destinations Enumeration: 'enable': 1, 'disable': 2.
                       dodBrOptUseStp 1.3.6.1.4.1.1548.1.1.1.30 integer read-write
Allows use of Bridging Spanning Tree Protocol when connected to this destination (causes a 40 second startup delay): use when topology loops are likely. Enumeration: 'enable': 1, 'disable': 2.
                       dodPPPOptUseLCPEcho 1.3.6.1.4.1.1548.1.1.1.31 integer read-write
Perform a PPP LCP Echo request at regular intervals when connected to this destination. Enumeration: 'enable': 1, 'disable': 2.
                       dodEntryIsDisabled 1.3.6.1.4.1.1548.1.1.1.32 integer read-write
This database entry is active (enabled) or temporarily disabled (i.e. bypassed when searching the database). This eliminates the need for constant add/removes. Enumeration: 'yes': 1, 'no': 2.
                       dodCallbackOption 1.3.6.1.4.1.1548.1.1.1.33 integer read-write
This option defines under what circumstances this system is allowed to dial the specified remote. The setting 'enable' means that this system is free to call the specified remote on its own and also to dial it back. Under the 'disable' setting, dialing back is never a possibility, but this system can dial the remote on its own if a phone number exists for it. The 'callback-only' setting prevents this system from calling the remote on its own: it will only perform the dial-back service. Note: in order to implement dial-back, Caller entries for this remote must exist (in dodCallerTable). This allows this system to identify what remote is calling, locating its database information and possibly calling it back. Caller Id verification (in fpSysCallerIdTable) is independent but uses the same dodCallerTable information. Enumeration: 'callback-only': 3, 'enable': 1, 'disable': 2.
                       dodSendDataAsVoice 1.3.6.1.4.1.1548.1.1.1.34 integer read-write
This option determines whether ISDN data calls issued to this remote should be generated as voice calls instead of restricted or unrestricted digital (ISDN only). Enumeration: 'enable': 1, 'disable': 2.
                       dodIPXNetStrAddress 1.3.6.1.4.1.1548.1.1.1.35 displaystring read-write
The IPX network address associated with the WAN link when connected to this remote. This is an alternative to the dodIPXNetAddress object to be used when OCTET STRINGs are not implemented. In this case, specify the IPX network number as an ASCII string containing from 1 to 8 characters, to be converted to hexadecimal by the firmware.
                       dodOurSystemName 1.3.6.1.4.1.1548.1.1.1.36 displaystring read-write
Our system name (also called user name) when initiating a communication with this remote. It is used to override the global system name (fpSysName) and is useful when the name was assigned by the remote system admin, not by this system admin, in order to avoid using the same name (not under our control) for all connections.
                       dodOurPassword 1.3.6.1.4.1.1548.1.1.1.37 displaystring read-write
Our system password when initiating a communication with this remote. It is used to override the global system password (when not empty) and is useful when the password was assigned by the remote system admin, not by this system admin, in order to avoid using the same password (not under our control) for all connections. GENERR is returned if not authorized to read the dodOurPassword.
                       dodPPPCallbackOption 1.3.6.1.4.1.1548.1.1.1.38 integer read-write
This option defines under what circumstances this system is requesting a callback by using a method within the PPP protocol suite (as opposed to an ISDN callback). The possibilities are: - don't do any PPP callback (none) - ask the peer to us back based on the database record that he has for us (authentication). - supply the string (i.e. phone number, including prefixes etc,...) that the peer should use to call us back. - supply a location information which the peer will use in addition to our user name to call us back. - supply a E.164 string to the peer to call us back. - supply a generic string (name-string) to the peer so that it can use to it call us back using whatever method it deems appropriate. This router will force this to be the same as the remote name (index in the remote database) if it receives such a string. Enumeration: 'none': 1, 'name-string': 6, 'authentication': 2, 'location-string': 4, 'dial-string': 3, 'e164-string': 5.
                       dodPPPCallbackInfo 1.3.6.1.4.1.1548.1.1.1.39 displaystring read-write
When the dodPPPCallbackOption is set to something other than none(1), this fields contains the additional information sent to the PPP peer when requested a callback.
                       dodDontAuthenticate 1.3.6.1.4.1.1548.1.1.1.40 integer read-write
When enabled (1), do not request any authentication protocol when dialing out this destination. Note that an incoming call from this remote still requires some form of authentication (to find this remote entry record), as the key to the record is the authenticated name. Enumeration: 'enable': 1, 'disable': 2.
                       dodIPAddressTranslation 1.3.6.1.4.1.1548.1.1.1.41 integer read-write
When enabled (1), do IP address translation for traffic to/from this remote. Enumeration: 'enable': 1, 'disable': 2.
                       dodIpOptRecvRIP1 1.3.6.1.4.1.1548.1.1.1.42 integer read-write
Allows processing of RIP packets received from this destination, when connected and IP routing is enabled using RIP 1 only. dodIpOptRecvRIP, dodIpOptRecvRIP1, and dodIpOptRecvRIP2 are mutually exclusive. Enumeration: 'enable': 1, 'disable': 2.
                       dodIpOptSendRIP1 1.3.6.1.4.1.1548.1.1.1.43 integer read-write
Allows sending of RIP packets to this destination when connected and IP routing is enabled using RIP 1 only. dodIpOptSendRIP, dodIpOptSendRIP1, and dodIpOptSendRIP2 are mutually exclusive. Enumeration: 'enable': 1, 'disable': 2.
                       dodIpOptRecvRIP2 1.3.6.1.4.1.1548.1.1.1.44 integer read-write
Allows processing of RIP packets received from this destination, when connected and IP routing is enabled using RIP 2 only. dodIpOptRecvRIP, dodIpOptRecvRIP1, and dodIpOptRecvRIP2 are mutually exclusive. Enumeration: 'enable': 1, 'disable': 2.
                       dodIpOptSendRIP2 1.3.6.1.4.1.1548.1.1.1.45 integer read-write
Allows sending of RIP packets to this destination when connected and IP routing is enabled using RIP 2 only. dodIpOptSendRIP, dodIpOptSendRIP1, and dodIpOptSendRIP2 are mutually exclusive. Enumeration: 'enable': 1, 'disable': 2.
                       dodProtocol 1.3.6.1.4.1.1548.1.1.1.46 integer read-write
Type of protocol used for communicating with this remote. Enumeration: 'protocolrawip': 6, 'protocol1483pppllc': 2, 'protocol1483snapmer': 4, 'protocol1483snap': 3, 'protocol1483snapfr': 5, 'protocolppp': 1.
                       dodCompression 1.3.6.1.4.1.1548.1.1.1.47 integer read-write
When enabled (1), do compression for traffic to/from this remote. Enumeration: 'enable': 1, 'disable': 2.
                       dodPasswordSpecified 1.3.6.1.4.1.1548.1.1.1.48 integer read-only
Return true if the password for this remote connection has been specified. Enumeration: 'false': 2, 'true': 1.
                       dodOurPasswordSpecified 1.3.6.1.4.1.1548.1.1.1.49 integer read-only
Return true if our system password for this remote connnection has been specified. Enumeration: 'false': 2, 'true': 1.
                       dodBlockNetBIOS 1.3.6.1.4.1.1548.1.1.1.50 integer read-write
When enabled (1), block NetBIOS traffic to this remote. Enumeration: 'enable': 1, 'disable': 2.
                       dodMtu 1.3.6.1.4.1.1548.1.1.1.51 integer read-write
When non-zero, the desired MTU size for this remote. When zero, use the default MTU size for the interface. The MTU size used is the minimum of the desired MTU size for this remote and the maximum MTU size allowed for the interface.
                       dodIpSlaveMode 1.3.6.1.4.1.1548.1.1.1.52 integer read-write
When enabled (1), always accept peer proposal for our IP address for our WAN interface. Enumeration: 'enable': 1, 'disable': 2.
                       dodReacquireIpAddr 1.3.6.1.4.1.1548.1.1.1.53 integer read-write
When enabled (1), try to reacquire the last used IP address for this interface IF we believe any TCP connections are still active to this remote. Enumeration: 'enable': 1, 'disable': 2.
                       dodIpxOptRIPSAP 1.3.6.1.4.1.1548.1.1.1.54 integer read-write
When enabled (1), allows IPXCP to negotiate the use of RIP and SAP IPX traffic. Actual use of the RIP and SAP protocols will depend on the capabilities of the remote at the time the PPP connection is established. Enumeration: 'enable': 1, 'disable': 2.
               dodCallIDTable 1.3.6.1.4.1.1548.1.2 no-access
A list of Call identifiers (phone number, DLCI ....) for a particular destination name and link type (ISDN). This table includes only two entries, type and phone number count.
                   dodCallIDEntry 1.3.6.1.4.1.1548.1.2.1 no-access
An entry of Call identifier for each connection type.
                       dodCallIDType 1.3.6.1.4.1.1548.1.2.1.1 connectiontype read-only
The connection type.
                       dodCallIDPhones 1.3.6.1.4.1.1548.1.2.1.2 counter read-only
Number of entries in the dodPhoneTable for this type of connection and this remote.
               dodPhoneTable 1.3.6.1.4.1.1548.1.3 no-access
                   dodPhoneEntry 1.3.6.1.4.1.1548.1.3.1 no-access
                       dodPhoneIndex 1.3.6.1.4.1.1548.1.3.1.1 integer read-only
It is an index to recognize which phone number is in the table with the specified CallIDType and DestinationName.
                       dodPhoneSpeed 1.3.6.1.4.1.1548.1.3.1.2 integer read-write
The line speed (in bits per seconds) for asynchronous connections.
                       dodPhoneNumber 1.3.6.1.4.1.1548.1.3.1.3 displaystring read-write
The phone number string.
               dodRemoteMacTable 1.3.6.1.4.1.1548.1.4 no-access
A table of MAC addresses for bridging of the specified destination name. The table is indexed by destination name and MAC address.
                   dodRemoteMacEntry 1.3.6.1.4.1.1548.1.4.1 no-access
                       dodRemoteMacIndex 1.3.6.1.4.1.1548.1.4.1.1 integer read-only
The index number is not used currently. User don't need to implement it currently. The table is indexed by the MAC address.
                       dodRemoteMacAddress 1.3.6.1.4.1.1548.1.4.1.2 macaddress read-write
Contains the IEEE unique MAC address of statically configured devices for bridging purposes. When all of the 6 bytes of this MAC address are zero, the entry is called the unknown address. Any packet with a destination address not in the static or dynamic MAC table of any remote bridge will be sent to the default remote bridge (which has a dodRemoteMacAddress entry defined for the unknown MAC address).. There can be only one remote destination specified as default bridge, i.e. containing the unknown MAC address.
                       dodRemoteMacOperation 1.3.6.1.4.1.1548.1.4.1.3 integer read-write
add -- add a static MAC address to be bridge to this remote destination. remove -- remove a static MAC address. Enumeration: 'add': 1, 'remove': 2.
               dodRemoteIPNetTable 1.3.6.1.4.1.1548.1.5 no-access
The static IP routing table. It is based on indexes of destination name and IP net address.
                   dodRemoteIPNetEntry 1.3.6.1.4.1.1548.1.5.1 no-access
                       dodRemoteIPNetIndex 1.3.6.1.4.1.1548.1.5.1.1 integer read-only
This index is not currently in use.
                       dodRemoteIPNetAddress 1.3.6.1.4.1.1548.1.5.1.2 ipaddress read-only
The IP network address of an entry of the static IP routing table.
                       dodRemoteIPNetMask 1.3.6.1.4.1.1548.1.5.1.3 ipaddress read-write
The IP network mask of an entry of the static IP routing table.
                       dodRemoteIPNetHops 1.3.6.1.4.1.1548.1.5.1.4 integer read-write
The hop count for the specified IP network address and destination name.
                       dodRemoteIPNetOperation 1.3.6.1.4.1.1548.1.5.1.5 integer read-write
add -- add a static IP route to this destination. remove -- delete a static IP route to this destination. To access the other objects in this entry (mask, hops) the SNMP manager should add an entry first and then set those other objects. Enumeration: 'add': 1, 'remove': 2.
                       dodRemoteIPNetGateway 1.3.6.1.4.1.1548.1.5.1.6 ipaddress read-write
The IP address of the gateway to which packets are sent when the static route is over a broadcast medium, such as when dodProtocol is RFC1483 with Mac Encapsulated Routing. When the medium is point-to-point, this field is ignored.
               dodRemoteIPXNetTable 1.3.6.1.4.1.1548.1.6 no-access
The static IPX routing table. It is based on indexes of destination name and IPX network number.
                   dodRemoteIPXNetEntry 1.3.6.1.4.1.1548.1.6.1 no-access
                       dodRemoteIPXNetIndex 1.3.6.1.4.1.1548.1.6.1.1 integer read-only
Use dodRemoteIPXNetAddress as the index.
                       dodRemoteIPXNetAddress 1.3.6.1.4.1.1548.1.6.1.2 ipxnetaddress read-only
The IPX network address of an entry of the static IPX routing table.
                       dodRemoteIPXNetMetric 1.3.6.1.4.1.1548.1.6.1.3 integer read-write
The number of hops to reach this IPX network (via this destination).
                       dodRemoteIPXNetTicks 1.3.6.1.4.1.1548.1.6.1.4 integer read-write
Number of 1/18th of seconds ticks necessary to reach this IPX network number (via this destination).
                       dodRemoteIPXNetOperation 1.3.6.1.4.1.1548.1.6.1.5 integer read-write
add -- add a static IPX route to this destination remove -- delete a static IPX route for this destination For IPX metric and ticks, the SNMP manager should create the entry first and then set those attributes. Enumeration: 'add': 1, 'remove': 2.
                       dodRemoteIPXNetStrAddress 1.3.6.1.4.1.1548.1.6.1.6 displaystring read-only
The IPX network address of an entry of the static IPX routing table. This is an alternative to the dodRemoteIPXNetAddress object to be used when OCTET STRINGs are not implemented. In this case, specify the IPX network number as an ASCII string containing from 1 to 8 characters, to be converted to hexadecimal by the firmware.
               dodRemoteIPXSAPTable 1.3.6.1.4.1.1548.1.7 no-access
The remote IPX SAP table. It is based on indexes of DOD destination name, IPX network address, IPX node number, and IPX socket number.
                   dodRemoteIPXSAPEntry 1.3.6.1.4.1.1548.1.7.1 no-access
                       dodRemoteIPXSAPIndex 1.3.6.1.4.1.1548.1.7.1.1 integer read-only
Use dodRemoteIPXSAPNetAddress, dodRemoteIPXSAPNodeAddress dodRemoteIPXSAPSocket as indexes. Not used.
                       dodRemoteIPXSAPName 1.3.6.1.4.1.1548.1.7.1.2 displaystring read-write
The name by which this IPX service is known.
                       dodRemoteIPXSAPNetAddress 1.3.6.1.4.1.1548.1.7.1.3 ipxnetaddress read-only
The internal IPX network number of the server providing this particular IPX service.
                       dodRemoteIPXSAPNodeAddress 1.3.6.1.4.1.1548.1.7.1.4 macaddress read-only
The node address on the IPX network number on which a server provides this particular IPX service.
                       dodRemoteIPXSAPSocket 1.3.6.1.4.1.1548.1.7.1.5 octet string read-only
The socket (i.e. internal port number) at which the specified IPX service is provided in the server.
                       dodRemoteIPXSAPType 1.3.6.1.4.1.1548.1.7.1.6 octet string read-write
The well-known type of service (i.e. File Service, Advertising Print Service, etc...)
                       dodRemoteIPXSAPHops 1.3.6.1.4.1.1548.1.7.1.7 integer read-write
The number of hops necessary to reach the provider of this service.
                       dodRemoteIPXSAPOperation 1.3.6.1.4.1.1548.1.7.1.9 integer read-write
add -- add a new IPX SAP service to this destination remove -- delete an IPX SAP service from this destination For the IPX network address, node address, socket number, type and hops, the SNMP manager should set those after creating the entry. Enumeration: 'add': 1, 'remove': 2.
                       dodRemoteIPXSAPStrNetAddress 1.3.6.1.4.1.1548.1.7.1.10 displaystring read-only
The internal IPX network number of the server providing this particular IPX service, expressed as an ASCII string, converted to hexadecimal by the firmware.
                       dodRemoteIPXSAPStrSocket 1.3.6.1.4.1.1548.1.7.1.11 displaystring read-only
The socket (i.e. internal port number) at which the specified IPX service is provided in the server, expressed as an ASCII string, converted to hexadecimal by the firmware.
                       dodRemoteIPXSAPStrType 1.3.6.1.4.1.1548.1.7.1.12 displaystring read-write
The well-known type of service (i.e. File Service, Advertising Print Service, etc...), expressed as an ASCII string, converted to hexadecimal by the firmware.
               dodIPFilterTable 1.3.6.1.4.1.1548.1.8 no-access
A set of IP filters defined for this remote.
                   dodIPFilterEntry 1.3.6.1.4.1.1548.1.8.1 no-access
                       dodIPFilterIndex 1.3.6.1.4.1.1548.1.8.1.1 integer read-only
                       dodIPFilterDstNetAddr 1.3.6.1.4.1.1548.1.8.1.2 ipaddress read-write
                       dodIPFilterSrcNetAddr 1.3.6.1.4.1.1548.1.8.1.3 ipaddress read-write
                       dodIPFilterAllow 1.3.6.1.4.1.1548.1.8.1.4 integer read-write
Enumeration: 'deny': 2, 'allow': 1.
               dodIPXFilterTable 1.3.6.1.4.1.1548.1.9 no-access
A set of IPX filters defined for this remote.
                   dodIPXFilterEntry 1.3.6.1.4.1.1548.1.9.1 no-access
                       dodIPXFilterIndex 1.3.6.1.4.1.1548.1.9.1.1 integer read-only
                       dodIPXFilterDstNetAddr 1.3.6.1.4.1.1548.1.9.1.2 ipxnetaddress read-write
                       dodIPXFilterDstNodeAddr 1.3.6.1.4.1.1548.1.9.1.3 macaddress read-write
                       dodIPXFilterDstSocket 1.3.6.1.4.1.1548.1.9.1.4 octet string read-write
                       dodIPXFilterSrcNetAddr 1.3.6.1.4.1.1548.1.9.1.5 ipxnetaddress read-write
                       dodIPXFilterSrcNodeAddr 1.3.6.1.4.1.1548.1.9.1.6 macaddress read-write
                       dodIPXFilterSrcSocket 1.3.6.1.4.1.1548.1.9.1.7 octet string read-write
                       dodIPXFilterAllow 1.3.6.1.4.1.1548.1.9.1.8 integer read-write
Enumeration: 'deny': 2, 'allow': 1.
               dodOperation 1.3.6.1.4.1.1548.1.10 integer read-write
Use this object to give commands to save, load or erase DOD configuration in FLASH memory. Enumeration: 'load': 2, 'save': 1, 'erase': 3.
               dodRemoteMacDefault 1.3.6.1.4.1.1548.1.11 displaystring read-write
for GET : This object gives the remote destination name of default bridge. for SET : To set new default bridge, just give the the desired destination name. To delete and disable existing default bridge, just give a NULL string.
               dodCallerTable 1.3.6.1.4.1.1548.1.12 no-access
The Caller table: this is the list of numbers to search when receiving an incoming call, to identify the remote peer which made that call and thus find the corresponding dodEntry record. This table is used to implement dial-back and also to implement Caller ID verification (i.e. denying access to an unknown caller).
                     dodCallerEntry 1.3.6.1.4.1.1548.1.12.1 no-access
Telephone numbers (or call information) of potential callers.
                         dodCallerNumber 1.3.6.1.4.1.1548.1.12.1.1 displaystring read-write
The number against which caller ID verification takes place or used to find out which peer is calling before dial-back takes place.
                         dodCallerOperation 1.3.6.1.4.1.1548.1.12.1.2 integer read-write
The operation being performed on a Caller data set: add or remove an entry for the specified remote and connection type. Enumeration: 'add': 1, 'remove': 2.
               dodIPTranslationServerTable 1.3.6.1.4.1.1548.1.13 no-access
The IP Translation Server Table. Used to select a server when doing IP address translation.
                     dodIPTranslationServerEntry 1.3.6.1.4.1.1548.1.13.1 no-access
                         dodIPTranslationServerIPAddress 1.3.6.1.4.1.1548.1.13.1.1 ipaddress read-only
The IP address of the Server when doing IP Address translation.
                         dodIPTranslationProtocol 1.3.6.1.4.1.1548.1.13.1.2 octet string read-only
The protocol used by this Server.
                         dodIPFirstTranslationPort 1.3.6.1.4.1.1548.1.13.1.3 octet string read-only
First public port in range used by this server. This port is what is referenced by the client. A port of 0 is a wild-card signifying any port.
                         dodIPLastTranslationPort 1.3.6.1.4.1.1548.1.13.1.4 octet string read-only
Last public port in range used by this server. This port is the last port in range and is referenced by the client.. This value must be greater than or equal first public port in range.
                         dodIPFirstPrivatePort 1.3.6.1.4.1.1548.1.13.1.5 octet string read-only
This is the first private port in range as seen by the server. The public port range is mapped to this private port range. If the public port range is to be the same as the private port range, this port should be the same as the first public port.
                         dodIPTranslationStatus 1.3.6.1.4.1.1548.1.13.1.6 rowstatus read-write
The status column used for creating, modifying, and deleting instances of the columnar objects in this table.
               dodNatHostMappingTable 1.3.6.1.4.1.1548.1.14 no-access
The NAT Host Mapping Table. Used to select a NAT Host Mapping when doing IP address translation.
                     dodNatHostMappingEntry 1.3.6.1.4.1.1548.1.14.1 no-access
                         dodFirstPrivateIPAddress 1.3.6.1.4.1.1548.1.14.1.1 ipaddress read-only
The first private IP address which starts the range of private IP addresses which are mapped to public IP addresses.
                         dodLastPrivateIPAddress 1.3.6.1.4.1.1548.1.14.1.2 ipaddress read-only
The last private IP address which ends the range of private IP addresses which are mapped to public IP addresses.
                         dodFirstPublicIPAddress 1.3.6.1.4.1.1548.1.14.1.3 ipaddress read-only
The first public IP address which starts the range of public IP Addresses which are mapped to private IP addresses. The last public IP address in the range is calculated by counting the number of private IP addresses in the private IP address range and creating an equivalent number of IP addresses in the public IP address range so there is a one to one mapping of public IP addresses to private IP addresses.
                         dodNatHostMappingStatus 1.3.6.1.4.1.1548.1.14.1.4 rowstatus read-write
The status column used for creating, modifying, and deleting instances of the columnar objects in this table.
           fpether 1.3.6.1.4.1.1548.2
               fpEtherTable 1.3.6.1.4.1.1548.2.1 no-access
The Ethernet interface configuration table for each port
                   fpEtherEntry 1.3.6.1.4.1.1548.2.1.1 no-access
                       fpPortNum 1.3.6.1.4.1.1548.2.1.1.1 integer read-only
The identifier number of this interface port.
                       fpBridgeState 1.3.6.1.4.1.1548.2.1.1.2 integer read-write
The object is used to show current state (enabled/ disabled) of the bridging the LAN port (ethernet). 1 -- the bridging is enabled. 2 -- the bridging is disabled. The bridging is enabled/disabled by controlling the dodRemoteMacState object of all the destinations. This field is only writeable on systems that don't support remote destinations (the DOD table). Enumeration: 'enable': 1, 'disable': 2.
                       fpIpState 1.3.6.1.4.1.1548.2.1.1.3 integer read-write
Determines whether the IP protocol is routed (enable) or not (disable) via this LAN interface. A change requires rebooting. If the IP address and the network mask are defined and IP routing is not enabled, this system acts as an IP host only. Enumeration: 'enable': 1, 'disable': 2.
                       fpIpxState 1.3.6.1.4.1.1548.2.1.1.4 integer read-write
Determines whether the IPX protocol is routed (enable) or not (disable) via this LAN interface. A change requires rebooting. Enumeration: 'enable': 1, 'disable': 2.
                       fpIpNetAddress 1.3.6.1.4.1.1548.2.1.1.5 ipaddress read-write
This object allows to get or set the IP address for this LAN interface: a change requires rebooting.
                       fpIpNetMask 1.3.6.1.4.1.1548.2.1.1.6 ipaddress read-write
This object allows to get or set the IP network mask for this LAN interface: a change requires rebooting.
                       fpIpxNetAddress 1.3.6.1.4.1.1548.2.1.1.7 ipxnetaddress read-write
This objects allows to get or set the IPX external network number for this LAN port: a change requires rebooting.
                       fpIpxFrameType 1.3.6.1.4.1.1548.2.1.1.8 integer read-write
This objects allows to get or set the IPX frame type generated by the router for this LAN port: a change requires rebooting. Possible values are: 802.2 (using the Novell SAP 0xE0), 802.3 (the IPX packet follows the Ethernet header immediately with no type) and Ethernet-II (named DIX) where the Ethertype is 0x8137. Enumeration: 'frame-dix': 3, 'frame-8022': 1, 'frame-8023': 2.
                       fpEtherIpOptRecvRIP 1.3.6.1.4.1.1548.2.1.1.9 integer read-write
Allows the processing of IP RIP 1 and RIP 2 packets received from for this LAN port: a change requires rebooting. This setting is enabled by default. fpEtherIpOptRecvRIP, fpEtherIpOptRecvRIP1, and fpEtherIpOptRecvRIP2 are mutually exclusive. Enumeration: 'enable': 1, 'disable': 2.
                       fpEtherIpOptSendRIP 1.3.6.1.4.1.1548.2.1.1.10 integer read-write
Allows sending IP RIP 1 compatible packets to this LAN port when IP routing is enabled: a change requires rebooting. This setting is enabled by default. fpEtherIpOptSendRIP, fpEtherIpOptSendRIP1, and fpEtherIpOptSendRIP2 are mutually exclusive. Enumeration: 'enable': 1, 'disable': 2.
                       fpEtherIpOptRecvRIPDefault 1.3.6.1.4.1.1548.2.1.1.11 integer read-write
Allows updating the IP routing table with the default route (i.e. 0.0.0.0) received from this LAN port when IP routing is enabled: this setting is enabled by default. A change on this object requires rebooting. Enumeration: 'enable': 1, 'disable': 2.
                       fpEtherIpOptSendRIPDefault 1.3.6.1.4.1.1548.2.1.1.12 integer read-write
Allows this system to advertise itself as the default router on this LAN port when IP routing is enabled. This setting is enabled by default. A change requires rebooting. Enumeration: 'enable': 1, 'disable': 2.
                       fpIpxStrNetAddress 1.3.6.1.4.1.1548.2.1.1.13 displaystring read-write
This objects allows to get or set the IPX external network number for this LAN port: a change requires rebooting. This object is expressed as an ASCII string, converted to hexadecimal by the firmware: use this object instead of fpIpxNetAddress when OCTET STRING is not implemented.
                       fpIpDefaultGateway 1.3.6.1.4.1.1548.2.1.1.14 ipaddress read-write
This object allows to get or set the IP address for the default Gateway (default route), and assign it to the interface specified by fpPortNum. This is particularly useful when the device operates as an end-system (host) as opposed to performing IP routing. There can be only one default route in the whole system. When set to 0.0.0.0, no default is defined statically, and it may be discovered dynamically if RIP is allowed on the LAN interface.
                       fpEtherIpOptRecvRIP1 1.3.6.1.4.1.1548.2.1.1.15 integer read-write
Allows the processing of IP RIP 1 packets received from for this LAN port: a change requires rebooting. fpEtherIpOptRecvRIP, fpEtherIpOptRecvRIP1, and fpEtherIpOptRecvRIP2 are mutually exclusive. Enumeration: 'enable': 1, 'disable': 2.
                       fpEtherIpOptSendRIP1 1.3.6.1.4.1.1548.2.1.1.16 integer read-write
Allows sending IP RIP 1 packets to this LAN port when IP routing is enabled: a change requires rebooting. fpEtherIpOptSendRIP, fpEtherIpOptSendRIP1, and fpEtherIpOptSendRIP2 are mutually exclusive. Enumeration: 'enable': 1, 'disable': 2.
                       fpEtherIpOptRecvRIP2 1.3.6.1.4.1.1548.2.1.1.17 integer read-write
Allows the processing of IP RIP 2 packets received from for this LAN port: a change requires rebooting. fpEtherIpOptRecvRIP, fpEtherIpOptRecvRIP1, and fpEtherIpOptRecvRIP2 are mutually exclusive. Enumeration: 'enable': 1, 'disable': 2.
                       fpEtherIpOptSendRIP2 1.3.6.1.4.1.1548.2.1.1.18 integer read-write
Allows sending IP RIP 2 packets to this LAN port when IP routing is enabled: a change requires rebooting. fpEtherIpOptSendRIP, fpEtherIpOptSendRIP1, and fpEtherIpOptSendRIP2 are mutually exclusive. Enumeration: 'enable': 1, 'disable': 2.
                       fpIpRIPMulticastAddress 1.3.6.1.4.1.1548.2.1.1.19 ipaddress read-write
This object allows to get or set the RIP 2 Multicast address for this LAN interface: set to 0.0.0.0 to restore the default multicast address (i.e. 224.0.0.9). A change requires rebooting.
                       fpNATState 1.3.6.1.4.1.1548.2.1.1.20 integer read-write
Determines whether IP address/port translation is performed via this LAN interface if the IP protocol is routed (enable) through this LAN interface. A change requires rebooting. Enumeration: 'enable': 1, 'disable': 2.
                       fpMtu 1.3.6.1.4.1.1548.2.1.1.21 integer read-write
When non-zero, the desired MTU size for this interface. When zero, use the default MTU size for the interface. The MTU size used is the minimum of the desired MTU size for this interface and the maximum MTU size allowed for the interface.
               fpEtherOperation 1.3.6.1.4.1.1548.2.2 integer read-write
This object is used to save/load/erase the LAN port (ethernet) configuration to/from FLASH. Enumeration: 'load': 2, 'save': 1, 'erase': 3.
               etherNatHostMappingTable 1.3.6.1.4.1.1548.2.3 no-access
The NAT Host Mapping Table. Used to select a NAT Host Mapping when doing IP address translation.
                   etherNatHostMappingEntry 1.3.6.1.4.1.1548.2.3.1 no-access
                       etherFirstPrivateIPAddress 1.3.6.1.4.1.1548.2.3.1.1 ipaddress read-only
The first private IP address which starts the range of private IP addresses which are mapped to public IP addresses.
                       etherLastPrivateIPAddress 1.3.6.1.4.1.1548.2.3.1.2 ipaddress read-only
The last private IP address which ends the range of private IP addresses which are mapped to public IP addresses.
                       etherFirstPublicIPAddress 1.3.6.1.4.1.1548.2.3.1.3 ipaddress read-only
The first public IP address which starts the range of public IP Addresses which are mapped to private IP addresses. The last public IP address in the range is calculated by counting the number of private IP addresses in the private IP address range and creating an equivalent number of IP addresses in the public IP address range so there is a one to one mapping of public IP addresses to private IP addresses.
                       etherNatHostMappingStatus 1.3.6.1.4.1.1548.2.3.1.4 rowstatus read-write
The status column used for creating, modifying, and deleting instances of the columnar objects in this table.
               etherIPTranslationServerTable 1.3.6.1.4.1.1548.2.4 no-access
The IP Translation Server Table. Used to select a server when doing IP address translation.
                   etherIPTranslationServerEntry 1.3.6.1.4.1.1548.2.4.1 no-access
                       etherIPTranslationServerIPAddress 1.3.6.1.4.1.1548.2.4.1.1 ipaddress read-only
The IP address of the Server when doing IP Address translation.
                       etherIPTranslationProtocol 1.3.6.1.4.1.1548.2.4.1.2 octet string read-only
The protocol used by this Server.
                       etherIPFirstTranslationPort 1.3.6.1.4.1.1548.2.4.1.3 octet string read-only
First public port in range used by this server. This port is what is referenced by the client. A port of 0 is a wild-card signifying any port.
                       etherIPLastTranslationPort 1.3.6.1.4.1.1548.2.4.1.4 octet string read-only
Last public port in range used by this server. This port is the last port in range and is referenced by the client.. This value must be greater than or equal first public port in range.
                       etherIPFirstPrivatePort 1.3.6.1.4.1.1548.2.4.1.5 octet string read-only
This is the first private port in range as seen by the server. The public port range is mapped to this private port range. If the public port range is to be the same as the private port range, this port should be the same as the first public port.
                       etherIPTranslationStatus 1.3.6.1.4.1.1548.2.4.1.6 rowstatus read-write
The status column used for creating, modifying, and deleting instances of the columnar objects in this table.
           fpisdn 1.3.6.1.4.1.1548.3
               fpIsdnCh1Spid 1.3.6.1.4.1.1548.3.1 displaystring read-write
The spid number string for 1st B channel.
               fpIsdnCh2Spid 1.3.6.1.4.1.1548.3.2 displaystring read-write
The spid number string for 2nd B channel.
               fpIsdnCh1DirectoryNum 1.3.6.1.4.1.1548.3.3 displaystring read-write
The directory number string for 1st B channel.
               fpIsdnCh2DirectoryNum 1.3.6.1.4.1.1548.3.4 displaystring read-write
The directory number string for 2nd B channel.
               fpIsdnSwitchType 1.3.6.1.4.1.1548.3.5 integer read-write
Specifies the ISDN switch type. Enumeration: 'kdd': 7, 'net3': 8, 'ntt': 12, 'dms100': 5, 'att5ess': 2, 'auto': 14, 'ni1': 10, 'net3swiss': 9.
               fpIsdnOperation 1.3.6.1.4.1.1548.3.6 integer read-write
To save or load or erase the ISDN configuration to/from FLASH memory. Enumeration: 'load': 2, 'save': 1, 'erase': 3.
               fpIsdnCh1Status 1.3.6.1.4.1.1548.3.7 integer read-only
This object shows the current status of B channel 1. Enumeration: 'opening': 2, 'alerting': 5, 'idle': 1, 'connected': 3, 'out-of-service': 7, 'in-use-by-pots': 8, 'closing': 4, 'dialing': 6.
               fpIsdnCh2Status 1.3.6.1.4.1.1548.3.8 integer read-only
This object shows the current status of B channel 2. Enumeration: 'opening': 2, 'alerting': 5, 'idle': 1, 'connected': 3, 'out-of-service': 7, 'in-use-by-pots': 8, 'closing': 4, 'dialing': 6.
               fpIsdnCh1ClearCode 1.3.6.1.4.1.1548.3.9 integer read-only
The clearing code of the last call, (0 if a call is in progress) for B channel 1.
               fpIsdnCh2ClearCode 1.3.6.1.4.1.1548.3.10 integer read-only
The clearing code of the last call, (0 if a call is in progress) for B channel 2.
               fpIsdnCh1ClearReason 1.3.6.1.4.1.1548.3.11 displaystring read-only
An explanation (in ASCII) of why the last called was cleared for B channel 1 (the null string if a call is in progress).
               fpIsdnCh2ClearReason 1.3.6.1.4.1.1548.3.12 displaystring read-only
An explanation (in ASCII) of why the last called was cleared for B channel 2 (the null string if a call is in progress).
               fpIsdnSpeed 1.3.6.1.4.1.1548.3.13 integer read-write
Whether the ISDN calls are made at a speed determined by the speed defined in the remote database and processed as indicated by the network (auto) or locked at 56Kb/s, regardless of the remote database settings and the parameters indicated by the network in incoming calls. Enumeration: 'auto': 1, 'speed-56k': 2.
               fpIsdnDataCallsIn 1.3.6.1.4.1.1548.3.14 integer read-write
This object determines whether ISDN data calls can be received. Enumeration: 'enable': 1, 'disable': 2.
               fpIsdnDataCallsOut 1.3.6.1.4.1.1548.3.15 integer read-write
This object determines whether ISDN data calls can be generated by the device. This can be useful to let the device place voice calls only while ensuring that no data call is ever placed because the filtering/spoofing did not eliminate spurious traffic. Enumeration: 'enable': 1, 'disable': 2.
               fpIsdnLineStatus 1.3.6.1.4.1.1548.3.16 integer read-only
This object shows the current status of the line. Enumeration: 'deactivated': 2, 'activated': 1.
               fpIsdnStatus 1.3.6.1.4.1.1548.3.17 integer read-write
This object sets/returns the service state for the ISDN line. Enumeration: 'qualifyingSpids': 7, 'autoSpidActive': 5, 'startAutoSpid': 3, 'notOperational': 2, 'validatingSpids': 6, 'stopAutoSpid': 4, 'inService': 1.
               fpIsdnAutoSpidCounter 1.3.6.1.4.1.1548.3.18 integer read-only
The spid index currently being tried when doing auto spid detection.
               fpIsdnSwitchTable 1.3.6.1.4.1.1548.3.19 no-access
The switch table contains the switches supported by this kernel.
                     fpIsdnSwitchEntry 1.3.6.1.4.1.1548.3.19.1 no-access
Each entry represents one switch type supported by this kernel.
                         fpIsdnSwitchTypeIndex 1.3.6.1.4.1.1548.3.19.1.1 integer read-only
Current switch type index.
           fpsys 1.3.6.1.4.1.1548.4
               fpSysName 1.3.6.1.4.1.1548.4.1 displaystring read-write
An administratively-assigned name for this managed node. It will be the same name as the one defined in MIB2.
               fpSysMessage 1.3.6.1.4.1.1548.4.2 displaystring read-write
An administratively-assigned message for this managed node.
               fpSysPassword 1.3.6.1.4.1.1548.4.3 displaystring read-write
An administratively-assigned password for this managed node. The password will be used in the authentication phase of PPP. GENERR is returned if not authorized to read the fpSysPassword.
               fpSysAuthen 1.3.6.1.4.1.1548.4.4 authenprototype read-write
An administratively-assigned authentication override type for this managed node. This is normally set to NONE, which means the normal rules apply. When set to PAP, all the remote entries that have a setting of PAP don't attempt to negotiate CHAP first, but propose only PAP. When set to CHAP, only CHAP authentication is accepted by this node (this makes it easier than changing all the remote entries to have their minimal level of authentication set to CHAP).
               fpSysOperation 1.3.6.1.4.1.1548.4.5 integer read-write
Use this object to save/load the system configuration (only what is defined in this group) to/from FLASH memory, or perform other control operation such as reboot. Enumeration: 'load': 2, 'reboot-like-factory': 6, 'reboot-like-new': 7, 'set-clock': 5, 'reboot': 4, 'erase': 3, 'save': 1.
               fpSysSoftwareVer 1.3.6.1.4.1.1548.4.6 displaystring read-only
Displays the software version run by the system.
               fpSysHardwareVer 1.3.6.1.4.1.1548.4.7 displaystring read-only
Displays the system model number, revision and serial number.
               fpLoginPassword 1.3.6.1.4.1.1548.4.8 displaystring read-write
Assign or change the administrator's password for login. Writing objects can only be performed when logged-in, using this password. To supply the password for login purposes, use the fpLoginTable object in the fplogin group. GENERR is returned if not authorized to read the fpLoginPassword.
               fpWriteTimeout 1.3.6.1.4.1.1548.4.9 integer read-write
To set and retrieve a timeout value (in minutes) during which a user logged in can modify objects. When setting this value, the countdown restarts. The timer is first started when the login password is supplied (see the LoginTable object). When the timer expires, a new login must be performed or all writes to writable objects return READONLY. Default -- 10 minutes (until changed). No security timeout -- set to 0.
               fpWriteTimer 1.3.6.1.4.1.1548.4.10 integer read-only
This object retrieves the current security timer value. It returns how many minutes are left (if any) before a new login must be performed.
               fpCommunityName 1.3.6.1.4.1.1548.4.11 displaystring read-write
To change or retrieve the SNMP community name. The default name is 'public'.
               fpInternetFireWall 1.3.6.1.4.1.1548.4.12 integer read-write
To enable or disable the internet firewall filter. The filter discards any IP packet arriving from the WAN with a source IP address belonging to the LAN. Enumeration: 'enable': 1, 'disable': 2.
               fpSysLogout 1.3.6.1.4.1.1548.4.13 integer read-write
Writing to this object prevents any change from any SNMP manager (until logged in again). Changes from telnet and the console are controlled via the login and logout commands, and are independent. After a reboot, SNMP managers are logged out and should log in before changing any configuration.
               fpIpxSupported 1.3.6.1.4.1.1548.4.14 integer read-only
Indicates whether or not IPX is supported in the router software. For compatibility with previous non-IPX-capable builds, the manager should consider that an error of NOSUCHNAME on this object means that IPX is NOT supported. Enumeration: 'enable': 1, 'disable': 2.
               fpSysCallerIdTable 1.3.6.1.4.1.1548.4.15 no-access
This table defines the types of connections for which CallerID information should be verified.
                     fpSysCallerIdEntry 1.3.6.1.4.1.1548.4.15.1 no-access
An entry in the fpSysCallerIdTable specifies that calls of the type used as an index, should be validated by Caller ID verification (using dodCallerTable).
                         fpCallerIdEnabled 1.3.6.1.4.1.1548.4.15.1.1 integer read-write
Set this object to enable or disable CallerId verification for the specified type of connection. Enumeration: 'enable': 1, 'disable': 2.
               fpMIBCompatibility 1.3.6.1.4.1.1548.4.16 integer read-only
Indicates that this private MIB is fully compatible with RFC 1155. For compatibility with previous builds, the manager should consider that an error of NOSUCHNAME on this object means that the 'old' value applies, (meaning the enumeration of INTEGERs are mostly zero-based instead of one-based). Enumeration: 'new': 2, 'old': 1.
               fpPOTSInstalled 1.3.6.1.4.1.1548.4.17 integer read-only
Indicates whether or not POTS hardware is installed AND is software supported. For compatibility with previous builds, the manager should consider that an error of NOSUCHNAME on this object means that POTS hardware and software are not available. Enumeration: 'enable': 1, 'disable': 2.
               fpSysLastLogEvent 1.3.6.1.4.1.1548.4.18 displaystring read-only
The last system event reported to the console. This includes the timestamp, the subsystem and the actual text message of the event.
               fpSysSingleUser 1.3.6.1.4.1.1548.4.19 ipaddress read-write
This IP address used to define the single address to which IP translation was to occur (one client system at a time), or cancelling the translation when NULL. Network Address Translation (NAT) and its ability to define server mappings (with sysIPTranslationServerTable) has rendered this object obsolete: this object is now always returned as the IP address 0.0.0.0 and cannot be set to anything else.
               fpSysYear 1.3.6.1.4.1.1548.4.20 integer read-write
Set this object to specify the year for the real time clock, protected by a battery when the power is off. When all the related parameters (fpSysYear, fpSysMonth, fpSysDay, fpSysHour, fpSysMinute, fpSysSecond) are set, set the fpSysOperation to set-clock(5).
               fpSysMonth 1.3.6.1.4.1.1548.4.21 integer read-write
Set this object to specify the month for the real time clock, protected by a battery when the power is off. When all the related parameters (fpSysYear, fpSysMonth, fpSysDay, fpSysHour, fpSysMinute, fpSysSecond) are set, set the fpSysOperation to set-clock(5).
               fpSysDay 1.3.6.1.4.1.1548.4.22 integer read-write
Set this object to specify the day for the real time clock, protected by a battery when the power is off. When all the related parameters (fpSysYear, fpSysMonth, fpSysDay, fpSysHour, fpSysMinute, fpSysSecond) are set, set the fpSysOperation to set-clock(5).
               fpSysHour 1.3.6.1.4.1.1548.4.23 integer read-write
Set this object to specify the hour for the real time clock, protected by a battery when the power is off. When all the related parameters (fpSysYear, fpSysMonth, fpSysDay, fpSysHour, fpSysMinute, fpSysSecond) are set, set the fpSysOperation to set-clock(5).
               fpSysMinute 1.3.6.1.4.1.1548.4.24 integer read-write
Set this object to specify the minutes for the real time clock, protected by a battery when the power is off. When all the related parameters (fpSysYear, fpSysMonth, fpSysDay, fpSysHour, fpSysMinute, fpSysSecond) are set, set the fpSysOperation to set-clock(5).
               fpSysSecond 1.3.6.1.4.1.1548.4.25 integer read-write
Set this object to specify the seconds for the real time clock, protected by a battery when the power is off. When all the related parameters (fpSysYear, fpSysMonth, fpSysDay, fpSysHour, fpSysMinute, fpSysSecond) are set, set the fpSysOperation to set-clock(5).
               fpSysDefaultSingleUser 1.3.6.1.4.1.1548.4.26 ipaddress read-write
Network Address Translation (NAT) and its ability to define server mappings (with sysIPTranslationServerTable) has rendered this object obsolete. For backwards compatibility purposes, this object still allows to set the IP address of the client for which IP address translation is to be performed by default. However, to take effect, the configuration must be saved (with fpEtherOperation=save(1)) and the system must be restarted.
               fpSysBootpRelay 1.3.6.1.4.1.1548.4.27 ipaddress read-write
This object allows to get or set the IP address of the DHCP/BOOTP Server when this router is acting as a Bootp relay agent. When set to 0.0.0.0, this router will not act as a Bootp relay agent. This setting is saved to non-volatile memory, with both fpSysOperation=save(1) and fpEtherOperation=save(1).
               fpSysKernelRevision 1.3.6.1.4.1.1548.4.28 integer read-only
This object represents the number of times that the source code got changed, possibly resulting in the support of new features. This number is intended to be used by an SNMP manager to determine what features set is supported by the kernel software (compared to what is expected as a minimum). This objects differs from fpSysSoftwareVer which is a string containing an administratively defined version.
               fpSysTelnetPort 1.3.6.1.4.1.1548.4.29 integer read-write
The TCP port for reception of telnet connections to the router. Setting this value to zero disables telnetting to the router. This change requires a reboot to take affect.
               fpSysSNMPPort 1.3.6.1.4.1.1548.4.30 integer read-write
The TCP port for reception of SNMP requests to the router. Setting this value to zero disables SNMP management of the router. This change requires a reboot to take affect.
               fpWAN2WANForwarding 1.3.6.1.4.1.1548.4.31 integer read-write
To enable or disable the forwarding of data traffic from one wan link to another wan link. Enumeration: 'enable': 1, 'disable': 2.
               fpUdpRelayTable 1.3.6.1.4.1.1548.4.32 no-access
This table defines UDP ports for which relaying should should be performed when this UDP traffic is broadcast.
                     fpUdpRelayEntry 1.3.6.1.4.1.1548.4.32.1 no-access
An entry in the fpUdpRelayTable specifies that UDP packets which are broadcast to the specified ports should be relayed to the specified IP address.
                         fpUdpRelayFirstPort 1.3.6.1.4.1.1548.4.32.1.1 octet string read-only
First UDP port of range of UDP ports which will be relayed.
                         fpUdpRelayLastPort 1.3.6.1.4.1.1548.4.32.1.2 octet string read-only
Last UDP port of range of UDP ports which will be relayed.
                         fpUdpRelayIPAddress 1.3.6.1.4.1.1548.4.32.1.3 ipaddress read-only
IP address to receive UDP broadcast traffic.
                         fpUdpRelayStatus 1.3.6.1.4.1.1548.4.32.1.4 rowstatus read-write
The status column used for creating, modifying, and deleting instances of the columnar objects in this table.
               fpOneWANConnection 1.3.6.1.4.1.1548.4.33 integer read-write
To enable or disable the bringing up of more than one wan link at a time to different destinations. Enumeration: 'enable': 1, 'disable': 2.
               fpSysHTTPPort 1.3.6.1.4.1.1548.4.34 integer read-write
The TCP port for reception of HTTP requests to the router. Setting this value to zero disables HTTP management of the router. This change requires a reboot to take affect.
               fpDirectedBroadcasts 1.3.6.1.4.1.1548.4.35 integer read-write
Enable/disable directed broadcasts to a directly connected interface. Enumeration: 'enable': 1, 'disable': 2.
               fpBlockNetBIOSDefault 1.3.6.1.4.1.1548.4.36 integer read-write
To set the default when a new remote is created that controls if the remote will block NetBIOS traffic. Enumeration: 'enable': 1, 'disable': 2.
               fpSysFlashAvailable 1.3.6.1.4.1.1548.4.37 integer read-only
This object represents the number of bytes of flash available in the flash file system.
               fpVoiceTable 1.3.6.1.4.1.1548.4.38 no-access
This table defines voice ports for voice routers.
                     fpVoiceEntry 1.3.6.1.4.1.1548.4.38.1 no-access
An entry in the fpVoiceTable specifies voice information for an voice router; such as the ATM PVC or the Frame Relay DLCI.
                         fpVoiceIndex 1.3.6.1.4.1.1548.4.38.1.1 integer read-only
The voice port index number.
                         fpVoicePort 1.3.6.1.4.1.1548.4.38.1.2 displaystring read-write
This object represents the ATM PVC or the Frame Relay DLCI number for the voice port.
               fpEchoTable 1.3.6.1.4.1.1548.4.39 no-access
This table defines echo ports.
                     fpEchoEntry 1.3.6.1.4.1.1548.4.39.1 no-access
An entry in the fpEchoTable specifies echo information for a voice router; such as the ATM PVC or the Frame Relay DLCI.
                         fpEchoIndex 1.3.6.1.4.1.1548.4.39.1.1 integer read-only
The echo port index number.
                         fpEchoPort 1.3.6.1.4.1.1548.4.39.1.2 displaystring read-write
This object represents the ATM PVC or the Frame Relay DLCI number for the echo port.
               fpOptionTable 1.3.6.1.4.1.1548.4.40 no-access
This table defines Kernel Options.
                     fpOptionEntry 1.3.6.1.4.1.1548.4.40.1 no-access
A string in the fpOptionTable specifies information pertaining to options built into the kernel -and- which options are available.
                         fpOptionIndex 1.3.6.1.4.1.1548.4.40.1.1 integer read-only
An index number representing a line of options.
                         fpOptionString 1.3.6.1.4.1.1548.4.40.1.2 displaystring read-only
This object represents a an string for the option built into the kernel.
                         fpOptionAvailable 1.3.6.1.4.1.1548.4.40.1.3 integer read-only
Returns enable(1) if the option is available for use. Enumeration: 'enable': 1, 'disable': 2.
           fplogin 1.3.6.1.4.1.1548.5
               fpLoginTable 1.3.6.1.4.1.1548.5.1 no-access
This object returns the login status to the Manager.
                   fpLoginEntry 1.3.6.1.4.1.1548.5.1.1 no-access
                       fpLoginAction 1.3.6.1.4.1.1548.5.1.1.1 integer read-only
This object will return the login status to the Manager. Use this object to login to system by giving the administrator's password as index. The login status are: 1 -- login OK. Password matches with system's password. 2 -- login fail. Password mismatch. Enumeration: 'failure': 2, 'success': 1.
           fpWan 1.3.6.1.4.1.1548.6
               fpWanTable 1.3.6.1.4.1.1548.6.1 no-access
A list of WAN interface entries.
                   fpWanEntry 1.3.6.1.4.1.1548.6.1.1 no-access
An interface entry containing objects at the WAN layer...
                       fpWanIndex 1.3.6.1.4.1.1548.6.1.1.1 integer read-only
The interface index number.
                       fpWanInstantOutUtil 1.3.6.1.4.1.1548.6.1.1.2 integer read-only
Intantaneous output bandwidth utilization, from 0 to 100 (in 1% increments).
                       fpWanInstantInUtil 1.3.6.1.4.1.1548.6.1.1.3 integer read-only
Intantaneous input bandwidth utilization, from 0 to 100 (in 1% increments).
                       fpWanAvgOutUtil 1.3.6.1.4.1.1548.6.1.1.4 integer read-only
Sliding average of output bandwidth utilization, from 0 to 100 (in 1% increments).
                       fpWanAvgInUtil 1.3.6.1.4.1.1548.6.1.1.5 integer read-only
Sliding average of input bandwidth utilization, from 0 to 100 (in 1% increments).
                       fpWanRemoteName 1.3.6.1.4.1.1548.6.1.1.6 displaystring read-only
Name of user/destination that this port is currently connected to, if known.
                       fpWanRemoteTime 1.3.6.1.4.1.1548.6.1.1.7 integer read-only
The number of seconds that we have been connected to this particular remote across this WAN link.
                       fpWanIfIndex 1.3.6.1.4.1.1548.6.1.1.8 integer read-only
The corresponding MIB-II ifIndex for this interface
                       fpWanOutSpeed 1.3.6.1.4.1.1548.6.1.1.9 gauge read-only
An estimate of the interface's current bandwidth in bits per second, for the transmit side (relative to this device).
                       fpWanInSpeed 1.3.6.1.4.1.1548.6.1.1.10 gauge read-only
An estimate of the interface's current bandwidth in bits per second, for the receive side (relative to this device).
           fppots 1.3.6.1.4.1.1548.7
               potsOperation 1.3.6.1.4.1.1548.7.1 integer read-write
Use this object to give commands to save, load or erase POTS configuration in FLASH memory. Enumeration: 'load': 2, 'save': 1, 'erase': 3.
               potsTable 1.3.6.1.4.1.1548.7.2 no-access
The table used to configure and manage the POTS interfaces.
                   potsEntry 1.3.6.1.4.1.1548.7.2.1 no-access
                       potsIndex 1.3.6.1.4.1.1548.7.2.1.1 integer read-only
Index used to access a potsEntry: maps to the connectors marked POTS1 and POTS2.
                       potsEnabled 1.3.6.1.4.1.1548.7.2.1.2 integer read-write
Enable or disable the POTS functionality at the specified connector. Enumeration: 'enable': 1, 'disable': 2.
                       potsOpMode 1.3.6.1.4.1.1548.7.2.1.3 integer read-write
Specifies the type of calls that should be handled by this POTS interface. The default is to allow both incoming and outgoing calls. Enumeration: 'answer': 2, 'both': 1, 'dial': 3.
                       potsPreemptMode 1.3.6.1.4.1.1548.7.2.1.4 integer read-write
Specifies the behavior of analog calls versus data calls. The default is both: voice calls always preempt data calls. Enumeration: 'both': 1, 'none': 4, 'out': 3, 'in': 2.
                       potsAutoMode 1.3.6.1.4.1.1548.7.2.1.5 integer read-write
Defines whether the preemption mode defined by potsPreemptMode is to be performed automatically or whether the user should be prompted first. This only applies when the preemption of that type is allowed. Enumeration: 'both': 1, 'none': 4, 'out': 3, 'in': 2.
                       potsPhoneCnt 1.3.6.1.4.1.1548.7.2.1.6 integer read-only
Indicates the number of phone numbers associated with this POTS interface.
                       potsLocalNumber 1.3.6.1.4.1.1548.7.2.1.7 displaystring read-only
The local phone number used by this POTS interface during the last analog call processed (incoming and outgoing).
                       potsRemoteNumber 1.3.6.1.4.1.1548.7.2.1.8 displaystring read-only
The remote phone number used by this POTS interface during the last analog call processed (outgoing and incoming when caller ID is available).
                       potsState 1.3.6.1.4.1.1548.7.2.1.9 integer read-only
Current state of this POTS interface. Enumeration: 'not-available': 2, 'proceeding': 7, 'ringing': 5, 'held-call': 12, 'connected-incoming': 8, 'connected-outgoing': 9, 'idle': 3, 'other': 1, 'entering-ip-addr': 11, 'wait-dialtone': 4, 'dialing': 6, 'disconnected': 10.
                       potsIsdnChannel 1.3.6.1.4.1.1548.7.2.1.10 integer read-only
Indicates which ISDN channel (1 or 2) is associated with this POTS interface for the duration of this call. Additional information (like the clearing cause and reason are available via the ISDN group variables. When no ISDN channel is assigned to this POTS interface yet, 0 is returned
                       potsWanIndex 1.3.6.1.4.1.1548.7.2.1.11 integer read-only
Indicates which Wan interface (1 or 2) is associated with this POTS interface for the duration of this call. Additional information (like the duration of the call is available via the WAN interface group variables. When no WAN interface is mapped to this POTS interface yet, 0 is returned
               potsPhoneTable 1.3.6.1.4.1.1548.7.3 no-access
The table used to associate phone numbers and POTS interfaces.
                   potsPhoneEntry 1.3.6.1.4.1.1548.7.3.1 no-access
                       potsPhoneNumber 1.3.6.1.4.1.1548.7.3.1.1 displaystring read-only
A phone number associated with the specified POTS interface, such that when an incoming analog call arrives, that interface rings, if allowed. This is used as an index into the POTS phone number table.
                       potsPhoneOperation 1.3.6.1.4.1.1548.7.3.1.2 integer read-write
Perform a set on this object to add or remove the association between the specified phone number and the specified POTS interface. Enumeration: 'add': 1, 'remove': 2.
           fpdownload 1.3.6.1.4.1.1548.8
               fpDLForceOnBoot 1.3.6.1.4.1.1548.8.1 integer read-write
When set to a 1, the system will request a download, during the next system restart. If no server is found and the current image in flash memory is valid, the system will boot using the flash-resident image.
               fpDLCommitRAMToFlash 1.3.6.1.4.1.1548.8.2 integer read-only
This object only exists for compatibility reasons.
               fpDLInitiateColdBoot 1.3.6.1.4.1.1548.8.3 integer read-write
When written with a 1, the boot software intiates a system reboot. All MIB variables used to control the exact nature of the download should be set, prior to activating a system reset. A read always returns a 0.
               fpDLTFTPRequestHost 1.3.6.1.4.1.1548.8.4 ipaddress read-write
The IP address of the server to be used, when firmware is to be loaded across the network (network boot).
               fpDLTFTPRequest 1.3.6.1.4.1.1548.8.5 displaystring read-only
The filename requested of the server, when firmware is to be loaded across the network (network boot).
               fpDLLastImageFilename 1.3.6.1.4.1.1548.8.6 displaystring read-only
Filename of the last image to be successfully loaded into memory.
               fpDLLastServerIPAddress 1.3.6.1.4.1.1548.8.7 ipaddress read-only
The IP address of the server used to load the present image in flash memory.
               fpDLFlashSize 1.3.6.1.4.1.1548.8.8 integer read-only
Denotes the size, in bytes, of flash memory con- tained on this module.
               fpDLFlashCount 1.3.6.1.4.1.1548.8.9 integer read-only
Denotes the number of times that flash memory has been reprogrammed. This value is initialized to 1, when the module is initially powered up.
               fpDLFirmwareBase 1.3.6.1.4.1.1548.8.10 integer read-only
Denotes the starting address of the firmware in RAM.
               fpDLFirmwareTop 1.3.6.1.4.1.1548.8.11 integer read-only
Denotes the ending address of firmware in RAM.
               fpDLFirmwareStart 1.3.6.1.4.1.1548.8.12 integer read-only
Denotes the start address of the firmware, in RAM, as established by the boot process.
               fpDLBootRev 1.3.6.1.4.1.1548.8.13 octet string read-only
Denotes the revision of boot firmware in the module. The first octets provides the version, and the second provides the revision.
               fpDLForceBootp 1.3.6.1.4.1.1548.8.14 integer read-write
When set, this variable forces the client to send a BOOTP request packet when rebooting. The client will make several attempts before timing out if a server does not respond. This variable stays set. When set to a 1 it should always be read as a one. When set to zero it should always be read as zero.
               fpDLServerName 1.3.6.1.4.1.1548.8.15 octet string read-write
This OID is reserved for future use of the Bootp server name. This field can be used when a client wants to get boot information from a particular bootp server.
               fpDLOnLineDownLoad 1.3.6.1.4.1.1548.8.16 integer read-write
During normal operation this object has the value of 1. By setting this object to a value of forceDownLoad(2) an online download will be performed. By setting this object to a value of forceDownLoadReset(3) an online download will be performed and a reset will be forced upon successful completion of the download. The forceUpLoad(4) operation causes the local file specified in fpDLLocalFileName to be uploaded to the TFTP server fpDLNetAddress with the file name fpDLFileName. The forceRemove(5) operation deletes the local file specified in fpDLLocalFileName. Enumeration: 'forceDownLoad': 2, 'forceDownLoadReset': 3, 'forceUpLoad': 4, 'forceRemove': 5, 'normalOperation': 1.
               fpDLOperStatus 1.3.6.1.4.1.1548.8.17 integer read-only
This object reflects the status of download/upload operations. A value of normalOperation(3) reflects either a download was started but has finished normally and no reset was specified or no download has been started. A value of downLoadActive only appears while a download is in progress. A value of downLoadCompleteError reflects that a download was started however an error was detected. Similarly when an upload is in progress upLoadActive(6) is returned and if an error occurs upLoadCompeteError(7) is returned. A value of removeActive(8) indicates that a local file is being removed and removeCompleteError(9) indicates a failure to remove the file. Enumeration: 'downLoadActive': 4, 'removeCompleteError': 9, 'unknown': 2, 'upLoadCompleteError': 7, 'upLoadActive': 6, 'other': 1, 'downLoadCompleteError': 5, 'removeActive': 8, 'normalOperation': 3.
               fpDLNetAddress 1.3.6.1.4.1.1548.8.18 ipaddress read-write
IP Address of the server to be used when an image is to be downloaded using the Runtime TFTP Download.
               fpDLFileName 1.3.6.1.4.1.1548.8.19 displaystring read-write
Filename requested of the server when an image is to be downloaded using the Runtime TFTP Download. This should be a complete path filename.
               fpDLErrorString 1.3.6.1.4.1.1548.8.20 displaystring read-only
If the value of fpDLOperStatus is downloadCompleteError(5) or uploadCompleteError(7) then this object will provide a more complete description of the error. Otherwise this object will be the zero length string.
               fpDLTftpServerGatewayIPAddress 1.3.6.1.4.1.1548.8.21 ipaddress read-write
The IP address of the gateway/router which connects this SNMP agent to the TFTP server (0.0.0.0 if none).
               fpDLBlockCount 1.3.6.1.4.1.1548.8.22 integer read-only
Current TFTP block count of an active session. If no TFTP transfer is in progress, zero is returned.
               fpDLBootPartitionStatus 1.3.6.1.4.1.1548.8.23 integer read-only
Status of the boot partition or paritions. A value of good(1) indicates that all boot partitions contain a valid checksum. A value of bad(2) indicates that one or more boot partitions contain an invalid checksum and the the image was not able to fix the invalid boot partition. A value of inProgress(3) indicates that the image is attempting to fix an invalid boot partition and this status will change to either good(1) or bad(2). Enumeration: 'bad': 2, 'good': 1, 'inProgress': 3.
               fpDLLocalFileName 1.3.6.1.4.1.1548.8.24 displaystring read-write
Filename used on the local file system whenever a TFTP download or upload is to be processed.
               fpDLBootVersion 1.3.6.1.4.1.1548.8.25 displaystring read-only
Returns a string indicating the boot code version.
               fpDLBootReason 1.3.6.1.4.1.1548.8.26 integer read-only
Reason for the last reboot. Enumeration: 'suicide': 8, 'reset-switch': 3, 'double-bus-fault': 5, 'hardware-watchdog': 6, 'other': 1, 'power-up': 2, 'software-reboot': 4, 'loss-of-clock': 7.
           fpiptranslate 1.3.6.1.4.1.1548.9
               sysIPTranslationServerTable 1.3.6.1.4.1.1548.9.1 no-access
The IP Translation Server Table. Used to select a server when doing IP address translation.
                   sysIPTranslationServerEntry 1.3.6.1.4.1.1548.9.1.1 no-access
                       sysIPTranslationServerIPAddress 1.3.6.1.4.1.1548.9.1.1.1 ipaddress read-only
The IP address of the Server when doing IP Address translation.
                       sysIPTranslationProtocol 1.3.6.1.4.1.1548.9.1.1.2 octet string read-only
The protocol used by this Server.
                       sysIPFirstTranslationPort 1.3.6.1.4.1.1548.9.1.1.3 octet string read-only
First public port in range used by this server. This port is what is referenced by the client. A port of 0 is a wild-card signifying any port.
                       sysIPLastTranslationPort 1.3.6.1.4.1.1548.9.1.1.4 octet string read-only
Last public port in range used by this server. This port is the last port in range and is referenced by the client.. This value must be greater than or equal first public port in range.
                       sysIPFirstPrivatePort 1.3.6.1.4.1.1548.9.1.1.5 octet string read-only
This is the first private port in range as seen by the server. The public port range is mapped to this private port range. If the public port range is to be the same as the private port range, this port should be the same as the first public port.
                       sysIPTranslationStatus 1.3.6.1.4.1.1548.9.1.1.6 rowstatus read-write
The status column used for creating, modifying, and deleting instances of the columnar objects in this table.
               sysNatHostMappingTable 1.3.6.1.4.1.1548.9.2 no-access
The NAT Host Mapping Table. Used to select a NAT Host Mapping when doing IP address translation.
                   sysNatHostMappingEntry 1.3.6.1.4.1.1548.9.2.1 no-access
                       sysFirstPrivateIPAddress 1.3.6.1.4.1.1548.9.2.1.1 ipaddress read-only
The first private IP address which starts the range of private IP addresses which are mapped to public IP addresses.
                       sysLastPrivateIPAddress 1.3.6.1.4.1.1548.9.2.1.2 ipaddress read-only
The last private IP address which ends the range of private IP addresses which are mapped to public IP addresses.
                       sysFirstPublicIPAddress 1.3.6.1.4.1.1548.9.2.1.3 ipaddress read-only
The first public IP address which starts the range of public IP Addresses which are mapped to private IP addresses. The last public IP address in the range is calculated by counting the number of private IP addresses in the private IP address range and creating an equivalent number of IP addresses in the public IP address range so there is a one to one mapping of public IP addresses to private IP addresses.
                       sysNatHostMappingStatus 1.3.6.1.4.1.1548.9.2.1.4 rowstatus read-write
The status column used for creating, modifying, and deleting instances of the columnar objects in this table.
           fpdhcp 1.3.6.1.4.1.1548.10
                 dhcpOperation 1.3.6.1.4.1.1548.10.1 integer read-write
Use this object to give commands to save, load or erase DHCP configuration in FLASH memory. Enumeration: 'load': 2, 'dhcpdisable': 5, 'dhcpenable': 4, 'save': 1, 'erase': 3.
                 dhcpGlobalTftpServer 1.3.6.1.4.1.1548.10.2 ipaddress read-write
IP address for the TFTP server. This global value is used as the next server for booting if the Subnet AND Client lease do not have a TFTP server defined. 0.0.0.0 clears this entry.
                 dhcpGlobalTftpFile 1.3.6.1.4.1.1548.10.3 displaystring read-write
Name of file for booting. This value is used ONLY if the global value for the TFTP server is set.
                 dhcpGlobalLeaseTime 1.3.6.1.4.1.1548.10.4 integer read-write
Global Lease Time value in hours. A value of 0 selects the Default Lease Time.
                 dhcpCodeTable 1.3.6.1.4.1.1548.10.5 no-access
The table used to define DHCP option codes.
                     dhcpCodeEntry 1.3.6.1.4.1.1548.10.5.1 no-access
                         dhcpOptionCode 1.3.6.1.4.1.1548.10.5.1.1 integer read-only
DHCP Defined Option Code.
                         dhcpMinCount 1.3.6.1.4.1.1548.10.5.1.2 integer read-only
Minimum allowed number of values for this option.
                         dhcpMaxCount 1.3.6.1.4.1.1548.10.5.1.3 integer read-only
Maximum allowed number of values for this option.
                         dhcpOptionType 1.3.6.1.4.1.1548.10.5.1.4 dhcpoptiontype read-only
Values for this Option are of this type.
                         dhcpOptionCodeStatus 1.3.6.1.4.1.1548.10.5.1.5 rowstatus read-write
The status column used for creating, modifying, and deleting instances of the columnar objects in this table.
                 dhcpGlobalValueTable 1.3.6.1.4.1.1548.10.6 no-access
The table used to set or clear Global DHCP option values.
                     dhcpGlobalValueEntry 1.3.6.1.4.1.1548.10.6.1 no-access
                         dhcpGlobalValueCode 1.3.6.1.4.1.1548.10.6.1.1 integer read-only
DHCP Option Code as defined in rfc1533.
                         dhcpGlobalValueType 1.3.6.1.4.1.1548.10.6.1.2 dhcpoptiontype read-only
Type of value for this DHCP Option Code.
                         dhcpGlobalValue 1.3.6.1.4.1.1548.10.6.1.3 octet string read-write
Value for this DHCP Option.
                         dhcpGlobalValueStatus 1.3.6.1.4.1.1548.10.6.1.4 rowstatus read-write
The status column used for creating, modifying, and deleting instances of the columnar objects in this table.
                 dhcpSubnetTable 1.3.6.1.4.1.1548.10.7 no-access
The table used to set or clear DHCP subnet information.
                     dhcpSubnetEntry 1.3.6.1.4.1.1548.10.7.1 no-access
                         dhcpSubnetAddress 1.3.6.1.4.1.1548.10.7.1.1 ipaddress read-only
DHCP Subnet address.
                         dhcpSubnetMask 1.3.6.1.4.1.1548.10.7.1.2 ipaddress read-write
DHCP Subnet Mask. If the Subnet does NOT exist when one attempts to set the Subnet Mask, the Subnet will be automatically created.
                         dhcpSubnetFirstIpAddress 1.3.6.1.4.1.1548.10.7.1.3 ipaddress read-write
First Ip Address in the Subnet Pool. 0.0.0.0 clears both the First Ip Address and Last Ip Address.
                         dhcpSubnetLastIpAddress 1.3.6.1.4.1.1548.10.7.1.4 ipaddress read-write
Last Ip Address in the Subnet Pool. 0.0.0.0 clears both the First Ip Address and Last Ip Address.
                         dhcpSubnetTftpServer 1.3.6.1.4.1.1548.10.7.1.5 ipaddress read-write
IP address for the TFTP server. This Subnet value is used as the next server for booting if the Client lease does not have a TFTP server defined. 0.0.0.0 clears this entry.
                         dhcpSubnetTftpFile 1.3.6.1.4.1.1548.10.7.1.6 displaystring read-write
Name of file for booting. This value is used ONLY if the Subnet value for the TFTP server is set.
                         dhcpSubnetBootp 1.3.6.1.4.1.1548.10.7.1.7 integer read-write
Allow or Disallow servicing of Bootp requests for this Subnet. Default is Disallow. A Client Lease within this Subnet can still allow Bootp requests. Enumeration: 'allow': 1, 'disallow': 2.
                         dhcpSubnetLeaseTime 1.3.6.1.4.1.1548.10.7.1.8 integer read-write
Subnet Default Lease Time value in hours. A value of 0 selects the Default Lease Time.
                         dhcpSubnetStatus 1.3.6.1.4.1.1548.10.7.1.9 rowstatus read-write
The status column used for creating, modifying, and deleting instances of the columnar objects in this table.
                         dhcpSubnetConflictActions 1.3.6.1.4.1.1548.10.7.1.10 integer read-write
What this DHCP server should do with this subnet if this subnet is for the local LAN and another DHCP server for the local LAN exists. Enumeration: 'docontinue': 1, 'dostop': 2.
                 dhcpSubnetValueTable 1.3.6.1.4.1.1548.10.8 no-access
The table used to set or clear Subnet DHCP option values.
                     dhcpSubnetValueEntry 1.3.6.1.4.1.1548.10.8.1 no-access
                         dhcpSubnetValueCode 1.3.6.1.4.1.1548.10.8.1.1 integer read-only
DHCP Option Code as defined in rfc1533.
                         dhcpSubnetValueType 1.3.6.1.4.1.1548.10.8.1.2 dhcpoptiontype read-only
Type of value for this DHCP Option Code.
                         dhcpSubnetValue 1.3.6.1.4.1.1548.10.8.1.3 octet string read-write
Value for this DHCP Option.
                         dhcpSubnetValueStatus 1.3.6.1.4.1.1548.10.8.1.4 rowstatus read-write
The status column used for creating, modifying, and deleting instances of the columnar objects in this table.
                 dhcpClientTable 1.3.6.1.4.1.1548.10.9 no-access
The table used to set or clear DHCP Client Lease information.
                     dhcpClientEntry 1.3.6.1.4.1.1548.10.9.1 no-access
                         dhcpClientAddress 1.3.6.1.4.1.1548.10.9.1.1 ipaddress read-only
DHCP Client Lease address. To iterate through the list of client entries for a particular subnet use the subnet ip address as the index and attempt to get the next entry.
                         dhcpClientTftpServer 1.3.6.1.4.1.1548.10.9.1.2 ipaddress read-write
IP address for the TFTP server. This Client value is used as the next server for booting. 0.0.0.0 clears this entry.
                         dhcpClientTftpFile 1.3.6.1.4.1.1548.10.9.1.3 displaystring read-write
Name of file for booting. This value is used ONLY if the Client value for the TFTP server is set.
                         dhcpClientBootp 1.3.6.1.4.1.1548.10.9.1.4 integer read-write
Allow or Disallow servicing of Bootp requests for this Subnet. Default is Disallow. If Enabled this Client Lease will satisfy a Bootp request even if the Subnet has Bootp Disallowed. Enumeration: 'allow': 1, 'disallow': 2.
                         dhcpClientLeaseTime 1.3.6.1.4.1.1548.10.9.1.5 integer read-write
Client Default Lease Time value in hours. A value of 0 selects the Default Lease Time.
                         dhcpClientExpireTimeYear 1.3.6.1.4.1.1548.10.9.1.6 integer read-write
Time Client Lease expire time-year. If 0, entry is expired.
                         dhcpClientExpireTimeMonth 1.3.6.1.4.1.1548.10.9.1.7 integer read-write
Time Client Lease expire time-month.
                         dhcpClientExpireTimeDay 1.3.6.1.4.1.1548.10.9.1.8 integer read-write
Time Client Lease expire time-day.
                         dhcpClientExpireTimeHour 1.3.6.1.4.1.1548.10.9.1.9 integer read-write
Time Client Lease expire time-hour.
                         dhcpClientExpireTimeMinute 1.3.6.1.4.1.1548.10.9.1.10 integer read-write
Time Client Lease expire time-minute.
                         dhcpClientExpireTimeSecond 1.3.6.1.4.1.1548.10.9.1.11 integer read-write
Time Client Lease expire time-second.
                         dhcpClientStatus 1.3.6.1.4.1.1548.10.9.1.12 rowstatus read-write
The status column used for creating, modifying, and deleting instances of the columnar objects in this table.
                 dhcpClientValueTable 1.3.6.1.4.1.1548.10.10 no-access
The table used to set or clear Client DHCP option values.
                       dhcpClientValueEntry 1.3.6.1.4.1.1548.10.10.1 no-access
                           dhcpClientValueCode 1.3.6.1.4.1.1548.10.10.1.1 integer read-only
DHCP Option Code as defined in rfc1533.
                           dhcpClientValueType 1.3.6.1.4.1.1548.10.10.1.2 dhcpoptiontype read-only
Type of value for this DHCP Option Code.
                           dhcpClientValue 1.3.6.1.4.1.1548.10.10.1.3 octet string read-write
Value for this DHCP Option.
                           dhcpClientValueStatus 1.3.6.1.4.1.1548.10.10.1.4 rowstatus read-write
The status column used for creating, modifying, and deleting instances of the columnar objects in this table.
           fpdir 1.3.6.1.4.1.1548.11
                 fpDirTable 1.3.6.1.4.1.1548.11.1 no-access
The directory Table contains the names and sizes of the files in the file system.
                     fpDirEntry 1.3.6.1.4.1.1548.11.1.1 no-access
Each entry contains the directory name in msdos format; 8 character name, followed by a ., followed by a 3 character extension. The file size is returned (in bytes).
                         fpDirIndex 1.3.6.1.4.1.1548.11.1.1.1 integer read-only
A file number to read.
                         fpDirName 1.3.6.1.4.1.1548.11.1.1.2 displaystring read-only
A textual description of the name of the file. In the format 8.3 for dos.
                         fpDirSize 1.3.6.1.4.1.1548.11.1.1.3 integer read-only
The size of the file in bytes.
           fpatm 1.3.6.1.4.1.1548.12
                 atmOperation 1.3.6.1.4.1.1548.12.1 integer read-write
Use this object to give commands to save, load or erase ATM configuration in FLASH memory. Enumeration: 'load': 2, 'save': 1, 'erase': 3.
           fpfr 1.3.6.1.4.1.1548.13
                 frOperation 1.3.6.1.4.1.1548.13.1 integer read-write
Use this object to give commands to save, load or erase FR configuration in FLASH memory. Enumeration: 'load': 2, 'save': 1, 'erase': 3.