RAD-HDLC-MIB: View SNMP OID List / Download MIB

VENDOR: RAD DATA COMMUNICATIONS LTD.


 Home MIB: RAD-HDLC-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
       hdlcMibObjects 1.3.6.1.4.1.164.3.1.6.5
           hdlcTable 1.3.6.1.4.1.164.3.1.6.5.1 no-access
The HDLC configuration table.
               hdlcEntry 1.3.6.1.4.1.164.3.1.6.5.1.1 no-access
Defines the contents of each line in the RAD HDLC Table.
                   hdlcProtocol 1.3.6.1.4.1.164.3.1.6.5.1.1.1 integer read-write
The HDLC protocol type V35 - HDLC encapsulated over V35 X21 - HDLC encapsulated over X21 RS530 - HDLC encapsulated over RS530 Enumeration: 'notApplicable': 1, 'rs530': 4, 'x21': 3, 'v35': 2.
                   hdlcRateResolution 1.3.6.1.4.1.164.3.1.6.5.1.1.2 integer read-write
The baud rate of the internal clock. Enumeration: 'notApplicable': 1, 'nx56Kbps': 2, 'nx64Kbps': 3.
                   hdlcTxClockSource 1.3.6.1.4.1.164.3.1.6.5.1.1.3 integer read-write
The baud rate of the internal clock. Enumeration: 'internal': 1, 'external': 2.
                   hdlcTerminalMode 1.3.6.1.4.1.164.3.1.6.5.1.1.4 integer read-write
. Enumeration: 'dce': 1, 'dte': 2.
                   hdlcLoopbackState 1.3.6.1.4.1.164.3.1.6.5.1.1.5 integer read-write
internal - All data coming from the network port is looped back external - All data comming from the line is looped back. Enumeration: 'notApplicable': 1, 'internal': 2, 'external': 3, 'disable': 4.
                   hdlcTxClockPolarity 1.3.6.1.4.1.164.3.1.6.5.1.1.6 integer read-write
normal - The transmitted data is sampled at the middle of bit time inverse - The transmitted data is sampled at the end of the bit time (high data rate/long cable). Enumeration: 'inverse': 2, 'normal': 1.
                   hdlcFlowControl 1.3.6.1.4.1.164.3.1.6.5.1.1.7 integer read-write
Enable/Disable the CTS/RTS flow control signals. Enumeration: 'enable': 2, 'disable': 1.
                   hdlcLineRate 1.3.6.1.4.1.164.3.1.6.5.1.1.8 integer32 read-write
The rate values for HDLC are n*56/64Kbps, where 1<=n<=32, 64, 128 and the following values: 1544, 3088, 6176. The rate values for HSSI is nMbps, where 1<=n<=52.
                   hdlcRxClockMode 1.3.6.1.4.1.164.3.1.6.5.1.1.9 integer read-write
. Enumeration: 'notApplicable': 1, 'internal': 2, 'external': 3.
                   hdlcLOF 1.3.6.1.4.1.164.3.1.6.5.1.1.10 gauge32 read-only
Total number of seconds the port is in Loss Of Frame state.
                   hdlcRxClockPolarity 1.3.6.1.4.1.164.3.1.6.5.1.1.11 integer read-write
normal - The received data is sampled at the middle of bit time inverse - The received data is sampled at the end of the bit time (high data rate/long cable). Enumeration: 'inverse': 2, 'normal': 1.
           hdlcPerformance 1.3.6.1.4.1.164.3.1.6.5.2
               hdlcCurrentTable 1.3.6.1.4.1.164.3.1.6.5.2.1 no-access
The HDLC Current table.
                   hdlcCurrentEntry 1.3.6.1.4.1.164.3.1.6.5.2.1.1 no-access
An entry in the HDLC Current table.
                       hdlcCurrentIfIndex 1.3.6.1.4.1.164.3.1.6.5.2.1.1.1 integer32 read-only
The index of the HDLC interface. It may be ifIndex.
                       hdlcCurrentStatus 1.3.6.1.4.1.164.3.1.6.5.2.1.1.2 octet string read-only
The statuses of the current interval: 0 - Valid. 1 - redundantLinkSwitch - the link has been switched by a redundancy mechanism. 2 - discontinuity - module was partialy out. 4 - notValid - module is out.
                       hdlcCurrentLOF 1.3.6.1.4.1.164.3.1.6.5.2.1.1.3 gauge32 read-only
