ITOUCH-INTERNET-MIB

MIB Reference — IPNetwork Monitor

All MIBsITOUCH-INTERNET-MIB

Category: Vendor: iTouch

Description:

iTouch Internet services MIB providing SNMP objects for TCP/IP service configuration and internet connectivity monitoring.

Imported Objects

From ITOUCH-MIB

AddressType
DateTime
TypedAddress
iTouchOBJECT-IDENTITY

From RFC-1212

OBJECT-TYPE

From RFC1155-SMI

Counter
Gauge
IpAddress

From RFC1213-MIB

DisplayString
ifIndex
ipAdEntAddr
ipNetToMediaNetAddress

What Is ITOUCH-INTERNET-MIB?

ITOUCH-INTERNET-MIB is a legacy ITOUCH Communications (WAN/remote-access equipment) proprietary MIB configuring IP and TCP stack parameters on ITOUCH access servers. Its objects cover primary/secondary gateway address, auto-subnet-mask, reassembly behavior, high/current fragment-queue counts, ARP timeout, gateway-ping interval, BOOTP configuration flag, and address-extension objects (type, broadcast handling), alongside a TCP-port table recording connect-by-address, window size, keep-alive limit, and global TCP resequencing/queued/discarded-segment counts, connect-timer, and local-port base/increment. As a configuration/status MIB it lets an administrator confirm gateway addressing and watch discarded-TCP-segment counts. It is deployed on legacy ITOUCH Communications access servers. Engineers can download the ITOUCH-INTERNET-MIB file directly to load it into their MIB browser.

IPNetwork Monitor allows you to monitor SNMP objects defined in ITOUCH-INTERNET-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.

What Can Be Monitored

  • gateway/TCP-stack configuration
  • discarded TCP segment counts

Supported Devices

  • Legacy ITOUCH Communications access servers

Monitoring Examples

An administrator checks tcpDiscardSegs to catch a rising rate of discarded TCP segments pointing to a resource or configuration problem on a legacy ITOUCH access server.

