INTEL-L3TC-MIB: View SNMP OID List / Download MIB
VENDOR: INTEL CORPORATION
Home | MIB: INTEL-L3TC-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 |
l3tcache | 1.3.6.1.4.1.343.6.37 | |||
l3tcFrontPorts | 1.3.6.1.4.1.343.6.37.1 | |||
l3tcFrontPortsTable | 1.3.6.1.4.1.343.6.37.1.1 | no-access |
Numbers and Cache-modes of front ports |
|
1.3.6.1.4.1.343.6.37.1.1.1 | no-access | |||
l3tcFrontPortsNumber | 1.3.6.1.4.1.343.6.37.1.1.1.1 | integer | read-only |
Front Port number 1..24 identifying subject front port |
l3tcFrontPortsMode | 1.3.6.1.4.1.343.6.37.1.1.1.2 | integer | read-write |
Tells the mode (normal/client/server) of the port Enumeration: 'client': 2, 'server': 3, 'normal': 1. |
l3tcServers | 1.3.6.1.4.1.343.6.37.2 | |||
l3tcServersTable | 1.3.6.1.4.1.343.6.37.2.1 | no-access |
UserGroup membership for prefices of IP-addresses |
|
1.3.6.1.4.1.343.6.37.2.1.1 | no-access | |||
l3tcServersIndex | 1.3.6.1.4.1.343.6.37.2.1.1.1 | integer | read-only |
Box-wide uniquely identifying number of subject cache server |
l3tcServersIpAddress | 1.3.6.1.4.1.343.6.37.2.1.1.2 | ipaddress | read-write |
IpAddress of subject cache server |
l3tcServersDeleteEntry | 1.3.6.1.4.1.343.6.37.2.1.1.3 | integer | read-write |
Write 1 to this attribute to delete entire entry. Write 2 to a non-existing row creates a new row. |
l3tcServersPortNumber | 1.3.6.1.4.1.343.6.37.2.1.1.4 | integer | read-write |
Identifies the Front Port to which this server is attached |
l3tcServersHeartBeatUrl | 1.3.6.1.4.1.343.6.37.2.1.1.5 | displaystring | read-write |
The URL to request when performing heart-beat checking |
l3tcServersName | 1.3.6.1.4.1.343.6.37.2.1.1.6 | displaystring | read-write |
The name for identification of the server presented to the operator |
l3tcServersHeartBeatStatus | 1.3.6.1.4.1.343.6.37.2.1.1.7 | integer | read-only |
Actual status of heart-beat monitoring of server Enumeration: 'retrying': 2, 'ok': 1, 'noResponse': 3. |
l3tcTcpPorts | 1.3.6.1.4.1.343.6.37.3 | |||
l3tcTcpPortsTable | 1.3.6.1.4.1.343.6.37.3.1 | no-access |
List of Tcp Port Numbers subject to l3tc-routing |
|
1.3.6.1.4.1.343.6.37.3.1.1 | no-access | |||
l3tcTcpPortsNumber | 1.3.6.1.4.1.343.6.37.3.1.1.1 | integer | read-only |
This TCP Port Number is subject to t-cache-forwarding |
l3tcTcpPortsDeleteEntry | 1.3.6.1.4.1.343.6.37.3.1.1.2 | integer | read-write |
Write 1 to this attribute to delete entire entry. Write 2 to a non-existing row creates a new row. |
l3tcStaticIPs | 1.3.6.1.4.1.343.6.37.4 | |||
l3tcStaticIPsTable | 1.3.6.1.4.1.343.6.37.4.1 | no-access |
Operator-assigned servers for particular IP sites |
|
1.3.6.1.4.1.343.6.37.4.1.1 | no-access | |||
l3tcStaticIPsPacketDestIP | 1.3.6.1.4.1.343.6.37.4.1.1.1 | ipaddress | read-only |
IP Address of subject IP site |
l3tcStaticIPsDeleteEntry | 1.3.6.1.4.1.343.6.37.4.1.1.2 | integer | read-write |
Write 1 to this attribute to delete entire entry. Write 2 to a non-existing row creates a new row. |
l3tcStaticIPsServerIndex | 1.3.6.1.4.1.343.6.37.4.1.1.3 | integer | read-write |
Index value of cache server assigned to subject IP site |
l3tcSingleAttrs | 1.3.6.1.4.1.343.6.37.5 | |||
l3tcPollingInterval | 1.3.6.1.4.1.343.6.37.5.1 | integer | read-write |
Interval in seconds between successive heart-beat-polls |
l3tcEnabled | 1.3.6.1.4.1.343.6.37.5.2 | integer | read-write |
Whether or not the TC routing is enabled Enumeration: 'on': 1, 'off': 2. |
l3tcRevertToDefaults | 1.3.6.1.4.1.343.6.37.5.3 | integer | read-write |
This is a bit mask setting selected parts of the configuration to factory defaults. value & 1: causes all front ports to revert to normal mode. All servers referring to a leaving-server-mode frontport are deleted too and all static sites reffering to deleted servers are deleted too. value & 2: removes all servers and all static sites value & 4: removes all TCP-protocols value & 8: removes all static sites value & 16: sets polling interval to 30 seconds and switches off the entire transparent caching facility As an example setting this attribute to the value 31 completely restores factory defaults. |