The counter associated with the number of seconds the port is in Loss Of Frame state, encountered by the HDLC interface in the current 15 minute interval.
                       hdlcCurrentInFrames 1.3.6.1.4.1.164.3.1.6.5.2.1.1.4 gauge32 read-only
The counter associated with the number of received frames, encountered by the HDLC interface in the current 15 minute interval.
                       hdlcCurrentInErrors 1.3.6.1.4.1.164.3.1.6.5.2.1.1.5 gauge32 read-only
The counter associated with the number of Errored received frames, encountered by the HDLC interface in the current 15 minute interval.
                       hdlcCurrentOutFrames 1.3.6.1.4.1.164.3.1.6.5.2.1.1.6 gauge32 read-only
The counter associated with the number of transmitted frames, encountered by the HDLC interface in the current 15 minute interval.
                       hdlcCurrentAbortedFrames 1.3.6.1.4.1.164.3.1.6.5.2.1.1.7 gauge32 read-only
The counter associated with the number of frames, in which at least seven consecutive '1'-s (Abort sequence) were encountered by the HDLC interface in the current 15 minute interval.
                       hdlcCurrentLengthError 1.3.6.1.4.1.164.3.1.6.5.2.1.1.8 gauge32 read-only
The counter associated with the number of received frames with length error, encountered by the HDLC interface in the current 15 minute interval.
               hdlcIntervalTable 1.3.6.1.4.1.164.3.1.6.5.2.2 no-access
The HDLC Interval table.
                   hdlcIntervalEntry 1.3.6.1.4.1.164.3.1.6.5.2.2.1 no-access
An entry in the HDLC Interval table.
                       hdlcIntervalIfIndex 1.3.6.1.4.1.164.3.1.6.5.2.2.1.1 integer32 read-only
The index of the HDLC interface. It may be ifIndex.
                       hdlcIntervalNumber 1.3.6.1.4.1.164.3.1.6.5.2.2.1.2 integer32 read-only
A number between 1 and 96, where 1 is the most recently completed 15 minute interval and 96 is the least recently completed 15 minutes interval (assuming that all 96 intervals exist).
                       hdlcIntervalStatus 1.3.6.1.4.1.164.3.1.6.5.2.2.1.3 octet string read-only
The statuses of the current interval: 0 - Valid. 1 - redundantLinkSwitch - the link has been switched by a redundancy mechanism. 2 - discontinuity - module was partialy out. 4 - notValid - module is out.
                       hdlcIntervalLOF 1.3.6.1.4.1.164.3.1.6.5.2.2.1.4 gauge32 read-only
The counter associated with the number of seconds the port is in Loss Of Frame state, encountered by an HDLC interface in one of the previous 96, individual 15 minute, intervals.
                       hdlcIntervalInFrames 1.3.6.1.4.1.164.3.1.6.5.2.2.1.5 gauge32 read-only
The counter associated with the number of received frames, encountered by the HDLC interface in one of the previous 96, individual 15 minute, intervals.
                       hdlcIntervalInErrors 1.3.6.1.4.1.164.3.1.6.5.2.2.1.6 gauge32 read-only
The counter associated with the number of Errored received frames, encountered by the HDLC interface in one of the previous 96, individual 15 minute, intervals.
                       hdlcIntervalOutFrames 1.3.6.1.4.1.164.3.1.6.5.2.2.1.7 gauge32 read-only
The counter associated with the number of transmitted frames, encountered by the HDLC interface in one of the previous 96, individual 15 minute, intervals.
                       hdlcIntervalAbortedFrames 1.3.6.1.4.1.164.3.1.6.5.2.2.1.8 gauge32 read-only
The counter associated with the number of frames, in which at least seven consecutive '1'-s (Abort sequence) were encountered by the HDLC interface in one of the previous 96, individual 15 minute, intervals.
                       hdlcIntervalLengthError 1.3.6.1.4.1.164.3.1.6.5.2.2.1.9 gauge32 read-only
The counter associated with the number of received frames with length error, encountered by the HDLC interface in one of the previous 96, individual 15 minute, intervals.
             rtrFACSViolation 1.3.6.1.4.1.164.6.1.11.0.1
The trap is sent for every violation of a FACS filter.
             rtrSwDwnLoadTrap 1.3.6.1.4.1.164.6.1.11.0.2
The trap is sent after the tftp download of the software and before the decompression and reset operations.
 rtrInterfaces 1.3.6.1.4.1.164.11.1
     rtrConfigIfTable 1.3.6.1.4.1.164.11.1.1 no-access
