ITOUCH-INTERNET-MIB: View SNMP OID List / Download MIB
VENDOR: MRV COMMUNICATIONS
Home | MIB: ITOUCH-INTERNET-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
xInternetDep | 1.3.6.1.4.1.33.4 | |||
xInternet | 1.3.6.1.4.1.33.10 | |||
xIp | 1.3.6.1.4.1.33.10.1 | |||
ipGatewayAddress1 | 1.3.6.1.4.1.33.10.1.1 | ipaddress | read-write |
The 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. |
ipGatewayAddress2 | 1.3.6.1.4.1.33.10.1.2 | ipaddress | read-write |
The 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. |
ipAutoSubnetMask | 1.3.6.1.4.1.33.10.1.3 | integer | read-write |
A 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. Enumeration: 'disabled': 1, 'enabled': 2. |
ipReassembly | 1.3.6.1.4.1.33.10.1.4 | integer | read-write |
A control for reassembly of IP fragments. Corresponds directly to SERVER INTERNET REASSEMBLY and the value labeled 'Reassembly:' in the SERVER INTERNET CHARACTERISTICS display. Enumeration: 'disabled': 1, 'enabled': 2. |
ipFragmentsQueuedHigh | 1.3.6.1.4.1.33.10.1.5 | gauge | read-only |
Highest number of IP fragments queued. |
ipFragmentsQueuedCurrent | 1.3.6.1.4.1.33.10.1.6 | gauge | read-only |
Current number of IP fragments queued. |
ipGenAdExtTable | 1.3.6.1.4.1.33.10.1.7 | no-access |
Table 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. |
|
1.3.6.1.4.1.33.10.1.7.1 | no-access |
A particular entry. |
||
ipGenAdEntExtType | 1.3.6.1.4.1.33.10.1.7.1.1 | integer | read-write |
The 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 Enumeration: 'ppp': 4, 'primary': 1, 'slip': 3, 'rotary': 2. |
ipGenAdEntExtBroadcast | 1.3.6.1.4.1.33.10.1.7.1.2 | ipaddress | read-write |
Outgoing IP broadcast address associated with this local address. Value may be confined to logical compatibility with associated network mask. |
ipARPTimeout | 1.3.6.1.4.1.33.10.1.8 | integer | read-write |
A 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. |
ipGatewayPingInterval | 1.3.6.1.4.1.33.10.1.9 | integer | read-write |
A 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. |
ipConfigureBootp | 1.3.6.1.4.1.33.10.1.11 | integer | read-write |
Control 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. Enumeration: 'disabled': 1, 'enabled': 2. |
xTcp | 1.3.6.1.4.1.33.10.2 | |||
tcpPortTable | 1.3.6.1.4.1.33.10.2.1 | no-access |
A list of TCP character port entries. |
|
1.3.6.1.4.1.33.10.2.1.1 | no-access |
TCP parameter values for a character port. |
||
tcpPortIndex | 1.3.6.1.4.1.33.10.2.1.1.1 | integer | read-only |
An 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. |
tcpPortConnectByAddress | 1.3.6.1.4.1.33.10.2.1.1.2 | integer | read-write |
A 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. Enumeration: 'disabled': 1, 'enabled': 2. |
tcpPortWindowSize | 1.3.6.1.4.1.33.10.2.1.1.3 | integer | read-write |
Size 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. |
tcpPortKeepAliveLimit | 1.3.6.1.4.1.33.10.2.1.1.4 | integer | read-write |
Number of minutes to maintain a TCP connection without response to keep-alive communication. A value of zero indicates no limit. |
tcpResequencing | 1.3.6.1.4.1.33.10.2.2 | integer | read-write |
A 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. Enumeration: 'disabled': 1, 'enabled': 2. |
tcpQueuedSegs | 1.3.6.1.4.1.33.10.2.3 | gauge | read-only |
Number of TCP segments in the TCP receive queues. Corresponds directly to the value labeled 'TCP Packets Queued:' in the SERVER INTERNET COUNTERS display. |
tcpDiscardSegs | 1.3.6.1.4.1.33.10.2.4 | counter | read-only |
Number 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. |
tcpConnectTimer | 1.3.6.1.4.1.33.10.2.5 | integer | read-write |
Number 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 |
tcpLocalPortBase | 1.3.6.1.4.1.33.10.2.6 | integer | read-write |
The value for port 0's tcp source port number. |
tcpLocalPortIncrement | 1.3.6.1.4.1.33.10.2.7 | integer | read-write |
The value by which the tcp source port number increases for each port greater than port 0. |
tcpRoutingTblSz | 1.3.6.1.4.1.33.10.2.8 | integer | read-write |
A control to set the size of the working routing table. The default is the current size of the table (64). |
tcpDataSendDelay | 1.3.6.1.4.1.33.10.2.9 | integer | read-write |
A control to delay for the specified number of 10 millisecond ticks before sending the userdata string over the telnet connection. |
tcpAckDelay | 1.3.6.1.4.1.33.10.2.10 | integer | read-write |
A Control to prevent sending a TCP ACK when we we change TCP window size. Enumeration: 'disabled': 1, 'enabled': 2. |
tcpRetransmitMin | 1.3.6.1.4.1.33.10.2.11 | integer | read-write |
Number of milliseconds for the initial TCP Retransmit timer. This is the time at which a TCP session will initially retransmit unacknowledged packets. |
xSnmpAgent | 1.3.6.1.4.1.33.10.3 | |||
snmpAgentGetCommunity | 1.3.6.1.4.1.33.10.3.1 | displaystring | read-write |
The 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. |
snmpAgentSetCommunity | 1.3.6.1.4.1.33.10.3.2 | displaystring | read-write |
The 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. |
snmpAgentTrapCommunity | 1.3.6.1.4.1.33.10.3.3 | displaystring | read-write |
The 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. |
snmpAgentGetClientNumber | 1.3.6.1.4.1.33.10.3.4 | integer | read-only |
The 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. |
snmpAgentSetClientNumber | 1.3.6.1.4.1.33.10.3.5 | integer | read-only |
The 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. |
snmpAgentTrapClientNumber | 1.3.6.1.4.1.33.10.3.6 | integer | read-only |
The 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. |
getClientTable | 1.3.6.1.4.1.33.10.3.7 | no-access |
A list of get client entries. The number of entries is given by the value of snmpAgentGetClientNumber. |
|
1.3.6.1.4.1.33.10.3.7.1 | no-access |
Parameter values for a get client. |
||
getClientIndex | 1.3.6.1.4.1.33.10.3.7.1.1 | integer | read-only |
Identification of a get client entry. Corresponds directly to the number in the label 'Get Client n:' in the SERVER INTERNET SNMP CHARACTERISTICS display. |
getClientEntryStatus | 1.3.6.1.4.1.33.10.3.7.1.2 | integer | read-write |
Status 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. Enumeration: 'valid': 2, 'invalid': 1. |
getClientAddressType | 1.3.6.1.4.1.33.10.3.7.1.3 | addresstype | read-write |
The 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. |
getClientAddress | 1.3.6.1.4.1.33.10.3.7.1.4 | octet string | read-write |
The 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. |
setClientTable | 1.3.6.1.4.1.33.10.3.8 | no-access |
A list of set client entries. The number of entries is given by the value of snmpAgentSetClientNumber. |
|
1.3.6.1.4.1.33.10.3.8.1 | no-access |
Parameter values for a set client. |
||
setClientIndex | 1.3.6.1.4.1.33.10.3.8.1.1 | integer | read-only |
Identification of a set client entry. Corresponds directly to the number in the label 'Set Client n:' in the SERVER INTERNET SNMP CHARACTERISTICS display. |
setClientEntryStatus | 1.3.6.1.4.1.33.10.3.8.1.2 | integer | read-write |
Status 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. Enumeration: 'valid': 2, 'invalid': 1. |
setClientAddressType | 1.3.6.1.4.1.33.10.3.8.1.3 | addresstype | read-write |
The 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. |
setClientAddress | 1.3.6.1.4.1.33.10.3.8.1.4 | octet string | read-write |
The 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. |
trapClientTable | 1.3.6.1.4.1.33.10.3.9 | no-access |
A list of trap client entries. The number of entries is given by the value of snmpAgentTrapClientNumber. |
|
1.3.6.1.4.1.33.10.3.9.1 | no-access |
Parameter values for a trap client. |
||
trapClientIndex | 1.3.6.1.4.1.33.10.3.9.1.1 | integer | read-only |
Identification of a trap client entry. Corresponds directly to the number in the label 'Trap Client n:' in the SERVER INTERNET SNMP CHARACTERISTICS display. |
trapClientEntryStatus | 1.3.6.1.4.1.33.10.3.9.1.2 | integer | read-write |
Status 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. Enumeration: 'valid': 2, 'invalid': 1. |
trapClientAddressType | 1.3.6.1.4.1.33.10.3.9.1.3 | addresstype | read-write |
The 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. |
trapClientAddress | 1.3.6.1.4.1.33.10.3.9.1.4 | octet string | read-write |
The 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. |
snmpAgentAuthFailureAddress | 1.3.6.1.4.1.33.10.3.10 | typedaddress | read-only |
The address of the client to most recently fail SNMP authorization. |
snmpAgentCommunityAuthenticationAlways | 1.3.6.1.4.1.33.10.3.14 | integer | read-write |
When 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. Enumeration: 'disabled': 1, 'enabled': 2. |
xDomainResolver | 1.3.6.1.4.1.33.10.4 | |||
domainResolverSuffix | 1.3.6.1.4.1.33.10.4.1 | displaystring | read-write |
A 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. |
domainResolverAddress1 | 1.3.6.1.4.1.33.10.4.2 | ipaddress | read-write |
The 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. |
domainResolverAddress2 | 1.3.6.1.4.1.33.10.4.3 | ipaddress | read-write |
The 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. |
domainResolverTtl | 1.3.6.1.4.1.33.10.4.4 | integer | read-write |
The 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. |
domainResolverNameNumber | 1.3.6.1.4.1.33.10.4.5 | integer | read-only |
The number of Domain name mappings in this system's name cache. |
nameTable | 1.3.6.1.4.1.33.10.4.6 | no-access |
A list of Domain name entries. The number of entries is given by the value of domainResolverNameNumber. |
|
1.3.6.1.4.1.33.10.4.6.1 | no-access |
Parameter values for a Domain name. |
||
nameName | 1.3.6.1.4.1.33.10.4.6.1.1 | displaystring | read-only |
A fully qualified domain name. Corresponds directly to the value labeled 'Domain Name' in the DOMAIN display. |
nameAddress | 1.3.6.1.4.1.33.10.4.6.1.2 | ipaddress | read-only |
An Internet address corresponding to the Domain name. Corresponds directly to the value labeled 'Internet Address' in the DOMAIN display. |
nameStatus | 1.3.6.1.4.1.33.10.4.6.1.3 | integer | read-write |
The 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. Enumeration: 'valid': 2, 'invalid': 1. |
nameSource | 1.3.6.1.4.1.33.10.4.6.1.4 | integer | read-only |
Source 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. Enumeration: 'rwho': 4, 'manager': 1, 'primary': 2, 'secondary': 3. |
nameTtl | 1.3.6.1.4.1.33.10.4.6.1.5 | integer | read-only |
The number of minutes remaining in the entry's time to live. Corresponds directly to the value labeled 'TTL' in the DOMAIN display. |
domainResolverPpp | 1.3.6.1.4.1.33.10.4.7 | |||
domainResolverPppPrimaryServer | 1.3.6.1.4.1.33.10.4.7.1 | ipaddress | read-write |
The 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. |
domainResolverPppSecondaryServer | 1.3.6.1.4.1.33.10.4.7.2 | ipaddress | read-write |
The 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. |
xSlip | 1.3.6.1.4.1.33.10.5 | |||
slipTable | 1.3.6.1.4.1.33.10.5.1 | no-access |
A list of SLIP character port entries. |
|
1.3.6.1.4.1.33.10.5.1.1 | no-access |
Parameter values for a SLIP port. |
||
slipIndex | 1.3.6.1.4.1.33.10.5.1.1.1 | integer | read-only |
An 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. |
slipState | 1.3.6.1.4.1.33.10.5.1.1.2 | integer | read-write |
A 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. Enumeration: 'on': 2, 'off': 1, 'compressed': 3. |
slipLocalAddress | 1.3.6.1.4.1.33.10.5.1.1.3 | ipaddress | read-write |
The IP address assigned to the port. Corresponds directly to PORT SLIP ADDRESS and the value labeled 'SLIP Address:' in the PORT ALTERNATE CHARACTERISTICS display. |
slipRemoteAddress | 1.3.6.1.4.1.33.10.5.1.1.4 | ipaddress | read-write |
The 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. |
slipMask | 1.3.6.1.4.1.33.10.5.1.1.5 | ipaddress | read-write |
The 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. |
slipPortPacketsReceived | 1.3.6.1.4.1.33.10.5.1.1.6 | counter | read-only |
The number of SLIP packets received from the port. Corresponds directly to the value labeled 'Serial Packets Received:' in the PORT COUNTERS display. |
slipPortPacketsSent | 1.3.6.1.4.1.33.10.5.1.1.7 | counter | read-only |
The number of SLIP packets sent to the port. Corresponds directly to the value labeled 'Serial Packets Sent:' in the PORT COUNTERS display. |
slipPortPacketsDiscarded | 1.3.6.1.4.1.33.10.5.1.1.8 | counter | read-only |
The number of SLIP packets received from the port and discarded. Corresponds directly to the value labeled 'Serial Packets Discarded:' in the PORT COUNTERS display. |
slipPortPacketLengthErrors | 1.3.6.1.4.1.33.10.5.1.1.9 | counter | read-only |
The 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. |
slipPortPacketChecksumErrors | 1.3.6.1.4.1.33.10.5.1.1.10 | counter | read-only |
The 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. |
slipNetworkPacketsReceived | 1.3.6.1.4.1.33.10.5.1.1.11 | counter | read-only |
The 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. |
slipNetworkPacketsSent | 1.3.6.1.4.1.33.10.5.1.1.12 | counter | read-only |
The 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. |
slipNetworkPacketsDiscarded | 1.3.6.1.4.1.33.10.5.1.1.13 | counter | read-only |
The 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. |
xTelnet | 1.3.6.1.4.1.33.10.6 | |||
telnetPortTable | 1.3.6.1.4.1.33.10.6.1 | no-access |
A list of Telnet character port entries. |
|
1.3.6.1.4.1.33.10.6.1.1 | no-access |
Telnet parameter values for a character port. |
||
telnetPortIndex | 1.3.6.1.4.1.33.10.6.1.1.1 | integer | read-only |
An 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. |
telnetPortIncomingTcpPort | 1.3.6.1.4.1.33.10.6.1.1.2 | integer | read-write |
The 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. |
telnetPortOutgoingTcpPort | 1.3.6.1.4.1.33.10.6.1.1.3 | integer | read-write |
The 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. |
telnetPortNewlineTranslation | 1.3.6.1.4.1.33.10.6.1.1.4 | integer | read-write |
Translation 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. Enumeration: 'std': 5, 'none': 1, 'crLf': 4, 'crNull': 3, 'lfToCrLf': 6, 'cr': 2. |
telnetPortTerminalType | 1.3.6.1.4.1.33.10.6.1.1.5 | displaystring | read-write |
The terminal type character string for Telnet negotiations. Corresponds directly to PORT TELNET TERMINALTYPE and the value labeled 'TerminalType:' in the PORT TELNET CHARACTERISTICS display. |
telnetPortEorReflection | 1.3.6.1.4.1.33.10.6.1.1.6 | integer | read-write |
Control for end-of-record handshake. Corresponds directly to PORT TELNET EOR REFLECTION and the value labeled 'EOR Reflection:' in the PORT TELNET CHARACTERISTICS display. Enumeration: 'disabled': 1, 'enabled': 2. |
telnetPortBinaryMode | 1.3.6.1.4.1.33.10.6.1.1.7 | integer | read-write |
Control 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. Enumeration: 'disabled': 3, 'flowControl': 1, 'complete': 2. |
telnetPortSendLocation | 1.3.6.1.4.1.33.10.6.1.1.8 | integer | read-write |
A 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. Enumeration: 'disabled': 1, 'enabled': 2. |
telnetPortClientLocation | 1.3.6.1.4.1.33.10.6.1.1.9 | displaystring | read-only |
The location of the Telnet client port. Corresponds directly to the value labeled 'Telnet Client Location' in the SESSION display. |
telnetPortPassiveSendLocation | 1.3.6.1.4.1.33.10.6.1.1.10 | integer | read-write |
A 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. Enumeration: 'disabled': 1, 'enabled': 2. |
telnetSerialPortTable | 1.3.6.1.4.1.33.10.6.2 | no-access |
A list of Telnet character port entries. |
|
1.3.6.1.4.1.33.10.6.2.1 | no-access |
Telnet parameter values for a character port. |
||
telnetSerialPortIndex | 1.3.6.1.4.1.33.10.6.2.1.1 | integer | read-only |
An 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. |
telnetSerialPortOptionDisplay | 1.3.6.1.4.1.33.10.6.2.1.2 | integer | read-write |
Control 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. Enumeration: 'disabled': 1, 'enabled': 2. |
telnetSerialPortCsiEscape | 1.3.6.1.4.1.33.10.6.2.1.3 | integer | read-write |
Control 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. Enumeration: 'disabled': 1, 'enabled': 2. |
telnetSerialPortEchoMode | 1.3.6.1.4.1.33.10.6.2.1.4 | integer | read-write |
Control 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. Enumeration: 'passive': 4, 'remote': 2, 'character': 5, 'disabled': 3, 'noecho': 7, 'line': 6, 'local': 1. |
telnetSerialPortNewlineMode | 1.3.6.1.4.1.33.10.6.2.1.5 | integer | read-write |
Translation 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. Enumeration: 'verbatim': 3, 'crLf': 2, 'crNull': 1. |
telnetSerialPortTransmitMode | 1.3.6.1.4.1.33.10.6.2.1.6 | integer | read-write |
Criterion 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. Enumeration: 'timed': 3, 'buffered': 2, 'controlchar': 4, 'immediate': 1. |
telnetSerialPortTransmitCharacterTimes | 1.3.6.1.4.1.33.10.6.2.1.7 | integer | read-write |
Number 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 |
telnetSerialPortAbortOutputCharacter | 1.3.6.1.4.1.33.10.6.2.1.8 | integer | read-write |
Character 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. |
telnetSerialPortAttentionCharacter | 1.3.6.1.4.1.33.10.6.2.1.9 | integer | read-write |
Character 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. |
telnetSerialPortEraseKeyCharacter | 1.3.6.1.4.1.33.10.6.2.1.10 | integer | read-write |
Character 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. |
telnetSerialPortEraseLineCharacter | 1.3.6.1.4.1.33.10.6.2.1.11 | integer | read-write |
Character 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. |
telnetSerialPortInterruptCharacter | 1.3.6.1.4.1.33.10.6.2.1.12 | integer | read-write |
Character 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. |
telnetSerialPortQueryCharacter | 1.3.6.1.4.1.33.10.6.2.1.13 | integer | read-write |
Character 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. |
telnetSerialPortSynchronizeCharacter | 1.3.6.1.4.1.33.10.6.2.1.14 | integer | read-write |
Character 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. |
telnetSerialPortUrgentBreak | 1.3.6.1.4.1.33.10.6.2.1.15 | integer | read-write |
Control 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. Enumeration: 'disabled': 1, 'enabled': 2. |
telnetSerialPortRs491 | 1.3.6.1.4.1.33.10.6.2.1.16 | integer | read-write |
A control to enable RS491 protocol processing on a port. Enumeration: 'disabled': 1, 'enabled': 2. |
telnetSerialPortTransmitBufferedTime | 1.3.6.1.4.1.33.10.6.2.1.17 | integer | read-write |
Number 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 |
telnetSerialPortInterpretInterruptAsBreak | 1.3.6.1.4.1.33.10.6.2.1.18 | integer | read-write |
Control 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. Enumeration: 'disabled': 2, 'enabled': 1. |
telnetSerialPortPass8d | 1.3.6.1.4.1.33.10.6.2.1.19 | integer | read-write |
Control 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. Enumeration: 'disabled': 2, 'enabled': 1. |
telnetSerialPortComControlClient | 1.3.6.1.4.1.33.10.6.2.1.20 | integer | read-write |
Control 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. Enumeration: 'disabled': 2, 'enabled': 1. |
telnetSerialPortComControlServer | 1.3.6.1.4.1.33.10.6.2.1.21 | integer | read-write |
Control 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. Enumeration: 'disabled': 2, 'enabled': 1. |
telnetSerialPortComControlServerRaisesDtr | 1.3.6.1.4.1.33.10.6.2.1.22 | integer | read-write |
Control 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. Enumeration: 'disabled': 2, 'enabled': 1. |
telnetSerialPortComControlClientTogglesDtr | 1.3.6.1.4.1.33.10.6.2.1.23 | integer | read-write |
Control 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. Enumeration: 'disabled': 2, 'enabled': 1. |
xTn3270 | 1.3.6.1.4.1.33.10.7 | |||
tn3270DeviceNumber | 1.3.6.1.4.1.33.10.7.1 | integer | read-only |
The number of entries in the tn3270 Device table. |
tn3270LanguageNumber | 1.3.6.1.4.1.33.10.7.2 | integer | read-only |
The number of entries in the tn3270 Language table. |
tn3270PortKeymapStatus | 1.3.6.1.4.1.33.10.7.3 | integer | read-write |
Control 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. Enumeration: 'disabled': 1, 'enabled': 2. |
tn3270DeviceTable | 1.3.6.1.4.1.33.10.7.4 | no-access |
A list of tn3270 terminal device entries. |
|
1.3.6.1.4.1.33.10.7.4.1 | no-access |
Tn3270 parameter values for a terminal device entry. |
||
tn3270DeviceName | 1.3.6.1.4.1.33.10.7.4.1.1 | displaystring | read-only |
The name of a generic terminal device. Corresponds directly to SERVER TN3270 DEVICE and the value labeled 'Device Name:' in the SERVER TN3270 DEVICE display. |
tn3270DeviceStatus | 1.3.6.1.4.1.33.10.7.4.1.2 | integer | read-write |
Status 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. Enumeration: 'valid': 2, 'invalid': 1. |
tn3270DeviceType | 1.3.6.1.4.1.33.10.7.4.1.3 | displaystring | read-write |
The 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. |
tn3270Device3278Model | 1.3.6.1.4.1.33.10.7.4.1.4 | integer | read-write |
The 3278 model for the device. Corresponds directly to SERVER TN3270 DEVICE 3278Model and the value labeled '3278Model:' in the SERVER TN3270 DEVICE display. Enumeration: 'model2': 1, 'model5': 2. |
tn3270DeviceKeyNumber | 1.3.6.1.4.1.33.10.7.4.1.5 | integer | read-only |
The number of Key table entries for this device. |
tn3270DeviceScreenNumber | 1.3.6.1.4.1.33.10.7.4.1.6 | integer | read-only |
The number of Screen table entries for this device. |
tn3270KeyTable | 1.3.6.1.4.1.33.10.7.5 | no-access |
A list of tn3270 key entries by device. |
|
1.3.6.1.4.1.33.10.7.5.1 | no-access |
Tn3270 parameter values for a key entry for a device. |
||
tn3270KeyDeviceName | 1.3.6.1.4.1.33.10.7.5.1.1 | displaystring | read-only |
The 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. |
tn3270KeyName | 1.3.6.1.4.1.33.10.7.5.1.2 | integer | read-only |
The 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. Enumeration: 'pf24': 62, 'reset': 20, 'sysreq': 66, 'pf20': 58, 'fastright': 22, 'pf22': 60, 'pf23': 61, 'fieldmark': 17, 'pf1': 39, 'pf3': 41, 'pf2': 40, 'flushinput': 13, 'pf4': 42, 'tab': 2, 'pf6': 44, 'pf9': 47, 'home': 8, 'pf21': 59, 'fastleft': 21, 'cursordown': 7, 'cursorsel': 69, 'duplicate': 16, 'print': 24, 'cursorright': 6, 'pf8': 46, 'status': 19, 'centsign': 15, 'pf16': 54, 'pf19': 57, 'pf18': 56, 'insert': 12, 'pf15': 53, 'pf14': 52, 'pf17': 55, 'newline': 1, 'pf11': 49, 'pf10': 48, 'pf13': 51, 'pf12': 50, 'test': 70, 'pa1': 63, 'cursorleft': 5, 'eraseeof': 10, 'backtab': 3, 'pf7': 45, 'pa3': 65, 'clear': 68, 'showkeys': 23, 'refresh': 14, 'cursorup': 4, 'pa2': 64, 'enter': 67, 'eraseinput': 11, 'pf5': 43, 'scroll': 18, 'delete': 9. |
tn3270KeyStatus | 1.3.6.1.4.1.33.10.7.5.1.3 | integer | read-write |
Status 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. Enumeration: 'valid': 2, 'invalid': 1. |
tn3270KeyCharacterSequence | 1.3.6.1.4.1.33.10.7.5.1.4 | octet string | read-write |
The 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. |
tn3270KeyDescription | 1.3.6.1.4.1.33.10.7.5.1.5 | displaystring | read-write |
Descriptive 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. |
tn3270ScreenTable | 1.3.6.1.4.1.33.10.7.6 | no-access |
A list of tn3270 screen action entries by device. |
|
1.3.6.1.4.1.33.10.7.6.1 | no-access |
Tn3270 parameter values for a screen action entry for a device. |
||
tn3270ScreenDeviceName | 1.3.6.1.4.1.33.10.7.6.1.1 | displaystring | read-only |
The 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. |
tn3270ScreenActionName | 1.3.6.1.4.1.33.10.7.6.1.2 | integer | read-only |
The 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. Enumeration: 'col132': 4, 'boldoff': 9, 'colorWhite': 22, 'sgr': 33, 'colorBlue': 16, 'reset2': 29, 'blinkoff': 11, 'colorTurquoise': 20, 'charset': 7, 'boldon': 8, 'underscoreoff': 13, 'beep': 6, 'colorPink': 18, 'colorRed': 17, 'movecursor': 3, 'colorYellow': 21, 'underscoreon': 12, 'base': 32, 'reset1': 28, 'reset3': 30, 'reverseoff': 15, 'reset4': 31, 'status1': 26, 'status2': 27, 'eraseeol': 1, 'colorGreen': 19, 'clearscr': 2, 'col80': 5, 'blinkon': 10, 'reverseon': 14. |
tn3270ScreenStatus | 1.3.6.1.4.1.33.10.7.6.1.3 | integer | read-write |
Status 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. Enumeration: 'valid': 2, 'invalid': 1. |
tn3270ScreenCharacterSequence | 1.3.6.1.4.1.33.10.7.6.1.4 | octet string | read-write |
The 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. |
tn3270LanguageTable | 1.3.6.1.4.1.33.10.7.7 | no-access |
A list of tn3270 language entries. |
|
1.3.6.1.4.1.33.10.7.7.1 | no-access |
Tn3270 parameter values for a language entry. |
||
tn3270LanguageName | 1.3.6.1.4.1.33.10.7.7.1.1 | displaystring | read-only |
The name of language for character translation tables. Corresponds directly to SERVER TN3270 LANGUAGE and the value labeled 'Language Name:' in the SERVER LANGUAGE display. |
tn3270LanguageStatus | 1.3.6.1.4.1.33.10.7.7.1.2 | integer | read-write |
Status 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. Enumeration: 'valid': 2, 'invalid': 1. |
eToALanguageTable | 1.3.6.1.4.1.33.10.7.8 | no-access |
A list of language EBCDIC to ASCII conversion entries. |
|
1.3.6.1.4.1.33.10.7.8.1 | no-access |
EBCDIC to ASCII parameter values for a language entry. |
||
eToALanguageName | 1.3.6.1.4.1.33.10.7.8.1.1 | displaystring | read-only |
The name of language from the language table. |
eToAOffset | 1.3.6.1.4.1.33.10.7.8.1.2 | integer | read-only |
EBCDIC 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. |
eToAValue | 1.3.6.1.4.1.33.10.7.8.1.3 | integer | read-write |
ASCII 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. |
aToELanguageTable | 1.3.6.1.4.1.33.10.7.9 | no-access |
A list of language ASCII to EBCDIC conversion entries. |
|
1.3.6.1.4.1.33.10.7.9.1 | no-access |
ASCII to EBCDIC parameter values for a language entry. |
||
aToELanguageName | 1.3.6.1.4.1.33.10.7.9.1.1 | displaystring | read-only |
The name of language from the language table. |
aToEOffset | 1.3.6.1.4.1.33.10.7.9.1.2 | integer | read-only |
ASCII 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. |
aToEValue | 1.3.6.1.4.1.33.10.7.9.1.3 | integer | read-write |
EBCDIC 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. |
tn3270PortTable | 1.3.6.1.4.1.33.10.7.10 | no-access |
A list of tn3270 character port entries. |
|
1.3.6.1.4.1.33.10.7.10.1 | no-access |
Parameter values for a tn3270 port. |
||
tn3270PortIndex | 1.3.6.1.4.1.33.10.7.10.1.1 | integer | read-only |
An 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. |
tn3270PortDeviceName | 1.3.6.1.4.1.33.10.7.10.1.2 | displaystring | read-write |
The 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. |
tn3270PortLanguageName | 1.3.6.1.4.1.33.10.7.10.1.3 | displaystring | read-write |
The 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. |
tn3270PortExtendedAttributes | 1.3.6.1.4.1.33.10.7.10.1.4 | integer | read-write |
A 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. Enumeration: 'disabled': 1, 'enabled': 2. |
tn3270PortEorNegotiation | 1.3.6.1.4.1.33.10.7.10.1.5 | integer | read-write |
A 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. Enumeration: 'disabled': 1, 'enabled': 2. |
tn3270PortErrorLock | 1.3.6.1.4.1.33.10.7.10.1.6 | integer | read-write |
A 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. Enumeration: 'disabled': 1, 'enabled': 2. |
tn3270PortPrinterPort | 1.3.6.1.4.1.33.10.7.10.1.7 | integer | read-write |
The port number of the tn3270 printer. Corresponds directly to PORT TELNET TN3270 PRINTER and the value labeled 'Tn3270 Printer:' in the PORT TELNET display. |
tn3270PortOutgoingTcpPort | 1.3.6.1.4.1.33.10.7.10.1.8 | integer | read-write |
The 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. |
tn3270PortSpaceInsert | 1.3.6.1.4.1.33.10.7.10.1.9 | integer | read-write |
Control 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. Enumeration: 'disabled': 1, 'enabled': 2. |
tn3270PortTypeAhead | 1.3.6.1.4.1.33.10.7.10.1.10 | integer | read-write |
Control 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. Enumeration: 'disabled': 1, 'enabled': 2. |
tn3270PrefixKeyMap | 1.3.6.1.4.1.33.10.7.10.1.11 | integer | read-write |
Control 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. Enumeration: 'disabled': 1, 'enabled': 2. |
tn3270PortScanner | 1.3.6.1.4.1.33.10.7.10.1.12 | integer | read-write |
Indicates 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. Enumeration: 'disabled': 1, 'enabled': 2. |
xKerberos | 1.3.6.1.4.1.33.10.8 | |||
kerbStatus | 1.3.6.1.4.1.33.10.8.1 | integer | read-write |
A 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. Enumeration: 'none': 1, 'login': 2. |
kerbRealm | 1.3.6.1.4.1.33.10.8.2 | displaystring | read-write |
The 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. |
kerbQueryLimit | 1.3.6.1.4.1.33.10.8.3 | integer | read-write |
The 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. |
kerbMasterName | 1.3.6.1.4.1.33.10.8.4 | displaystring | read-write |
The 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. |
kerbServerName1 | 1.3.6.1.4.1.33.10.8.5 | displaystring | read-write |
The 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. |
kerbServerName2 | 1.3.6.1.4.1.33.10.8.6 | displaystring | read-write |
The 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. |
kerbInsecureLogins | 1.3.6.1.4.1.33.10.8.7 | counter | read-only |
The 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. |
kerbSecureLogins | 1.3.6.1.4.1.33.10.8.8 | counter | read-only |
The 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. |
kerbSecureLoginsFailed | 1.3.6.1.4.1.33.10.8.9 | counter | read-only |
The 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. |
kerbPasswordChangeFailed | 1.3.6.1.4.1.33.10.8.10 | counter | read-only |
The 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. |
kerbError | 1.3.6.1.4.1.33.10.8.11 | integer | read-only |
The 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. |
kerbErrorTime | 1.3.6.1.4.1.33.10.8.12 | datetime | read-only |
The date and time that kerbError was last updated. Corresponds directly to the value labeled 'Occurred:' in the SERVER KERBEROS display. |
kerbMasterAccess | 1.3.6.1.4.1.33.10.8.13 | counter | read-only |
The 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. |
kerbMasterAccessFailed | 1.3.6.1.4.1.33.10.8.14 | counter | read-only |
The 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. |
kerbServerAccess1 | 1.3.6.1.4.1.33.10.8.15 | counter | read-only |
The 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. |
kerbServerAccessFailed1 | 1.3.6.1.4.1.33.10.8.16 | counter | read-only |
The 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. |
kerbServerAccess2 | 1.3.6.1.4.1.33.10.8.17 | counter | read-only |
The 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. |
kerbServerAccessFailed2 | 1.3.6.1.4.1.33.10.8.18 | counter | read-only |
The 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. |
kerbPortTable | 1.3.6.1.4.1.33.10.8.19 | no-access |
A list of Kerberos character port entries. |
|
1.3.6.1.4.1.33.10.8.19.1 | no-access |
Parameter values for a Kerberos port. |
||
kerbPortIndex | 1.3.6.1.4.1.33.10.8.19.1.1 | integer | read-only |
An 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. |
kerbPortStatus | 1.3.6.1.4.1.33.10.8.19.1.2 | integer | read-write |
A 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. Enumeration: 'none': 1, 'login': 2. |
kerbServerPort | 1.3.6.1.4.1.33.10.8.20 | integer | read-write |
The UDP port number on the Kerberos server where Kerberos messages are sent. Enumeration: 'experimentalPort': 750, 'standardPort': 88. |
xPortSecurity | 1.3.6.1.4.1.33.10.9 | |||
psEntryNumber | 1.3.6.1.4.1.33.10.9.1 | integer | read-only |
The number of security entries in this system's port security table with psEntryStatus of 'valid'. |
psEntryNumberLimit | 1.3.6.1.4.1.33.10.9.2 | integer | read-only |
The maximum number of security entries in this system's port security table. |
psEntryInvalidIndex | 1.3.6.1.4.1.33.10.9.3 | integer | read-only |
A 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. |
psPortTable | 1.3.6.1.4.1.33.10.9.4 | no-access |
A list of port security character port entries. |
|
1.3.6.1.4.1.33.10.9.4.1 | no-access |
Port security parameter values for a port. |
||
psPortIndex | 1.3.6.1.4.1.33.10.9.4.1.1 | integer | read-only |
An 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. |
psPortDefaultInboundAccess | 1.3.6.1.4.1.33.10.9.4.1.2 | integer | read-write |
The 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. Enumeration: 'deny': 2, 'allow': 1. |
psPortDefaultOutboundAccess | 1.3.6.1.4.1.33.10.9.4.1.3 | integer | read-write |
The 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. Enumeration: 'deny': 2, 'allow': 1. |
psClrInternetSecurity | 1.3.6.1.4.1.33.10.9.4.1.4 | integer | read-write |
A control for if the internet security entries for this port will be cleared upon port logout. The default is disabled. Enumeration: 'disabled': 1, 'enabled': 2. |
psTable | 1.3.6.1.4.1.33.10.9.5 | no-access |
A list of port security entries. |
|
1.3.6.1.4.1.33.10.9.5.1 | no-access |
Port security parameter values for an entry for a port. |
||
psEntryIndex | 1.3.6.1.4.1.33.10.9.5.1.1 | integer | read-only |
A 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. |
psEntryStatus | 1.3.6.1.4.1.33.10.9.5.1.2 | integer | read-write |
Status 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. Enumeration: 'valid': 2, 'invalid': 1. |
psEntryAddress | 1.3.6.1.4.1.33.10.9.5.1.3 | ipaddress | read-write |
The 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. |
psEntryMask | 1.3.6.1.4.1.33.10.9.5.1.4 | ipaddress | read-write |
The 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. |
psEntryAccess | 1.3.6.1.4.1.33.10.9.5.1.5 | integer | read-write |
The 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. Enumeration: 'deny': 2, 'allow': 1. |
psEntryDirection | 1.3.6.1.4.1.33.10.9.5.1.6 | integer | read-write |
The 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. Enumeration: 'inbound': 1, 'outbound': 2. |
psEntryPortMap | 1.3.6.1.4.1.33.10.9.5.1.7 | octet string | read-write |
The 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. |
xXremote | 1.3.6.1.4.1.33.10.10 | |||
xremoteServerName1 | 1.3.6.1.4.1.33.10.10.1 | displaystring | read-write |
The 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. |
xremoteServerName2 | 1.3.6.1.4.1.33.10.10.2 | displaystring | read-write |
The 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. |
xremoteServerAccess1 | 1.3.6.1.4.1.33.10.10.3 | counter | read-only |
The 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. |
xremoteServerAccessFailed1 | 1.3.6.1.4.1.33.10.10.4 | counter | read-only |
The 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. |
xremoteServerAccess2 | 1.3.6.1.4.1.33.10.10.5 | counter | read-only |
The 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. |
xremoteServerAccessFailed2 | 1.3.6.1.4.1.33.10.10.6 | counter | read-only |
The 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. |
xremoteSessions | 1.3.6.1.4.1.33.10.10.7 | gauge | read-only |
The number of connected XREMOTE sessions. Corresponds directly to the value labeled 'Current Number of Xremote Sessions:' in the SERVER XREMOTE display. |
xremotePortTable | 1.3.6.1.4.1.33.10.10.8 | no-access |
A list of XREMOTE character port entries. |
|
1.3.6.1.4.1.33.10.10.8.1 | no-access |
XREMOTE parameter values for a port. |
||
xremotePortIndex | 1.3.6.1.4.1.33.10.10.8.1.1 | integer | read-only |
An 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. |
xremotePortXremote | 1.3.6.1.4.1.33.10.10.8.1.2 | integer | read-write |
Control 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. Enumeration: 'disabled': 1, 'enabled': 2. |
xremotePortXdmQuery | 1.3.6.1.4.1.33.10.10.8.1.3 | integer | read-write |
The 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 Enumeration: 'specific': 1, 'broadcast': 2, 'indirect': 3. |
xremotePortXdmHost | 1.3.6.1.4.1.33.10.10.8.1.4 | displaystring | read-write |
The 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 |
xremoteServerClients | 1.3.6.1.4.1.33.10.10.9 | gauge | read-only |
The number of active X clients. Corresponds directly to the value labeled 'Current Number of XClients:' in the SERVER XREMOTE display. |
xRotary | 1.3.6.1.4.1.33.10.11 | |||
rotaryNumber | 1.3.6.1.4.1.33.10.11.1 | integer | read-only |
The number of entries in the Rotary table. |
rotaryTable | 1.3.6.1.4.1.33.10.11.2 | no-access |
A list of rotary entries. |
|
1.3.6.1.4.1.33.10.11.2.1 | no-access |
Parameter values for a rotary. |
||
rotaryAddress | 1.3.6.1.4.1.33.10.11.2.1.1 | ipaddress | read-only |
The 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. |
rotaryStatus | 1.3.6.1.4.1.33.10.11.2.1.2 | integer | read-write |
Status 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. Enumeration: 'valid': 2, 'invalid': 1. |
rotaryPortMap | 1.3.6.1.4.1.33.10.11.2.1.3 | octet string | read-write |
The 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. |
xEgp | 1.3.6.1.4.1.33.10.12 | |||
egpRouting | 1.3.6.1.4.1.33.10.12.1 | integer | read-write |
Control for EGP routing services. Enumeration: 'disabled': 1, 'enabled': 2. |
egpStatus | 1.3.6.1.4.1.33.10.12.2 | integer | read-only |
Status of the EGP routing services indicating why it is not running. Enumeration: 'noMemory': 2, 'noIpRouting': 3, 'noNeighbors': 5, 'active': 1, 'noEgpRouting': 4, 'noAS': 6. |
egpNbrTable | 1.3.6.1.4.1.33.10.12.3 | no-access |
The EGP neighbor table. |
|
1.3.6.1.4.1.33.10.12.3.1 | no-access |
Information about this entity's relationship with a particular EGP neighbor. |
||
egpNbrAddr | 1.3.6.1.4.1.33.10.12.3.1.1 | ipaddress | read-only |
The IP address of this entry's EGP neighbor. |
egpNbrIntervalDead | 1.3.6.1.4.1.33.10.12.3.1.2 | integer | read-write |
The 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. |
egpNbrStatus | 1.3.6.1.4.1.33.10.12.3.1.3 | integer | read-write |
The status of the entry for this neighbor. Set to 'invalid' to remove the entry. Enumeration: 'valid': 2, 'invalid': 1. |
xOspf | 1.3.6.1.4.1.33.10.13 | |||
ospfAutoConfigure | 1.3.6.1.4.1.33.10.13.1 | integer | read-write |
Control whether OSPF will automatically configure itself. Enumeration: 'disabled': 1, 'enabled': 2. |
ospfStatus | 1.3.6.1.4.1.33.10.13.2 | integer | read-only |
Status of the OSPF routing services indicating why it is not running. Enumeration: 'noMemory': 2, 'noIpRouting': 3, 'noAreas': 5, 'noOspfRouting': 4, 'noRtrId': 7, 'noBackBoneAndInterface': 9, 'noInterfaces': 6, 'noBackBone': 10, 'active': 1, 'noBackBoneAndVirtualInterfaces': 8. |
ospfIfMtrcTable | 1.3.6.1.4.1.33.10.13.3 | no-access |
The TOS metrics for a non-virtual interface identified by the interface index. |
|
1.3.6.1.4.1.33.10.13.3.1 | no-access |
A particular TOS metric for a non-virtual interface identified by the interface index. |
||
ospfIfMtrcIpAddress | 1.3.6.1.4.1.33.10.13.3.1.1 | ipaddress | read-only |
Same as ospfIfMetricIpAddress in OSPF MIB, the IP address of this OSPF interface. |
ospfIfMtrcAddressLessIf | 1.3.6.1.4.1.33.10.13.3.1.2 | integer | read-only |
Same 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. |
ospfIfMtrcTos | 1.3.6.1.4.1.33.10.13.3.1.3 | integer | read-only |
Same as ospfIfMetricTOS in OSPF MIB, the type of service metric being referenced. |
ospfIfMtrcCostActual | 1.3.6.1.4.1.33.10.13.3.1.4 | integer | read-only |
The actual cost of the metric in case it was set to auto. |
ospfXIfTable | 1.3.6.1.4.1.33.10.13.4 | no-access |
The TOS metrics for a non-virtual interface identified by the interface index. |
|
1.3.6.1.4.1.33.10.13.4.1 | no-access |
Interface parameters for OSPF. |
||
ospfXIfIpAddress | 1.3.6.1.4.1.33.10.13.4.1.1 | ipaddress | read-only |
Same as ospfIfIpAddress in OSPF MIB, the IP address of this OSPF interface. |
ospfXIfAddressLessIf | 1.3.6.1.4.1.33.10.13.4.1.2 | integer | read-only |
Same 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. |
ospfXIfTypeActual | 1.3.6.1.4.1.33.10.13.4.1.3 | integer | read-only |
The interface type. Enumeration: 'broadcast': 1, 'nonbroadcast': 2, 'pointToPoint': 3. |
ospfXIfStatus | 1.3.6.1.4.1.33.10.13.4.1.4 | integer | read-write |
The status of the interface entry, including the entry in the standard OSPF MIB. Set to 'invalid' to remove the entry. Enumeration: 'valid': 2, 'invalid': 1. |
ospfXAreaTable | 1.3.6.1.4.1.33.10.13.5 | no-access |
Parameters for an OSPF area. |
|
1.3.6.1.4.1.33.10.13.5.1 | no-access |
An area entry. |
||
ospfXAreaId | 1.3.6.1.4.1.33.10.13.5.1.1 | ipaddress | read-only |
Same as ospfAreaId in OSPF MIB, the ID of the area. |
ospfXAreaStatus | 1.3.6.1.4.1.33.10.13.5.1.2 | integer | read-write |
The status of the area entry, including the entry in the standard OSPF MIB. Set to 'invalid' to remove the entry. Enumeration: 'valid': 2, 'invalid': 1. |
xRouterIp | 1.3.6.1.4.1.33.10.14 | |||
ipAdExtTable | 1.3.6.1.4.1.33.10.14.1 | no-access |
Table 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. |
|
1.3.6.1.4.1.33.10.14.1.1 | no-access |
A particular entry. |
||
ipAdEntExtAddress | 1.3.6.1.4.1.33.10.14.1.1.1 | ipaddress | read-only |
Same as ipAdEntAddr, a local address representing a network connection. |
ipAdEntExtProxyArp | 1.3.6.1.4.1.33.10.14.1.1.2 | integer | read-write |
Controls whether proxy ARP is active for this local address. Enumeration: 'disabled': 1, 'enabled': 2. |
ipAdEntExtRip | 1.3.6.1.4.1.33.10.14.1.1.3 | integer | read-only |
Controls whether RIP as a router discovery protocol is active for this local address. Enumeration: 'disabled': 1, 'enabled': 2. |
ipRouterIfTable | 1.3.6.1.4.1.33.10.14.2 | no-access |
Table of IP router values indexed by interface. |
|
1.3.6.1.4.1.33.10.14.2.1 | no-access |
A particular entry. |
||
ipRouterIfIndex | 1.3.6.1.4.1.33.10.14.2.1.1 | integer | read-only |
The index of the interface; same as IfIndex. |
ipRouterIfProtocolPriority | 1.3.6.1.4.1.33.10.14.2.1.2 | integer | read-write |
The priority at which all Internet routed packets will be placed on the WAN output queue. Enumeration: 'high': 5, 'medium': 3, 'low': 1. |
ipRouterIfMTU | 1.3.6.1.4.1.33.10.14.2.1.3 | integer | read-write |
The size of the largest datagram that IP can transmit on this interface. The default value is actually hardware dependent. |
ipRouterIfRDP | 1.3.6.1.4.1.33.10.14.2.1.4 | integer | read-write |
Control for whether the router side of the Router Discovery Protocol is running on this interface. Enumeration: 'disabled': 2, 'enabled': 1. |
ipRouterIfArpPacketsIn | 1.3.6.1.4.1.33.10.14.2.1.5 | counter | read-only |
The number of ARP packets received on this interface. |
ipRouterIfArpPacketsOut | 1.3.6.1.4.1.33.10.14.2.1.6 | counter | read-only |
The number of ARP packets sent on this interface. |
ipRouterIfPacketsIn | 1.3.6.1.4.1.33.10.14.2.1.7 | counter | read-only |
The number of IP packets received on this interface. |
ipRouterIfPacketsOut | 1.3.6.1.4.1.33.10.14.2.1.8 | counter | read-only |
The number of IP packets sent on this interface. |
ipRouterIfForwardsIn | 1.3.6.1.4.1.33.10.14.2.1.9 | counter | read-only |
The number of IP packets received on this interface that were forwarded. |
ipRouterIfForwardsOut | 1.3.6.1.4.1.33.10.14.2.1.10 | counter | read-only |
The number of IP packets sent on this interface that were forwarded. |
xIpTraffic | 1.3.6.1.4.1.33.10.14.3 | |||
ipTrafficSort | 1.3.6.1.4.1.33.10.14.3.1 | integer | read-write |
Setting 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. Enumeration: 'ready': 1, 'execute': 2. |
ipTrafficTable | 1.3.6.1.4.1.33.10.14.3.2 | no-access |
A list of traffic entries, sorted in the order specified by ipTrafficSort. |
|
1.3.6.1.4.1.33.10.14.3.2.1 | no-access |
A traffic entry. |
||
ipTrafficIndex | 1.3.6.1.4.1.33.10.14.3.2.1.1 | integer | read-only |
Identification of this traffic entry. |
ipTrafficPercent | 1.3.6.1.4.1.33.10.14.3.2.1.2 | integer | read-only |
The percentage of total traffic that this traffic entry represents, in tenths of a percent. |
ipTrafficDstAddr | 1.3.6.1.4.1.33.10.14.3.2.1.3 | ipaddress | read-only |
The destination IP address of the traffic entry. |
ipTrafficSrcAddr | 1.3.6.1.4.1.33.10.14.3.2.1.4 | ipaddress | read-only |
The source IP address of the traffic entry. |
ipTrafficProtocol | 1.3.6.1.4.1.33.10.14.3.2.1.5 | integer | read-only |
The IP protocol type of the traffic entry. |
ipTrafficDstPort | 1.3.6.1.4.1.33.10.14.3.2.1.6 | integer | read-only |
The destination TCP/UDP port of the traffic entry. |
ipTrafficSrcPort | 1.3.6.1.4.1.33.10.14.3.2.1.7 | integer | read-only |
The source TCP/UDP port of the traffic entry. |
ipTrafficIf | 1.3.6.1.4.1.33.10.14.3.2.1.8 | integer | read-only |
The inbound interface to which the traffic entry applies. This value is the same as IfIndex. |
ipTrafficMonitoring | 1.3.6.1.4.1.33.10.14.3.3 | integer | read-write |
Control for whether the router side of the Router Discovery Protocol is running on this interface. Enumeration: 'disabled': 2, 'enabled': 1. |
xIpNetToMediaTable | 1.3.6.1.4.1.33.10.14.4 | no-access |
iTouch extensions to the IP Address Translation Table. |
|
1.3.6.1.4.1.33.10.14.4.1 | no-access |
Entry parameters. |
||
xIpNetToMediaCircuit | 1.3.6.1.4.1.33.10.14.4.1.1 | integer | read-write |
An additional identifier for the circuit (i.e. Frame Relay DLCI or X.25 VC) which the entry extends. |
xIpNetToMediaReverseArp | 1.3.6.1.4.1.33.10.14.4.1.2 | integer | read-write |
Whether reverse ARP is supported on this entry. Enumeration: 'disabled': 1, 'enabled': 2. |
xRouterUdp | 1.3.6.1.4.1.33.10.15 | |||
udpBcstServerTable | 1.3.6.1.4.1.33.10.15.1 | no-access |
Table of servers to whom UDP broadcast messages will be forwarded. |
|
1.3.6.1.4.1.33.10.15.1.1 | no-access |
A particular entry. |
||
udpBcstServerAddress | 1.3.6.1.4.1.33.10.15.1.1.1 | ipaddress | read-only |
Internet address of the server. |
udpBcstServerStatus | 1.3.6.1.4.1.33.10.15.1.1.2 | integer | read-write |
The status of the server. Set to 'invalid' to remove the entry. Enumeration: 'valid': 2, 'invalid': 1. |
udpBcstPortTable | 1.3.6.1.4.1.33.10.15.2 | no-access |
Table of incoming UDP destination port numbers for which UDP broadcasts will be forwarded. |
|
1.3.6.1.4.1.33.10.15.2.1 | no-access |
A particular entry. |
||
udpBcstPort | 1.3.6.1.4.1.33.10.15.2.1.1 | integer | read-only |
The incoming destination UDP port number. |
udpBcstPortStatus | 1.3.6.1.4.1.33.10.15.2.1.2 | integer | read-write |
The status of broadcast forwarding for the port. Set to 'invalid' to remove the entry. Enumeration: 'valid': 2, 'invalid': 1. |
udpBcstRouting | 1.3.6.1.4.1.33.10.15.3 | integer | read-write |
The indication of whether this entity forwards UDP broadcasts. Enumeration: 'disabled': 1, 'enabled': 2. |
xRouterPolicy | 1.3.6.1.4.1.33.10.16 | |||
xImport | 1.3.6.1.4.1.33.10.16.1 | |||
impEgpRuleTable | 1.3.6.1.4.1.33.10.16.1.1 | no-access |
The EGP import table. |
|
1.3.6.1.4.1.33.10.16.1.1.1 | no-access |
An 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. |
||
impEgpRuleAs | 1.3.6.1.4.1.33.10.16.1.1.1.1 | integer | read-only |
The Autonomous System of the neighbor. The value 65535 is a wild card matching any AS number. |
impEgpRuleNetwork | 1.3.6.1.4.1.33.10.16.1.1.1.2 | ipaddress | read-only |
The IP network learned from the neighbor. The value 255.255.255.255 is a wild card matching any network. |
impEgpRuleAction | 1.3.6.1.4.1.33.10.16.1.1.1.3 | integer | read-write |
Control whether the route is learned or discarded. Enumeration: 'discard': 1, 'accept': 2. |
impEgpRulePreference | 1.3.6.1.4.1.33.10.16.1.1.1.4 | integer | read-write |
Preference to be stored with the route. The lower preference is preferred. |
impEgpRuleType | 1.3.6.1.4.1.33.10.16.1.1.1.5 | integer | read-write |
Type 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. |
impEgpRuleMetricAction | 1.3.6.1.4.1.33.10.16.1.1.1.6 | integer | read-write |
How to apply the impEgpRuleMetric field to the metric learned with the route before storing it in the routing table. Enumeration: 'decrement': 3, 'increment': 2, 'replace': 1. |
impEgpRuleMetric | 1.3.6.1.4.1.33.10.16.1.1.1.7 | integer | read-write |
Metric value to be applied to the metric learned learned with the route before storing it in the routing table. |
impEgpRuleStatus | 1.3.6.1.4.1.33.10.16.1.1.1.8 | integer | read-write |
The 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. Enumeration: 'valid': 2, 'invalid': 1. |
impOspfRuleTable | 1.3.6.1.4.1.33.10.16.1.2 | no-access |
The OSPF import table. |
|
1.3.6.1.4.1.33.10.16.1.2.1 | no-access |
An 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. |
||
impOspfRuleNetwork | 1.3.6.1.4.1.33.10.16.1.2.1.1 | ipaddress | read-only |
The IP network of the route. The value 255.255.255.255 is a wild card matching any network. |
impOspfRulePreference | 1.3.6.1.4.1.33.10.16.1.2.1.2 | integer | read-write |
Preference to be stored with the route. The lower preference is preferred. |
impOspfRuleStatus | 1.3.6.1.4.1.33.10.16.1.2.1.3 | integer | read-write |
The 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. Enumeration: 'valid': 2, 'invalid': 1. |
impRipRuleTable | 1.3.6.1.4.1.33.10.16.1.3 | no-access |
The RIP import table. |
|
1.3.6.1.4.1.33.10.16.1.3.1 | no-access |
A 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. |
||
impRipRuleFromIf | 1.3.6.1.4.1.33.10.16.1.3.1.1 | ipaddress | read-only |
The interface index of the interface where the rule applies, same as ifIndex. |
impRipRuleNetwork | 1.3.6.1.4.1.33.10.16.1.3.1.2 | ipaddress | read-only |
The IP network learned from the neighbor. The value 255.255.255.255 is a wild card matching any network. |
impRipRuleAction | 1.3.6.1.4.1.33.10.16.1.3.1.3 | integer | read-write |
Control whether the route is learned or discarded. Enumeration: 'discard': 1, 'accept': 2. |
impRipRulePreference | 1.3.6.1.4.1.33.10.16.1.3.1.4 | integer | read-write |
Preference to be stored with the route. The lower preference are preferred. |
impRipRuleType | 1.3.6.1.4.1.33.10.16.1.3.1.5 | integer | read-write |
Type 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. |
impRipRuleMetricAction | 1.3.6.1.4.1.33.10.16.1.3.1.6 | integer | read-write |
How to apply the impRipRuleMetric field to the metric learned with the route before storing it in the routing table. Enumeration: 'decrement': 3, 'increment': 2, 'replace': 1. |
impRipRuleMetric | 1.3.6.1.4.1.33.10.16.1.3.1.7 | integer | read-write |
Metric value to be applied to the metric learned learned with the route before storing it in the routing table. |
impRipRuleStatus | 1.3.6.1.4.1.33.10.16.1.3.1.8 | integer | read-write |
The 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. Enumeration: 'valid': 2, 'invalid': 1. |
impIsisRuleTable | 1.3.6.1.4.1.33.10.16.1.4 | no-access |
The Isis import table. |
|
1.3.6.1.4.1.33.10.16.1.4.1 | no-access |
An 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. |
||
impIsisRuleNetwork | 1.3.6.1.4.1.33.10.16.1.4.1.1 | ipaddress | read-only |
The IP network learned from the neighbor. The value 255.255.255.255 is a wild card matching any network. |
impIsisRuleAction | 1.3.6.1.4.1.33.10.16.1.4.1.2 | integer | read-write |
Control whether the route is learned or discarded. Enumeration: 'discard': 1, 'accept': 2. |
impIsisRulePreference | 1.3.6.1.4.1.33.10.16.1.4.1.3 | integer | read-write |
Preference to be stored with the route. The lower preference are preferred. |
impIsisRuleType | 1.3.6.1.4.1.33.10.16.1.4.1.4 | integer | read-write |
Type 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. |
impIsisRuleMetricAction | 1.3.6.1.4.1.33.10.16.1.4.1.5 | integer | read-write |
How to apply the impIsisRuleMetric field to the metric learned with the route before storing it in the routing table. Enumeration: 'decrement': 3, 'increment': 2, 'replace': 1. |
impIsisRuleMetric | 1.3.6.1.4.1.33.10.16.1.4.1.6 | integer | read-write |
Metric value to be applied to the metric learned learned with the route before storing it in the routing table. |
impIsisRuleStatus | 1.3.6.1.4.1.33.10.16.1.4.1.7 | integer | read-write |
The 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. Enumeration: 'valid': 2, 'invalid': 1. |
xExport | 1.3.6.1.4.1.33.10.16.2 | |||
expEgpToEgpRuleTable | 1.3.6.1.4.1.33.10.16.2.1 | no-access |
The EGP to EGP export table. |
|
1.3.6.1.4.1.33.10.16.2.1.1 | no-access |
An 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 |
||
expEgpToEgpRuleToAs | 1.3.6.1.4.1.33.10.16.2.1.1.1 | integer | read-only |
The Autonomous System of the neighbor. The value 65535 is a wild card matching any AS number. |
expEgpToEgpRuleNetwork | 1.3.6.1.4.1.33.10.16.2.1.1.2 | ipaddress | read-only |
The IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network. |
expEgpToEgpRuleFromAs | 1.3.6.1.4.1.33.10.16.2.1.1.3 | integer | read-only |
The Autonomous System of the route in the route table. The value 65535 is a wild card matching any AS number. |
expEgpToEgpRuleAction | 1.3.6.1.4.1.33.10.16.2.1.1.4 | integer | read-write |
Control whether the route is advertised or not. Enumeration: 'advertise': 2, 'hide': 1. |
expEgpToEgpRuleMetricAction | 1.3.6.1.4.1.33.10.16.2.1.1.5 | integer | read-write |
How to apply the expEgpToEgpRuleMetric field to the metric in the route table entry before the route is advertised. Enumeration: 'decrement': 3, 'increment': 2, 'replace': 1. |
expEgpToEgpRuleMetric | 1.3.6.1.4.1.33.10.16.2.1.1.6 | integer | read-write |
Metric value to be applied to the metric in the route table entry before the route is advertised. |
expEgpToEgpRuleStatus | 1.3.6.1.4.1.33.10.16.2.1.1.7 | integer | read-write |
The 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. Enumeration: 'valid': 2, 'invalid': 1. |
expOspfToEgpRuleTable | 1.3.6.1.4.1.33.10.16.2.2 | no-access |
The OSPF to EGP export table. |
|
1.3.6.1.4.1.33.10.16.2.2.1 | no-access |
An 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 |
||
expOspfToEgpRuleToAs | 1.3.6.1.4.1.33.10.16.2.2.1.1 | integer | read-only |
The Autonomous System of the neighbor. The value 65535 is a wild card matching any AS number. |
expOspfToEgpRuleNetwork | 1.3.6.1.4.1.33.10.16.2.2.1.2 | ipaddress | read-only |
The IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network. |
expOspfToEgpRuleFromAs | 1.3.6.1.4.1.33.10.16.2.2.1.3 | integer | read-only |
The 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. |
expOspfToEgpRuleAction | 1.3.6.1.4.1.33.10.16.2.2.1.4 | integer | read-write |
Control whether the route is advertised or not. Enumeration: 'advertise': 2, 'hide': 1. |
expOspfToEgpRuleMetricAction | 1.3.6.1.4.1.33.10.16.2.2.1.5 | integer | read-write |
How to apply the expOspfToEgpRuleMetric field to the metric in the route table entry before the route is advertised. Enumeration: 'decrement': 3, 'increment': 2, 'replace': 1. |
expOspfToEgpRuleMetric | 1.3.6.1.4.1.33.10.16.2.2.1.6 | integer | read-write |
Metric value to be applied to the metric in the route table entry before the route is advertised. |
expOspfToEgpRuleStatus | 1.3.6.1.4.1.33.10.16.2.2.1.7 | integer | read-write |
The 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. Enumeration: 'valid': 2, 'invalid': 1. |
expStaticToEgpRuleTable | 1.3.6.1.4.1.33.10.16.2.3 | no-access |
The Static to EGP export table. |
|
1.3.6.1.4.1.33.10.16.2.3.1 | no-access |
An 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 |
||
expStaticToEgpRuleToAs | 1.3.6.1.4.1.33.10.16.2.3.1.1 | integer | read-only |
The Autonomous System of the neighbor. The value 65535 is a wild card matching any AS number. |
expStaticToEgpRuleNetwork | 1.3.6.1.4.1.33.10.16.2.3.1.2 | ipaddress | read-only |
The IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network. |
expStaticToEgpRuleAction | 1.3.6.1.4.1.33.10.16.2.3.1.3 | integer | read-write |
Control whether the route is advertised or not. Enumeration: 'advertise': 2, 'hide': 1. |
expStaticToEgpRuleMetricAction | 1.3.6.1.4.1.33.10.16.2.3.1.4 | integer | read-write |
How to apply the expStaticToEgpRuleMetric field to the metric in the route table entry before the route is advertised. Enumeration: 'decrement': 3, 'increment': 2, 'replace': 1. |
expStaticToEgpRuleMetric | 1.3.6.1.4.1.33.10.16.2.3.1.5 | integer | read-write |
Metric value to be applied to the metric in the route table entry before the route is advertised. |
expStaticToEgpRuleStatus | 1.3.6.1.4.1.33.10.16.2.3.1.6 | integer | read-write |
The 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. Enumeration: 'valid': 2, 'invalid': 1. |
expEgpToOspfRuleTable | 1.3.6.1.4.1.33.10.16.2.4 | no-access |
The EGP to OSPF export table. |
|
1.3.6.1.4.1.33.10.16.2.4.1 | no-access |
An 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 |
||
expEgpToOspfRuleNetwork | 1.3.6.1.4.1.33.10.16.2.4.1.1 | ipaddress | read-only |
The IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network. |
expEgpToOspfRuleFromAs | 1.3.6.1.4.1.33.10.16.2.4.1.2 | integer | read-only |
The Autonomous System of the route in the route table. The value 65535 is a wild card matching any AS number. |
expEgpToOspfRuleAction | 1.3.6.1.4.1.33.10.16.2.4.1.3 | integer | read-write |
Control whether the route is advertised or not. Enumeration: 'advertise': 2, 'hide': 1. |
expEgpToOspfRuleStatus | 1.3.6.1.4.1.33.10.16.2.4.1.4 | integer | read-write |
The 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. Enumeration: 'valid': 2, 'invalid': 1. |
expRipToEgpRuleTable | 1.3.6.1.4.1.33.10.16.2.5 | no-access |
The Rip to EGP export table. |
|
1.3.6.1.4.1.33.10.16.2.5.1 | no-access |
An 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 |
||
expRipToEgpRuleToAs | 1.3.6.1.4.1.33.10.16.2.5.1.1 | integer | read-only |
The Autonomous System of the neighbor. The value 65535 is a wild card matching any AS number. |
expRipToEgpRuleNetwork | 1.3.6.1.4.1.33.10.16.2.5.1.2 | ipaddress | read-only |
The IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network. |
expRipToEgpRuleAction | 1.3.6.1.4.1.33.10.16.2.5.1.3 | integer | read-write |
Control whether the route is advertised or not. Enumeration: 'advertise': 2, 'hide': 1. |
expRipToEgpRuleMetricAction | 1.3.6.1.4.1.33.10.16.2.5.1.4 | integer | read-write |
How to apply the expRipToEgpRuleMetric field to the metric in the route table entry before the route is advertised. Enumeration: 'decrement': 3, 'increment': 2, 'replace': 1. |
expRipToEgpRuleMetric | 1.3.6.1.4.1.33.10.16.2.5.1.5 | integer | read-write |
Metric value to be applied to the metric in the route table entry before the route is advertised. |
expRipToEgpRuleStatus | 1.3.6.1.4.1.33.10.16.2.5.1.6 | integer | read-write |
The 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. Enumeration: 'valid': 2, 'invalid': 1. |
expRipToOspfRuleTable | 1.3.6.1.4.1.33.10.16.2.6 | no-access |
The RIP to OSPF export table. |
|
1.3.6.1.4.1.33.10.16.2.6.1 | no-access |
A 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 |
||
expRipToOspfRuleNetwork | 1.3.6.1.4.1.33.10.16.2.6.1.1 | ipaddress | read-only |
The IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network. |
expRipToOspfRuleAction | 1.3.6.1.4.1.33.10.16.2.6.1.2 | integer | read-write |
Control whether the route is advertised or not. Enumeration: 'advertise': 2, 'hide': 1. |
expRipToOspfRuleStatus | 1.3.6.1.4.1.33.10.16.2.6.1.3 | integer | read-write |
The 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. Enumeration: 'valid': 2, 'invalid': 1. |
expEgpToRipRuleTable | 1.3.6.1.4.1.33.10.16.2.7 | no-access |
The EGP to RIP export table. |
|
1.3.6.1.4.1.33.10.16.2.7.1 | no-access |
An 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 |
||
expEgpToRipRuleToIf | 1.3.6.1.4.1.33.10.16.2.7.1.1 | ipaddress | read-only |
The IP address of the RIP interface to which the rule applies. |
expEgpToRipRuleNetwork | 1.3.6.1.4.1.33.10.16.2.7.1.2 | ipaddress | read-only |
The IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network. |
expEgpToRipRuleFromAs | 1.3.6.1.4.1.33.10.16.2.7.1.3 | integer | read-only |
The Autonomous System of the route in the route table. The value 65535 is a wild card matching any AS number. |
expEgpToRipRuleAction | 1.3.6.1.4.1.33.10.16.2.7.1.4 | integer | read-write |
Control whether the route is advertised or not. Enumeration: 'advertise': 2, 'hide': 1. |
expEgpToRipRuleMetricAction | 1.3.6.1.4.1.33.10.16.2.7.1.5 | integer | read-write |
How to apply the expEgpToRipRuleMetric field to the metric in the route table entry before the route is advertised. Enumeration: 'decrement': 3, 'increment': 2, 'replace': 1. |
expEgpToRipRuleMetric | 1.3.6.1.4.1.33.10.16.2.7.1.6 | integer | read-write |
Metric value to be applied to the metric in the route table entry before the route is advertised. |
expEgpToRipRuleStatus | 1.3.6.1.4.1.33.10.16.2.7.1.7 | integer | read-write |
The 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. Enumeration: 'valid': 2, 'invalid': 1. |
expOspfToRipRuleTable | 1.3.6.1.4.1.33.10.16.2.8 | no-access |
The OSPF to RIP export table. |
|
1.3.6.1.4.1.33.10.16.2.8.1 | no-access |
An 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 |
||
expOspfToRipRuleToIf | 1.3.6.1.4.1.33.10.16.2.8.1.1 | ipaddress | read-only |
The IP address of the RIP interface to which the rule applies. |
expOspfToRipRuleNetwork | 1.3.6.1.4.1.33.10.16.2.8.1.2 | ipaddress | read-only |
The IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network. |
expOspfToRipRuleFromAs | 1.3.6.1.4.1.33.10.16.2.8.1.3 | integer | read-only |
The 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. |
expOspfToRipRuleAction | 1.3.6.1.4.1.33.10.16.2.8.1.4 | integer | read-write |
Control whether the route is advertised or not. Enumeration: 'advertise': 2, 'hide': 1. |
expOspfToRipRuleMetricAction | 1.3.6.1.4.1.33.10.16.2.8.1.5 | integer | read-write |
How to apply the expOspfToRipRuleMetric field to the metric in the route table entry before the route is advertised. Enumeration: 'decrement': 3, 'increment': 2, 'replace': 1. |
expOspfToRipRuleMetric | 1.3.6.1.4.1.33.10.16.2.8.1.6 | integer | read-write |
Metric value to be applied to the metric in the route table entry before the route is advertised. |
expOspfToRipRuleStatus | 1.3.6.1.4.1.33.10.16.2.8.1.7 | integer | read-write |
The 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 Enumeration: 'valid': 2, 'invalid': 1. |
expRipToRipRuleTable | 1.3.6.1.4.1.33.10.16.2.9 | no-access |
The Rip to Rip export table. |
|
1.3.6.1.4.1.33.10.16.2.9.1 | no-access |
An 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 |
||
expRipToRipRuleToIf | 1.3.6.1.4.1.33.10.16.2.9.1.1 | ipaddress | read-only |
The IP address of the RIP interface to which the rule applies. |
expRipToRipRuleNetwork | 1.3.6.1.4.1.33.10.16.2.9.1.2 | ipaddress | read-only |
The IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network. |
expRipToRipRuleAction | 1.3.6.1.4.1.33.10.16.2.9.1.3 | integer | read-write |
Control whether the route is advertised or not. Enumeration: 'advertise': 2, 'hide': 1. |
expRipToRipRuleMetricAction | 1.3.6.1.4.1.33.10.16.2.9.1.4 | integer | read-write |
How to apply the expRipToRipRuleMetric field to the metric in the route table entry before the route is advertised. Enumeration: 'decrement': 3, 'increment': 2, 'replace': 1. |
expRipToRipRuleMetric | 1.3.6.1.4.1.33.10.16.2.9.1.5 | integer | read-write |
Metric value to be applied to the metric in the route table entry before the route is advertised. |
expRipToRipRuleStatus | 1.3.6.1.4.1.33.10.16.2.9.1.6 | integer | read-write |
The 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. Enumeration: 'valid': 2, 'invalid': 1. |
expStaticToRipRuleTable | 1.3.6.1.4.1.33.10.16.2.10 | no-access |
The Static to Rip export table. |
|
1.3.6.1.4.1.33.10.16.2.10.1 | no-access |
An 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 |
||
expStaticToRipRuleToIf | 1.3.6.1.4.1.33.10.16.2.10.1.1 | ipaddress | read-only |
The IP address of the RIP interface to which the rule applies. |
expStaticToRipRuleNetwork | 1.3.6.1.4.1.33.10.16.2.10.1.2 | ipaddress | read-only |
The IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network. |
expStaticToRipRuleAction | 1.3.6.1.4.1.33.10.16.2.10.1.3 | integer | read-write |
Control whether the route is advertised or not. Enumeration: 'advertise': 2, 'hide': 1. |
expStaticToRipRuleMetricAction | 1.3.6.1.4.1.33.10.16.2.10.1.4 | integer | read-write |
How to apply the expStaticToRipRuleMetric field to the metric in the route table entry before the route is advertised. Enumeration: 'decrement': 3, 'increment': 2, 'replace': 1. |
expStaticToRipRuleMetric | 1.3.6.1.4.1.33.10.16.2.10.1.5 | integer | read-write |
Metric value to be applied to the metric in the route table entry before the route is advertised. |
expStaticToRipRuleStatus | 1.3.6.1.4.1.33.10.16.2.10.1.6 | integer | read-write |
The 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. Enumeration: 'valid': 2, 'invalid': 1. |
expIsisToEgpRuleTable | 1.3.6.1.4.1.33.10.16.2.11 | no-access |
The Isis to EGP export table. |
|
1.3.6.1.4.1.33.10.16.2.11.1 | no-access |
An 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 . |
||
expIsisToEgpRuleToAs | 1.3.6.1.4.1.33.10.16.2.11.1.1 | integer | read-only |
The Autonomous System of the neighbor. The value 65535 is a wild card matching any AS number. |
expIsisToEgpRuleNetwork | 1.3.6.1.4.1.33.10.16.2.11.1.2 | ipaddress | read-only |
The IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network. |
expIsisToEgpRuleAction | 1.3.6.1.4.1.33.10.16.2.11.1.3 | integer | read-write |
Control whether the route is advertised or not. Enumeration: 'advertise': 2, 'hide': 1. |
expIsisToEgpRuleMetricAction | 1.3.6.1.4.1.33.10.16.2.11.1.4 | integer | read-write |
How to apply the expIsisToEgpRuleMetric field to the metric in the route table entry before the route is advertised. Enumeration: 'decrement': 3, 'increment': 2, 'replace': 1. |
expIsisToEgpRuleMetric | 1.3.6.1.4.1.33.10.16.2.11.1.5 | integer | read-write |
Metric value to be applied to the metric in the route table entry before the route is advertised. |
expIsisToEgpRuleStatus | 1.3.6.1.4.1.33.10.16.2.11.1.6 | integer | read-write |
The 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. Enumeration: 'valid': 2, 'invalid': 1. |
expIsisToOspfRuleTable | 1.3.6.1.4.1.33.10.16.2.12 | no-access |
The Isis to Ospf export table. |
|
1.3.6.1.4.1.33.10.16.2.12.1 | no-access |
An 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 . |
||
expIsisToOspfRuleNetwork | 1.3.6.1.4.1.33.10.16.2.12.1.1 | ipaddress | read-only |
The IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network. |
expIsisToOspfRuleAction | 1.3.6.1.4.1.33.10.16.2.12.1.2 | integer | read-write |
Control whether the route is advertised or not. Enumeration: 'advertise': 2, 'hide': 1. |
expIsisToOspfRuleStatus | 1.3.6.1.4.1.33.10.16.2.12.1.3 | integer | read-write |
The 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. Enumeration: 'valid': 2, 'invalid': 1. |
expIsisToRipRuleTable | 1.3.6.1.4.1.33.10.16.2.13 | no-access |
The Isis to Rip export table. |
|
1.3.6.1.4.1.33.10.16.2.13.1 | no-access |
An 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 . |
||
expIsisToRipRuleToIf | 1.3.6.1.4.1.33.10.16.2.13.1.1 | ipaddress | read-only |
The IP address of the RIP interface to which the rule applies. |
expIsisToRipRuleNetwork | 1.3.6.1.4.1.33.10.16.2.13.1.2 | ipaddress | read-only |
The IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network. |
expIsisToRipRuleAction | 1.3.6.1.4.1.33.10.16.2.13.1.3 | integer | read-write |
Control whether the route is advertised or not. Enumeration: 'advertise': 2, 'hide': 1. |
expIsisToRipRuleMetricAction | 1.3.6.1.4.1.33.10.16.2.13.1.4 | integer | read-write |
How to apply the expIsisToRipRuleMetric field to the metric in the route table entry before the route is advertised. Enumeration: 'decrement': 3, 'increment': 2, 'replace': 1. |
expIsisToRipRuleMetric | 1.3.6.1.4.1.33.10.16.2.13.1.5 | integer | read-write |
Metric value to be applied to the metric in the route table entry before the route is advertised. |
expIsisToRipRuleStatus | 1.3.6.1.4.1.33.10.16.2.13.1.6 | integer | read-write |
The 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. Enumeration: 'valid': 2, 'invalid': 1. |
expEgpToIsisRuleTable | 1.3.6.1.4.1.33.10.16.2.14 | no-access |
The EGP to Isis export table. |
|
1.3.6.1.4.1.33.10.16.2.14.1 | no-access |
An 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 . |
||
expEgpToIsisRuleNetwork | 1.3.6.1.4.1.33.10.16.2.14.1.1 | ipaddress | read-only |
The IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network. |
expEgpToIsisRuleFromAs | 1.3.6.1.4.1.33.10.16.2.14.1.2 | integer | read-only |
The Autonomous System of the route in the route table. The value 65535 is a wild card matching any AS number. |
expEgpToIsisRuleAction | 1.3.6.1.4.1.33.10.16.2.14.1.3 | integer | read-write |
Control whether the route is advertised or not. Enumeration: 'advertise': 2, 'hide': 1. |
expEgpToIsisRuleMetricType | 1.3.6.1.4.1.33.10.16.2.14.1.4 | integer | read-write |
Whether to advertise the metric as Internal or External. Enumeration: 'internal': 1, 'external': 2. |
expEgpToIsisRuleDefaultMetricAction | 1.3.6.1.4.1.33.10.16.2.14.1.5 | integer | read-write |
How to apply the expEgpToIsisDefaultRuleMetric field to the metric in the route table entry before the route is advertised. Enumeration: 'decrement': 3, 'increment': 2, 'replace': 1. |
expEgpToIsisRuleDefaultMetric | 1.3.6.1.4.1.33.10.16.2.14.1.6 | integer | read-write |
Default metric value to be applied to the metric in the route table entry before the route is advertised. |
expEgpToIsisRuleDelayMetricAction | 1.3.6.1.4.1.33.10.16.2.14.1.7 | integer | read-write |
How to apply the expEgpToIsisDelayRuleMetric field to the metric in the route table entry before the route is advertised. Enumeration: 'decrement': 3, 'increment': 2, 'replace': 1. |
expEgpToIsisRuleDelayMetric | 1.3.6.1.4.1.33.10.16.2.14.1.8 | integer | read-write |
Delay metric value to be applied to the metric in the route table entry before the route is advertised. |
expEgpToIsisRuleErrorMetricAction | 1.3.6.1.4.1.33.10.16.2.14.1.9 | integer | read-write |
How to apply the expEgpToIsisErrorRuleMetric field to the metric in the route table entry before the route is advertised. Enumeration: 'decrement': 3, 'increment': 2, 'replace': 1. |
expEgpToIsisRuleErrorMetric | 1.3.6.1.4.1.33.10.16.2.14.1.10 | integer | read-write |
Error metric value to be applied to the metric in the route table entry before the route is advertised. |
expEgpToIsisRuleExpenseMetricAction | 1.3.6.1.4.1.33.10.16.2.14.1.11 | integer | read-write |
How to apply the expEgpToIsisExpenseRuleMetric field to the metric in the route table entry before the route is advertised. Enumeration: 'decrement': 3, 'increment': 2, 'replace': 1. |
expEgpToIsisRuleExpenseMetric | 1.3.6.1.4.1.33.10.16.2.14.1.12 | integer | read-write |
Expense metric value to be applied to the metric in the route table entry before the route is advertised. |
expEgpToIsisRuleStatus | 1.3.6.1.4.1.33.10.16.2.14.1.13 | integer | read-write |
The 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. Enumeration: 'valid': 2, 'invalid': 1. |
expOspfToIsisRuleTable | 1.3.6.1.4.1.33.10.16.2.15 | no-access |
The Ospf to Isis export table. |
|
1.3.6.1.4.1.33.10.16.2.15.1 | no-access |
An 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 . |
||
expOspfToIsisRuleNetwork | 1.3.6.1.4.1.33.10.16.2.15.1.1 | ipaddress | read-only |
The IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network. |
expOspfToIsisRuleFromAs | 1.3.6.1.4.1.33.10.16.2.15.1.2 | integer | read-only |
The 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. |
expOspfToIsisRuleAction | 1.3.6.1.4.1.33.10.16.2.15.1.3 | integer | read-write |
Control whether the route is advertised or not. Enumeration: 'advertise': 2, 'hide': 1. |
expOspfToIsisRuleMetricType | 1.3.6.1.4.1.33.10.16.2.15.1.4 | integer | read-write |
Whether to advertise the metric as Internal or External. Enumeration: 'internal': 1, 'external': 2. |
expOspfToIsisRuleDefaultMetricAction | 1.3.6.1.4.1.33.10.16.2.15.1.5 | integer | read-write |
How to apply the expOspfToIsisDefaultRuleMetric field to the metric in the route table entry before the route is advertised. Enumeration: 'decrement': 3, 'increment': 2, 'replace': 1. |
expOspfToIsisRuleDefaultMetric | 1.3.6.1.4.1.33.10.16.2.15.1.6 | integer | read-write |
Default metric value to be applied to the metric in the route table entry before the route is advertised. |
expOspfToIsisRuleDelayMetricAction | 1.3.6.1.4.1.33.10.16.2.15.1.7 | integer | read-write |
How to apply the expOspfToIsisDelayRuleMetric field to the metric in the route table entry before the route is advertised. Enumeration: 'decrement': 3, 'increment': 2, 'replace': 1. |
expOspfToIsisRuleDelayMetric | 1.3.6.1.4.1.33.10.16.2.15.1.8 | integer | read-write |
Delay metric value to be applied to the metric in the route table entry before the route is advertised. |
expOspfToIsisRuleErrorMetricAction | 1.3.6.1.4.1.33.10.16.2.15.1.9 | integer | read-write |
How to apply the expOspfToIsisErrorRuleMetric field to the metric in the route table entry before the route is advertised. Enumeration: 'decrement': 3, 'increment': 2, 'replace': 1. |
expOspfToIsisRuleErrorMetric | 1.3.6.1.4.1.33.10.16.2.15.1.10 | integer | read-write |
Error metric value to be applied to the metric in the route table entry before the route is advertised. |
expOspfToIsisRuleExpenseMetricAction | 1.3.6.1.4.1.33.10.16.2.15.1.11 | integer | read-write |
How to apply the expOspfToIsisExpenseRuleMetric field to the metric in the route table entry before the route is advertised. Enumeration: 'decrement': 3, 'increment': 2, 'replace': 1. |
expOspfToIsisRuleExpenseMetric | 1.3.6.1.4.1.33.10.16.2.15.1.12 | integer | read-write |
Expense metric value to be applied to the metric in the route table entry before the route is advertised. |
expOspfToIsisRuleStatus | 1.3.6.1.4.1.33.10.16.2.15.1.13 | integer | read-write |
The 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 Enumeration: 'valid': 2, 'invalid': 1. |
expRipToIsisRuleTable | 1.3.6.1.4.1.33.10.16.2.16 | no-access |
The Isis to Isis export table. |
|
1.3.6.1.4.1.33.10.16.2.16.1 | no-access |
An 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 . |
||
expRipToIsisRuleNetwork | 1.3.6.1.4.1.33.10.16.2.16.1.1 | ipaddress | read-only |
The IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network. |
expRipToIsisRuleAction | 1.3.6.1.4.1.33.10.16.2.16.1.2 | integer | read-write |
Control whether the route is advertised or not. Enumeration: 'advertise': 2, 'hide': 1. |
expRipToIsisRuleMetricType | 1.3.6.1.4.1.33.10.16.2.16.1.3 | integer | read-write |
Whether to advertise the metric as Internal or External. Enumeration: 'internal': 1, 'external': 2. |
expRipToIsisRuleDefaultMetricAction | 1.3.6.1.4.1.33.10.16.2.16.1.4 | integer | read-write |
How to apply the expRipToIsisDefaultRuleMetric field to the metric in the route table entry before the route is advertised. Enumeration: 'decrement': 3, 'increment': 2, 'replace': 1. |
expRipToIsisRuleDefaultMetric | 1.3.6.1.4.1.33.10.16.2.16.1.5 | integer | read-write |
Default metric value to be applied to the metric in the route table entry before the route is advertised. |
expRipToIsisRuleDelayMetricAction | 1.3.6.1.4.1.33.10.16.2.16.1.6 | integer | read-write |
How to apply the expRipToIsisDelayRuleMetric field to the metric in the route table entry before the route is advertised. Enumeration: 'decrement': 3, 'increment': 2, 'replace': 1. |
expRipToIsisRuleDelayMetric | 1.3.6.1.4.1.33.10.16.2.16.1.7 | integer | read-write |
Delay metric value to be applied to the metric in the route table entry before the route is advertised. |
expRipToIsisRuleErrorMetricAction | 1.3.6.1.4.1.33.10.16.2.16.1.8 | integer | read-write |
How to apply the expRipToIsisErrorRuleMetric field to the metric in the route table entry before the route is advertised. Enumeration: 'decrement': 3, 'increment': 2, 'replace': 1. |
expRipToIsisRuleErrorMetric | 1.3.6.1.4.1.33.10.16.2.16.1.9 | integer | read-write |
Error metric value to be applied to the metric in the route table entry before the route is advertised. |
expRipToIsisRuleExpenseMetricAction | 1.3.6.1.4.1.33.10.16.2.16.1.10 | integer | read-write |
How to apply the expRipToIsisExpenseRuleMetric field to the metric in the route table entry before the route is advertised. Enumeration: 'decrement': 3, 'increment': 2, 'replace': 1. |
expRipToIsisRuleExpenseMetric | 1.3.6.1.4.1.33.10.16.2.16.1.11 | integer | read-write |
Expense metric value to be applied to the metric in the route table entry before the route is advertised. |
expRipToIsisRuleStatus | 1.3.6.1.4.1.33.10.16.2.16.1.12 | integer | read-write |
The 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. Enumeration: 'valid': 2, 'invalid': 1. |
expStaticToIsisRuleTable | 1.3.6.1.4.1.33.10.16.2.17 | no-access |
The Static to Isis export table. |
|
1.3.6.1.4.1.33.10.16.2.17.1 | no-access |
An 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 . |
||
expStaticToIsisRuleNetwork | 1.3.6.1.4.1.33.10.16.2.17.1.1 | ipaddress | read-only |
The IP network of the route in the route table. The value 255.255.255.255 is a wild card matching any network. |
expStaticToIsisRuleAction | 1.3.6.1.4.1.33.10.16.2.17.1.2 | integer | read-write |
Control whether the route is advertised or not. Enumeration: 'advertise': 2, 'hide': 1. |
expStaticToIsisRuleMetricType | 1.3.6.1.4.1.33.10.16.2.17.1.3 | integer | read-write |
Whether to advertise the metric as Internal or External. Enumeration: 'internal': 1, 'external': 2. |
expStaticToIsisRuleDefaultMetricAction | 1.3.6.1.4.1.33.10.16.2.17.1.4 | integer | read-write |
How to apply the expStaticToIsisDefaultRuleMetric field to the metric in the route table entry before the route is advertised. Enumeration: 'decrement': 3, 'increment': 2, 'replace': 1. |
expStaticToIsisRuleDefaultMetric | 1.3.6.1.4.1.33.10.16.2.17.1.5 | integer | read-write |
Default metric value to be applied to the metric in the route table entry before the route is advertised. |
expStaticToIsisRuleDelayMetricAction | 1.3.6.1.4.1.33.10.16.2.17.1.6 | integer | read-write |
How to apply the expStaticToIsisDelayRuleMetric field to the metric in the route table entry before the route is advertised. Enumeration: 'decrement': 3, 'increment': 2, 'replace': 1. |
expStaticToIsisRuleDelayMetric | 1.3.6.1.4.1.33.10.16.2.17.1.7 | integer | read-write |
Delay metric value to be applied to the metric in the route table entry before the route is advertised. |
expStaticToIsisRuleErrorMetricAction | 1.3.6.1.4.1.33.10.16.2.17.1.8 | integer | read-write |
How to apply the expStaticToIsisErrorRuleMetric field to the metric in the route table entry before the route is advertised. Enumeration: 'decrement': 3, 'increment': 2, 'replace': 1. |
expStaticToIsisRuleErrorMetric | 1.3.6.1.4.1.33.10.16.2.17.1.9 | integer | read-write |
Error metric value to be applied to the metric in the route table entry before the route is advertised. |
expStaticToIsisRuleExpenseMetricAction | 1.3.6.1.4.1.33.10.16.2.17.1.10 | integer | read-write |
How to apply the expStaticToIsisExpenseRuleMetric field to the metric in the route table entry before the route is advertised. Enumeration: 'decrement': 3, 'increment': 2, 'replace': 1. |
expStaticToIsisRuleExpenseMetric | 1.3.6.1.4.1.33.10.16.2.17.1.11 | integer | read-write |
Expense metric value to be applied to the metric in the route table entry before the route is advertised. |
expStaticToIsisRuleStatus | 1.3.6.1.4.1.33.10.16.2.17.1.12 | integer | read-write |
The 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. Enumeration: 'valid': 2, 'invalid': 1. |
xFilter | 1.3.6.1.4.1.33.10.16.3 | |||
ipIfFilterTable | 1.3.6.1.4.1.33.10.16.3.1 | no-access |
Table of filter entries. |
|
1.3.6.1.4.1.33.10.16.3.1.1 | no-access |
A particular entry. |
||
ipIfFilterIndex | 1.3.6.1.4.1.33.10.16.3.1.1.1 | integer | read-only |
The interface index with which this entry is associated. This value is the same as IfIndex. |
ipIfFilterDstAddr | 1.3.6.1.4.1.33.10.16.3.1.1.2 | ipaddress | read-only |
The destination IP address to use in the filter match. |
ipIfFilterDstMask | 1.3.6.1.4.1.33.10.16.3.1.1.3 | ipaddress | read-only |
The destination IP mask to use in the filter match. |
ipIfFilterSrcAddr | 1.3.6.1.4.1.33.10.16.3.1.1.4 | ipaddress | read-only |
The source IP address to use in the filter match. |
ipIfFilterSrcMask | 1.3.6.1.4.1.33.10.16.3.1.1.5 | ipaddress | read-only |
The source IP mask to use in the filter match. |
ipIfFilterProtocol | 1.3.6.1.4.1.33.10.16.3.1.1.6 | integer | read-only |
The protocol to use in the filter match. The value 256 indicates any protocol. |
ipIfFilterDstPort | 1.3.6.1.4.1.33.10.16.3.1.1.7 | integer | read-only |
The 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. |
ipIfFilterSrcPort | 1.3.6.1.4.1.33.10.16.3.1.1.8 | integer | read-only |
The 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. |
ipIfFilterAction | 1.3.6.1.4.1.33.10.16.3.1.1.9 | integer | read-write |
Control whether the packet for which this filter is the best match should be forwarded or discarded. Enumeration: 'forward': 2, 'discard': 1. |
ipIfFilterStatus | 1.3.6.1.4.1.33.10.16.3.1.1.10 | integer | read-write |
The status of the filter entry. Set to 'invalid' to remove the entry. Enumeration: 'valid': 2, 'invalid': 1. |
ipFilterState | 1.3.6.1.4.1.33.10.16.3.2 | integer | read-write |
The indication of whether this system does IP filtering. Enumeration: 'disabled': 1, 'enabled': 2. |
ipIfFilter2Table | 1.3.6.1.4.1.33.10.16.3.3 | no-access |
Table of filter entries. |
|
1.3.6.1.4.1.33.10.16.3.3.1 | no-access |
A particular entry. |
||
ipIfFilter2Index | 1.3.6.1.4.1.33.10.16.3.3.1.1 | integer | read-only |
The interface index with which this entry is associated. This value is the same as IfIndex. |
ipIfFilter2DstAddr | 1.3.6.1.4.1.33.10.16.3.3.1.2 | ipaddress | read-only |
The destination IP address to use in the filter match. |
ipIfFilter2DstMask | 1.3.6.1.4.1.33.10.16.3.3.1.3 | ipaddress | read-only |
The destination IP mask to use in the filter match. |
ipIfFilter2SrcAddr | 1.3.6.1.4.1.33.10.16.3.3.1.4 | ipaddress | read-only |
The source IP address to use in the filter match. |
ipIfFilter2SrcMask | 1.3.6.1.4.1.33.10.16.3.3.1.5 | ipaddress | read-only |
The source IP mask to use in the filter match. |
ipIfFilter2Protocol | 1.3.6.1.4.1.33.10.16.3.3.1.6 | integer | read-only |
The protocol to use in the filter match. The value 256 indicates any protocol. |
ipIfFilter2DstPortStart | 1.3.6.1.4.1.33.10.16.3.3.1.7 | integer | read-only |
The 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. |
ipIfFilter2SrcPortStart | 1.3.6.1.4.1.33.10.16.3.3.1.8 | integer | read-only |
The 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. |
ipIfFilter2Action | 1.3.6.1.4.1.33.10.16.3.3.1.9 | integer | read-write |
Control whether the packet for which this filter is the best match should be forwarded or discarded. Enumeration: 'forward': 2, 'discard': 1. |
ipIfFilter2Status | 1.3.6.1.4.1.33.10.16.3.3.1.10 | integer | read-write |
The status of the filter entry. Set to 'invalid' to remove the entry. Enumeration: 'valid': 2, 'invalid': 1. |
ipIfFilter2DstPortEnd | 1.3.6.1.4.1.33.10.16.3.3.1.11 | integer | read-only |
The 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. |
ipIfFilter2SrcPortEnd | 1.3.6.1.4.1.33.10.16.3.3.1.12 | integer | read-only |
The 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. |
ipIfFilter2TcpSyn | 1.3.6.1.4.1.33.10.16.3.3.1.13 | integer | read-only |
The 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. Enumeration: 'on': 2, 'all': 3, 'off': 1. |
ipIfFilter2ProtocolPriority | 1.3.6.1.4.1.33.10.16.3.3.1.14 | integer | read-write |
Control 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. Enumeration: 'high': 5, 'none': 256, 'medium': 3, 'low': 1. |
xRip | 1.3.6.1.4.1.33.10.18 | |||
ripState | 1.3.6.1.4.1.33.10.18.1 | integer | read-write |
The indication of whether this system participates in RIP. Enumeration: 'disabled': 1, 'enabled': 2. |
ripStatus | 1.3.6.1.4.1.33.10.18.2 | integer | read-only |
The status of the RIP software. Enumeration: 'active': 1, 'ipDisabled': 3, 'noMemory': 5, 'noNetworksEnabled': 4, 'ripDisabled': 2. |
ripNetTable | 1.3.6.1.4.1.33.10.18.3 | no-access |
Table of RIP entries. |
|
1.3.6.1.4.1.33.10.18.3.1 | no-access |
A particular entry. |
||
ripNetNet | 1.3.6.1.4.1.33.10.18.3.1.1 | ipaddress | read-only |
The IP Network to which this entry applies. |
ripNetState | 1.3.6.1.4.1.33.10.18.3.1.2 | integer | read-write |
This value controls the RIP protocol on this network. Enumeration: 'disabled': 1, 'routerDiscovery': 2, 'full': 3. |
ripNetRipsIn | 1.3.6.1.4.1.33.10.18.3.1.3 | counter | read-only |
The number of RIP packets received from routers on this IP network. |
ripNetRipsOut | 1.3.6.1.4.1.33.10.18.3.1.4 | counter | read-only |
The number of RIP packets sent to routers on this IP network. |
ripNetAlgorithm | 1.3.6.1.4.1.33.10.18.3.1.5 | integer | read-write |
This value controls the RIP algorithm on this network. Enumeration: 'poisonedReverse': 1, 'splitHorizon': 2. |
xlpd | 1.3.6.1.4.1.33.10.19 | |||
lpdQueueTable | 1.3.6.1.4.1.33.10.19.1 | no-access |
A list of lpd queues on the server. |
|
1.3.6.1.4.1.33.10.19.1.1 | no-access |
Lpd parameter values plus counters for an individual lpd queue. |
||
lpdQueueStatus | 1.3.6.1.4.1.33.10.19.1.1.1 | integer | read-write |
Status 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. Enumeration: 'valid': 2, 'invalid': 1. |
lpdQueueName | 1.3.6.1.4.1.33.10.19.1.1.2 | displaystring | read-only |
Name of the LPD queue, case sensitive. |
lpdQueuePorts | 1.3.6.1.4.1.33.10.19.1.1.3 | octet string | read-write |
List 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. |
lpdQueueEnabled | 1.3.6.1.4.1.33.10.19.1.1.4 | integer | read-write |
Flag indicates if the queue is enabled. A 'disabled' queue will reject print requests from remote systems. A 'enabled' queue accepts requests for printing. Enumeration: 'disabled': 1, 'enabled': 2. |
lpdQueueLfConversion | 1.3.6.1.4.1.33.10.19.1.1.5 | integer | read-write |
Flag indicates if the queue is converting linefeeds to linefeeds, carriagereturns. 'lfcr' does the converion, 'lf' does not. Enumeration: 'lf': 1, 'lfcr': 2. |
lpdQueueTotalJobs | 1.3.6.1.4.1.33.10.19.1.1.6 | gauge | read-only |
The total number of jobs on the queue. This number should be equal to the number of active and waiting jobs. (lpdQueueActive + lpdQueueWaiting) |
lpdQueueActiveJobs | 1.3.6.1.4.1.33.10.19.1.1.7 | gauge | read-only |
The 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. |
lpdQueueWaitingJobs | 1.3.6.1.4.1.33.10.19.1.1.8 | gauge | read-only |
The 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. |
lpdQueueProcessedJobs | 1.3.6.1.4.1.33.10.19.1.1.9 | counter | read-only |
The total number of jobs processed by this queue since server boot. |
lpdQueueFormFeed | 1.3.6.1.4.1.33.10.19.1.1.10 | integer | read-write |
A 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. Enumeration: 'formfeednone': 3, 'formfeedafter': 1, 'formfeedbefore': 2. |
lpdQueueBypass | 1.3.6.1.4.1.33.10.19.1.1.11 | integer | read-write |
Control 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. Enumeration: 'disabled': 1, 'enabled': 2. |
lpdJobTable | 1.3.6.1.4.1.33.10.19.2 | no-access |
A list of lpd jobs. |
|
1.3.6.1.4.1.33.10.19.2.1 | no-access |
A single lpd Job. |
||
lpdJobStatus | 1.3.6.1.4.1.33.10.19.2.1.1 | integer | read-write |
Status 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. Enumeration: 'valid': 2, 'invalid': 1. |
lpdJobNumber | 1.3.6.1.4.1.33.10.19.2.1.2 | integer | read-only |
The 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. |
lpdJobAssignedPort | 1.3.6.1.4.1.33.10.19.2.1.3 | integer | read-only |
The number of the port assigned to the lpd job. |
lpdJobFileSize | 1.3.6.1.4.1.33.10.19.2.1.4 | integer | read-only |
The size of the file being sent from the remote system. |
lpdJobHostName | 1.3.6.1.4.1.33.10.19.2.1.5 | displaystring | read-only |
The name of the host sending the job. |
lpdJobFileName | 1.3.6.1.4.1.33.10.19.2.1.6 | displaystring | read-only |
The name of the file being sent. |
lpdJobState | 1.3.6.1.4.1.33.10.19.2.1.7 | integer | read-only |
The current state of the lpd job. A typical job transistions through the following states: initialize->waiting->assigned->printingdata-> printingcontrol->completed. Enumeration: 'flushing': 9, 'printingData': 4, 'completed': 7, 'assigned': 3, 'printingControl': 5, 'waiting': 2, 'aborted': 6, 'error': 8, 'initialized': 1. |
xSecurID | 1.3.6.1.4.1.33.10.20 | |||
securIDServerName0 | 1.3.6.1.4.1.33.10.20.1 | displaystring | read-write |
The 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. |
securIDServerName1 | 1.3.6.1.4.1.33.10.20.2 | displaystring | read-write |
The 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. |
securIDServerName2 | 1.3.6.1.4.1.33.10.20.3 | displaystring | read-write |
The 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. |
securIDServerName3 | 1.3.6.1.4.1.33.10.20.4 | displaystring | read-write |
The 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. |
securIDServerName4 | 1.3.6.1.4.1.33.10.20.5 | displaystring | read-write |
The 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. |
securIDMaxRetries | 1.3.6.1.4.1.33.10.20.6 | integer | read-write |
The 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. |
securIDBaseTimeout | 1.3.6.1.4.1.33.10.20.7 | integer | read-write |
The 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. |
securIDPort | 1.3.6.1.4.1.33.10.20.8 | integer | read-write |
The 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. |
securIDQueryLimit | 1.3.6.1.4.1.33.10.20.9 | integer | read-write |
The 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. |
securIDEncryptionMode | 1.3.6.1.4.1.33.10.20.10 | integer | read-write |
The type of encryption to use in SecurID validation. Corresponds directly to the value labeled 'Encryption Mode' in the SERVER SECURID display. Enumeration: 'sdiBlockCipher': 1, 'des': 2. |
securIDInsecureLogins | 1.3.6.1.4.1.33.10.20.11 | counter | read-only |
The 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. |
securIDSecureLogins | 1.3.6.1.4.1.33.10.20.12 | counter | read-only |
The 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. |
securIDSecureLoginsFailed | 1.3.6.1.4.1.33.10.20.13 | counter | read-only |
The 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. |
securIDServerAccess0 | 1.3.6.1.4.1.33.10.20.14 | counter | read-only |
The 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. |
securIDServerAccessFailed0 | 1.3.6.1.4.1.33.10.20.15 | counter | read-only |
The 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. |
securIDServerAccess1 | 1.3.6.1.4.1.33.10.20.16 | counter | read-only |
The 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. |
securIDServerAccessFailed1 | 1.3.6.1.4.1.33.10.20.17 | counter | read-only |
The 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. |
securIDServerAccess2 | 1.3.6.1.4.1.33.10.20.18 | counter | read-only |
The 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. |
securIDServerAccessFailed2 | 1.3.6.1.4.1.33.10.20.19 | counter | read-only |
The 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. |
securIDServerAccess3 | 1.3.6.1.4.1.33.10.20.20 | counter | read-only |
The 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. |
securIDServerAccessFailed3 | 1.3.6.1.4.1.33.10.20.21 | counter | read-only |
The 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. |
securIDServerAccess4 | 1.3.6.1.4.1.33.10.20.22 | counter | read-only |
The 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. |
securIDServerAccessFailed4 | 1.3.6.1.4.1.33.10.20.23 | counter | read-only |
The 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. |
securIDErrorPortIndex | 1.3.6.1.4.1.33.10.20.24 | integer | read-only |
The 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. |
securIDError | 1.3.6.1.4.1.33.10.20.25 | integer | read-only |
The 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. |
securIDErrorUsername | 1.3.6.1.4.1.33.10.20.26 | displaystring | read-only |
The username associated with the most recent SecurID-related error. Corresponds directly to the value labeled 'Username:' in the SERVER SECURID display. |
securIDPortTable | 1.3.6.1.4.1.33.10.20.27 | no-access |
A list of SecurID character port entries. |
|
1.3.6.1.4.1.33.10.20.27.1 | no-access |
Parameter values for a SecurID port. |
||
securIDPortIndex | 1.3.6.1.4.1.33.10.20.27.1.1 | integer | read-only |
An 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. |
securIDPortStatus | 1.3.6.1.4.1.33.10.20.27.1.2 | integer | read-write |
A 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. Enumeration: 'disabled': 1, 'enabled': 2. |
xSsh | 1.3.6.1.4.1.33.10.23 | |||
sshPortTable | 1.3.6.1.4.1.33.10.23.1 | no-access |
A list of SSH port entries |
|
1.3.6.1.4.1.33.10.23.1.1 | no-access |
Parameter values for an SSH port. |
||
sshPortIndex | 1.3.6.1.4.1.33.10.23.1.1.1 | integer | read-only |
An 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. |
sshPortIncomingTcpPort | 1.3.6.1.4.1.33.10.23.1.1.2 | integer | read-write |
Specifies 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. |
sshPortNewlineFiltering | 1.3.6.1.4.1.33.10.23.1.1.3 | integer | read-write |
Translation 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. Enumeration: 'none': 1, 'crNullToCr': 6, 'crLfToCr': 4, 'crNullToCrLf': 7, 'crToCrLf': 2, 'crLfToCrNull': 5, 'crToCrNull': 3. |
sshPortNewline | 1.3.6.1.4.1.33.10.23.1.1.4 | integer | read-write |
Translation 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. Enumeration: 'none': 1, 'crNullToCr': 6, 'crLfToCr': 4, 'crNullToCrLf': 7, 'crToCrLf': 2, 'crLfToCrNull': 5, 'crToCrNull': 3. |
sshPortTransmitBufferedTime | 1.3.6.1.4.1.33.10.23.1.1.5 | integer | read-write |
Number 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. |
sshPortRemoteProtocol | 1.3.6.1.4.1.33.10.23.1.1.6 | integer | read-write |
Indicates 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. Enumeration: 'both': 3, 'ssh': 1, 'telnet': 2. |
sshCipherMask | 1.3.6.1.4.1.33.10.23.2 | octet string | read-write |
This 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. |
sshAuthenticationTimeout | 1.3.6.1.4.1.33.10.23.3 | integer | read-write |
The 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. |
sshHostKeyLength | 1.3.6.1.4.1.33.10.23.4 | integer | read-write |
The 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. |
sshHostKeyGenerate | 1.3.6.1.4.1.33.10.23.5 | integer | read-write |
For 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. Enumeration: 'ready': 1, 'generate': 2, 'update': 3. |
sshServerKeyLength | 1.3.6.1.4.1.33.10.23.6 | integer | read-write |
The 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. |
sshServerKeyTtl | 1.3.6.1.4.1.33.10.23.7 | integer | read-write |
The 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. |
sshServerMaxBufferSize | 1.3.6.1.4.1.33.10.23.8 | integer | read-write |
The 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. |