OIDs
OID symbolicOID numericTypeAccessDescription
xInternetDep1.3.6.1.4.1.33.4
xInternet1.3.6.1.4.1.33.10
xIp1.3.6.1.4.1.33.10.1
IP ipGatewayAddress11.3.6.1.4.1.33.10.1.1IpAddressread-writeThe internet address of the system's primary (first choice) gateway. A value of 0.0.0.0 indicates no address. Corresponds directly to SERVER INTERNET PRIMARY GATEWAY ADDRESS and the value labeled 'Primary Gateway Address:' in the SERVER INTERNET CHARACTERISTICS display.
IP ipGatewayAddress21.3.6.1.4.1.33.10.1.2IpAddressread-writeThe internet address of the system's secondary (second choice) gateway. A value of 0.0.0.0 indicates no address. Corresponds directly to SERVER INTERNET SECONDARY GATEWAY ADDRESS and the value labeled 'Secondary Gateway Address:' in the SERVER INTERNET CHARACTERISTICS display.
INT ipAutoSubnetMask1.3.6.1.4.1.33.10.1.3INTEGERread-writeA control for automatic determination of subnet mask. 'disabled' indicates the system must use the mask as configured by the network manager. 'enabled' indicates that the system is to automatically change the subnet mask when the system's Internet address is changed. Corresponds directly to SERVER INTERNET SUBNET MASK AUTOCONFIGURE and the value labeled 'Subnet Mask Autoconfigure:' in the SERVER INTERNET CHARACTERISTICS display.
INT ipReassembly1.3.6.1.4.1.33.10.1.4INTEGERread-writeA control for reassembly of IP fragments. Corresponds directly to SERVER INTERNET REASSEMBLY and the value labeled 'Reassembly:' in the SERVER INTERNET CHARACTERISTICS display.
GAU ipFragmentsQueuedHigh1.3.6.1.4.1.33.10.1.5Gaugeread-onlyHighest number of IP fragments queued.
GAU ipFragmentsQueuedCurrent1.3.6.1.4.1.33.10.1.6Gaugeread-onlyCurrent number of IP fragments queued.
ipGenAdExtTable1.3.6.1.4.1.33.10.1.7not-accessibleTable of additional fields indexed by local IP address. An entry in this table is created or deleted when an entry in the MIB-II ipAddrTable is created or deleted. Although MIB-II specifies the ipAddrTable as read-only, iTouch implementations typically implement it as read-write to support modification of local IP addresses, network masks, and such.
ipGenAdExtEntry1.3.6.1.4.1.33.10.1.7.1not-accessibleA particular entry.
INT ipGenAdEntExtType1.3.6.1.4.1.33.10.1.7.1.1INTEGERread-writeThe way this local IP address is used, which may imply alternate, more intuitive ways to set it. primary general purpose for ordinary use rotary identificaton for rotary selection slip use for SLIP connection ppp use for PPP connection
IP ipGenAdEntExtBroadcast1.3.6.1.4.1.33.10.1.7.1.2IpAddressread-writeOutgoing IP broadcast address associated with this local address. Value may be confined to logical compatibility with associated network mask.
INT ipARPTimeout1.3.6.1.4.1.33.10.1.8INTEGERread-writeA control to set the length of time in minutes before an unused ARP entry is purged from the ARP table. The default is 60 minutes. Corresponds directly to the value labeled 'Translation Table TTL' in the SERVER INTERNET CHARACTERISTICS display.
INT ipGatewayPingInterval1.3.6.1.4.1.33.10.1.9INTEGERread-writeA control to set the interval of time in seconds between successive pings to the primary gateway so as to determine its status. The default is 60 seconds. Corresponds directly to the value labeled 'Gateway Timeout' in the SERVER INTERNET CHARACTERISTICS display.
INT ipConfigureBootp1.3.6.1.4.1.33.10.1.11INTEGERread-writeControl to use the BOOTP protocol upon startup to learn the unit's own internet address, subnet mask, primary and secondary gateway servers, domain name servers, time server and domain name.
xTcp1.3.6.1.4.1.33.10.2
tcpPortTable1.3.6.1.4.1.33.10.2.1not-accessibleA list of TCP character port entries.
tcpPortEntry1.3.6.1.4.1.33.10.2.1.1not-accessibleTCP parameter values for a character port.
INT tcpPortIndex1.3.6.1.4.1.33.10.2.1.1.1INTEGERread-onlyAn index value that uniquely identifies a port. The port identified by a particular value of this index is the same port as identified by charPortIndex in the Proposed Standard Internet Character MIB.
INT tcpPortConnectByAddress1.3.6.1.4.1.33.10.2.1.1.2INTEGERread-writeA control for requesting outgoing connection by internet address. 'disabled' indicates outgoing connections must be by Domain name. 'enabled' indicates that outgoing connections may be requested by internet address. Corresponds directly to PORT INTERNET CONNECTIONS and the presence of the label 'Internet Connections' following the label 'Enabled Characteristics:' in the PORT CHARACTERISTICS display.
INT tcpPortWindowSize1.3.6.1.4.1.33.10.2.1.1.3INTEGERread-writeSize of the TCP window for TCP connections on the port. Corresponds directly to PORT INTERNET TCP WINDOW SIZE and the value labeled 'TCP Window Size:' in the PORT ALTERNATE CHARACTERISTICS display.
INT tcpPortKeepAliveLimit1.3.6.1.4.1.33.10.2.1.1.4INTEGERread-writeNumber of minutes to maintain a TCP connection without response to keep-alive communication. A value of zero indicates no limit.
INT tcpResequencing1.3.6.1.4.1.33.10.2.2INTEGERread-writeA control for keeping TCP messages received out-of-order to resequence them before using them. Corresponds directly to SERVER INTERNET TCP RESEQUENCING and the value labeled 'Resequencing:' in the SERVER INTERNET CHARACTERISTICS display.
GAU tcpQueuedSegs1.3.6.1.4.1.33.10.2.3Gaugeread-onlyNumber of TCP segments in the TCP receive queues. Corresponds directly to the value labeled 'TCP Packets Queued:' in the SERVER INTERNET COUNTERS display.
CTR tcpDiscardSegs1.3.6.1.4.1.33.10.2.4Counterread-onlyNumber of TCP segments discarded due to exceeding the TCP receive queue limit. Corresponds directly to the value labeled 'TCP Packets Discarded:' in the SERVER INTERNET COUNTERS display.
INT tcpConnectTimer1.3.6.1.4.1.33.10.2.5INTEGERread-writeNumber of seconds to attempt a TCP connection without a response from the other side. The default value is 32 seconds. Corresponds directly to the SERVER INTERNET TCP CONNECT TIMER and the value labeled 'TCP Connect Timer' in the SERVER INTERNET CHARACTERISTICS display
INT tcpLocalPortBase1.3.6.1.4.1.33.10.2.6INTEGERread-writeThe value for port 0's tcp source port number.
INT tcpLocalPortIncrement1.3.6.1.4.1.33.10.2.7INTEGERread-writeThe value by which the tcp source port number increases for each port greater than port 0.
INT tcpRoutingTblSz1.3.6.1.4.1.33.10.2.8INTEGERread-writeA control to set the size of the working routing table. The default is the current size of the table (64).
INT tcpDataSendDelay1.3.6.1.4.1.33.10.2.9INTEGERread-writeA control to delay for the specified number of 10 millisecond ticks before sending the userdata string over the telnet connection.
INT tcpAckDelay1.3.6.1.4.1.33.10.2.10INTEGERread-writeA Control to prevent sending a TCP ACK when we we change TCP window size.
INT tcpRetransmitMin1.3.6.1.4.1.33.10.2.11INTEGERread-writeNumber of milliseconds for the initial TCP Retransmit timer. This is the time at which a TCP session will initially retransmit unacknowledged packets.
xSnmpAgent1.3.6.1.4.1.33.10.3
STR snmpAgentGetCommunity1.3.6.1.4.1.33.10.3.1DisplayStringread-writeThe SNMP community name allowed to perform get-requests or get-next requests to this agent. Use of this value is case-insensitive. If the size is 0, the agent does not check the community name for these operations. Corresponds directly to SERVER INTERNET SNMP GET COMMUNITY and the value labeled 'Get Community:' in the SERVER INTERNET SNMP CHARACTERISTICS display.
STR snmpAgentSetCommunity1.3.6.1.4.1.33.10.3.2DisplayStringread-writeThe SNMP community name allowed to perform set-requests to this agent. Use of this value is case-insensitive. If the size is 0, the agent does not check the community name for these operations. Corresponds directly to SERVER INTERNET SNMP SET COMMUNITY and the value labeled 'Set Community:' in the SERVER INTERNET SNMP CHARACTERISTICS display.
STR snmpAgentTrapCommunity1.3.6.1.4.1.33.10.3.3DisplayStringread-writeThe SNMP community name sent in traps from this agent. Use of this value preserves case. Corresponds directly to SERVER INTERNET SNMP TRAP COMMUNITY and the value labeled 'Trap Community:' in the SERVER INTERNET SNMP CHARACTERISTICS display.
INT snmpAgentGetClientNumber1.3.6.1.4.1.33.10.3.4INTEGERread-onlyThe number of client source addresses allowed to perform get-requests or get-next requests to this agent. If the value is 0, the agent does not check source address for these operations. Corresponds indirectly to the values labeled 'Get Client n:' in the SERVER INTERNET SNMP CHARACTERISTICS display.
INT snmpAgentSetClientNumber1.3.6.1.4.1.33.10.3.5INTEGERread-onlyThe number of client source addresses allowed to perform set-requests to this agent. If the value is 0, the agent does not check source address for these operations. Corresponds indirectly to the values labeled 'Set Client n:' in the SERVER INTERNET SNMP CHARACTERISTICS display.
INT snmpAgentTrapClientNumber1.3.6.1.4.1.33.10.3.6INTEGERread-onlyThe number of client source addresses to which this agent sends traps. If the value is 0, the agent does not perform this operation. Corresponds indirectly to the values labeled 'Trap Client n:' in the SERVER INTERNET SNMP CHARACTERISTICS display.
getClientTable1.3.6.1.4.1.33.10.3.7not-accessibleA list of get client entries. The number of entries is given by the value of snmpAgentGetClientNumber.
getClientEntry1.3.6.1.4.1.33.10.3.7.1not-accessibleParameter values for a get client.
INT getClientIndex1.3.6.1.4.1.33.10.3.7.1.1INTEGERread-onlyIdentification of a get client entry. Corresponds directly to the number in the label 'Get Client n:' in the SERVER INTERNET SNMP CHARACTERISTICS display.
INT getClientEntryStatus1.3.6.1.4.1.33.10.3.7.1.2INTEGERread-writeStatus of this entry. Setting the value to 'invalid' invalidates the entry. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table.
ADR getClientAddressType1.3.6.1.4.1.33.10.3.7.1.3AddressTyperead-writeThe type of network address contained in getClientAddress. 'unknown' means no address has been defined. 'other' means no other type value applies. 'ip' is an Internet IP address. 'ethernet' is an 802.3 MAC address. If getClientAddressType does not accompany getClientAddress in a set request, the default type is 'ip'. Corresponds indirectly to the address value labeled 'Get Client n:' in the SERVER INTERNET SNMP CHARACTERISTICS display.
OCT getClientAddress1.3.6.1.4.1.33.10.3.7.1.4OCTET STRINGread-writeThe client's network address. If getClientAddressType does not accompany getClientAddress in a set request, the default type is 'ip'. Corresponds directly to the address value labeled 'Get Client n:' in the SERVER INTERNET SNMP CHARACTERISTICS display.
setClientTable1.3.6.1.4.1.33.10.3.8not-accessibleA list of set client entries. The number of entries is given by the value of snmpAgentSetClientNumber.
setClientEntry1.3.6.1.4.1.33.10.3.8.1not-accessibleParameter values for a set client.
INT setClientIndex1.3.6.1.4.1.33.10.3.8.1.1INTEGERread-onlyIdentification of a set client entry. Corresponds directly to the number in the label 'Set Client n:' in the SERVER INTERNET SNMP CHARACTERISTICS display.
INT setClientEntryStatus1.3.6.1.4.1.33.10.3.8.1.2INTEGERread-writeStatus of this entry. Setting the value to 'invalid' invalidates the entry. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table.
ADR setClientAddressType1.3.6.1.4.1.33.10.3.8.1.3AddressTyperead-writeThe type of network address contained in setClientAddress. 'unknown' means no address has been defined. 'other' means no other type value applies. 'ip' is an Internet IP address. 'ethernet' is an 802.3 MAC address. If setClientAddressType does not accompany setClientAddress in a set request, the default type is 'ip'. Corresponds indirectly to the address value labeled 'Set Client n:' in the SERVER INTERNET SNMP CHARACTERISTICS display.
OCT setClientAddress1.3.6.1.4.1.33.10.3.8.1.4OCTET STRINGread-writeThe client's network address. When setting this value, the requester must supply setClientAddressType. If setClientAddressType does not accompany setClientAddress in a set request, the default type is 'ip'. Corresponds directly to the address value labeled 'Set Client n:' in the SERVER INTERNET SNMP CHARACTERISTICS display.
trapClientTable1.3.6.1.4.1.33.10.3.9not-accessibleA list of trap client entries. The number of entries is given by the value of snmpAgentTrapClientNumber.
trapClientEntry1.3.6.1.4.1.33.10.3.9.1not-accessibleParameter values for a trap client.
INT trapClientIndex1.3.6.1.4.1.33.10.3.9.1.1INTEGERread-onlyIdentification of a trap client entry. Corresponds directly to the number in the label 'Trap Client n:' in the SERVER INTERNET SNMP CHARACTERISTICS display.
INT trapClientEntryStatus1.3.6.1.4.1.33.10.3.9.1.2INTEGERread-writeStatus of this entry. Setting the value to 'invalid' invalidates the entry. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table.
ADR trapClientAddressType1.3.6.1.4.1.33.10.3.9.1.3AddressTyperead-writeThe type of network address contained in trapClientAddress. 'unknown' means no address has been defined. 'other' means no other type value applies. 'ip' is an Internet IP address. 'ethernet' is an 802.3 MAC address. If trapClientAddressType does not accompany trapClientAddress in a set request, the default type is 'ip'. Corresponds indirectly to the address value labeled 'Trap Client n:' in the SERVER INTERNET SNMP CHARACTERISTICS display.
OCT trapClientAddress1.3.6.1.4.1.33.10.3.9.1.4OCTET STRINGread-writeThe client's network address. When setting this value, the requester must supply trapClientAddressType. If trapClientAddressType does not accompany trapClientAddress in a set request, the default type is 'ip'. Corresponds directly to the address value labeled 'Trap Client n:' in the SERVER INTERNET SNMP CHARACTERISTICS display.
ADR snmpAgentAuthFailureAddress1.3.6.1.4.1.33.10.3.10TypedAddressread-onlyThe address of the client to most recently fail SNMP authorization.
INT snmpAgentCommunityAuthenticationAlways1.3.6.1.4.1.33.10.3.14INTEGERread-writeWhen enabled, indicates that community string authentication is done always for Gets, Sets, and GetNexts. When disabled, community string authentication is done once; but bypassed on subsequent Gets, Sets or GetNexts from the same address.
xDomainResolver1.3.6.1.4.1.33.10.4
STR domainResolverSuffix1.3.6.1.4.1.33.10.4.1DisplayStringread-writeA partial domain name for the server to append to the end of an incomplete domain name provided by the user. Corresponds directly to SERVER INTERNET DEFAULT DOMAIN SUFFIX and the value labeled 'Domain Suffix:' in the SERVER INTERNET CHARACTERISTICS display.
IP domainResolverAddress11.3.6.1.4.1.33.10.4.2IpAddressread-writeThe internet address of a Domain Name Server. The system can use one or two such addresses, without preference. A value of 0.0.0.0 indicates no address. Corresponds directly to SERVER INTERNET PRIMARY DOMAIN ADDRESS and the value labeled 'Primary Domain Address:' in the SERVER INTERNET CHARACTERISTICS display.
IP domainResolverAddress21.3.6.1.4.1.33.10.4.3IpAddressread-writeThe internet address of a Domain Name Server. The system can use one or two such addresses, without preference. A value of 0.0.0.0 indicates no address. Corresponds directly to SERVER INTERNET SECONDARY DOMAIN ADDRESS and the value labeled 'Secondary Domain Address:' in the SERVER INTERNET CHARACTERISTICS display.
INT domainResolverTtl1.3.6.1.4.1.33.10.4.4INTEGERread-writeThe number of hours to keep received Domain information. Corresponds directly to SERVER INTERNET DOMAIN TTL and the value labeled ' Domain TTL:' in the SERVER INTERNET CHARACTERISTICS display.
INT domainResolverNameNumber1.3.6.1.4.1.33.10.4.5INTEGERread-onlyThe number of Domain name mappings in this system's name cache.
nameTable1.3.6.1.4.1.33.10.4.6not-accessibleA list of Domain name entries. The number of entries is given by the value of domainResolverNameNumber.
nameEntry1.3.6.1.4.1.33.10.4.6.1not-accessibleParameter values for a Domain name.
STR nameName1.3.6.1.4.1.33.10.4.6.1.1DisplayStringread-onlyA fully qualified domain name. Corresponds directly to the value labeled 'Domain Name' in the DOMAIN display.
IP nameAddress1.3.6.1.4.1.33.10.4.6.1.2IpAddressread-onlyAn Internet address corresponding to the Domain name. Corresponds directly to the value labeled 'Internet Address' in the DOMAIN display.
INT nameStatus1.3.6.1.4.1.33.10.4.6.1.3INTEGERread-writeThe status of the entry. Set to 'invalid' to remove the entry, which corresponds directly to the PURGE DOMAIN command. Actual removal of the entry is implementation specific.
INT nameSource1.3.6.1.4.1.33.10.4.6.1.4INTEGERread-onlySource of this entry. The value meanings are: local defined by manager (LOCAL) primary obtained from a primary name server secondary obtained from a secondary name server rwho obtained from rwho Corresponds directly to the value labeled 'Source' in the DOMAIN display.
INT nameTtl1.3.6.1.4.1.33.10.4.6.1.5INTEGERread-onlyThe number of minutes remaining in the entry's time to live. Corresponds directly to the value labeled 'TTL' in the DOMAIN display.
domainResolverPpp1.3.6.1.4.1.33.10.4.7
IP domainResolverPppPrimaryServer1.3.6.1.4.1.33.10.4.7.1IpAddressread-writeThe internet address of the primary Domain Name Server to use in PPP IPCP negotiations. A value of 0.0.0.0 indicates no address. Corresponds directly to the value labeled 'Primary WINS Address:' in the SERVER INTERNET CHARACTERISTICS display.
IP domainResolverPppSecondaryServer1.3.6.1.4.1.33.10.4.7.2IpAddressread-writeThe internet address of the secondary Domain Name Server to use in PPP IPCP negotiations. A value of 0.0.0.0 indicates no address. Corresponds directly to the value labeled 'Secondary WINS Address:' in the SERVER INTERNET CHARACTERISTICS display.
xSlip1.3.6.1.4.1.33.10.5
slipTable1.3.6.1.4.1.33.10.5.1not-accessibleA list of SLIP character port entries.
slipEntry1.3.6.1.4.1.33.10.5.1.1not-accessibleParameter values for a SLIP port.
INT slipIndex1.3.6.1.4.1.33.10.5.1.1.1INTEGERread-onlyAn index value that uniquely identifies a port that can run SLIP. The port identified by a particular value of this index is the same port as identified by charPortIndex in the Proposed Standard Internet Character MIB.
INT slipState1.3.6.1.4.1.33.10.5.1.1.2INTEGERread-writeA control indicating whether SLIP is in operation on the port. Corresponds directly to PORT INTERNET SLIP and the value labeled 'SLIP' in the PORT CHARACTERISTICS display.
IP slipLocalAddress1.3.6.1.4.1.33.10.5.1.1.3IpAddressread-writeThe IP address assigned to the port. Corresponds directly to PORT SLIP ADDRESS and the value labeled 'SLIP Address:' in the PORT ALTERNATE CHARACTERISTICS display.
IP slipRemoteAddress1.3.6.1.4.1.33.10.5.1.1.4IpAddressread-writeThe IP address of the remote system attached to the port. Corresponds directly to PORT SLIP REMOTE and the value labeled 'Remote SLIP Address:' in the PORT ALTERNATE CHARACTERISTICS display.
IP slipMask1.3.6.1.4.1.33.10.5.1.1.5IpAddressread-writeThe subnet mask to use for SLIP operation on the port. Corresponds directly to PORT SLIP MASK and the value labeled 'SLIP Mask:' in the PORT ALTERNATE CHARACTERISTICS display.
CTR slipPortPacketsReceived1.3.6.1.4.1.33.10.5.1.1.6Counterread-onlyThe number of SLIP packets received from the port. Corresponds directly to the value labeled 'Serial Packets Received:' in the PORT COUNTERS display.
CTR slipPortPacketsSent1.3.6.1.4.1.33.10.5.1.1.7Counterread-onlyThe number of SLIP packets sent to the port. Corresponds directly to the value labeled 'Serial Packets Sent:' in the PORT COUNTERS display.
CTR slipPortPacketsDiscarded1.3.6.1.4.1.33.10.5.1.1.8Counterread-onlyThe number of SLIP packets received from the port and discarded. Corresponds directly to the value labeled 'Serial Packets Discarded:' in the PORT COUNTERS display.
CTR slipPortPacketLengthErrors1.3.6.1.4.1.33.10.5.1.1.9Counterread-onlyThe number of SLIP packets received from the port with an incorrect number of bytes. Corresponds directly to the value labeled 'Serial Packet Length Errors:' in the PORT COUNTERS display.
CTR slipPortPacketChecksumErrors1.3.6.1.4.1.33.10.5.1.1.10Counterread-onlyThe number of SLIP packets received from the port with an invalid checksum. Corresponds directly to the value labeled 'Serial Packet Checksum Errors:' in the PORT COUNTERS display.
CTR slipNetworkPacketsReceived1.3.6.1.4.1.33.10.5.1.1.11Counterread-onlyThe number of SLIP packets received from the network for this port. Corresponds directly to the value labeled 'Network Packets Received:' in the PORT COUNTERS display.
CTR slipNetworkPacketsSent1.3.6.1.4.1.33.10.5.1.1.12Counterread-onlyThe number of SLIP packets sent to the network from this port. Corresponds directly to the value labeled 'Network Packets Sent:' in the PORT COUNTERS display.
CTR slipNetworkPacketsDiscarded1.3.6.1.4.1.33.10.5.1.1.13Counterread-onlyThe number of SLIP packets received from the network for this port and discarded. Corresponds directly to the value labeled 'Network Packets Discarded:' in the PORT COUNTERS display.
xTelnet1.3.6.1.4.1.33.10.6
telnetPortTable1.3.6.1.4.1.33.10.6.1not-accessibleA list of Telnet character port entries.
telnetPortEntry1.3.6.1.4.1.33.10.6.1.1not-accessibleTelnet parameter values for a character port.
INT telnetPortIndex1.3.6.1.4.1.33.10.6.1.1.1INTEGERread-onlyAn index value that uniquely identifies a port. The port identified by a particular value of this index is the same port as identified by charPortIndex in the Proposed Standard Internet Character MIB.
INT telnetPortIncomingTcpPort1.3.6.1.4.1.33.10.6.1.1.2INTEGERread-writeThe TCP port number offered for incoming connections to this character port. Corresponds directly to PORT TELNET REMOTE PORT and the value labeled 'Remote Port:' in the PORT TELNET CHARACTERISTICS display.
INT telnetPortOutgoingTcpPort1.3.6.1.4.1.33.10.6.1.1.3INTEGERread-writeThe TCP port number used by default for outgoing connections from this character port. Corresponds directly to PORT TELNET DEFAULT PORT and the value labeled 'Default Port:' in the PORT TELNET CHARACTERISTICS display.
INT telnetPortNewlineTranslation1.3.6.1.4.1.33.10.6.1.1.4INTEGERread-writeTranslation to apply to newline sequences (CR/NULL or CR/LF) received from the network, before sending the newline to the character port. The value indicates the sequence sent to the character port, with 'none' meaning no translation. The lfToCrLf value converts the newline character LF received from the network to a CR/LF. Corresponds directly to PORT TELNET NEWLINE FILTERING and the value labeled 'Newline Filtering:' in the PORT TELNET CHARACTERISTICS display.
STR telnetPortTerminalType1.3.6.1.4.1.33.10.6.1.1.5DisplayStringread-writeThe terminal type character string for Telnet negotiations. Corresponds directly to PORT TELNET TERMINALTYPE and the value labeled 'TerminalType:' in the PORT TELNET CHARACTERISTICS display.
INT telnetPortEorReflection1.3.6.1.4.1.33.10.6.1.1.6INTEGERread-writeControl for end-of-record handshake. Corresponds directly to PORT TELNET EOR REFLECTION and the value labeled 'EOR Reflection:' in the PORT TELNET CHARACTERISTICS display.
INT telnetPortBinaryMode1.3.6.1.4.1.33.10.6.1.1.7INTEGERread-writeControl for operation of Telnet binary mode. The value meanings are: disabled refuse binary mode negotiation (INTERACTIVE) flowControl pass all but XON and XOFF (PASTHRU) complete pass all characters (PASSALL) Corresponds directly to PORT TELNET BINARY SESSION MODE and the value labeled 'Binary Session Mode:' in the PORT TELNET CHARACTERISTICS display.
INT telnetPortSendLocation1.3.6.1.4.1.33.10.6.1.1.8INTEGERread-writeA control indicating whether a Telnet session will initiate negotiation of the Send Location option. Corresponds directly to the PORT TELNET LOCATION and the value labeled 'Location' in the PORT TELNET CHARACTERISTICS display.
STR telnetPortClientLocation1.3.6.1.4.1.33.10.6.1.1.9DisplayStringread-onlyThe location of the Telnet client port. Corresponds directly to the value labeled 'Telnet Client Location' in the SESSION display.
INT telnetPortPassiveSendLocation1.3.6.1.4.1.33.10.6.1.1.10INTEGERread-writeA control indicating whether a Telnet session will passively respond to negotiation of the Send Location option. When disabled and telnetPortSendLocation is disabled, we will refuse to negotiate this option. When telnetPortSendLocation is enabled, it takes precedence. Corresponds directly to the value labeled 'Passive Location' in the PORT TELNET CHARACTERISTICS display.
telnetSerialPortTable1.3.6.1.4.1.33.10.6.2not-accessibleA list of Telnet character port entries.
telnetSerialPortEntry1.3.6.1.4.1.33.10.6.2.1not-accessibleTelnet parameter values for a character port.
INT telnetSerialPortIndex1.3.6.1.4.1.33.10.6.2.1.1INTEGERread-onlyAn index value that uniquely identifies a port. The port identified by a particular value of this index is the same port as identified by charPortIndex in the Proposed Standard Internet Character MIB.
INT telnetSerialPortOptionDisplay1.3.6.1.4.1.33.10.6.2.1.2INTEGERread-writeControl for display of Telnet option negotiations. Corresponds directly to PORT TELNET OPTION DISPLAY and the value labeled 'Option Display:' in the PORT TELNET CHARACTERISTICS display.
INT telnetSerialPortCsiEscape1.3.6.1.4.1.33.10.6.2.1.3INTEGERread-writeControl for translation of 8-bit escape sequences received from the character port to 7-bit equivalents before transmission to the remote partner. Corresponds directly to PORT TELNET CSI ESCAPE and the value labeled 'CSI Escape:' in the PORT TELNET CHARACTERISTICS display.
INT telnetSerialPortEchoMode1.3.6.1.4.1.33.10.6.2.1.4INTEGERread-writeControl for who echoes characters that come from the character port. The value meanings are: local terminal server echoes locally remote remote system echoes disabled don't default to local echo passive don't initiate negotiating of echo character initiate remote echo and suppress go ahead line reject remote echo and reject suppress go ahead noecho will not initiate echo, but will negotiate it Corresponds directly to PORT TELNET ECHO MODE and the value labeled 'Echo Mode:' in the PORT TELNET CHARACTERISTICS display.
INT telnetSerialPortNewlineMode1.3.6.1.4.1.33.10.6.2.1.5INTEGERread-writeTranslation to apply to newline (carriage return) received from the character port, before sending the newline to the remote partner. The correspondence to command keywords is 'crNull' to NULL, 'crLF' to LINEFEED, and 'verbatim' to NOTHING (that is, no translation). Corresponds directly to PORT TELNET NEWLINE and the value labeled 'Newline:' in the PORT TELNET CHARACTERISTICS display.
INT telnetSerialPortTransmitMode1.3.6.1.4.1.33.10.6.2.1.6INTEGERread-writeCriterion for deciding to send to the remote partner characters received from the character port. Corresponds directly to PORT TELNET TRANSMIT and the value labeled 'Transmit:' in the PORT TELNET CHARACTERISTICS display.
INT telnetSerialPortTransmitCharacterTimes1.3.6.1.4.1.33.10.6.2.1.7INTEGERread-writeNumber of character times to wait before transmitting when telnetSerialPortTransmitMode value is 'timed'. Corresponds directly to PORT TELNET TRANSMIT IDLETIME and the value labeled 'Transmit: Idle Time -' in the PORT TELNET CHARACTERISTICS display. This object may only be set to values 1..255. A value of 0 may be read if telnetSerialPortTransmitMode has a value of immediate or buffered
INT telnetSerialPortAbortOutputCharacter1.3.6.1.4.1.33.10.6.2.1.8INTEGERread-writeCharacter input from the character port to cause aborting output. The value 0 indicates no character has this effect. Corresponds directly to PORT TELNET ABORT OUTPUT and the value labeled 'Abort Output Character:' in the PORT TELNET CHARACTERISTICS display.
INT telnetSerialPortAttentionCharacter1.3.6.1.4.1.33.10.6.2.1.9INTEGERread-writeCharacter input from the character port to cause an attention notification to the remote partner. The value 0 indicates no character has this effect. Corresponds directly to PORT TELNET ATTENTION and the value labeled 'Attention Character:' in the PORT TELNET CHARACTERISTICS display.
INT telnetSerialPortEraseKeyCharacter1.3.6.1.4.1.33.10.6.2.1.10INTEGERread-writeCharacter input from the character port to cause erasure of the previous input character. The value 0 indicates no character has this effect. Corresponds directly to PORT TELNET ERASE CHARACTER and the value labeled 'Erase Keystroke Character:' in the PORT TELNET CHARACTERISTICS display.
INT telnetSerialPortEraseLineCharacter1.3.6.1.4.1.33.10.6.2.1.11INTEGERread-writeCharacter input from the character port to cause erasure of the previous line of input. The value 0 indicates no character has this effect. Corresponds directly to PORT TELNET ERASE LINE and the value labeled 'Erase Line Character:' in the PORT TELNET CHARACTERISTICS display.
INT telnetSerialPortInterruptCharacter1.3.6.1.4.1.33.10.6.2.1.12INTEGERread-writeCharacter input from the character port to cause sending an interrupt notification to the remote partner. The value 0 indicates no character has this effect. Corresponds directly to PORT TELNET INTERRUPT and the value labeled 'Interrupt Character:' in the PORT TELNET CHARACTERISTICS display.
INT telnetSerialPortQueryCharacter1.3.6.1.4.1.33.10.6.2.1.13INTEGERread-writeCharacter input from the character port to cause sending a status query to the remote partner. The value 0 indicates no character has this effect. Corresponds directly to PORT TELNET QUERY and the value labeled 'Query Character:' in the PORT TELNET CHARACTERISTICS display.
INT telnetSerialPortSynchronizeCharacter1.3.6.1.4.1.33.10.6.2.1.14INTEGERread-writeCharacter input from the character port to cause sending a synchronization attempt to the remote partner. The value 0 indicates no character has this effect. Corresponds directly to PORT TELNET SYNCHRONIZE and the value labeled 'Synchronize Character:' in the PORT TELNET CHARACTERISTICS display.
INT telnetSerialPortUrgentBreak1.3.6.1.4.1.33.10.6.2.1.15INTEGERread-writeControl for encoding breaks as Telnet urgent data. Corresponds directly to PORT TELNET URGENT BREAK and the value labeled 'Urgent Break:' in the PORT TELNET CHARACTERISTICS display.
INT telnetSerialPortRs4911.3.6.1.4.1.33.10.6.2.1.16INTEGERread-writeA control to enable RS491 protocol processing on a port.
INT telnetSerialPortTransmitBufferedTime1.3.6.1.4.1.33.10.6.2.1.17INTEGERread-writeNumber of milliseconds to wait before transmitting when telnetSerialPortTransmitMode value is 'timed'. Corresponds directly to PORT TELNET TRANSMIT BUFFERED and the value labeled 'Transmit: Buff Time -' in the PORT TELNET CHARACTERISTICS display. This object may only be set to values 30..1500. A value of 0 may be read if telnetSerialPortTransmitMode has a value of immediate, idletime or controlchar
INT telnetSerialPortInterpretInterruptAsBreak1.3.6.1.4.1.33.10.6.2.1.18INTEGERread-writeControl to interpret a Telnet Interrupt Character coming from the network as a Telnet Break Character, and to send a break out the serial port. This control is necessary for those devices which can send Telnet Interrupt but not Telnet Break. Corresponds directly to the presence of 'Telnet Interrupts Interpreted as Break' under the label 'Enabled Characteristics' in the PORT TELNET CHARACTERISTICS display.
INT telnetSerialPortPass8d1.3.6.1.4.1.33.10.6.2.1.19INTEGERread-writeControl to pass unaltered the hexadecimal character '8D'. This control is added to ensure that this character will pass through directly in a session with 8-bit characters and parity odd or even. Corresponds directly to the presence of 'Telnet Pass 8D' under the label 'Enabled Characteristics' in the PORT TELNET CHARACTERISTICS display.
INT telnetSerialPortComControlClient1.3.6.1.4.1.33.10.6.2.1.20INTEGERread-writeControl to begin Telnet comport control option negotiations as a client when a Telnet session is initiated. The comport control option enables a port to do outbound modem dialing on a Telnet connection. Corresponds to the value labeled 'Client:' in the PORT TELNET COMPORTCONTROL CHARACTERISTICS display.
INT telnetSerialPortComControlServer1.3.6.1.4.1.33.10.6.2.1.21INTEGERread-writeControl to begin Telnet comport control option negotiations as a server when a Telnet session is initiated. Corresponds to the value labeled 'Server:' in the PORT TELNET COMPORTCONTROL CHARACTERISTICS display.
INT telnetSerialPortComControlServerRaisesDtr1.3.6.1.4.1.33.10.6.2.1.22INTEGERread-writeControl for the client to request that the server raises its DTR signal on the port at the begining of the Telnet connection. Corresponds to the value labeled 'Server Raises DTR:' in the PORT TELNET COMPORTCONTROL CHARACTERISTICS display.
INT telnetSerialPortComControlClientTogglesDtr1.3.6.1.4.1.33.10.6.2.1.23INTEGERread-writeControl to respond to the server's notification that its DCD has come high (or low) by raising (or lowering) DTR accordingly on the local port. Corresponds to the value labeled 'Client Toggles DTR:' in the PORT TELNET COMPORTCONTROL CHARACTERISTICS display.
xTn32701.3.6.1.4.1.33.10.7
INT tn3270DeviceNumber1.3.6.1.4.1.33.10.7.1INTEGERread-onlyThe number of entries in the tn3270 Device table.
INT tn3270LanguageNumber1.3.6.1.4.1.33.10.7.2INTEGERread-onlyThe number of entries in the tn3270 Language table.
INT tn3270PortKeymapStatus1.3.6.1.4.1.33.10.7.3INTEGERread-writeControl for individual ports to create their own keymaps. Corresponds directly to SERVER TN3270 PORT KEYMAPS and the value labeled 'Port Keymaps:' in the SERVER TN3270 display.
tn3270DeviceTable1.3.6.1.4.1.33.10.7.4not-accessibleA list of tn3270 terminal device entries.
tn3270DeviceEntry1.3.6.1.4.1.33.10.7.4.1not-accessibleTn3270 parameter values for a terminal device entry.
STR tn3270DeviceName1.3.6.1.4.1.33.10.7.4.1.1DisplayStringread-onlyThe name of a generic terminal device. Corresponds directly to SERVER TN3270 DEVICE and the value labeled 'Device Name:' in the SERVER TN3270 DEVICE display.
INT tn3270DeviceStatus1.3.6.1.4.1.33.10.7.4.1.2INTEGERread-writeStatus of this entry. Setting the value to 'invalid' invalidates the entry, corresponding directly to the PURGE SERVER TN3270 DEVICE command. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. If a new device table entry is added to the table, the agent will copy the VT100 table as a default. If one plans to add a new table entry, one should not remove the VT100 entry.
STR tn3270DeviceType1.3.6.1.4.1.33.10.7.4.1.3DisplayStringread-writeThe terminal type character string for use when tn3270DeviceTn3270Type is insufficient. Corresponds directly to SERVER TN3270 DEVICE TERMINALTYPE and the value labeled 'TerminalType:' in the SERVER TN3270 DEVICE display.
INT tn3270Device3278Model1.3.6.1.4.1.33.10.7.4.1.4INTEGERread-writeThe 3278 model for the device. Corresponds directly to SERVER TN3270 DEVICE 3278Model and the value labeled '3278Model:' in the SERVER TN3270 DEVICE display.
INT tn3270DeviceKeyNumber1.3.6.1.4.1.33.10.7.4.1.5INTEGERread-onlyThe number of Key table entries for this device.
INT tn3270DeviceScreenNumber1.3.6.1.4.1.33.10.7.4.1.6INTEGERread-onlyThe number of Screen table entries for this device.
tn3270KeyTable1.3.6.1.4.1.33.10.7.5not-accessibleA list of tn3270 key entries by device.
tn3270KeyEntry1.3.6.1.4.1.33.10.7.5.1not-accessibleTn3270 parameter values for a key entry for a device.
STR tn3270KeyDeviceName1.3.6.1.4.1.33.10.7.5.1.1DisplayStringread-onlyThe name of a generic terminal device as in tn3270DeviceName. Corresponds directly to SERVER TN3270 DEVICE and the value labeled 'Device Name:' in the SERVER TN3270 DEVICE display.
INT tn3270KeyName1.3.6.1.4.1.33.10.7.5.1.2INTEGERread-onlyThe key name to which this entry applies. Corresponds directly to the key portion of SERVER TN3270 DEVICE KEYMAP and the value labeled '3270-key' in the 'Keymap:' section of the SERVER TN3270 DEVICE display.
INT tn3270KeyStatus1.3.6.1.4.1.33.10.7.5.1.3INTEGERread-writeStatus of this entry. Setting the value to 'invalid' invalidates the entry. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table.
OCT tn3270KeyCharacterSequence1.3.6.1.4.1.33.10.7.5.1.4OCTET STRINGread-writeThe ASCII character sequence for the key. Corresponds directly to the escape-sequence portion of SERVER TN3270 DEVICE KEYMAP and the value labeled 'KeyCode' in the 'Keymap:' section of the SERVER TN3270 DEVICE display.
STR tn3270KeyDescription1.3.6.1.4.1.33.10.7.5.1.5DisplayStringread-writeDescriptive text for the key. Corresponds directly to the description portion of SERVER TN3270 DEVICE KEYMAP and the value labeled 'Description' in the SERVER TN3270 DEVICE display.
tn3270ScreenTable1.3.6.1.4.1.33.10.7.6not-accessibleA list of tn3270 screen action entries by device.
tn3270ScreenEntry1.3.6.1.4.1.33.10.7.6.1not-accessibleTn3270 parameter values for a screen action entry for a device.
STR tn3270ScreenDeviceName1.3.6.1.4.1.33.10.7.6.1.1DisplayStringread-onlyThe name of a generic terminal device as in tn3270DeviceName. Corresponds directly to SERVER TN3270 DEVICE and the value labeled 'Device Name:' in the SERVER TN3270 DEVICE display.
INT tn3270ScreenActionName1.3.6.1.4.1.33.10.7.6.1.2INTEGERread-onlyThe screen action to which this entry applies. Corresponds directly to the action portion of SERVER TN3270 DEVICE SCREENMAP and the value labeled 'Terminal Function' in the 'Screenmap: section of the SERVER TN3270 DEVICE display.
INT tn3270ScreenStatus1.3.6.1.4.1.33.10.7.6.1.3INTEGERread-writeStatus of this entry. Setting the value to 'invalid' invalidates the entry. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table.
OCT tn3270ScreenCharacterSequence1.3.6.1.4.1.33.10.7.6.1.4OCTET STRINGread-writeThe ASCII character sequence for the screen action. Some actions may have a lesser length limit. Corresponds directly to the escape-sequence portion of SERVER TN3270 DEVICE SCREENMAP and the value labeled 'HexCode' in the 'Screenmap: section of the SERVER TN3270 DEVICE display.
tn3270LanguageTable1.3.6.1.4.1.33.10.7.7not-accessibleA list of tn3270 language entries.
tn3270LanguageEntry1.3.6.1.4.1.33.10.7.7.1not-accessibleTn3270 parameter values for a language entry.
STR tn3270LanguageName1.3.6.1.4.1.33.10.7.7.1.1DisplayStringread-onlyThe name of language for character translation tables. Corresponds directly to SERVER TN3270 LANGUAGE and the value labeled 'Language Name:' in the SERVER LANGUAGE display.
INT tn3270LanguageStatus1.3.6.1.4.1.33.10.7.7.1.2INTEGERread-writeStatus of this entry. Setting the value to 'invalid' invalidates the entry. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. If a new device table entry is added to the table, the agent will copy the USENGLSH table as the default.
eToALanguageTable1.3.6.1.4.1.33.10.7.8not-accessibleA list of language EBCDIC to ASCII conversion entries.
eToALanguageEntry1.3.6.1.4.1.33.10.7.8.1not-accessibleEBCDIC to ASCII parameter values for a language entry.
STR eToALanguageName1.3.6.1.4.1.33.10.7.8.1.1DisplayStringread-onlyThe name of language from the language table.
INT eToAOffset1.3.6.1.4.1.33.10.7.8.1.2INTEGERread-onlyEBCDIC character offset plus one, that is, the value 1 corresponds to an operational offset of 0. Corresponds directly to the offset portion of SERVER TN3270 LANGUAGE and the hexadecimal labels around the conversion table labeled 'EBCDIC to ASCII' in the SERVER LANGUAGE display.
INT eToAValue1.3.6.1.4.1.33.10.7.8.1.3INTEGERread-writeASCII character value for the EBCDIC offset. Corresponds directly to the value portion of SERVER TN3270 LANGUAGE and the values in the conversion table labeled 'EBCDIC to ASCII' in the SERVER LANGUAGE display.
aToELanguageTable1.3.6.1.4.1.33.10.7.9not-accessibleA list of language ASCII to EBCDIC conversion entries.
aToELanguageEntry1.3.6.1.4.1.33.10.7.9.1not-accessibleASCII to EBCDIC parameter values for a language entry.
STR aToELanguageName1.3.6.1.4.1.33.10.7.9.1.1DisplayStringread-onlyThe name of language from the language table.
INT aToEOffset1.3.6.1.4.1.33.10.7.9.1.2INTEGERread-onlyASCII character offset plus one, that is, the value 1 corresponds to an operational offset of 0. Corresponds directly to the offset portion of SERVER TN3270 LANGUAGE and the hexadecimal labels around the conversion table labeled 'ASCII to EBCDIC' in the SERVER LANGUAGE display.
INT aToEValue1.3.6.1.4.1.33.10.7.9.1.3INTEGERread-writeEBCDIC character value for the ASCII offset. Corresponds directly to the value portion of SERVER TN3270 LANGUAGE and the values in the conversion table labeled 'ASCII to EBCDIC' in the SERVER LANGUAGE display.
tn3270PortTable1.3.6.1.4.1.33.10.7.10not-accessibleA list of tn3270 character port entries.
tn3270PortEntry1.3.6.1.4.1.33.10.7.10.1not-accessibleParameter values for a tn3270 port.
INT tn3270PortIndex1.3.6.1.4.1.33.10.7.10.1.1INTEGERread-onlyAn index value that uniquely identifies a port. The port identified by a particular value of this index is the same port as identified by charPortIndex in the Proposed Standard Internet Character MIB.
STR tn3270PortDeviceName1.3.6.1.4.1.33.10.7.10.1.2DisplayStringread-writeThe name of a generic terminal device from the tn3270 device table. Corresponds directly to PORT TELNET TN3270 DEVICE and the value labeled 'Tn3270 Device:' in the PORT TELNET display.
STR tn3270PortLanguageName1.3.6.1.4.1.33.10.7.10.1.3DisplayStringread-writeThe name of language from the tn3270 language table. Corresponds directly to PORT TELNET TN3270 LANGUAGE and the value labeled 'Tn3270 Language:' in the PORT TELNET display.
INT tn3270PortExtendedAttributes1.3.6.1.4.1.33.10.7.10.1.4INTEGERread-writeA control indicating that certain 3270 extended attributes are supported on the port. Corresponds directly to PORT TELNET TN3270 XTDATTRS and the label 'Tn3270 XtdAttrs' following the label 'Enabled Characteristics' in the PORT TELNET display.
INT tn3270PortEorNegotiation1.3.6.1.4.1.33.10.7.10.1.5INTEGERread-writeA control for negotiation of the Telnet EOR option when establishing a tn3270 session on the port. Corresponds directly to PORT TELNET TN3270 EOR and the label 'Tn3270 EOR' following the label 'Enabled Characteristics' in the PORT TELNET display.
INT tn3270PortErrorLock1.3.6.1.4.1.33.10.7.10.1.6INTEGERread-writeA control for requiring use the RESET key when the host reports an error during a tn3270 session on the port. Corresponds directly to PORT TELNET TN3270 ERRORLOCK and the label 'Tn3270 ErrorLock' following the label 'Enabled Characteristics' in the PORT TELNET display.
INT tn3270PortPrinterPort1.3.6.1.4.1.33.10.7.10.1.7INTEGERread-writeThe port number of the tn3270 printer. Corresponds directly to PORT TELNET TN3270 PRINTER and the value labeled 'Tn3270 Printer:' in the PORT TELNET display.
INT tn3270PortOutgoingTcpPort1.3.6.1.4.1.33.10.7.10.1.8INTEGERread-writeThe TCP port which is used for a TN3270 session when connecting to a remote host from this serial port. Corresponds directly to the value labeled 'Tn3270 Default Port:' in the PORT TELNET CHARACTERISTICS display.
INT tn3270PortSpaceInsert1.3.6.1.4.1.33.10.7.10.1.9INTEGERread-writeControl to allow insert mode within a space filled field, and write characters over EBCDIC spaces. Corresponds directly to the presence of 'Tn3270 Space_Insert' under the label 'Enabled Characteristics' in the PORT TELNET CHARACTERISTICS display.
INT tn3270PortTypeAhead1.3.6.1.4.1.33.10.7.10.1.10INTEGERread-writeControl to permit typing ahead in a tn3270 session prior to receiving a response from the host for the previous command entered. Corresponds directly to the presence of 'Tn3270 TypeAhead' under the label 'Enabled Characteristics' in the PORT TELNET CHARACTERISTICS display.
INT tn3270PrefixKeyMap1.3.6.1.4.1.33.10.7.10.1.11INTEGERread-writeControl to prepend a prefix function to another function key. When the operator hits the key the prepended function(s) and then the main function for the key are transmitted to the host. Corresponds directly to the presence of 'Tn3270 PrefixKeyMap' under the label 'Enabled Characteristics' in the PORT TELNET CHARACTERISTICS display.
INT tn3270PortScanner1.3.6.1.4.1.33.10.7.10.1.12INTEGERread-writeIndicates that this is a tn3270 scanner port. Corresponds directly to the presence of 'Tn3270 SCANNER' under the label 'Enabled Characteristics' in the PORT TELNET CHARACTERISTICS display.
xKerberos1.3.6.1.4.1.33.10.8
INT kerbStatus1.3.6.1.4.1.33.10.8.1INTEGERread-writeA control indicating the level of Kerberos operation on the system. Corresponds directly to SERVER KERBEROS STATUS and the value labeled 'Kerberos Security:' in the SERVER KERBEROS display.
STR kerbRealm1.3.6.1.4.1.33.10.8.2DisplayStringread-writeThe Kerberos realm with which the kerbServerName1 and kerbServerName2 are associated. Corresponds directly to SERVER KERBEROS REALM and the value labeled 'Kerberos Realm:' in the SERVER KERBEROS display.
INT kerbQueryLimit1.3.6.1.4.1.33.10.8.3INTEGERread-writeThe maximum number of attempts the system can make when trying to verify a Kerberos ID. Corresponds directly to SERVER KERBEROS QUERY LIMIT and the value labeled 'Kerberos Query Limit:' in the SERVER KERBEROS display.
STR kerbMasterName1.3.6.1.4.1.33.10.8.4DisplayStringread-writeThe Domain name of the Kerberos master host system, which holds the Kerberos database. Corresponds directly to SERVER KERBEROS MASTER and the value labeled 'Kerberos Master:' in the SERVER KERBEROS display.
STR kerbServerName11.3.6.1.4.1.33.10.8.5DisplayStringread-writeThe Domain name of the first Kerberos server to try when the system verifys a Kerberos ID. Corresponds directly to SERVER KERBEROS PRIMARY SERVER and the value labeled 'Kerberos Primary Server:' in the SERVER KERBEROS display.
STR kerbServerName21.3.6.1.4.1.33.10.8.6DisplayStringread-writeThe Domain name of the Kerberos server to try when the system verifys a Kerberos ID and cannot reach the Kerberos primary server. Corresponds directly to SERVER KERBEROS SECONDARY SERVER and the value labeled 'Kerberos Secondary Server:' in the SERVER KERBEROS display.
CTR kerbInsecureLogins1.3.6.1.4.1.33.10.8.7Counterread-onlyThe number of user logins on ports for which Kerberos user verification is not enabled. Corresponds directly to the value labeled 'Logins without Kerberos:' in the SERVER KERBEROS display.
CTR kerbSecureLogins1.3.6.1.4.1.33.10.8.8Counterread-onlyThe number of successful user logins on ports for which Kerberos user verification is enabled. Corresponds directly to the value labeled 'Successful Logins:' in the SERVER KERBEROS display.
CTR kerbSecureLoginsFailed1.3.6.1.4.1.33.10.8.9Counterread-onlyThe number of verification failures due to incorrect ID or password for attempted user logins on ports for which Kerberos user verification is enabled. Corresponds directly to the value labeled 'Unsuccessful Logins:' in the SERVER KERBEROS display.
CTR kerbPasswordChangeFailed1.3.6.1.4.1.33.10.8.10Counterread-onlyThe number of user failures to change their Kerberos password due to invalid old password or new password verification. Corresponds directly to the value labeled 'Password Change Failures:' in the SERVER KERBEROS display.
INT kerbError1.3.6.1.4.1.33.10.8.11INTEGERread-onlyThe error number of the most recent Kerberos-related failure. Corresponds directly to the value labeled 'Last Kerberos Error:' in the SERVER KERBEROS display. For a list of error numbers and their meanings, consult relevant iTouch or Kerberos documentation.
DAT kerbErrorTime1.3.6.1.4.1.33.10.8.12DateTimeread-onlyThe date and time that kerbError was last updated. Corresponds directly to the value labeled 'Occurred:' in the SERVER KERBEROS display.
CTR kerbMasterAccess1.3.6.1.4.1.33.10.8.13Counterread-onlyThe number of times the system successfully accessed the Kerberos master host. Corresponds directly to the value labeled 'Attempts to access:', 'Master', and 'Successful:' in the SERVER KERBEROS display.
CTR kerbMasterAccessFailed1.3.6.1.4.1.33.10.8.14Counterread-onlyThe number of times the system failed access to the Kerberos master host. Corresponds directly to the value labeled 'Attempts to access:', 'Master', and 'Unsuccessful:' in the SERVER KERBEROS display.
CTR kerbServerAccess11.3.6.1.4.1.33.10.8.15Counterread-onlyThe number of times the system successfully accessed the Kerberos primary server. Corresponds directly to the value labeled 'Attempts to access:', 'Server1', and 'Successful:' in the SERVER KERBEROS display.
CTR kerbServerAccessFailed11.3.6.1.4.1.33.10.8.16Counterread-onlyThe number of times the system failed access to the Kerberos primary server. Corresponds directly to the value labeled 'Attempts to access:', 'Server1', and 'Unsuccessful:' in the SERVER KERBEROS display.
CTR kerbServerAccess21.3.6.1.4.1.33.10.8.17Counterread-onlyThe number of times the system successfully accessed the Kerberos secondary server. Corresponds directly to the value labeled 'Attempts to access:', 'Server2', and 'Successful:' in the SERVER KERBEROS display.
CTR kerbServerAccessFailed21.3.6.1.4.1.33.10.8.18Counterread-onlyThe number of times the system failed access to the Kerberos secondary server. Corresponds directly to the value labeled 'Attempts to access:', 'Server2', and 'Unsuccessful:' in the SERVER KERBEROS display.
kerbPortTable1.3.6.1.4.1.33.10.8.19not-accessibleA list of Kerberos character port entries.
kerbPortEntry1.3.6.1.4.1.33.10.8.19.1not-accessibleParameter values for a Kerberos port.
INT kerbPortIndex1.3.6.1.4.1.33.10.8.19.1.1INTEGERread-onlyAn index value that uniquely identifies a port could relate to Kerberos. The port identified by a particular value of this index is the same port as identified by charPortIndex in the Proposed Standard Internet Character MIB.
INT kerbPortStatus1.3.6.1.4.1.33.10.8.19.1.2INTEGERread-writeA control indicating the level of Kerberos operation on the port. Corresponds directly to PORT KERBEROS and the value 'Kerberos' following the label 'Enabled Characteristics' in the PORT CHARACTERISTICS display.
INT kerbServerPort1.3.6.1.4.1.33.10.8.20INTEGERread-writeThe UDP port number on the Kerberos server where Kerberos messages are sent.
xPortSecurity1.3.6.1.4.1.33.10.9
INT psEntryNumber1.3.6.1.4.1.33.10.9.1INTEGERread-onlyThe number of security entries in this system's port security table with psEntryStatus of 'valid'.
INT psEntryNumberLimit1.3.6.1.4.1.33.10.9.2INTEGERread-onlyThe maximum number of security entries in this system's port security table.
INT psEntryInvalidIndex1.3.6.1.4.1.33.10.9.3INTEGERread-onlyA value of psEntryIndex for an entry that has psEntryStatus of 'invalid'. A management station may choose this value when adding a new entry. Collisions between independent management stations simultaneously using the same number are beyond the scope of this document.
psPortTable1.3.6.1.4.1.33.10.9.4not-accessibleA list of port security character port entries.
psPortEntry1.3.6.1.4.1.33.10.9.4.1not-accessiblePort security parameter values for a port.
INT psPortIndex1.3.6.1.4.1.33.10.9.4.1.1INTEGERread-onlyAn index value that uniquely identifies a port for security purposes. The port identified by a particular value of this index is the same port as identified by charPortIndex in the Proposed Standard Internet Character MIB.
INT psPortDefaultInboundAccess1.3.6.1.4.1.33.10.9.4.1.2INTEGERread-writeThe default access to the port for incoming TCP connections. Corresponds directly to PORT INTERNET SECURITY DEFAULT INBOUND and the value labeled 'Inbound Default:' in the PORT INTERNET SECURITY display.
INT psPortDefaultOutboundAccess1.3.6.1.4.1.33.10.9.4.1.3INTEGERread-writeThe default access to the port for outgoing TCP connections. Corresponds directly to PORT INTERNET SECURITY DEFAULT OUTBOUND and the value labeled 'Outbound Default:' in the PORT INTERNET SECURITY display.
INT psClrInternetSecurity1.3.6.1.4.1.33.10.9.4.1.4INTEGERread-writeA control for if the internet security entries for this port will be cleared upon port logout. The default is disabled.
psTable1.3.6.1.4.1.33.10.9.5not-accessibleA list of port security entries.
psEntry1.3.6.1.4.1.33.10.9.5.1not-accessiblePort security parameter values for an entry for a port.
INT psEntryIndex1.3.6.1.4.1.33.10.9.5.1.1INTEGERread-onlyA small, numeric distinguisher for port security entries. When adding a new entry, the client should specify an unused value, such as psEntryInvalidIndex. Corresponds directly to the value labeled 'Entry' in the SERVER INTERNET SECURITY display.
INT psEntryStatus1.3.6.1.4.1.33.10.9.5.1.2INTEGERread-writeStatus of this entry. Setting the value to 'invalid' invalidates the entry, corresponding directly to the CLEAR INTERNET SECURITY command. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Setting this object to 'valid' has no effect. When creating a new instance, one must set psEntryAddress, psEntryMask, psEntryAccess, psEntryDirection and psEntryPortList for the new instance in the same physical set request. Furthermore, if one wishes to change an entry, one must first delete it and then add it with its new values.
IP psEntryAddress1.3.6.1.4.1.33.10.9.5.1.3IpAddressread-writeThe IP address to which the entry pertains. Corresponds directly to the PORT INTERNET SECURITY internet address and the value labeled 'Internet Address' in the SERVER INTERNET SECURITY display.
IP psEntryMask1.3.6.1.4.1.33.10.9.5.1.4IpAddressread-writeThe mask applied to psEntryAddress when making a security check based on this entry. Corresponds directly to PORT INTERNET SECURITY MASK and the value labeled 'Security Mask' in the SERVER INTERNET SECURITY display.
INT psEntryAccess1.3.6.1.4.1.33.10.9.5.1.5INTEGERread-writeThe access to the port for TCP connections when making a security check based on this entry. Corresponds directly to PORT INTERNET SECURITY ALLOW or DENY and the value labeled 'Access' in the SERVER INTERNET SECURITY display.
INT psEntryDirection1.3.6.1.4.1.33.10.9.5.1.6INTEGERread-writeThe direction of TCP connections to which this entry applies. Corresponds directly to PORT INTERNET SECURITY INBOUND or OUTBOUND and the value labeled 'Direction' in the SERVER INTERNET SECURITY display.
OCT psEntryPortMap1.3.6.1.4.1.33.10.9.5.1.7OCTET STRINGread-writeThe list of character ports to which this entry applies. The OCTET STRING contains a bitmap, with one bit for each port, and enough octets for all the ports on the system. Port numbers are as defined for charPortIndex in the Proposed Standard Internet Character MIB. Corresponding bit numbers start with 1 as the high-order bit of the first octet. Corresponds directly to PORT INTERNET SECURITY and the value labeled 'Ports' in the SERVER INTERNET SECURITY display.
xXremote1.3.6.1.4.1.33.10.10
STR xremoteServerName11.3.6.1.4.1.33.10.10.1DisplayStringread-writeThe Domain name of the first XREMOTE font server to try for downloading fonts. Corresponds directly to SERVER XREMOTE PRIMARY SERVER and the value labeled 'Xremote Primary Font Server:' in the SERVER XREMOTE display.
STR xremoteServerName21.3.6.1.4.1.33.10.10.2DisplayStringread-writeThe Domain name of the XREMOTE font server to try for downloading fonts and the primary font server does not respond. Corresponds directly to SERVER XREMOTE SECONDARY SERVER and the value labeled 'Xremote Secondary Font Server:' in the SERVER XREMOTE display.
CTR xremoteServerAccess11.3.6.1.4.1.33.10.10.3Counterread-onlyThe number of times the system successfully accessed the XREMOTE primary font server. Corresponds directly to the value labeled 'Attempts to access:', 'Server1', and 'Successful:' in the SERVER XREMOTE display.
CTR xremoteServerAccessFailed11.3.6.1.4.1.33.10.10.4Counterread-onlyThe number of times the system failed access to the XREMOTE primary font server. Corresponds directly to the value labeled 'Attempts to access:', 'Server1', and 'Unsuccessful:' in the SERVER XREMOTE display.
CTR xremoteServerAccess21.3.6.1.4.1.33.10.10.5Counterread-onlyThe number of times the system successfully accessed the XREMOTE secondary font server. Corresponds directly to the value labeled 'Attempts to access:', 'Server2', and 'Successful:' in the SERVER XREMOTE display.
CTR xremoteServerAccessFailed21.3.6.1.4.1.33.10.10.6Counterread-onlyThe number of times the system failed access to the XREMOTE secondary font server. Corresponds directly to the value labeled 'Attempts to access:', 'Server2', and 'Unsuccessful:' in the SERVER XREMOTE display.
GAU xremoteSessions1.3.6.1.4.1.33.10.10.7Gaugeread-onlyThe number of connected XREMOTE sessions. Corresponds directly to the value labeled 'Current Number of Xremote Sessions:' in the SERVER XREMOTE display.
xremotePortTable1.3.6.1.4.1.33.10.10.8not-accessibleA list of XREMOTE character port entries.
xremotePortEntry1.3.6.1.4.1.33.10.10.8.1not-accessibleXREMOTE parameter values for a port.
INT xremotePortIndex1.3.6.1.4.1.33.10.10.8.1.1INTEGERread-onlyAn index value that uniquely identifies a port. The port identified by a particular value of this index is the same port as identified by charPortIndex in the Proposed Standard Internet Character MIB.
INT xremotePortXremote1.3.6.1.4.1.33.10.10.8.1.2INTEGERread-writeControl for use of XREMOTE on the port. Corresponds directly to PORT XREMOTE and the presence of the label 'Xremote' following the label 'Enabled Characteristics:' in the PORT CHARACTERISTICS display.
INT xremotePortXdmQuery1.3.6.1.4.1.33.10.10.8.1.3INTEGERread-writeThe type of query message issued by a port when searching for an X Display Manager (XDM). Corresponds directly to the PORT XDM QUERY and the 'XDM Query:' in the PORT ALTERNATE CHARACTERISTICS display
STR xremotePortXdmHost1.3.6.1.4.1.33.10.10.8.1.4DisplayStringread-writeThe Domain name or Internet address of the X Display Manager (XDM) for a port. Corresponds directly to the PORT XDM HOST and the 'XDM Host:' in the PORT ALTERNATE CHARACTERISTICS display
GAU xremoteServerClients1.3.6.1.4.1.33.10.10.9Gaugeread-onlyThe number of active X clients. Corresponds directly to the value labeled 'Current Number of XClients:' in the SERVER XREMOTE display.
xRotary1.3.6.1.4.1.33.10.11
INT rotaryNumber1.3.6.1.4.1.33.10.11.1INTEGERread-onlyThe number of entries in the Rotary table.
rotaryTable1.3.6.1.4.1.33.10.11.2not-accessibleA list of rotary entries.
rotaryEntry1.3.6.1.4.1.33.10.11.2.1not-accessibleParameter values for a rotary.
IP rotaryAddress1.3.6.1.4.1.33.10.11.2.1.1IpAddressread-onlyThe internet address to be recognized as a rotary. Corresponds directly to the ip-address portion of SERVER INTERNET ROTARY and the value labeled 'Internet Address' in the SERVER INTERNET ROTARY display.
INT rotaryStatus1.3.6.1.4.1.33.10.11.2.1.2INTEGERread-writeStatus of this entry. Setting the value to 'invalid' invalidates the entry, corresponding directly to the CLEAR SERVER INTERNET ROTARY command. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Setting the value to 'valid' in conjunction with a new rotaryAddress will add a new entry to the table. When adding a new entry, one should also specify a rotaryPortMap as the DEFVAL of 0..0 for rotaryPortMap is meaningless.
OCT rotaryPortMap1.3.6.1.4.1.33.10.11.2.1.3OCTET STRINGread-writeThe list of character ports that compose the rotary. The OCTET STRING contains a bitmap, with one bit for each port, and enough octets for all the ports on the system. Port numbers are as defined for charPortIndex in the Proposed Standard Internet Character MIB. Corresponding bit numbers start with 1 as the high-order bit of the first octet. Corresponds directly to port-list portion of SERVER INTERNET ROTARY and the value labeled 'Ports' in the SERVER INTERNET ROTARY display.
xEgp1.3.6.1.4.1.33.10.12
INT egpRouting1.3.6.1.4.1.33.10.12.1INTEGERread-writeControl for EGP routing services.
INT egpStatus1.3.6.1.4.1.33.10.12.2INTEGERread-onlyStatus of the EGP routing services indicating why it is not running.
egpNbrTable1.3.6.1.4.1.33.10.12.3not-accessibleThe EGP neighbor table.
egpNbrEntry1.3.6.1.4.1.33.10.12.3.1not-accessibleInformation about this entity's relationship with a particular EGP neighbor.
IP egpNbrAddr1.3.6.1.4.1.33.10.12.3.1.1IpAddressread-onlyThe IP address of this entry's EGP neighbor.
INT egpNbrIntervalDead1.3.6.1.4.1.33.10.12.3.1.2INTEGERread-writeThe interval upon entering the cease or idle state before automatically assuming a Start Event has occured. If a neighbor does not respond within 5 minutes, a Stop Event will automatically occur. The interval is in hundredths of seconds.
INT egpNbrStatus1.3.6.1.4.1.33.10.12.3.1.3INTEGERread-writeThe status of the entry for this neighbor. Set to 'invalid' to remove the entry.
xOspf1.3.6.1.4.1.33.10.13
INT ospfAutoConfigure1.3.6.1.4.1.33.10.13.1INTEGERread-writeControl whether OSPF will automatically configure itself.
INT ospfStatus1.3.6.1.4.1.33.10.13.2INTEGERread-onlyStatus of the OSPF routing services indicating why it is not running.
ospfIfMtrcTable1.3.6.1.4.1.33.10.13.3not-accessibleThe TOS metrics for a non-virtual interface identified by the interface index.
ospfIfMtrcEntry1.3.6.1.4.1.33.10.13.3.1not-accessibleA particular TOS metric for a non-virtual interface identified by the interface index.
IP ospfIfMtrcIpAddress1.3.6.1.4.1.33.10.13.3.1.1IpAddressread-onlySame as ospfIfMetricIpAddress in OSPF MIB, the IP address of this OSPF interface.
INT ospfIfMtrcAddressLessIf1.3.6.1.4.1.33.10.13.3.1.2INTEGERread-onlySame as ospfIfMetricAddressLessIf in OSPF MIB, for the purpose of easing the instancing of addressed and addressless interfaces. This variable takes the value 0 on interfaces with IP Addresses, and the value of ifIndex for interfaces having no IP Address.
INT ospfIfMtrcTos1.3.6.1.4.1.33.10.13.3.1.3INTEGERread-onlySame as ospfIfMetricTOS in OSPF MIB, the type of service metric being referenced.
INT ospfIfMtrcCostActual1.3.6.1.4.1.33.10.13.3.1.4INTEGERread-onlyThe actual cost of the metric in case it was set to auto.
ospfXIfTable1.3.6.1.4.1.33.10.13.4not-accessibleThe TOS metrics for a non-virtual interface identified by the interface index.
ospfXIfEntry1.3.6.1.4.1.33.10.13.4.1not-accessibleInterface parameters for OSPF.
IP ospfXIfIpAddress1.3.6.1.4.1.33.10.13.4.1.1IpAddressread-onlySame as ospfIfIpAddress in OSPF MIB, the IP address of this OSPF interface.
INT ospfXIfAddressLessIf1.3.6.1.4.1.33.10.13.4.1.2INTEGERread-onlySame as ospfIfAddressLessIf in OSPF MIB, for the purpose of easing the instancing of addressed and addressless interfaces. This variable takes the value 0 on interfaces with IP Addresses, and the value of ifIndex for interfaces having no IP Address.
INT ospfXIfTypeActual1.3.6.1.4.1.33.10.13.4.1.3INTEGERread-onlyThe interface type.
INT ospfXIfStatus1.3.6.1.4.1.33.10.13.4.1.4INTEGERread-writeThe status of the interface entry, including the entry in the standard OSPF MIB. Set to 'invalid' to remove the entry.
ospfXAreaTable1.3.6.1.4.1.33.10.13.5not-accessibleParameters for an OSPF area.
ospfXAreaEntry1.3.6.1.4.1.33.10.13.5.1not-accessibleAn area entry.
IP ospfXAreaId1.3.6.1.4.1.33.10.13.5.1.1IpAddressread-onlySame as ospfAreaId in OSPF MIB, the ID of the area.
INT ospfXAreaStatus1.3.6.1.4.1.33.10.13.5.1.2INTEGERread-writeThe status of the area entry, including the entry in the standard OSPF MIB. Set to 'invalid' to remove the entry.
xRouterIp1.3.6.1.4.1.33.10.14
ipAdExtTable1.3.6.1.4.1.33.10.14.1not-accessibleTable of additional fields indexed by local IP address. An entry in this table is created or deleted when an entry in the ipAddrTable is created or deleted.
ipAdExtEntry1.3.6.1.4.1.33.10.14.1.1not-accessibleA particular entry.
IP ipAdEntExtAddress1.3.6.1.4.1.33.10.14.1.1.1IpAddressread-onlySame as ipAdEntAddr, a local address representing a network connection.
INT ipAdEntExtProxyArp1.3.6.1.4.1.33.10.14.1.1.2INTEGERread-writeControls whether proxy ARP is active for this local address.
INT ipAdEntExtRip1.3.6.1.4.1.33.10.14.1.1.3INTEGERread-onlyControls whether RIP as a router discovery protocol is active for this local address.
ipRouterIfTable1.3.6.1.4.1.33.10.14.2not-accessibleTable of IP router values indexed by interface.
ipRouterIfEntry1.3.6.1.4.1.33.10.14.2.1not-accessibleA particular entry.
INT ipRouterIfIndex1.3.6.1.4.1.33.10.14.2.1.1INTEGERread-onlyThe index of the interface; same as IfIndex.
INT ipRouterIfProtocolPriority1.3.6.1.4.1.33.10.14.2.1.2INTEGERread-writeThe priority at which all Internet routed packets will be placed on the WAN output queue.
INT ipRouterIfMTU1.3.6.1.4.1.33.10.14.2.1.3INTEGERread-writeThe size of the largest datagram that IP can transmit on this interface. The default value is actually hardware dependent.
INT ipRouterIfRDP1.3.6.1.4.1.33.10.14.2.1.4INTEGERread-writeControl for whether the router side of the Router Discovery Protocol is running on this interface.
CTR ipRouterIfArpPacketsIn1.3.6.1.4.1.33.10.14.2.1.5Counterread-onlyThe number of ARP packets received on this interface.
CTR ipRouterIfArpPacketsOut1.3.6.1.4.1.33.10.14.2.1.6Counterread-onlyThe number of ARP packets sent on this interface.
CTR ipRouterIfPacketsIn1.3.6.1.4.1.33.10.14.2.1.7Counterread-onlyThe number of IP packets received on this interface.
CTR ipRouterIfPacketsOut1.3.6.1.4.1.33.10.14.2.1.8Counterread-onlyThe number of IP packets sent on this interface.
CTR ipRouterIfForwardsIn1.3.6.1.4.1.33.10.14.2.1.9Counterread-onlyThe number of IP packets received on this interface that were forwarded.
CTR ipRouterIfForwardsOut1.3.6.1.4.1.33.10.14.2.1.10Counterread-onlyThe number of IP packets sent on this interface that were forwarded.
xIpTraffic1.3.6.1.4.1.33.10.14.3
INT ipTrafficSort1.3.6.1.4.1.33.10.14.3.1INTEGERread-writeSetting to 'execute' causes the most recent traffic information to be sorted into the ipTrafficTable. The sorting precedence is: decreasing percentage, increasing destination address, increasing source address, and increasing interface number. Setting to 'ready' has no effect.
ipTrafficTable1.3.6.1.4.1.33.10.14.3.2not-accessibleA list of traffic entries, sorted in the order specified by ipTrafficSort.
ipTrafficEntry1.3.6.1.4.1.33.10.14.3.2.1not-accessibleA traffic entry.
INT ipTrafficIndex1.3.6.1.4.1.33.10.14.3.2.1.1INTEGERread-onlyIdentification of this traffic entry.
INT ipTrafficPercent1.3.6.1.4.1.33.10.14.3.2.1.2INTEGERread-onlyThe percentage of total traffic that this traffic entry represents, in tenths of a percent.
IP ipTrafficDstAddr1.3.6.1.4.1.33.10.14.3.2.1.3IpAddressread-onlyThe destination IP address of the traffic entry.
IP ipTrafficSrcAddr1.3.6.1.4.1.33.10.14.3.2.1.4IpAddressread-onlyThe source IP address of the traffic entry.
INT ipTrafficProtocol1.3.6.1.4.1.33.10.14.3.2.1.5INTEGERread-onlyThe IP protocol type of the traffic entry.
INT ipTrafficDstPort1.3.6.1.4.1.33.10.14.3.2.1.6INTEGERread-onlyThe destination TCP/UDP port of the traffic entry.
INT ipTrafficSrcPort1.3.6.1.4.1.33.10.14.3.2.1.7INTEGERread-onlyThe source TCP/UDP port of the traffic entry.
INT ipTrafficIf1.3.6.1.4.1.33.10.14.3.2.1.8INTEGERread-onlyThe inbound interface to which the traffic entry applies. This value is the same as IfIndex.
INT ipTrafficMonitoring1.3.6.1.4.1.33.10.14.3.3INTEGERread-writeControl for whether the router side of the Router Discovery Protocol is running on this interface.
xIpNetToMediaTable1.3.6.1.4.1.33.10.14.4not-accessibleiTouch extensions to the IP Address Translation Table.
xIpNetToMediaEntry1.3.6.1.4.1.33.10.14.4.1not-accessibleEntry parameters.
INT xIpNetToMediaCircuit1.3.6.1.4.1.33.10.14.4.1.1INTEGERread-writeAn additional identifier for the circuit (i.e. Frame Relay DLCI or X.25 VC) which the entry extends.
INT xIpNetToMediaReverseArp1.3.6.1.4.1.33.10.14.4.1.2INTEGERread-writeWhether reverse ARP is supported on this entry.
xRouterUdp1.3.6.1.4.1.33.10.15
udpBcstServerTable1.3.6.1.4.1.33.10.15.1not-accessibleTable of servers to whom UDP broadcast messages will be forwarded.
udpBcstServerEntry1.3.6.1.4.1.33.10.15.1.1not-accessibleA particular entry.
IP udpBcstServerAddress1.3.6.1.4.1.33.10.15.1.1.1IpAddressread-onlyInternet address of the server.
INT udpBcstServerStatus1.3.6.1.4.1.33.10.15.1.1.2INTEGERread-writeThe status of the server. Set to 'invalid' to remove the entry.
udpBcstPortTable1.3.6.1.4.1.33.10.15.2not-accessibleTable of incoming UDP destination port numbers for which UDP broadcasts will be forwarded.
udpBcstPortEntry1.3.6.1.4.1.33.10.15.2.1not-accessibleA particular entry.
INT udpBcstPort1.3.6.1.4.1.33.10.15.2.1.1INTEGERread-onlyThe incoming destination UDP port number.
INT udpBcstPortStatus1.3.6.1.4.1.33.10.15.2.1.2INTEGERread-writeThe status of broadcast forwarding for the port. Set to 'invalid' to remove the entry.
INT udpBcstRouting1.3.6.1.4.1.33.10.15.3INTEGERread-writeThe indication of whether this entity forwards UDP broadcasts.
xRouterPolicy1.3.6.1.4.1.33.10.16
xImport1.3.6.1.4.1.33.10.16.1
impEgpRuleTable1.3.6.1.4.1.33.10.16.1.1not-accessibleThe EGP import table.
impEgpRuleEntry1.3.6.1.4.1.33.10.16.1.1.1not-accessibleAn EGP import rule. Each rule is keyed by the Autonomous System of the EGP neighbor and the IP network of the route learned from the neighbor. The AS can be set to a wild card as can the IP network. When a route is learned from a neighbor, the most specific import rule is applied to the route. The route is either accepted or discarded and its metrics are applied according to the rule. An exact match on the AS and IP network is the most exact rule. An exact match on the AS and a wild card match on the IP network is the 2nd most exact rule. A wild card match on the AS and an exact match on the IP network is the 3rd most exact match. Finally, a total wild card match is the least exact rule.
INT impEgpRuleAs1.3.6.1.4.1.33.10.16.1.1.1.1INTEGERread-onlyThe Autonomous System of the neighbor. The value 65535 is a wild card matching any AS number.
IP impEgpRuleNetwork1.3.6.1.4.1.33.10.16.1.1.1.2IpAddressread-onlyThe IP network learned from the neighbor. The value 255.255.255.255 is a wild card matching any network.
INT impEgpRuleAction1.3.6.1.4.1.33.10.16.1.1.1.3INTEGERread-writeControl whether the route is learned or discarded.
INT impEgpRulePreference1.3.6.1.4.1.33.10.16.1.1.1.4INTEGERread-writePreference to be stored with the route. The lower preference is preferred.
INT impEgpRuleType1.3.6.1.4.1.33.10.16.1.1.1.5INTEGERread-writeType to be stored with the route. The type is based on the OSPF external type and used to help compare metrics. Type 1 is preferred over type 2.
INT impEgpRuleMetricAction1.3.6.1.4.1.33.10.16.1.1.1.6INTEGERread-writeHow to apply the impEgpRuleMetric field to the metric learned with the route before storing it in the routing table.
INT impEgpRuleMetric1.3.6.1.4.1.33.10.16.1.1.1.7INTEGERread-writeMetric value to be applied to the metric learned learned with the route before storing it in the routing table.
INT impEgpRuleStatus1.3.6.1.4.1.33.10.16.1.1.1.8INTEGERread-writeThe status of the rule. Set to 'invalid' to remove the rule. If the all wild card rule is removed, it is automatically readded with default values.
impOspfRuleTable1.3.6.1.4.1.33.10.16.1.2not-accessibleThe OSPF import table.
impOspfRuleEntry1.3.6.1.4.1.33.10.16.1.2.1not-accessibleAn OSPF import rule. Each rule is keyed by the IP network of the route and the AS from which it was learned. The Ip network and the AS can both be set to a wild card. When an OSPF route is added to the routing table, the most specific import rule is applied to set the preference of the route. An exact match on the Ip network and on the AS is the most exact rule. An exact match on the IP network and a wild card match on the AS is the 2nd most exact rule. A wild card match on both the on the AS and IP network is the next and least exact rule.
IP impOspfRuleNetwork1.3.6.1.4.1.33.10.16.1.2.1.1IpAddressread-onlyThe IP network of the route. The value 255.255.255.255 is a wild card matching any network.
INT impOspfRulePreference1.3.6.1.4.1.33.10.16.1.2.1.2INTEGERread-writePreference to be stored with the route. The lower preference is preferred.
INT impOspfRuleStatus1.3.6.1.4.1.33.10.16.1.2.1.3INTEGERread-writeThe status of the rule. Set to 'invalid' to remove the rule. If the all wild card rule is removed, it is automatically readded with default values.
impRipRuleTable1.3.6.1.4.1.33.10.16.1.3not-accessibleThe RIP import table.
impRipRuleEntry1.3.6.1.4.1.33.10.16.1.3.1not-accessibleA RIP import rule. Each rule is keyed by the interface and the IP network of the route learned from the neighbor. The route is either accepted or discarded and its metrics are applied according to the rule. An exact match on the IP network is the rule that will be applied. If an exact match does not exist, the rule with the wild card IP network is used.
IP impRipRuleFromIf1.3.6.1.4.1.33.10.16.1.3.1.1IpAddressread-onlyThe interface index of the interface where the rule applies, same as ifIndex.
IP impRipRuleNetwork1.3.6.1.4.1.33.10.16.1.3.1.2IpAddressread-onlyThe IP network learned from the neighbor. The value 255.255.255.255 is a wild card matching any network.
INT impRipRuleAction1.3.6.1.4.1.33.10.16.1.3.1.3INTEGERread-writeControl whether the route is learned or discarded.
INT impRipRulePreference1.3.6.1.4.1.33.10.16.1.3.1.4INTEGERread-writePreference to be stored with the route. The lower preference are preferred.
INT impRipRuleType1.3.6.1.4.1.33.10.16.1.3.1.5INTEGERread-writeType to be stored with the route. The type is based on the OSPF external type and used to help compare metrics. Type 1 is preferred over type 2.
INT impRipRuleMetricAction1.3.6.1.4.1.33.10.16.1.3.1.6INTEGERread-writeHow to apply the impRipRuleMetric field to the metric learned with the route before storing it in the routing table.
INT impRipRuleMetric1.3.6.1.4.1.33.10.16.1.3.1.7INTEGERread-writeMetric value to be applied to the metric learned learned with the route before storing it in the routing table.
INT impRipRuleStatus1.3.6.1.4.1.33.10.16.1.3.1.8INTEGERread-writeThe status of the rule. Set to 'invalid' to remove the rule. If the all wild card rule is removed, it is automatically readded with default values.
impIsisRuleTable1.3.6.1.4.1.33.10.16.1.4not-accessibleThe Isis import table.
impIsisRuleEntry1.3.6.1.4.1.33.10.16.1.4.1not-accessibleAn Isis import rule. Each rule is keyed by the IP network of the route learned from the neighbor. The route is either accepted or discarded and its metrics are applied according to the rule. An exact match on the IP network is the rule that will be applied. If an exact match does not exist, the rule with the wild card IP network is used.
IP impIsisRuleNetwork1.3.6.1.4.1.33.10.16.1.4.1.1IpAddressread-onlyThe IP network learned from the neighbor. The value 255.255.255.255 is a wild card matching any network.
INT impIsisRuleAction1.3.6.1.4.1.33.10.16.1.4.1.2INTEGERread-writeControl whether the route is learned or discarded.
INT impIsisRulePreference1.3.6.1.4.1.33.10.16.1.4.1.3INTEGERread-writePreference to be stored with the route. The lower preference are preferred.
INT impIsisRuleType1.3.6.1.4.1.33.10.16.1.4.1.4INTEGERread-writeType to be stored with the route. The type is based on the OSPF external type and used to help compare metrics. Type 1 is preferred over type 2.
INT impIsisRuleMetricAction1.3.6.1.4.1.33.10.16.1.4.1.5INTEGERread-writeHow to apply the impIsisRuleMetric field to the metric learned with the route before storing it in the routing table.
INT impIsisRuleMetric1.3.6.1.4.1.33.10.16.1.4.1.6INTEGERread-writeMetric value to be applied to the metric learned learned with the route before storing it in the routing table.
INT impIsisRuleStatus1.3.6.1.4.1.33.10.16.1.4.1.7INTEGERread-writeThe status of the rule. Set to 'invalid' to remove the rule. If the all wild card rule is removed, it is automatically readded with default values.
xExport1.3.6.1.4.1.33.10.16.2
expEgpToEgpRuleTable1.3.6.1.4.1.33.10.16.2.1not-accessibleThe EGP to EGP export table.
expEgpToEgpRuleEntry1.3.6.1.4.1.33.10.16.2.1.1not-accessibleAn EGP to EGP export rule. Each rule is keyed by the Autonomous System of the EGP neighbor, the IP network of the EGP route in the routing table, and the Autonomous System from which the route was learned. The neighbor (to) AS can be set to a wild card as can the IP network and the (from) AS. The route is either accepted to be advertised to the neighbor or discarded from being advertised, and its metric is applied according to the rule. The best match is as follows: To As IP Network From AS Rank exact exact exact 1st exact exact wild card 2nd exact wild card exact 3rd exact wild card wild card 4th wild card exact exact 5th wild card exact wild card 6th wild card wild card exact 7th wild card wild card wild card 8th
INT expEgpToEgpRuleToAs1.3.6.1.4.1.33.10.16.2.1.1.1INTEGERread-onlyThe Autonomous System of the neighbor. The value 65535 is a wild card matching any AS number.
IP expEgpToEgpRuleNetwork1.3.6.1.4.1.33.10.16.2.1.1.2IpAddressread-onlyThe IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network.
INT expEgpToEgpRuleFromAs1.3.6.1.4.1.33.10.16.2.1.1.3INTEGERread-onlyThe Autonomous System of the route in the route table. The value 65535 is a wild card matching any AS number.
INT expEgpToEgpRuleAction1.3.6.1.4.1.33.10.16.2.1.1.4INTEGERread-writeControl whether the route is advertised or not.
INT expEgpToEgpRuleMetricAction1.3.6.1.4.1.33.10.16.2.1.1.5INTEGERread-writeHow to apply the expEgpToEgpRuleMetric field to the metric in the route table entry before the route is advertised.
INT expEgpToEgpRuleMetric1.3.6.1.4.1.33.10.16.2.1.1.6INTEGERread-writeMetric value to be applied to the metric in the route table entry before the route is advertised.
INT expEgpToEgpRuleStatus1.3.6.1.4.1.33.10.16.2.1.1.7INTEGERread-writeThe status of the rule. Set to 'invalid' to remove the rule. If the all wild card rule is removed, it is automatically readded with default values.
expOspfToEgpRuleTable1.3.6.1.4.1.33.10.16.2.2not-accessibleThe OSPF to EGP export table.
expOspfToEgpRuleEntry1.3.6.1.4.1.33.10.16.2.2.1not-accessibleAn OSPF to EGP export rule. Each rule is keyed by the Autonomous System of the EGP neighbor, the IP network of the OSPF route in the routing table, and the Autonomous System from which the route was learned. The neighbor (to) AS can be set to a wild card as can the IP network and the (from) AS. The route is either accepted to be advertised to the neighbor or discarded from being advertised, and its metric is applied according to the rule. The best match is as follows: To As IP Network From AS Rank exact exact exact 1st exact exact wild card 2nd exact wild card exact 3rd exact wild card wild card 4th wild card exact exact 5th wild card exact wild card 6th wild card wild card exact 7th wild card wild card wild card 8th
INT expOspfToEgpRuleToAs1.3.6.1.4.1.33.10.16.2.2.1.1INTEGERread-onlyThe Autonomous System of the neighbor. The value 65535 is a wild card matching any AS number.
IP expOspfToEgpRuleNetwork1.3.6.1.4.1.33.10.16.2.2.1.2IpAddressread-onlyThe IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network.
INT expOspfToEgpRuleFromAs1.3.6.1.4.1.33.10.16.2.2.1.3INTEGERread-onlyThe Autonomous System of the route in the route table. Local indicates that the route was not an external OSPF route. The value 65535 is a wild card matching any AS number, and the value 65534 is for routes within the local AS.
INT expOspfToEgpRuleAction1.3.6.1.4.1.33.10.16.2.2.1.4INTEGERread-writeControl whether the route is advertised or not.
INT expOspfToEgpRuleMetricAction1.3.6.1.4.1.33.10.16.2.2.1.5INTEGERread-writeHow to apply the expOspfToEgpRuleMetric field to the metric in the route table entry before the route is advertised.
INT expOspfToEgpRuleMetric1.3.6.1.4.1.33.10.16.2.2.1.6INTEGERread-writeMetric value to be applied to the metric in the route table entry before the route is advertised.
INT expOspfToEgpRuleStatus1.3.6.1.4.1.33.10.16.2.2.1.7INTEGERread-writeThe status of the rule. Set to 'invalid' to remove the rule. If the all wild card rule is removed, it is automatically readded with default values.
expStaticToEgpRuleTable1.3.6.1.4.1.33.10.16.2.3not-accessibleThe Static to EGP export table.
expStaticToEgpRuleEntry1.3.6.1.4.1.33.10.16.2.3.1not-accessibleAn Static to EGP export rule. Each rule is keyed by the Autonomous System of the EGP neighbor and the IP network of the Static route in the routing table. The neighbor (to) AS can be set to a wild card as can the IP network. The route is either accepted to be advertised to the neighbor or discarded from being advertised, and its metric is applied according to the rule. The best match is as follows: To As IP Network Rank exact exact 1st exact wild card 2nd wild card exact 3rd wild card wild card 4th
INT expStaticToEgpRuleToAs1.3.6.1.4.1.33.10.16.2.3.1.1INTEGERread-onlyThe Autonomous System of the neighbor. The value 65535 is a wild card matching any AS number.
IP expStaticToEgpRuleNetwork1.3.6.1.4.1.33.10.16.2.3.1.2IpAddressread-onlyThe IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network.
INT expStaticToEgpRuleAction1.3.6.1.4.1.33.10.16.2.3.1.3INTEGERread-writeControl whether the route is advertised or not.
INT expStaticToEgpRuleMetricAction1.3.6.1.4.1.33.10.16.2.3.1.4INTEGERread-writeHow to apply the expStaticToEgpRuleMetric field to the metric in the route table entry before the route is advertised.
INT expStaticToEgpRuleMetric1.3.6.1.4.1.33.10.16.2.3.1.5INTEGERread-writeMetric value to be applied to the metric in the route table entry before the route is advertised.
INT expStaticToEgpRuleStatus1.3.6.1.4.1.33.10.16.2.3.1.6INTEGERread-writeThe status of the rule. Set to 'invalid' to remove the rule. If the all wild card rule is removed, it is automatically readded with default values.
expEgpToOspfRuleTable1.3.6.1.4.1.33.10.16.2.4not-accessibleThe EGP to OSPF export table.
expEgpToOspfRuleEntry1.3.6.1.4.1.33.10.16.2.4.1not-accessibleAn EGP to OSPF export rule. Each rule is keyed by the IP network of the EGP route in the routing table, and the Autonomous System from which the route was learned. The Ip network can be set to a wild card as can the (from) AS. The route is either accepted to be advertised to the neighbor or discarded from being advertised, and its metric is applied according to the rule. The best match is as follows: IP Network From AS Rank exact exact 1st exact wild card 2nd wild card exact 3rd wild card wild card 4th
IP expEgpToOspfRuleNetwork1.3.6.1.4.1.33.10.16.2.4.1.1IpAddressread-onlyThe IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network.
INT expEgpToOspfRuleFromAs1.3.6.1.4.1.33.10.16.2.4.1.2INTEGERread-onlyThe Autonomous System of the route in the route table. The value 65535 is a wild card matching any AS number.
INT expEgpToOspfRuleAction1.3.6.1.4.1.33.10.16.2.4.1.3INTEGERread-writeControl whether the route is advertised or not.
INT expEgpToOspfRuleStatus1.3.6.1.4.1.33.10.16.2.4.1.4INTEGERread-writeThe status of the rule. Set to 'invalid' to remove the rule. If the all wild card rule is removed, it is automatically readded with default values.
expRipToEgpRuleTable1.3.6.1.4.1.33.10.16.2.5not-accessibleThe Rip to EGP export table.
expRipToEgpRuleEntry1.3.6.1.4.1.33.10.16.2.5.1not-accessibleAn Rip to EGP export rule. Each rule is keyed by the Autonomous System of the EGP neighbor and the IP network of the Rip route in the routing table. The neighbor (to) AS can be set to a wild card as can the IP network. The route is either accepted to be advertised to the neighbor or discarded from being advertised, and its metric is applied according to the rule. The best match is as follows: To As IP Network Best Match Rank exact exact 1st exact wild card 2nd wild card exact 3rd wild card wild card 4th
INT expRipToEgpRuleToAs1.3.6.1.4.1.33.10.16.2.5.1.1INTEGERread-onlyThe Autonomous System of the neighbor. The value 65535 is a wild card matching any AS number.
IP expRipToEgpRuleNetwork1.3.6.1.4.1.33.10.16.2.5.1.2IpAddressread-onlyThe IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network.
INT expRipToEgpRuleAction1.3.6.1.4.1.33.10.16.2.5.1.3INTEGERread-writeControl whether the route is advertised or not.
INT expRipToEgpRuleMetricAction1.3.6.1.4.1.33.10.16.2.5.1.4INTEGERread-writeHow to apply the expRipToEgpRuleMetric field to the metric in the route table entry before the route is advertised.
INT expRipToEgpRuleMetric1.3.6.1.4.1.33.10.16.2.5.1.5INTEGERread-writeMetric value to be applied to the metric in the route table entry before the route is advertised.
INT expRipToEgpRuleStatus1.3.6.1.4.1.33.10.16.2.5.1.6INTEGERread-writeThe status of the rule. Set to 'invalid' to remove the rule. If the all wild card rule is removed, it is automatically readded with default values.
expRipToOspfRuleTable1.3.6.1.4.1.33.10.16.2.6not-accessibleThe RIP to OSPF export table.
expRipToOspfRuleEntry1.3.6.1.4.1.33.10.16.2.6.1not-accessibleA RIP to OSPF export rule. Each rule is keyed by the IP network of the RIP route in the routing table. The IP network can be set to a wild card. The route is either accepted to be advertised to the neighbor or discarded from being advertised, and its metric is applied according to the rule. The best match is as follows: IP Network Best Match Rank exact 1st wild card 2nd
IP expRipToOspfRuleNetwork1.3.6.1.4.1.33.10.16.2.6.1.1IpAddressread-onlyThe IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network.
INT expRipToOspfRuleAction1.3.6.1.4.1.33.10.16.2.6.1.2INTEGERread-writeControl whether the route is advertised or not.
INT expRipToOspfRuleStatus1.3.6.1.4.1.33.10.16.2.6.1.3INTEGERread-writeThe status of the rule. Set to 'invalid' to remove the rule. If the all wild card rule is removed, it is automatically readded with default values.
expEgpToRipRuleTable1.3.6.1.4.1.33.10.16.2.7not-accessibleThe EGP to RIP export table.
expEgpToRipRuleEntry1.3.6.1.4.1.33.10.16.2.7.1not-accessibleAn EGP to RIP export rule. Each rule is keyed by the Autonomous System of the EGP neighbor, the IP network of the EGP route in the routing table, and the Autonomous System from which the route was learned. The IP network can be set to a wild card as can the the from AS. The route is either accepted to be advertised to the neighbor or discarded from being advertised, and its metric is applied according to the rule. The best match is as follows: IP Network From AS Best Match Rank exact exact 1st exact wild card 2nd wild card exact 3rd wild card wild card 4th
IP expEgpToRipRuleToIf1.3.6.1.4.1.33.10.16.2.7.1.1IpAddressread-onlyThe IP address of the RIP interface to which the rule applies.
IP expEgpToRipRuleNetwork1.3.6.1.4.1.33.10.16.2.7.1.2IpAddressread-onlyThe IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network.
INT expEgpToRipRuleFromAs1.3.6.1.4.1.33.10.16.2.7.1.3INTEGERread-onlyThe Autonomous System of the route in the route table. The value 65535 is a wild card matching any AS number.
INT expEgpToRipRuleAction1.3.6.1.4.1.33.10.16.2.7.1.4INTEGERread-writeControl whether the route is advertised or not.
INT expEgpToRipRuleMetricAction1.3.6.1.4.1.33.10.16.2.7.1.5INTEGERread-writeHow to apply the expEgpToRipRuleMetric field to the metric in the route table entry before the route is advertised.
INT expEgpToRipRuleMetric1.3.6.1.4.1.33.10.16.2.7.1.6INTEGERread-writeMetric value to be applied to the metric in the route table entry before the route is advertised.
INT expEgpToRipRuleStatus1.3.6.1.4.1.33.10.16.2.7.1.7INTEGERread-writeThe status of the rule. Set to 'invalid' to remove the rule. If the all wild card rule is removed, it is automatically readded with default values.
expOspfToRipRuleTable1.3.6.1.4.1.33.10.16.2.8not-accessibleThe OSPF to RIP export table.
expOspfToRipRuleEntry1.3.6.1.4.1.33.10.16.2.8.1not-accessibleAn Ospf to RIP export rule. Each rule is keyed by the Autonomous System of the Ospf neighbor, the IP network of the Ospf route in the routing table, and the Autonomous System from which the route was learned. The IP network can be set to a wild card as can the the from AS. The route is either accepted to be advertised to the neighbor or discarded from being advertised, and its metric is applied according to the rule. The best match is as follows: IP Network From AS Best Match Rank exact exact 1st exact wild card 2nd wild card exact 3rd wild card wild card 4th
IP expOspfToRipRuleToIf1.3.6.1.4.1.33.10.16.2.8.1.1IpAddressread-onlyThe IP address of the RIP interface to which the rule applies.
IP expOspfToRipRuleNetwork1.3.6.1.4.1.33.10.16.2.8.1.2IpAddressread-onlyThe IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network.
INT expOspfToRipRuleFromAs1.3.6.1.4.1.33.10.16.2.8.1.3INTEGERread-onlyThe Autonomous System of the route in the route table. The value 65535 is a wild card matching any AS number, and the value 65534 is for routes within the local AS.
INT expOspfToRipRuleAction1.3.6.1.4.1.33.10.16.2.8.1.4INTEGERread-writeControl whether the route is advertised or not.
INT expOspfToRipRuleMetricAction1.3.6.1.4.1.33.10.16.2.8.1.5INTEGERread-writeHow to apply the expOspfToRipRuleMetric field to the metric in the route table entry before the route is advertised.
INT expOspfToRipRuleMetric1.3.6.1.4.1.33.10.16.2.8.1.6INTEGERread-writeMetric value to be applied to the metric in the route table entry before the route is advertised.
INT expOspfToRipRuleStatus1.3.6.1.4.1.33.10.16.2.8.1.7INTEGERread-writeThe status of the rule. Set to 'invalid' to remove the rule. If the all wild card rule is removed, it is automatically readded with default values. The same is true for the all wild cards where the AS is set to local
expRipToRipRuleTable1.3.6.1.4.1.33.10.16.2.9not-accessibleThe Rip to Rip export table.
expRipToRipRuleEntry1.3.6.1.4.1.33.10.16.2.9.1not-accessibleAn Rip to Rip export rule. Each rule is keyed by the IP network of the Rip route in the routing table. The neighbor IP network can be set to a wild card. The route is either accepted to be advertised to the neighbor or discarded from being advertised, and its metric is applied according to the rule. The best match is as follows: IP Network Best Match Rank exact 1st wild card 2nd
IP expRipToRipRuleToIf1.3.6.1.4.1.33.10.16.2.9.1.1IpAddressread-onlyThe IP address of the RIP interface to which the rule applies.
IP expRipToRipRuleNetwork1.3.6.1.4.1.33.10.16.2.9.1.2IpAddressread-onlyThe IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network.
INT expRipToRipRuleAction1.3.6.1.4.1.33.10.16.2.9.1.3INTEGERread-writeControl whether the route is advertised or not.
INT expRipToRipRuleMetricAction1.3.6.1.4.1.33.10.16.2.9.1.4INTEGERread-writeHow to apply the expRipToRipRuleMetric field to the metric in the route table entry before the route is advertised.
INT expRipToRipRuleMetric1.3.6.1.4.1.33.10.16.2.9.1.5INTEGERread-writeMetric value to be applied to the metric in the route table entry before the route is advertised.
INT expRipToRipRuleStatus1.3.6.1.4.1.33.10.16.2.9.1.6INTEGERread-writeThe status of the rule. Set to 'invalid' to remove the rule. If the all wild card rule is removed, it is automatically readded with default values.
expStaticToRipRuleTable1.3.6.1.4.1.33.10.16.2.10not-accessibleThe Static to Rip export table.
expStaticToRipRuleEntry1.3.6.1.4.1.33.10.16.2.10.1not-accessibleAn Static to Rip export rule. Each rule is keyed by the IP network of the Static route in the routing table. The neighbor IP network can be set to a wild card. The route is either accepted to be advertised to the neighbor or discarded from being advertised, and its metric is applied according to the rule. The best match is as follows: IP Network Best Match Rank exact 1st wild card 2nd
IP expStaticToRipRuleToIf1.3.6.1.4.1.33.10.16.2.10.1.1IpAddressread-onlyThe IP address of the RIP interface to which the rule applies.
IP expStaticToRipRuleNetwork1.3.6.1.4.1.33.10.16.2.10.1.2IpAddressread-onlyThe IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network.
INT expStaticToRipRuleAction1.3.6.1.4.1.33.10.16.2.10.1.3INTEGERread-writeControl whether the route is advertised or not.
INT expStaticToRipRuleMetricAction1.3.6.1.4.1.33.10.16.2.10.1.4INTEGERread-writeHow to apply the expStaticToRipRuleMetric field to the metric in the route table entry before the route is advertised.
INT expStaticToRipRuleMetric1.3.6.1.4.1.33.10.16.2.10.1.5INTEGERread-writeMetric value to be applied to the metric in the route table entry before the route is advertised.
INT expStaticToRipRuleStatus1.3.6.1.4.1.33.10.16.2.10.1.6INTEGERread-writeThe status of the rule. Set to 'invalid' to remove the rule. If the all wild card rule is removed, it is automatically readded with default values.
expIsisToEgpRuleTable1.3.6.1.4.1.33.10.16.2.11not-accessibleThe Isis to EGP export table.
expIsisToEgpRuleEntry1.3.6.1.4.1.33.10.16.2.11.1not-accessibleAn Isis to EGP export rule. Each rule is keyed by the Autonomous System of the EGP neighbor and the IP network of the Isis route in the routing table. The neighbor (to) AS can be set to a wild card as can the IP network. The route is either accepted to be advertised to the neighbor or discarded from being advertised, and its metric is applied according to the rule. The best match is as follows: To As IP Network Best Match Rank exact exact 1st exact wild card 2nd wild card exact 3rd wild card wild card 4th .
INT expIsisToEgpRuleToAs1.3.6.1.4.1.33.10.16.2.11.1.1INTEGERread-onlyThe Autonomous System of the neighbor. The value 65535 is a wild card matching any AS number.
IP expIsisToEgpRuleNetwork1.3.6.1.4.1.33.10.16.2.11.1.2IpAddressread-onlyThe IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network.
INT expIsisToEgpRuleAction1.3.6.1.4.1.33.10.16.2.11.1.3INTEGERread-writeControl whether the route is advertised or not.
INT expIsisToEgpRuleMetricAction1.3.6.1.4.1.33.10.16.2.11.1.4INTEGERread-writeHow to apply the expIsisToEgpRuleMetric field to the metric in the route table entry before the route is advertised.
INT expIsisToEgpRuleMetric1.3.6.1.4.1.33.10.16.2.11.1.5INTEGERread-writeMetric value to be applied to the metric in the route table entry before the route is advertised.
INT expIsisToEgpRuleStatus1.3.6.1.4.1.33.10.16.2.11.1.6INTEGERread-writeThe status of the rule. Set to 'invalid' to remove the rule. If the all wild card rule is removed, it is automatically readded with default values.
expIsisToOspfRuleTable1.3.6.1.4.1.33.10.16.2.12not-accessibleThe Isis to Ospf export table.
expIsisToOspfRuleEntry1.3.6.1.4.1.33.10.16.2.12.1not-accessibleAn Isis to Ospf export rule. Each rule is keyed by the IP network of the Isis route in the routing table. The IP network can be set to a wild card. The route is either accepted to be advertised to the neighbor or discarded from being advertised, and its metric is applied according to the rule. The best match is as follows: IP Network Best Match Rank exact 1st wild card 2nd .
IP expIsisToOspfRuleNetwork1.3.6.1.4.1.33.10.16.2.12.1.1IpAddressread-onlyThe IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network.
INT expIsisToOspfRuleAction1.3.6.1.4.1.33.10.16.2.12.1.2INTEGERread-writeControl whether the route is advertised or not.
INT expIsisToOspfRuleStatus1.3.6.1.4.1.33.10.16.2.12.1.3INTEGERread-writeThe status of the rule. Set to 'invalid' to remove the rule. If the all wild card rule is removed, it is automatically readded with default values.
expIsisToRipRuleTable1.3.6.1.4.1.33.10.16.2.13not-accessibleThe Isis to Rip export table.
expIsisToRipRuleEntry1.3.6.1.4.1.33.10.16.2.13.1not-accessibleAn Isis to Rip export rule. Each rule is keyed by the IP network of the Isis route in the routing table. The IP network can be set to a wild card. The route is either accepted to be advertised to the neighbor or discarded from being advertised, and its metric is applied according to the rule. The best match is as follows: IP Network Best Match Rank exact 1st wild card 2nd .
IP expIsisToRipRuleToIf1.3.6.1.4.1.33.10.16.2.13.1.1IpAddressread-onlyThe IP address of the RIP interface to which the rule applies.
IP expIsisToRipRuleNetwork1.3.6.1.4.1.33.10.16.2.13.1.2IpAddressread-onlyThe IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network.
INT expIsisToRipRuleAction1.3.6.1.4.1.33.10.16.2.13.1.3INTEGERread-writeControl whether the route is advertised or not.
INT expIsisToRipRuleMetricAction1.3.6.1.4.1.33.10.16.2.13.1.4INTEGERread-writeHow to apply the expIsisToRipRuleMetric field to the metric in the route table entry before the route is advertised.
INT expIsisToRipRuleMetric1.3.6.1.4.1.33.10.16.2.13.1.5INTEGERread-writeMetric value to be applied to the metric in the route table entry before the route is advertised.
INT expIsisToRipRuleStatus1.3.6.1.4.1.33.10.16.2.13.1.6INTEGERread-writeThe status of the rule. Set to 'invalid' to remove the rule. If the all wild card rule is removed, it is automatically readded with default values.
expEgpToIsisRuleTable1.3.6.1.4.1.33.10.16.2.14not-accessibleThe EGP to Isis export table.
expEgpToIsisRuleEntry1.3.6.1.4.1.33.10.16.2.14.1not-accessibleAn EGP to Isis export rule. Each rule is keyed by the Autonomous System of the EGP neighbor, the IP network of the EGP route in the routing table, and the Autonomous System from which the route was learned. The IP network can be set to a wild card as can the from AS. The route is either accepted to be advertised to the neighbor or discarded from being advertised, and its metric is applied according to the rule. The best match is as follows: IP Network From AS Best Match Rank exact exact 1st exact wild card 2nd wild card exact 3rd wild card wild card 4th .
IP expEgpToIsisRuleNetwork1.3.6.1.4.1.33.10.16.2.14.1.1IpAddressread-onlyThe IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network.
INT expEgpToIsisRuleFromAs1.3.6.1.4.1.33.10.16.2.14.1.2INTEGERread-onlyThe Autonomous System of the route in the route table. The value 65535 is a wild card matching any AS number.
INT expEgpToIsisRuleAction1.3.6.1.4.1.33.10.16.2.14.1.3INTEGERread-writeControl whether the route is advertised or not.
INT expEgpToIsisRuleMetricType1.3.6.1.4.1.33.10.16.2.14.1.4INTEGERread-writeWhether to advertise the metric as Internal or External.
INT expEgpToIsisRuleDefaultMetricAction1.3.6.1.4.1.33.10.16.2.14.1.5INTEGERread-writeHow to apply the expEgpToIsisDefaultRuleMetric field to the metric in the route table entry before the route is advertised.
INT expEgpToIsisRuleDefaultMetric1.3.6.1.4.1.33.10.16.2.14.1.6INTEGERread-writeDefault metric value to be applied to the metric in the route table entry before the route is advertised.
INT expEgpToIsisRuleDelayMetricAction1.3.6.1.4.1.33.10.16.2.14.1.7INTEGERread-writeHow to apply the expEgpToIsisDelayRuleMetric field to the metric in the route table entry before the route is advertised.
INT expEgpToIsisRuleDelayMetric1.3.6.1.4.1.33.10.16.2.14.1.8INTEGERread-writeDelay metric value to be applied to the metric in the route table entry before the route is advertised.
INT expEgpToIsisRuleErrorMetricAction1.3.6.1.4.1.33.10.16.2.14.1.9INTEGERread-writeHow to apply the expEgpToIsisErrorRuleMetric field to the metric in the route table entry before the route is advertised.
INT expEgpToIsisRuleErrorMetric1.3.6.1.4.1.33.10.16.2.14.1.10INTEGERread-writeError metric value to be applied to the metric in the route table entry before the route is advertised.
INT expEgpToIsisRuleExpenseMetricAction1.3.6.1.4.1.33.10.16.2.14.1.11INTEGERread-writeHow to apply the expEgpToIsisExpenseRuleMetric field to the metric in the route table entry before the route is advertised.
INT expEgpToIsisRuleExpenseMetric1.3.6.1.4.1.33.10.16.2.14.1.12INTEGERread-writeExpense metric value to be applied to the metric in the route table entry before the route is advertised.
INT expEgpToIsisRuleStatus1.3.6.1.4.1.33.10.16.2.14.1.13INTEGERread-writeThe status of the rule. Set to 'invalid' to remove the rule. If the all wild card rule is removed, it is automatically readded with default values.
expOspfToIsisRuleTable1.3.6.1.4.1.33.10.16.2.15not-accessibleThe Ospf to Isis export table.
expOspfToIsisRuleEntry1.3.6.1.4.1.33.10.16.2.15.1not-accessibleAn Ospf to Isis export rule. Each rule is keyed by the Autonomous System of the Ospf neighbor, the IP network of the Ospf route in the routing table, and the Autonomous System from which the route was learned. The IP network can be set to a wild card as can the the from AS. The route is either accepted to be advertised to the neighbor or discarded from being advertised, and its metric is applied according to the rule. The best match is as follows: IP Network From AS Best Match Rank exact exact 1st exact wild card 2nd wild card exact 3rd wild card wild card 4th .
IP expOspfToIsisRuleNetwork1.3.6.1.4.1.33.10.16.2.15.1.1IpAddressread-onlyThe IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network.
INT expOspfToIsisRuleFromAs1.3.6.1.4.1.33.10.16.2.15.1.2INTEGERread-onlyThe Autonomous System of the route in the route table. The value 65535 is a wild card matching any AS number, and the value 65534 is for routes within the local AS.
INT expOspfToIsisRuleAction1.3.6.1.4.1.33.10.16.2.15.1.3INTEGERread-writeControl whether the route is advertised or not.
INT expOspfToIsisRuleMetricType1.3.6.1.4.1.33.10.16.2.15.1.4INTEGERread-writeWhether to advertise the metric as Internal or External.
INT expOspfToIsisRuleDefaultMetricAction1.3.6.1.4.1.33.10.16.2.15.1.5INTEGERread-writeHow to apply the expOspfToIsisDefaultRuleMetric field to the metric in the route table entry before the route is advertised.
INT expOspfToIsisRuleDefaultMetric1.3.6.1.4.1.33.10.16.2.15.1.6INTEGERread-writeDefault metric value to be applied to the metric in the route table entry before the route is advertised.
INT expOspfToIsisRuleDelayMetricAction1.3.6.1.4.1.33.10.16.2.15.1.7INTEGERread-writeHow to apply the expOspfToIsisDelayRuleMetric field to the metric in the route table entry before the route is advertised.
INT expOspfToIsisRuleDelayMetric1.3.6.1.4.1.33.10.16.2.15.1.8INTEGERread-writeDelay metric value to be applied to the metric in the route table entry before the route is advertised.
INT expOspfToIsisRuleErrorMetricAction1.3.6.1.4.1.33.10.16.2.15.1.9INTEGERread-writeHow to apply the expOspfToIsisErrorRuleMetric field to the metric in the route table entry before the route is advertised.
INT expOspfToIsisRuleErrorMetric1.3.6.1.4.1.33.10.16.2.15.1.10INTEGERread-writeError metric value to be applied to the metric in the route table entry before the route is advertised.
INT expOspfToIsisRuleExpenseMetricAction1.3.6.1.4.1.33.10.16.2.15.1.11INTEGERread-writeHow to apply the expOspfToIsisExpenseRuleMetric field to the metric in the route table entry before the route is advertised.
INT expOspfToIsisRuleExpenseMetric1.3.6.1.4.1.33.10.16.2.15.1.12INTEGERread-writeExpense metric value to be applied to the metric in the route table entry before the route is advertised.
INT expOspfToIsisRuleStatus1.3.6.1.4.1.33.10.16.2.15.1.13INTEGERread-writeThe status of the rule. Set to 'invalid' to remove the rule. If the all wild card rule is removed, it is automatically readded with default values. The same is true for the all wild cards where the AS is set to local
expRipToIsisRuleTable1.3.6.1.4.1.33.10.16.2.16not-accessibleThe Isis to Isis export table.
expRipToIsisRuleEntry1.3.6.1.4.1.33.10.16.2.16.1not-accessibleAn Isis to Isis export rule. Each rule is keyed by the IP network of the Isis route in the routing table. The neighbor IP network can be set to a wild card. The route is either accepted to be advertised to the neighbor or discarded from being advertised, and its metric is applied according to the rule. The best match is as follows: IP Network Best Match Rank exact 1st wild card 2nd .
IP expRipToIsisRuleNetwork1.3.6.1.4.1.33.10.16.2.16.1.1IpAddressread-onlyThe IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network.
INT expRipToIsisRuleAction1.3.6.1.4.1.33.10.16.2.16.1.2INTEGERread-writeControl whether the route is advertised or not.
INT expRipToIsisRuleMetricType1.3.6.1.4.1.33.10.16.2.16.1.3INTEGERread-writeWhether to advertise the metric as Internal or External.
INT expRipToIsisRuleDefaultMetricAction1.3.6.1.4.1.33.10.16.2.16.1.4INTEGERread-writeHow to apply the expRipToIsisDefaultRuleMetric field to the metric in the route table entry before the route is advertised.
INT expRipToIsisRuleDefaultMetric1.3.6.1.4.1.33.10.16.2.16.1.5INTEGERread-writeDefault metric value to be applied to the metric in the route table entry before the route is advertised.
INT expRipToIsisRuleDelayMetricAction1.3.6.1.4.1.33.10.16.2.16.1.6INTEGERread-writeHow to apply the expRipToIsisDelayRuleMetric field to the metric in the route table entry before the route is advertised.
INT expRipToIsisRuleDelayMetric1.3.6.1.4.1.33.10.16.2.16.1.7INTEGERread-writeDelay metric value to be applied to the metric in the route table entry before the route is advertised.
INT expRipToIsisRuleErrorMetricAction1.3.6.1.4.1.33.10.16.2.16.1.8INTEGERread-writeHow to apply the expRipToIsisErrorRuleMetric field to the metric in the route table entry before the route is advertised.
INT expRipToIsisRuleErrorMetric1.3.6.1.4.1.33.10.16.2.16.1.9INTEGERread-writeError metric value to be applied to the metric in the route table entry before the route is advertised.
INT expRipToIsisRuleExpenseMetricAction1.3.6.1.4.1.33.10.16.2.16.1.10INTEGERread-writeHow to apply the expRipToIsisExpenseRuleMetric field to the metric in the route table entry before the route is advertised.
INT expRipToIsisRuleExpenseMetric1.3.6.1.4.1.33.10.16.2.16.1.11INTEGERread-writeExpense metric value to be applied to the metric in the route table entry before the route is advertised.
INT expRipToIsisRuleStatus1.3.6.1.4.1.33.10.16.2.16.1.12INTEGERread-writeThe status of the rule. Set to 'invalid' to remove the rule. If the all wild card rule is removed, it is automatically readded with default values.
expStaticToIsisRuleTable1.3.6.1.4.1.33.10.16.2.17not-accessibleThe Static to Isis export table.
expStaticToIsisRuleEntry1.3.6.1.4.1.33.10.16.2.17.1not-accessibleAn Static to Isis export rule. Each rule is keyed by the IP network of the Static route in the routing table. The neighbor IP network can be set to a wild card. The route is either accepted to be advertised to the neighbor or discarded from being advertised, and its metric is applied according to the rule. The best match is as follows: IP Network Best Match Rank exact 1st wild card 2nd .
IP expStaticToIsisRuleNetwork1.3.6.1.4.1.33.10.16.2.17.1.1IpAddressread-onlyThe IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network.
INT expStaticToIsisRuleAction1.3.6.1.4.1.33.10.16.2.17.1.2INTEGERread-writeControl whether the route is advertised or not.
INT expStaticToIsisRuleMetricType1.3.6.1.4.1.33.10.16.2.17.1.3INTEGERread-writeWhether to advertise the metric as Internal or External.
INT expStaticToIsisRuleDefaultMetricAction1.3.6.1.4.1.33.10.16.2.17.1.4INTEGERread-writeHow to apply the expStaticToIsisDefaultRuleMetric field to the metric in the route table entry before the route is advertised.
INT expStaticToIsisRuleDefaultMetric1.3.6.1.4.1.33.10.16.2.17.1.5INTEGERread-writeDefault metric value to be applied to the metric in the route table entry before the route is advertised.
INT expStaticToIsisRuleDelayMetricAction1.3.6.1.4.1.33.10.16.2.17.1.6INTEGERread-writeHow to apply the expStaticToIsisDelayRuleMetric field to the metric in the route table entry before the route is advertised.
INT expStaticToIsisRuleDelayMetric1.3.6.1.4.1.33.10.16.2.17.1.7INTEGERread-writeDelay metric value to be applied to the metric in the route table entry before the route is advertised.
INT expStaticToIsisRuleErrorMetricAction1.3.6.1.4.1.33.10.16.2.17.1.8INTEGERread-writeHow to apply the expStaticToIsisErrorRuleMetric field to the metric in the route table entry before the route is advertised.
INT expStaticToIsisRuleErrorMetric1.3.6.1.4.1.33.10.16.2.17.1.9INTEGERread-writeError metric value to be applied to the metric in the route table entry before the route is advertised.
INT expStaticToIsisRuleExpenseMetricAction1.3.6.1.4.1.33.10.16.2.17.1.10INTEGERread-writeHow to apply the expStaticToIsisExpenseRuleMetric field to the metric in the route table entry before the route is advertised.
INT expStaticToIsisRuleExpenseMetric1.3.6.1.4.1.33.10.16.2.17.1.11INTEGERread-writeExpense metric value to be applied to the metric in the route table entry before the route is advertised.
INT expStaticToIsisRuleStatus1.3.6.1.4.1.33.10.16.2.17.1.12INTEGERread-writeThe status of the rule. Set to 'invalid' to remove the rule. If the all wild card rule is removed, it is automatically readded with default values.
xFilter1.3.6.1.4.1.33.10.16.3
ipIfFilterTable1.3.6.1.4.1.33.10.16.3.1not-accessibleTable of filter entries.
ipIfFilterEntry1.3.6.1.4.1.33.10.16.3.1.1not-accessibleA particular entry.
INT ipIfFilterIndex1.3.6.1.4.1.33.10.16.3.1.1.1INTEGERread-onlyThe interface index with which this entry is associated. This value is the same as IfIndex.
IP ipIfFilterDstAddr1.3.6.1.4.1.33.10.16.3.1.1.2IpAddressread-onlyThe destination IP address to use in the filter match.
IP ipIfFilterDstMask1.3.6.1.4.1.33.10.16.3.1.1.3IpAddressread-onlyThe destination IP mask to use in the filter match.
IP ipIfFilterSrcAddr1.3.6.1.4.1.33.10.16.3.1.1.4IpAddressread-onlyThe source IP address to use in the filter match.
IP ipIfFilterSrcMask1.3.6.1.4.1.33.10.16.3.1.1.5IpAddressread-onlyThe source IP mask to use in the filter match.
INT ipIfFilterProtocol1.3.6.1.4.1.33.10.16.3.1.1.6INTEGERread-onlyThe protocol to use in the filter match. The value 256 indicates any protocol.
INT ipIfFilterDstPort1.3.6.1.4.1.33.10.16.3.1.1.7INTEGERread-onlyThe destination port to use in the filter match. This field only applies to TCP and UDP protocol packets. The value 65536 indicates any destination port.
INT ipIfFilterSrcPort1.3.6.1.4.1.33.10.16.3.1.1.8INTEGERread-onlyThe source port to use in the filter match. This field only applies to TCP and UDP protocol packets. The value 65536 indicates any source port.
INT ipIfFilterAction1.3.6.1.4.1.33.10.16.3.1.1.9INTEGERread-writeControl whether the packet for which this filter is the best match should be forwarded or discarded.
INT ipIfFilterStatus1.3.6.1.4.1.33.10.16.3.1.1.10INTEGERread-writeThe status of the filter entry. Set to 'invalid' to remove the entry.
INT ipFilterState1.3.6.1.4.1.33.10.16.3.2INTEGERread-writeThe indication of whether this system does IP filtering.
ipIfFilter2Table1.3.6.1.4.1.33.10.16.3.3not-accessibleTable of filter entries.
ipIfFilter2Entry1.3.6.1.4.1.33.10.16.3.3.1not-accessibleA particular entry.
INT ipIfFilter2Index1.3.6.1.4.1.33.10.16.3.3.1.1INTEGERread-onlyThe interface index with which this entry is associated. This value is the same as IfIndex.
IP ipIfFilter2DstAddr1.3.6.1.4.1.33.10.16.3.3.1.2IpAddressread-onlyThe destination IP address to use in the filter match.
IP ipIfFilter2DstMask1.3.6.1.4.1.33.10.16.3.3.1.3IpAddressread-onlyThe destination IP mask to use in the filter match.
IP ipIfFilter2SrcAddr1.3.6.1.4.1.33.10.16.3.3.1.4IpAddressread-onlyThe source IP address to use in the filter match.
IP ipIfFilter2SrcMask1.3.6.1.4.1.33.10.16.3.3.1.5IpAddressread-onlyThe source IP mask to use in the filter match.
INT ipIfFilter2Protocol1.3.6.1.4.1.33.10.16.3.3.1.6INTEGERread-onlyThe protocol to use in the filter match. The value 256 indicates any protocol.
INT ipIfFilter2DstPortStart1.3.6.1.4.1.33.10.16.3.3.1.7INTEGERread-onlyThe starting destination port in a range of destination ports to use in the filter match. This field only applies to TCP and UDP protocol packets.
INT ipIfFilter2SrcPortStart1.3.6.1.4.1.33.10.16.3.3.1.8INTEGERread-onlyThe starting source port in a range of source ports to use in the filter match. This field only applies to TCP and UDP protocol packets.
INT ipIfFilter2Action1.3.6.1.4.1.33.10.16.3.3.1.9INTEGERread-writeControl whether the packet for which this filter is the best match should be forwarded or discarded.
INT ipIfFilter2Status1.3.6.1.4.1.33.10.16.3.3.1.10INTEGERread-writeThe status of the filter entry. Set to 'invalid' to remove the entry.
INT ipIfFilter2DstPortEnd1.3.6.1.4.1.33.10.16.3.3.1.11INTEGERread-onlyThe ending destination port in a range of destination ports to use in the filter match. This field only applies to TCP and UDP protocol packets. This filed must also be greater or equal to the ipIfFilter2DstPortStart field.
INT ipIfFilter2SrcPortEnd1.3.6.1.4.1.33.10.16.3.3.1.12INTEGERread-onlyThe starting source port in a range of source ports to use in the filter match. This field only applies to TCP and UDP protocol packets. This filed must also be greater or equal to the ipIfFilter2SrcPortStart field.
INT ipIfFilter2TcpSyn1.3.6.1.4.1.33.10.16.3.3.1.13INTEGERread-onlyThe value of the TCP SYN and ACK bit to ues in the filter match. This field only applies to TCP packets. On indicates that the SYN bit is on and the ACK bit is off. Off is any other combination.
INT ipIfFilter2ProtocolPriority1.3.6.1.4.1.33.10.16.3.3.1.14INTEGERread-writeControl the priority at which the packet for which this filter is the best match should be placed on the WAN output queue. None indicates that the sending interfaces protocol priority should be used.
xRip1.3.6.1.4.1.33.10.18
INT ripState1.3.6.1.4.1.33.10.18.1INTEGERread-writeThe indication of whether this system participates in RIP.
INT ripStatus1.3.6.1.4.1.33.10.18.2INTEGERread-onlyThe status of the RIP software.
ripNetTable1.3.6.1.4.1.33.10.18.3not-accessibleTable of RIP entries.
ripNetEntry1.3.6.1.4.1.33.10.18.3.1not-accessibleA particular entry.
IP ripNetNet1.3.6.1.4.1.33.10.18.3.1.1IpAddressread-onlyThe IP Network to which this entry applies.
INT ripNetState1.3.6.1.4.1.33.10.18.3.1.2INTEGERread-writeThis value controls the RIP protocol on this network.
CTR ripNetRipsIn1.3.6.1.4.1.33.10.18.3.1.3Counterread-onlyThe number of RIP packets received from routers on this IP network.
CTR ripNetRipsOut1.3.6.1.4.1.33.10.18.3.1.4Counterread-onlyThe number of RIP packets sent to routers on this IP network.
INT ripNetAlgorithm1.3.6.1.4.1.33.10.18.3.1.5INTEGERread-writeThis value controls the RIP algorithm on this network.
xlpd1.3.6.1.4.1.33.10.19
lpdQueueTable1.3.6.1.4.1.33.10.19.1not-accessibleA list of lpd queues on the server.
lpdQueueEntry1.3.6.1.4.1.33.10.19.1.1not-accessibleLpd parameter values plus counters for an individual lpd queue.
INT lpdQueueStatus1.3.6.1.4.1.33.10.19.1.1.1INTEGERread-writeStatus of this entry. Setting the value to 'invalid' invalidates the entry, corresponding directly to the CLEAR/PURGE SERVER LPD QUEUE command. Setting the value to 'valid' validates (creates) the entry, corresonding directly to the DEF/SET SERVER LPD QUEUE and lpd create commands.
STR lpdQueueName1.3.6.1.4.1.33.10.19.1.1.2DisplayStringread-onlyName of the LPD queue, case sensitive.
OCT lpdQueuePorts1.3.6.1.4.1.33.10.19.1.1.3OCTET STRINGread-writeList of ports assigned to the queue. An lpd queue can be associated with more than 1 port. This object corresponds to the port-list in the DEF/SET SERVER LPD QUEUE and lpc/create commands. The OCTET STRING contains a bitmap, with one bit for each port, and enough octets for all the ports on the system. Port numbers are as defined for charPortIndex in the Character MIB [11]. Corresponding bit numbers start with 1 as the high-order bit of the first octet.
INT lpdQueueEnabled1.3.6.1.4.1.33.10.19.1.1.4INTEGERread-writeFlag indicates if the queue is enabled. A 'disabled' queue will reject print requests from remote systems. A 'enabled' queue accepts requests for printing.
INT lpdQueueLfConversion1.3.6.1.4.1.33.10.19.1.1.5INTEGERread-writeFlag indicates if the queue is converting linefeeds to linefeeds, carriagereturns. 'lfcr' does the converion, 'lf' does not.
GAU lpdQueueTotalJobs1.3.6.1.4.1.33.10.19.1.1.6Gaugeread-onlyThe total number of jobs on the queue. This number should be equal to the number of active and waiting jobs. (lpdQueueActive + lpdQueueWaiting)
GAU lpdQueueActiveJobs1.3.6.1.4.1.33.10.19.1.1.7Gaugeread-onlyThe number of active jobs on the queue. An active job is a job that has been assigned a port is in the process of receiving data from a remote host and sending it out the port.
GAU lpdQueueWaitingJobs1.3.6.1.4.1.33.10.19.1.1.8Gaugeread-onlyThe number of waiting jobs on the queue. A waiting job is a job that needs a port to send its data to. This implies that the ports associated with this queue are busy.
CTR lpdQueueProcessedJobs1.3.6.1.4.1.33.10.19.1.1.9Counterread-onlyThe total number of jobs processed by this queue since server boot.
INT lpdQueueFormFeed1.3.6.1.4.1.33.10.19.1.1.10INTEGERread-writeA control to determine how we will send out a formfeed when printing a lpd job. formfeedafter: Send after job, formfeedbefore: Send before job, formfeednone: Send no formfeed.
INT lpdQueueBypass1.3.6.1.4.1.33.10.19.1.1.11INTEGERread-writeControl for a queue to bypass a LPD port which has output inhibited via flow control. Corresponds directly to the value labeled 'Bypass' in the SERVER LPD QUEUE display.
lpdJobTable1.3.6.1.4.1.33.10.19.2not-accessibleA list of lpd jobs.
lpdJobEntry1.3.6.1.4.1.33.10.19.2.1not-accessibleA single lpd Job.
INT lpdJobStatus1.3.6.1.4.1.33.10.19.2.1.1INTEGERread-writeStatus of this entry. Setting this object to 'invalid' will remove the job from the queue. Setting this object ot 'valid' has no effect since the only way to create an lpd job is with the lpd protocol.
INT lpdJobNumber1.3.6.1.4.1.33.10.19.2.1.2INTEGERread-onlyThe queue relative job number for this lpd job. Job numbers are assigned as jobs are accepted onto the queue. Job numbers are reset to 1 when they reach a value greater than 1000 and the queue goes empty.
INT lpdJobAssignedPort1.3.6.1.4.1.33.10.19.2.1.3INTEGERread-onlyThe number of the port assigned to the lpd job.
INT lpdJobFileSize1.3.6.1.4.1.33.10.19.2.1.4INTEGERread-onlyThe size of the file being sent from the remote system.
STR lpdJobHostName1.3.6.1.4.1.33.10.19.2.1.5DisplayStringread-onlyThe name of the host sending the job.
STR lpdJobFileName1.3.6.1.4.1.33.10.19.2.1.6DisplayStringread-onlyThe name of the file being sent.
INT lpdJobState1.3.6.1.4.1.33.10.19.2.1.7INTEGERread-onlyThe current state of the lpd job. A typical job transistions through the following states: initialize->waiting->assigned->printingdata-> printingcontrol->completed.
xSecurID1.3.6.1.4.1.33.10.20
STR securIDServerName01.3.6.1.4.1.33.10.20.1DisplayStringread-writeThe Domain name of the first SecurID server to try when the system verifies a SecurID PASSCODE. Corresponds directly to SERVER SECURID SERVER0 and the value labeled 'SecurID Server0:' in the SERVER SECURID display.
STR securIDServerName11.3.6.1.4.1.33.10.20.2DisplayStringread-writeThe Domain name of the second SecurID server to try when the system verifies a SecurID PASSCODE. Corresponds directly to SERVER SECURID SERVER1 and the value labeled 'SecurID Server1:' in the SERVER SECURID display.
STR securIDServerName21.3.6.1.4.1.33.10.20.3DisplayStringread-writeThe Domain name of the third SecurID server to try when the system verifies a SecurID PASSCODE. Corresponds directly to SERVER SECURID SERVER2 and the value labeled 'SecurID Server2:' in the SERVER SECURID display.
STR securIDServerName31.3.6.1.4.1.33.10.20.4DisplayStringread-writeThe Domain name of the fourth SecurID server to try when the system verifies a SecurID PASSCODE. Corresponds directly to SERVER SECURID SERVER3 and the value labeled 'SecurID Server3:' in the SERVER SECURID display.
STR securIDServerName41.3.6.1.4.1.33.10.20.5DisplayStringread-writeThe Domain name of the fifth SecurID server to try when the system verifies a SecurID PASSCODE. Corresponds directly to SERVER SECURID SERVER4 and the value labeled 'SecurID Server4:' in the SERVER SECURID display.
INT securIDMaxRetries1.3.6.1.4.1.33.10.20.6INTEGERread-writeThe maximum number of times the server will try any single SecurID server to validate a PASSCODE. Corresponds directly to SERVER SECURID ACMMAXRETRIES and the value labeled 'SecurID ACMMAXRETRIES:' in the SERVER SECURID display.
INT securIDBaseTimeout1.3.6.1.4.1.33.10.20.7INTEGERread-writeThe initial timeout value to be used between prompts for a SecurID PASSCODE. Corresponds directly to SERVER SECURID ACMBASETIMEOUT and the value labeled 'SecurID ACMBASETIMEOUT:' in the SERVER SECURID display.
INT securIDPort1.3.6.1.4.1.33.10.20.8INTEGERread-writeThe UDP port number to be used when communicating with the SecurID servers. Corresponds directly to SERVER SECURID ACM_PORT and the value labeled 'SecurID ACM_PORT:' in the SERVER SECURID display.
INT securIDQueryLimit1.3.6.1.4.1.33.10.20.9INTEGERread-writeThe maximum number of times a user will be queried for a SecurID PASSCODE before being logged out. Corresponds directly to SERVER SECURID QUERY LIMIT and the value labeled 'SecurID Query Limit:' in the SERVER SECURID display.
INT securIDEncryptionMode1.3.6.1.4.1.33.10.20.10INTEGERread-writeThe type of encryption to use in SecurID validation. Corresponds directly to the value labeled 'Encryption Mode' in the SERVER SECURID display.
CTR securIDInsecureLogins1.3.6.1.4.1.33.10.20.11Counterread-onlyThe number of user logins on ports for which SecurID user verification is not enabled. Corresponds directly to the value labeled 'Logins without SecurID:' in the SERVER SECURID display.
CTR securIDSecureLogins1.3.6.1.4.1.33.10.20.12Counterread-onlyThe number of successful user logins on ports for which SecurID user verification is enabled. Corresponds directly to the value labeled 'Successful Logins:' in the SERVER SECURID display.
CTR securIDSecureLoginsFailed1.3.6.1.4.1.33.10.20.13Counterread-onlyThe number of verification failures due to incorrect PASSCODE for attempted user logins on ports for which SecurID user verification is enabled. Corresponds directly to the value labeled 'Unsuccessful Logins:' in the SERVER SECURID display.
CTR securIDServerAccess01.3.6.1.4.1.33.10.20.14Counterread-onlyThe number of times the system successfully accessed the SecurID server0. Corresponds directly to the value labeled 'Attempts to access:', 'Server0', and 'Successful:' in the SERVER SECURID display.
CTR securIDServerAccessFailed01.3.6.1.4.1.33.10.20.15Counterread-onlyThe number of times the system unsuccessfully accessed the SecurID server0. Corresponds directly to the value labeled 'Attempts to access:', 'Server0', and 'UnSuccessful:' in the SERVER SECURID display.
CTR securIDServerAccess11.3.6.1.4.1.33.10.20.16Counterread-onlyThe number of times the system successfully accessed the SecurID server1. Corresponds directly to the value labeled 'Attempts to access:', 'Server1', and 'Successful:' in the SERVER SECURID display.
CTR securIDServerAccessFailed11.3.6.1.4.1.33.10.20.17Counterread-onlyThe number of times the system unsuccessfully accessed the SecurID server1. Corresponds directly to the value labeled 'Attempts to access:', 'Server1', and 'UnSuccessful:' in the SERVER SECURID display.
CTR securIDServerAccess21.3.6.1.4.1.33.10.20.18Counterread-onlyThe number of times the system successfully accessed the SecurID server2. Corresponds directly to the value labeled 'Attempts to access:', 'Server2', and 'Successful:' in the SERVER SECURID display.
CTR securIDServerAccessFailed21.3.6.1.4.1.33.10.20.19Counterread-onlyThe number of times the system unsuccessfully accessed the SecurID server2. Corresponds directly to the value labeled 'Attempts to access:', 'Server2', and 'UnSuccessful:' in the SERVER SECURID display.
CTR securIDServerAccess31.3.6.1.4.1.33.10.20.20Counterread-onlyThe number of times the system successfully accessed the SecurID server3. Corresponds directly to the value labeled 'Attempts to access:', 'Server3', and 'Successful:' in the SERVER SECURID display.
CTR securIDServerAccessFailed31.3.6.1.4.1.33.10.20.21Counterread-onlyThe number of times the system unsuccessfully accessed the SecurID server3. Corresponds directly to the value labeled 'Attempts to access:', 'Server3', and 'UnSuccessful:' in the SERVER SECURID display.
CTR securIDServerAccess41.3.6.1.4.1.33.10.20.22Counterread-onlyThe number of times the system successfully accessed the SecurID server4. Corresponds directly to the value labeled 'Attempts to access:', 'Server4', and 'Successful:' in the SERVER SECURID display.
CTR securIDServerAccessFailed41.3.6.1.4.1.33.10.20.23Counterread-onlyThe number of times the system unsuccessfully accessed the SecurID server4. Corresponds directly to the value labeled 'Attempts to access:', 'Server4', and 'UnSuccessful:' in the SERVER SECURID display.
INT securIDErrorPortIndex1.3.6.1.4.1.33.10.20.24INTEGERread-onlyThe index of the most recent port on which a SecurID access violation occurred. Corresponds directly to the value labeled 'Last Unsuccessful Login:' in the SERVER SECURID display.
INT securIDError1.3.6.1.4.1.33.10.20.25INTEGERread-onlyThe error number of the most recent SecurID-related error. Corresponds directly to the value labeled 'Reason:' in the SERVER SECURID display. See iTouch documentation for a complete list of error numbers and their meaning.
STR securIDErrorUsername1.3.6.1.4.1.33.10.20.26DisplayStringread-onlyThe username associated with the most recent SecurID-related error. Corresponds directly to the value labeled 'Username:' in the SERVER SECURID display.
securIDPortTable1.3.6.1.4.1.33.10.20.27not-accessibleA list of SecurID character port entries.
securIDPortEntry1.3.6.1.4.1.33.10.20.27.1not-accessibleParameter values for a SecurID port.
INT securIDPortIndex1.3.6.1.4.1.33.10.20.27.1.1INTEGERread-onlyAn index value that uniquely identifies a port could relate to SecurID. The port identified by a particular value of this index is the same port as identified by charPortIndex in the Proposed Standard Internet Character MIB.
INT securIDPortStatus1.3.6.1.4.1.33.10.20.27.1.2INTEGERread-writeA control indicating the level of SecurID operation on the port. Corresponds directly to PORT SECURID and the value 'SecurID' following the label 'Enabled Characteristics' in the PORT CHARACTERISTICS display.
xSsh1.3.6.1.4.1.33.10.23
sshPortTable1.3.6.1.4.1.33.10.23.1not-accessibleA list of SSH port entries
sshPortEntry1.3.6.1.4.1.33.10.23.1.1not-accessibleParameter values for an SSH port.
INT sshPortIndex1.3.6.1.4.1.33.10.23.1.1.1INTEGERread-onlyAn index value that uniquely identifies an SSH port. The port identified by a particular value of this index is the same port as identified by charPortIndex in the proposed standard Internet Character MIB.
INT sshPortIncomingTcpPort1.3.6.1.4.1.33.10.23.1.1.2INTEGERread-writeSpecifies the TCP port number used to identify the port when a SSH connection request arrives at the server. The default for a physical port is 2022 + 100 * port's physical port number. The default is 22 for virtual ports. Corresponds directly to the value labeled 'Remote Port:' in the PORT SSH CHARACTERISTICS display.
INT sshPortNewlineFiltering1.3.6.1.4.1.33.10.23.1.1.3INTEGERread-writeTranslation to apply to newline sequences (CR/NULL or CR/LF) received from the network during a SSH session, before sending the newline to the character port. The value indicates which input sequence is converted to which output sequence and sent to the character port, with 'none' meaning no translation. Corresponds directly to the value labeled 'Newline Filtering:' in the PORT SSH CHARACTERISTICS display.
INT sshPortNewline1.3.6.1.4.1.33.10.23.1.1.4INTEGERread-writeTranslation to apply to newline (carriage return) received from the character port during an SSH session, before sending the newline to the remote partner. Corresponds directly to the value labeled 'Newline:' in the PORT SSH CHARACTERISTICS display.
INT sshPortTransmitBufferedTime1.3.6.1.4.1.33.10.23.1.1.5INTEGERread-writeNumber of milliseconds to wait before transmitting data received from a character port during an interactive SSH session. Corresponds directly to the value labeled 'Transmit Buffered Time:' in the PORT SSH CHARACTERISTICS display.
INT sshPortRemoteProtocol1.3.6.1.4.1.33.10.23.1.1.6INTEGERread-writeIndicates which remote protocols will be accepted at this port. Corresponds indirectly to the presence of 'Telnet' or 'SSH' under the label 'Enabled Characteristics:' in the PORT SSH CHARACTERISTICS display. If both protocols are accepted at the port, the choice of protocol is determined by which features are enabled on the server with SSH taking precedence over Telnet.
OCT sshCipherMask1.3.6.1.4.1.33.10.23.2OCTET STRINGread-writeThis is a list of the encryption methods supported. The OCTET STRING contains a bitmap, with one bit for each cipher type. Corresponding bit numbers start with 0 as the low-order bit of the second octet. The following bit positions are defined: none(0), des(2), tripleDes(3), and blowfish(6). Corresponds directly to the value labeled 'SSH Cipher Enabled:' in the SERVER SSH CHARACTERISTICS display.
INT sshAuthenticationTimeout1.3.6.1.4.1.33.10.23.3INTEGERread-writeThe timeout in minutes before disconnecting if no successful authentication of SSH parties has been made. Corresponds directly to the value labeled 'Authentication Timeout:' in the SERVER SSH CHARACTERISTICS display.
INT sshHostKeyLength1.3.6.1.4.1.33.10.23.4INTEGERread-writeThe bit length of the SSH host encryption key. When modified, the desired change does not occur until the next system initialization. Corresponds directly to the value labeled 'Host Key Length:' in the SERVER SSH CHARACTERISTICS display.
INT sshHostKeyGenerate1.3.6.1.4.1.33.10.23.5INTEGERread-writeFor a set-request with a value of generate or update, a new host key will be generated in the background. When modified with generate, the desired change does not occur until the next system initialization whereas when modified with update the change goes into effect upon completion of the new key. In response to a get-request or a get-next-request the agent will respond ready except when a host key is being created in which case the agent responds generate.
INT sshServerKeyLength1.3.6.1.4.1.33.10.23.6INTEGERread-writeThe bit length of the SSH server encryption key. The difference between the server and host key lengths should be greater than 128 bits. Corresponds directly to the value labeled 'Server Key Length:' in the SERVER SSH CHARACTERISTICS display.
INT sshServerKeyTtl1.3.6.1.4.1.33.10.23.7INTEGERread-writeThe time in minutes that the server key remains valid. After this time the server key is automatically re-generated. Corresponds directly to the value labeled 'Server Key Timeout:' in the SERVER SSH CHARACTERISTICS display.
INT sshServerMaxBufferSize1.3.6.1.4.1.33.10.23.8INTEGERread-writeThe size of the four buffers used by SSH for input and output. These buffers are used for data coming from the console, going to the network, coming from the network and going to the console.

RFC description

iTouch network device management MIB for monitoring system resources, network interfaces, and device-specific operational parameters.

Start monitoring iTouch Communications (later Black Box) access server (IP/TCP stack config) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.

Download ITOUCH-INTERNET-MIB