Table of configured interfaces.
         rtrConfigIfEntry 1.3.6.1.4.1.164.11.1.1.1 no-access
Each entry defines a configured interface.
             rtrConfigIfIndex 1.3.6.1.4.1.164.11.1.1.1.1 interfaceindex read-only
This variable uniquely identifies the interface. It is used as a cross reference in other system tables
             rtrConfigIfType 1.3.6.1.4.1.164.11.1.1.1.2 rtrifconfigtype read-only
This variable identifies the type of the specific entry in the rtrDynamicIfConfigTable. This field is writable only at creation time (i.e., when value of status is underCreation).
             rtrConfigIfName 1.3.6.1.4.1.164.11.1.1.1.3 displaystring read-only
This variable provides a logical name to a specific entry in rtrConfigIfTable. It is also used in identifying the Driver interfaces.
             rtrConfigIfStatus 1.3.6.1.4.1.164.11.1.1.1.4 rowstatus read-only
The status of the ConfigEntry. The choices are those defined in SNMPv2-TC. Only: active, createAndWait, and destroy will be used. active - The conceptual row is available for use by the managed device. createAndWait - A new instance of a conceptual row is desired, but not to have it available for use by the managed device. destroy - Delete all instances associated with an existing conceptual row.
     rtrIfCfgTable 1.3.6.1.4.1.164.11.1.2 no-access
Router Interface Configuration Table.
         rtrIfCfgEntry 1.3.6.1.4.1.164.11.1.2.1 no-access
An entry in the Router Interface Configuration Table.
             rtrIfCfgIndex 1.3.6.1.4.1.164.11.1.2.1.1 integer32 read-only
This object indicates the Router Interface Index. (In some cases it will be equal to the Router Interface ifIndex).
             rtrIfCfgIpAddress 1.3.6.1.4.1.164.11.1.2.1.2 ipaddress read-only
IP Address of the Router Interface.
             rtrIfCfgRowStatus 1.3.6.1.4.1.164.11.1.2.1.3 rowstatus read-only
This object enables the user to create/delete entries of this table.
             rtrIfCfgIpMask 1.3.6.1.4.1.164.11.1.2.1.4 ipaddress read-only
IP Mask Address Router Interface.
             rtrIfCfgIfIndex 1.3.6.1.4.1.164.11.1.2.1.5 integer32 read-only
ifIndex of the device interface connected to this Router Interface.
             rtrIfCfgType 1.3.6.1.4.1.164.11.1.2.1.6 integer read-only
The Router Interface Type. atm - ATM router interface lis - Logical IP Subnet router interface. ethernet - Ethernet router interface. Enumeration: 'ethernet': 4, 'atm': 2, 'lis': 3, 'notApplicable': 1.
             rtrIfCfgVlanId 1.3.6.1.4.1.164.11.1.2.1.7 integer32 read-only
The VLAN ID assigned to Tagged frames transmitted from this Router Interface. The value inserted should be a defined VLAN.
             rtrIfCfgMtu 1.3.6.1.4.1.164.11.1.2.1.8 integer32 read-only
The size of the largest packet which can be sent/received on the interface, specified in octets. For interfaces that are used for transmitting network datagrams, this is the size of the largest network datagram that can be sent on the interface.
 ipSpec 1.3.6.1.4.1.164.11.2
     rtrIpAddrTable 1.3.6.1.4.1.164.11.2.1 no-access
This table is parralel to MIB II IpAddrTable, and is used to add/delete entries to/from that table. In addition it contains private objects.
         rtrIpAddrEntry 1.3.6.1.4.1.164.11.2.1.1 no-access
The addressing information for one of this entity's IP addresses.
             rtrIpAdEntAddr 1.3.6.1.4.1.164.11.2.1.1.1 ipaddress read-only
The IP address to which this entry's addressing information pertains.
             rtrIpAdEntIfIndex 1.3.6.1.4.1.164.11.2.1.1.2 integer32 read-only
The index value which uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
             rtrIpAdEntNetMask 1.3.6.1.4.1.164.11.2.1.1.3 ipaddress read-only
The subnet mask associated with the IP address of this entry. The value of the mask is an IP address with all the network bits set to 1 and all the hosts bits set to 0.
             rtrIpAdEntForwardIpBroadcast 1.3.6.1.4.1.164.11.2.1.1.4 integer read-only
This variable controls forwarding of IP (sub)net-directed broadcasts destined for an attached sub(net). Enumeration: 'enable': 1, 'disable': 2.
             rtrIpAdEntBackupAddr 1.3.6.1.4.1.164.11.2.1.1.5 ipaddress read-only
             rtrIpAdEntStatus 1.3.6.1.4.1.164.11.2.1.1.6 rowstatus read-only
The Status variable is used to create and destroy a Ip Addresses.
     icmpSpec 1.3.6.1.4.1.164.11.2.2
         rtrIcmpGenErrMsgEnable 1.3.6.1.4.1.164.11.2.2.1 integer read-write
This variable controlls the ability to generate ICMP error messages Enumeration: 'enable': 1, 'disable': 2.
         rtrIcmpRdTable 1.3.6.1.4.1.164.11.2.2.2 no-access
This table contains ICMP Router Discovery parameters configurated per IP interface.
             rtrIcmpRdEntry 1.3.6.1.4.1.164.11.2.2.2.1 no-access
The ICMP parameters configurated for IP interface.
                 rtrIcmpRdIpAddr 1.3.6.1.4.1.164.11.2.2.2.1.1 ipaddress read-only
The IP address to which this entry's information pertains.
                 rtrIcmpRdIpAdvertAddr 1.3.6.1.4.1.164.11.2.2.2.1.2 ipaddress read-write
The IP destination address to be used for multicast Router Advertisements sent from the interface. The only permissible values are the all-systems multicast address, 224.0.0.1, or the limited-broadcast address, 255.255.255.255.
                 rtrIcmpRdMaxAdvertInterval 1.3.6.1.4.1.164.11.2.2.2.1.3 integer32 read-write
The maximum time allowed between sending multicast Router Advertisements from the interface, in seconds. Must be no less than 4 seconds and no greater than 1800 seconds.
                 rtrIcmpRdMinAdvertInterval 1.3.6.1.4.1.164.11.2.2.2.1.4 integer32 read-write
The minimum time allowed between sending unsolicited multicast Router Advertisements from the interface, in seconds. Must be no less than 3 seconds and no greater than rtrIcmpRdMaxAdvertInterval. Default: 0.75 * rtrIcmpRdMaxAdvertInterval.
                 rtrIcmpRdAdvertLifetime 1.3.6.1.4.1.164.11.2.2.2.1.5 integer32 read-write
The maximum length of time that the advertised addresses are to be considered as valid. Must be no less than rtrIcmpRdMaxAdvertInterval and no greater than 9000 seconds. Default: 3 * rtrIcmpRdMaxAdvertInterval.
                 rtrIcmpRdAdvertise 1.3.6.1.4.1.164.11.2.2.2.1.6 integer read-write
A flag indicating whether or not the address is to be advertised. Enumeration: 'enable': 1, 'disable': 2.
                 rtrIcmpRdPreferenceLevel 1.3.6.1.4.1.164.11.2.2.2.1.7 integer32 read-write
The preferability of the address as a default router address, relative to other router addresses on the same subnet.
                 rtrIcmpRdEntStatus 1.3.6.1.4.1.164.11.2.2.2.1.8 integer32 read-write
Setting of any value to this object set values of all fields to the default values.
     rip2Spec 1.3.6.1.4.1.164.11.2.3
         rtrRip2IfConfTable 1.3.6.1.4.1.164.11.2.3.1 no-access
This table is an extension of rip2IfConfTable (RFC 1724 ,RIP 2). It means that every time somebody creates/destroys a row in the rip2IfConfTable, the same row should be automatically created/destroyed in this table.
             rtrRip2IfConfEntry 1.3.6.1.4.1.164.11.2.3.1.1 no-access
An entry in table rtrRip2IfConfTable.
                 rtrRip2IfConfAddress 1.3.6.1.4.1.164.11.2.3.1.1.1 ipaddress read-only
The IP Address of this system on the indicated subnet. For unnumbered interfaces, the value 0.0.0.N, where the least significant 24 bits (N) is the ifIndex for the IP Interface in network byte order
                 rtrRip2IfConfVirtualDis 1.3.6.1.4.1.164.11.2.3.1.1.2 integer32 read-write
This variable defines the virtual number of hops assigned to the interface specified by rtrIfIpAddrIndex. This enables fine-tuning of the RIP routing algorithm.
                 rtrRip2IfConfAutoSend 1.3.6.1.4.1.164.11.2.3.1.1.3 integer read-write
When set to enable only the default route is sent through the interface. When set to disable, regular RIPs are sent. Enumeration: 'enable': 1, 'disable': 2.
                 rtrRip2IfConfRipEnable 1.3.6.1.4.1.164.11.2.3.1.1.4 integer read-write
This object shows whether RIP Protocol is enabled on the current interface. Enumeration: 'yes': 3, 'no': 2.
     arpSpec 1.3.6.1.4.1.164.11.2.4
         rtrArpDeleteTable 1.3.6.1.4.1.164.11.2.4.1 integer32 read-write
Setting this object to any not-null value has the effect of deleting all entries of the ARP table.
         rtrArpInactiveTimeOut 1.3.6.1.4.1.164.11.2.4.2 integer32 read-write
This variable defines the maximum time period (in second) that can pass between ARP requests concerning an entry in the ARP table. After this time period, the entry is deleted from the table.
         rtrArpProxy 1.3.6.1.4.1.164.11.2.4.3 integer read-write
When ARP Proxy is enabled, the router can respond to ARP requests for nodes located on a different sub-net, provided they are it its network table. The router responds with its own MAC address. When ARP Proxy is disabled, the router responds only to ARP requests for its own IP addresses. Enumeration: 'enable': 1, 'disable': 2.
     rtrNat 1.3.6.1.4.1.164.11.2.5
         rtrNatIfConfTable 1.3.6.1.4.1.164.11.2.5.1 no-access
A list of interfaces which require separate NAT configuration.
             rtrNatIfConfEntry 1.3.6.1.4.1.164.11.2.5.1.1 no-access
A single routing domain in a single subnet.
                 rtrNatIfVirtualAddress 1.3.6.1.4.1.164.11.2.5.1.1.1 ipaddress read-only
The IP Address of the virtual subnet to be translated by the 'NAT box' attached to this interface.
                 rtrNatIfVirtualMask 1.3.6.1.4.1.164.11.2.5.1.1.2 ipaddress read-only
The subnet Mask of the virtual subnet.
                 rtrNatIfConfStatus 1.3.6.1.4.1.164.11.2.5.1.1.3 rowstatus read-only
Writing 'destroy' has the effect of deleting this interface.
                 rtrNatIfRealAddress 1.3.6.1.4.1.164.11.2.5.1.1.4 ipaddress read-only
The IP Address of the real subnet which is used by 'NAT box' for translation.
                 rtrNatIfRealMask 1.3.6.1.4.1.164.11.2.5.1.1.5 ipaddress read-only
The subnet Mask of the real subnet.
                 rtrNatIfType 1.3.6.1.4.1.164.11.2.5.1.1.6 integer read-only
NAT type. static - Translate a specific virtual IP network to a specific real IP network. TCP, UDP and ICMP sessions originated both in real and virtual networks will be translated. dynamic - (Concurrent) Translate real IP network to larger or equal virtual IP network. TCP, UDP and ICMP sessions originated in virtual networks only can be translated and sessions originated in real networks will be rejected. A session that starts in the NAT system will be active until there will be no traffic for aging timeout period. pat - (Port Address Translation/ Single IP). Translate one real IP address to virtual IP network. TCP, UDP and ICMP sessions originated in virtual network only can be translated, sessions originated in real network will be rejected. A session that starts in the NAT system will be active until there will be no traffic for aging timeout period. transparent - In transparent mode all frames belonging to the defined IP network will be forwarded with no translation: virtual = real. Enumeration: 'pat': 3, 'static': 1, 'dynamic': 2, 'transparent': 4.
         rtrPatTable 1.3.6.1.4.1.164.11.2.5.2 no-access
Port Address Translation (PAT - single IP NAT) configuration Table.
             rtrPatEntry 1.3.6.1.4.1.164.11.2.5.2.1 no-access
Each entry describe unique mapping between real IP address, range of ports and protocol, to local (virtual) IP address. Ports are used in the TCP (rfc793) to name the ends of logical connections which carry long term conversations. For the purpose of providing services to unknown callers, a service contact port is defined.
                 rtrPatIdx 1.3.6.1.4.1.164.11.2.5.2.1.1 integer32 read-only
Running index for PAT table.
                 rtrPatRealAddress 1.3.6.1.4.1.164.11.2.5.2.1.2 ipaddress read-only
The real IP Address used for translation
                 rtrPatVirtualAddress 1.3.6.1.4.1.164.11.2.5.2.1.3 ipaddress read-only
The virtual IP Address used for translation
                 rtrPatLowestPort 1.3.6.1.4.1.164.11.2.5.2.1.4 integer32 read-only
Lowest Port number for this PAT entry
                 rtrPatHighestPort 1.3.6.1.4.1.164.11.2.5.2.1.5 integer32 read-only
Highest Port number for this PAT entry
                 rtrPatProtocol 1.3.6.1.4.1.164.11.2.5.2.1.6 integer read-only
Protocol selected. This Protocol and port range (lowest port - highest port) define the application (FTP, Telnet, SMTP etc.). Protocol enumaration numbers correspond to IP header 'protocol' field Enumeration: 'udp': 17, 'tcp': 6.
                 rtrPatStatus 1.3.6.1.4.1.164.11.2.5.2.1.7 rowstatus read-only
This object enables creating and deleting entries of the table.
 rtrFACS 1.3.6.1.4.1.164.11.5
     rtrFACSDefaultAction 1.3.6.1.4.1.164.11.5.1 integer read-write
Used to define the default action for the device, when no FACS statements applicable to a given frame are defined. Enumeration: 'forward': 2, 'block': 1, 'blockAndReport': 129.
     rtrFACSActTable 1.3.6.1.4.1.164.11.5.2 no-access
The table of FACS action.
         rtrFACSActEntry 1.3.6.1.4.1.164.11.5.2.1 no-access
Each rtrFACSActEntry consist of the following parameters
             rtrFACSActType 1.3.6.1.4.1.164.11.5.2.1.1 integer read-only
This parameter indicates on which FACS Table the FACS action will preform. Enumeration: 'rx': 2, 'tx': 1.
             rtrFACSActIfIndex 1.3.6.1.4.1.164.11.5.2.1.2 integer32 read-only
The interface to which this FACS entry is applicable.
             rtrFACSAction 1.3.6.1.4.1.164.11.5.2.1.3 integer read-write
The management station that sends a SET request for one of these actions with indexes rtrFACSType and rtrFACSIfIndex defines the type and the interface Id for which all FACS statements are to be erased. If no interface or no type is specified, all FACS statements for a protocol are erased. Enumeration: 'none': 1, 'eraseIPX': 4, 'backupBrg': 13, 'replaceIP': 6, 'eraseDECnet': 3, 'backupIP': 10, 'eraseIP': 2, 'eraseBrg': 5, 'replaceBrg': 9, 'replaceIPX': 8, 'backupIPX': 12.
             rtrFACSActiveDB 1.3.6.1.4.1.164.11.5.2.1.4 integer read-write
This parameter will point on which Facs DataBase the SNMP agent read. The Active dataBase is Read Only. The user may change FACS statements in the temporary DataBase and then write it to the Active DB. Enumeration: 'active': 1, 'temporary': 2.
     rtrFACSTable 1.3.6.1.4.1.164.11.5.3 no-access
The table of FACS statment.
         rtrFACSEntry 1.3.6.1.4.1.164.11.5.3.1 no-access
Each FACS statment consists of the following parameters
             rtrFACSIfIndex 1.3.6.1.4.1.164.11.5.3.1.1 integer32 read-only
The interface to which this FACS entry is applicable. For applications this variables is always 0.
             rtrFACSProtocolType 1.3.6.1.4.1.164.11.5.3.1.2 integer read-only
This parameter define the protocol the Security Access Control is applicable. Enumeration: 'ip': 1, 'ipx': 2, 'dec': 3, 'bridge': 4.
             rtrFACSType 1.3.6.1.4.1.164.11.5.3.1.3 integer read-only
The Mode of in which this FACS statement operates. For applications this variable is always rx(2). Enumeration: 'rx': 2, 'cod': 3, 'tx': 1.
             rtrFACSIndex 1.3.6.1.4.1.164.11.5.3.1.4 integer32 read-only
Index to the FACS Table.
             rtrFACSSrcAdd 1.3.6.1.4.1.164.11.5.3.1.5 octet string read-write
The size of the octet string will be according to the protocol type defined in rtrFACSProtocolType.
             rtrFACSSrcAddMask 1.3.6.1.4.1.164.11.5.3.1.6 octet string read-write
Source-address mask .
             rtrFACSDesAdd 1.3.6.1.4.1.164.11.5.3.1.7 octet string read-write
Destination-address The size of the octet string will be according to the protocol type define in rtrFACSProtocolType .
             rtrFACSDesAddMask 1.3.6.1.4.1.164.11.5.3.1.8 octet string read-write
Destination-address mask .
             rtrFACSOperation 1.3.6.1.4.1.164.11.5.3.1.9 integer read-write
... . Enumeration: 'forward': 2, 'deny': 4, 'block': 1, 'blockAndReport': 129, 'permit': 3.
             rtrFACSNetFiltering 1.3.6.1.4.1.164.11.5.3.1.10 integer read-write
... . Enumeration: 'arp': 3, 'none': 1, 'ip': 5, 'udp': 6, 'tcp': 7, 'l2multicast': 2, 'decnet': 8, 'ipx': 9, 'icmp': 4.
             rtrFACSSocketNum 1.3.6.1.4.1.164.11.5.3.1.11 integer32 read-write
Port/socket number for different applications 0 is default meaning not applicable. none(1), ftp(21), telnet(23), smtp(25), tftp(69), snmp(161), snmpTrap(162), rip(520), sapIPX(1106), ripIPX(1107)
             rtrFACSMask1Id 1.3.6.1.4.1.164.11.5.3.1.12 integer32 read-write
Index into RND mask table FACS/COD Type) .
             rtrFACSMask2Id 1.3.6.1.4.1.164.11.5.3.1.13 integer32 read-write
Index into RND mask table FACS/COD according to the value of rtrFACSType .
             rtrFACSStatus 1.3.6.1.4.1.164.11.5.3.1.14 integer read-write
The status of a table entry. Enumeration: 'underCreation': 3, 'createRequest': 2, 'valid': 1, 'invalid': 4.
     rtrFACSFrameData 1.3.6.1.4.1.164.11.5.4 octet string read-only
Data from the frame that violated a FACS Filter.
     rtrBridgePortConfigTable 1.3.6.1.4.1.164.11.7.1 no-access
Table of the bridge ports
         rtrBridgePortConfigEntry 1.3.6.1.4.1.164.11.7.1.1 no-access
Each entry defines a bridge port
             rtrBridgePortCIndex 1.3.6.1.4.1.164.11.7.1.1.1 integer32 read-only
This is the index of the bridge port. It is the same as 'dot1dBasePort' of the Bridge MIB.
             rtrBridgePortCIf 1.3.6.1.4.1.164.11.7.1.1.2 integer32 read-only
The config ifIndex the bridge port is sitting on.
             rtrBridgePortCStatus 1.3.6.1.4.1.164.11.7.1.1.3 rowstatus read-only
The status of the RtrBridgePortConfigEntry. Creating and destroying the bridge port is done by this variable.
 radRouterConfig 1.3.6.1.4.1.164.11.9
     rtrConfigTable 1.3.6.1.4.1.164.11.9.1 no-access
The Router's Configuration table.
         rtrConfigEntry 1.3.6.1.4.1.164.11.9.1.1 no-access
An entry in the Router's Configuration table.
             rtrConfigIndex 1.3.6.1.4.1.164.11.9.1.1.1 integer32 read-only
This object indicates the Router's Index.
             rtrConfigDefaultGateway 1.3.6.1.4.1.164.11.9.1.1.2 ipaddress read-write
Router Default Gateway.
             rtrConfigArpAgingTime 1.3.6.1.4.1.164.11.9.1.1.3 integer32 read-write
ARP Aging Time.
             rtrConfigClassifierTosMask 1.3.6.1.4.1.164.11.9.1.1.5 integer32 read-write
This object indicates the Classifier's TOS Mask, as follows: 0x1C for DTR -- rfc795 0x1E for Cisco 0xE0 for Precedence -- rfc795 0xFC for Diffserv Else for Manual .
             rtrConfigRIPMode 1.3.6.1.4.1.164.11.9.1.1.6 integer read-write
This object determines the Router Information Protocol to measure the shortest path between 2 positions on the network. Enumeration: 'rip2': 3, 'notApplicable': 1, 'rip1': 2, 'rip1And2': 4.
     rtrFwdTable 1.3.6.1.4.1.164.11.9.3 no-access
The Router's Forwarding Table.
         rtrFwdEntry 1.3.6.1.4.1.164.11.9.3.1 no-access
An entry in the Router's Forwarding table.
             rtrFwdIdx 1.3.6.1.4.1.164.11.9.3.1.1 integer32 read-only
This object indicates the Router Index.
             rtrFwdIpAddress 1.3.6.1.4.1.164.11.9.3.1.2 ipaddress read-only
This object indicates the Destination IP Address.
             rtrFwdIpMask 1.3.6.1.4.1.164.11.9.3.1.3 ipaddress read-only
This object indicates the Mask IP address.
             rtrFwdRuleIdx 1.3.6.1.4.1.164.11.9.3.1.4 integer32 read-only
This object indicates the Rule's Number.
             rtrFwdRowStatus 1.3.6.1.4.1.164.11.9.3.1.5 rowstatus read-only
This object enables the user to create/delete entries in this table. Entry of Type rtrFwdType = staticRouting(3) are created by the user. Only this type of entries can be deleted by the user. Entry of Type rtrFwdType = interface(2) are created/deleted automatically by the Agent when the user creates/deletes an interface of the Router.
             rtrFwdNextHop 1.3.6.1.4.1.164.11.9.3.1.6 ipaddress read-only
This object indicates the IP Address of the Next Hop.
             rtrFwdIfIndex 1.3.6.1.4.1.164.11.9.3.1.7 integer32 read-only
This object indicates the Interface Index.
             rtrFwdType 1.3.6.1.4.1.164.11.9.3.1.8 integer read-only
The type of route. Note that local(3) refers to a route for which the next hop is the final destination; remote(4) refers to a route for which the next hop is not the final destina- tion. Routes which do not result in traffic forwarding or rejection should not be displayed even if the implementation keeps them stored internally. reject (2) refers to a route which, if matched, discards the message as unreachable. This is used in some protocols as a means of correctly aggregating routes. Enumeration: 'local': 3, 'other': 1, 'remote': 4, 'reject': 2.
             rtrFwdProto 1.3.6.1.4.1.164.11.9.3.1.9 integer read-only
The routing mechanism via which this route was learned. Inclusion of values for gateway routing protocols is not intended to imply that hosts should support those protocols. Enumeration: 'other': 1, 'local': 2, 'netmgmt': 3, 'rip': 8, 'lis': 41.
             rtrFwdEthQueue 1.3.6.1.4.1.164.11.9.3.1.10 integer32 read-only
This object indicates the ETH Queue number.
             rtrFwdMetric1 1.3.6.1.4.1.164.11.9.3.1.11 integer32 read-only
The primary routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's rtrFwdProto value. If this metric is not used, its value should be set to -1.
 radAtmSignalingMonitor 1.3.6.1.4.1.164.12.6
     smSVCOperState 1.3.6.1.4.1.164.12.6.1 integer read-only
The SVC monitoring operational state. Enumeration: 'enable': 2, 'disable': 1.
     smSVCAdminStatus 1.3.6.1.4.1.164.12.6.2 integer read-write
The SVC monitoring status. Enumeration: 'enable': 2, 'disable': 1.
     smILMIMode 1.3.6.1.4.1.164.12.6.3 integer read-write
The ILMI operational Mode. Enumeration: 'keepAliveOnly': 2, 'enable': 3, 'disable': 1.
     smILMIStatus 1.3.6.1.4.1.164.12.6.4 integer read-only
ILMI protocol status (VCC 0,16). Enumeration: 'down': 1, 'disable': 3, 'up': 2.
     smUNIVersion 1.3.6.1.4.1.164.12.6.5 integer read-write
The UNI version that is used by both sides. Enumeration: 'uni3-0': 1, 'uni3-1': 2.
     smPolicing 1.3.6.1.4.1.164.12.6.6 integer read-write
The type of the police action performed on the cells transmitted from the user side to the network side. Enumeration: 'police': 2, 'none': 1, 'monitoring': 3.
     smSAALStatus 1.3.6.1.4.1.164.12.6.7 integer read-only
Signaling data link (VCC 0,5) status. Enumeration: 'down': 1, 'up': 2.
     smOpenedSesssions 1.3.6.1.4.1.164.12.6.8 gauge32 read-only
The number of SVC sessions currently opened.
     smUserRejectedSessions 1.3.6.1.4.1.164.12.6.9 gauge32 read-only
The number of sessions that the user side rejected to open.
     smNetworkRejectedSessions 1.3.6.1.4.1.164.12.6.10 gauge32 read-only
The number of sessions that the Network side rejected.
     smHostRejectedSessions 1.3.6.1.4.1.164.12.6.11 gauge32 read-only
The number of sessions that the device rejected to open.
     smVclILMISessionVpi 1.3.6.1.4.1.164.12.6.12 integer32 read-write
ILMI Keep alive session VPI channel. Default: 0. (VCI=16, fixed).