ALTEON-TS-LAYER4-MIB

MIB Reference — IPNetwork Monitor

All MIBsALTEON-TS-LAYER4-MIB

Category: Vendor: Alteon

Description:

Alteon TS switch layer-4 MIB for server load balancing and layer-4 session switching on TS platform switches.

Imported Objects

From ALTEON-ROOT-MIB

switchOBJECT-IDENTITY

From ALTEON-TIGON-SWITCH-MIB

informationOBJECT-IDENTITY
operCmdsOBJECT-IDENTITY
statsOBJECT-IDENTITY

From RFC-1212

OBJECT-TYPE

From RFC1155-SMI

Counter
Gauge
IpAddress

From RFC1213-MIB

DisplayString
PhysAddress

From SNMPv2-SMI

Counter64

What Is ALTEON-TS-LAYER4-MIB?

ALTEON-TS-LAYER4-MIB is an Alteon WebSystems (later Nortel/Radware, load-balancer vendor) proprietary MIB configuring Server Load Balancing (SLB) real-server pools. Its objects cover max real-server table size, and current/new-configuration real-server tables (index, IP address, weight, max connections, timeout, backup flag, ping interval, fail/success retry counts, state, type, name, URL bitmap, cookie, exclude string, sub-MAC, and proxy setting). As a configuration/status MIB it lets an administrator confirm real-server health-check settings and weighting in an Alteon (Nortel/Radware) load-balanced server pool. It is deployed on Alteon WebSystems (Nortel/Radware) Layer 4-7 load balancers. Engineers can download the ALTEON-TS-LAYER4-MIB file directly to load it into their MIB browser.

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

What Can Be Monitored

  • real-server pool health-check status and weighting

Supported Devices

  • Alteon WebSystems (Nortel/Radware) Layer 4-7 load balancers

Monitoring Examples

An administrator checks slbCurCfgRealServerState and slbCurCfgRealServerWeight to confirm a real server's health-check status and load-balancing weight on an Alteon (Nortel/Radware) load balancer.

OIDs
OID symbolicOID numericTypeAccessDescription
serverloadbalance1.3.6.1.4.1.1872.2.1.5
INT slbRealServerMaxSize1.3.6.1.4.1.1872.2.1.5.1INTEGERread-onlyThe maximum number of entries in SLB RealServerTable.
slbCurCfgRealServerTable1.3.6.1.4.1.1872.2.1.5.2not-accessibleThe table of Real Server configuration in the current_config.
slbCurCfgRealServerEntry1.3.6.1.4.1.1872.2.1.5.2.1not-accessibleInformation about a particular Real Server configuration.
INT slbCurCfgRealServerIndex1.3.6.1.4.1.1872.2.1.5.2.1.1INTEGERread-onlyThe real server number
IP slbCurCfgRealServerIpAddr1.3.6.1.4.1.1872.2.1.5.2.1.2IpAddressread-onlyIP address of the real server identified by the instance of the slbRealServerIndex.
INT slbCurCfgRealServerWeight1.3.6.1.4.1.1872.2.1.5.2.1.3INTEGERread-onlyThe server weight.
INT slbCurCfgRealServerMaxConns1.3.6.1.4.1.1872.2.1.5.2.1.4INTEGERread-onlyThe maximum number of connections that are allowed.
INT slbCurCfgRealServerTimeOut1.3.6.1.4.1.1872.2.1.5.2.1.5INTEGERread-onlyThe maximum number of minutes an inactive connection remains open.
INT slbCurCfgRealServerBackUp1.3.6.1.4.1.1872.2.1.5.2.1.6INTEGERread-onlyThe backup server number for this server.
INT slbCurCfgRealServerPingInterval1.3.6.1.4.1.1872.2.1.5.2.1.7INTEGERread-onlyThe interval between keep-alive (ping) attempts in number of seconds. Zero means disabling ping attempt.
INT slbCurCfgRealServerFailRetry1.3.6.1.4.1.1872.2.1.5.2.1.8INTEGERread-onlyThe number of failed attempts to declare this server DOWN.
INT slbCurCfgRealServerSuccRetry1.3.6.1.4.1.1872.2.1.5.2.1.9INTEGERread-onlyThe number of successful attempts to declare a server UP.
INT slbCurCfgRealServerState1.3.6.1.4.1.1872.2.1.5.2.1.10INTEGERread-onlyEnable or disable this server.
INT slbCurCfgRealServerType1.3.6.1.4.1.1872.2.1.5.2.1.11INTEGERread-onlyThe server type. It participates in global server load balancing when it is configured as remote-server.
STR slbCurCfgRealServerName1.3.6.1.4.1.1872.2.1.5.2.1.12DisplayStringread-onlyThe name of the real server.
OCT slbCurCfgRealServerUrlBmap1.3.6.1.4.1.1872.2.1.5.2.1.13OCTET STRINGread-onlyThe URL Pathes selected for URL load balancing for by the real server. The selected URL Pathes are presented in a bitmap format. in receiving order: OCTET 1 OCTET 2 ..... xxxxxxxx xxxxxxxx ..... || || |_ URL Path 9 || || || ||___ URL Path 8 || |____ URL Path 7 || . . . ||_________ URL Path 2 |__________ URL Path 1 where x : 1 - The represented URL Path is selected 0 - The represented URL Path is not selected
INT slbCurCfgRealServerCookie1.3.6.1.4.1.1872.2.1.5.2.1.14INTEGERread-onlyThe real server that will handle client requests that doesn't contain an URL cookie if Cookie loadbalance is enabled.
INT slbCurCfgRealServerExcludeStr1.3.6.1.4.1.1872.2.1.5.2.1.15INTEGERread-onlyThe real server will handle requests that don't match the loadbalance string if it is enabled.
INT slbCurCfgRealServerSubmac1.3.6.1.4.1.1872.2.1.5.2.1.16INTEGERread-onlyThe real server config to enable/disable MAC SA substitution for L4 traffic. If disabled (the default) we will NOT substitute the MAC SA of client-to-server frames. If enabled, we will substitute the MAC SA.
INT slbCurCfgRealServerProxy1.3.6.1.4.1.1872.2.1.5.2.1.17INTEGERread-onlyThe real server config to enable/disable client proxy operation.
slbNewCfgRealServerTable1.3.6.1.4.1.1872.2.1.5.3not-accessibleThe table of Real Server configuration in the new_config.
slbNewCfgRealServerEntry1.3.6.1.4.1.1872.2.1.5.3.1not-accessibleInformation about a particular Real Server configuration.
INT slbNewCfgRealServerIndex1.3.6.1.4.1.1872.2.1.5.3.1.1INTEGERread-onlyThe real server number
IP slbNewCfgRealServerIpAddr1.3.6.1.4.1.1872.2.1.5.3.1.2IpAddressread-writeIP address of the real server identified by the instance of slbRealServerIndex.
INT slbNewCfgRealServerWeight1.3.6.1.4.1.1872.2.1.5.3.1.3INTEGERread-writeThe server weight.
INT slbNewCfgRealServerMaxConns1.3.6.1.4.1.1872.2.1.5.3.1.4INTEGERread-writeThe maximum number of connections that are allowed.
INT slbNewCfgRealServerTimeOut1.3.6.1.4.1.1872.2.1.5.3.1.5INTEGERread-writeThe maximum number of minutes an inactive connection remains open.
INT slbNewCfgRealServerBackUp1.3.6.1.4.1.1872.2.1.5.3.1.6INTEGERread-writeThe backup server number for this server.
INT slbNewCfgRealServerPingInterval1.3.6.1.4.1.1872.2.1.5.3.1.7INTEGERread-writeThe interval between keep-alive (ping) attempts in number of seconds. Zero means disabling ping attempt.
INT slbNewCfgRealServerFailRetry1.3.6.1.4.1.1872.2.1.5.3.1.8INTEGERread-writeThe number of failed attempts to declare this server DOWN.
INT slbNewCfgRealServerSuccRetry1.3.6.1.4.1.1872.2.1.5.3.1.9INTEGERread-writeThe number of successful attempts to declare a server UP.
INT slbNewCfgRealServerState1.3.6.1.4.1.1872.2.1.5.3.1.10INTEGERread-writeEnable or disable this server.
INT slbNewCfgRealServerDelete1.3.6.1.4.1.1872.2.1.5.3.1.11INTEGERread-writeBy setting the value to delete(2), the entire row is deleted.
INT slbNewCfgRealServerType1.3.6.1.4.1.1872.2.1.5.3.1.12INTEGERread-writeThe server type. It participates in global server load balancing when it is configured as remote-server.
STR slbNewCfgRealServerName1.3.6.1.4.1.1872.2.1.5.3.1.13DisplayStringread-writeThe name of the real server.
OCT slbNewCfgRealServerUrlBmap1.3.6.1.4.1.1872.2.1.5.3.1.14OCTET STRINGread-onlyThe URL Pathes selected for URL load balancing for by the real server. The selected URL Pathes are presented in a bitmap format. in receiving order: OCTET 1 OCTET 2 ..... xxxxxxxx xxxxxxxx ..... || || |_ URL Path 9 || || || ||___ URL Path 8 || |____ URL Path 7 || . . . ||_________ URL Path 2 |__________ URL Path 1 where x : 1 - The represented URL Path is selected 0 - The represented URL Path is not selected
INT slbNewCfgRealServerAddUrl1.3.6.1.4.1.1872.2.1.5.3.1.15INTEGERread-writeThe URL Path (slbCurCfgUrlLbPathIndex) to be added to the real server. A zero is returned when read.
INT slbNewCfgRealServerRemUrl1.3.6.1.4.1.1872.2.1.5.3.1.16INTEGERread-writeThe URL Path (slbCurCfgUrlLbPathIndex) to be removed from the real server. A zero is returned when read.
INT slbNewCfgRealServerCookie1.3.6.1.4.1.1872.2.1.5.3.1.17INTEGERread-writeEnable or disable real server to handle client requests that don't contain a cookie if cookie loadbalance is enabled.
INT slbNewCfgRealServerExcludeStr1.3.6.1.4.1.1872.2.1.5.3.1.18INTEGERread-writeEnable or disable exclusionary matching string on real server.
INT slbNewCfgRealServerSubmac1.3.6.1.4.1.1872.2.1.5.3.1.19INTEGERread-writeThe real server config to enable/disable MAC SA substitution for L4 traffic. If disabled (the default) we will NOT substitute the MAC SA of client-to-server frames. If enabled, we will substitute the MAC SA.
INT slbNewCfgRealServerProxy1.3.6.1.4.1.1872.2.1.5.3.1.20INTEGERread-writeThe real server config to enable/disable client proxy operation.
INT slbVirtServerTableMaxSize1.3.6.1.4.1.1872.2.1.5.4INTEGERread-onlyThe maximum number of entries in SLB VirtServerTable.
slbCurCfgVirtServerTable1.3.6.1.4.1.1872.2.1.5.5not-accessibleThe table of virtual Servers.
slbCurCfgVirtualServerEntry1.3.6.1.4.1.1872.2.1.5.5.1not-accessibleA row in the virtual server table.
INT slbCurCfgVirtServerIndex1.3.6.1.4.1.1872.2.1.5.5.1.1INTEGERread-onlyVirtual Server Number
IP slbCurCfgVirtServerIpAddress1.3.6.1.4.1.1872.2.1.5.5.1.2IpAddressread-onlyIP address of the virtual server.
INT slbCurCfgVirtServerLayer3Only1.3.6.1.4.1.1872.2.1.5.5.1.3INTEGERread-onlyEnable or disable layer3 only balancing.
INT slbCurCfgVirtServerState1.3.6.1.4.1.1872.2.1.5.5.1.4INTEGERread-onlyEnable or disable the virtual server.
STR slbCurCfgVirtServerDname1.3.6.1.4.1.1872.2.1.5.5.1.5DisplayStringread-onlyThe domain name of the virtual server.
STR slbCurCfgVirtServerCname1.3.6.1.4.1.1872.2.1.5.5.1.6DisplayStringread-onlyThe cookie name of the virtual server used for cookie load balance.
INT slbCurCfgVirtServerCoffset1.3.6.1.4.1.1872.2.1.5.5.1.7INTEGERread-onlyThe starting byte offset of the cookie value.
INT slbCurCfgVirtServerClength1.3.6.1.4.1.1872.2.1.5.5.1.8INTEGERread-onlyThe number of bytes to extract from the cookie value.
INT slbCurCfgVirtServerUriCookie1.3.6.1.4.1.1872.2.1.5.5.1.9INTEGERread-onlyEnable or disable cookie search in URI
INT slbCurCfgVirtServerFtpParsing1.3.6.1.4.1.1872.2.1.5.5.1.10INTEGERread-onlyEnable or Disable the ftp parsing for the virtual server.
INT slbCurCfgVirtServerUrlHashLen1.3.6.1.4.1.1872.2.1.5.5.1.11INTEGERread-onlyThe number of bytes used to hash onto server. A zero means URL hashing disabled.
STR slbCurCfgVirtServerHttpHdrName1.3.6.1.4.1.1872.2.1.5.5.1.12DisplayStringread-onlyThe HTTP header name of the virtual server.
INT slbCurCfgVirtServerBwmContract1.3.6.1.4.1.1872.2.1.5.5.1.13INTEGERread-onlyThe default BW contract of virtual server.
INT slbCurCfgVirtServerResponseCount1.3.6.1.4.1.1872.2.1.5.5.1.14INTEGERread-onlyThe number of cookie search response count.
STR slbCurCfgVirtServerCExpire1.3.6.1.4.1.1872.2.1.5.5.1.15DisplayStringread-onlyThe cookie expire of the virtual server used for insert cookie load balance depending on the mode it has the following format absolute mode or for relative mode.
slbNewCfgVirtServerTable1.3.6.1.4.1.1872.2.1.5.6not-accessibleThe table of virtual Servers.
slbNewCfgVirtualServerEntry1.3.6.1.4.1.1872.2.1.5.6.1not-accessibleA row in the virtual server table.
INT slbNewCfgVirtServerIndex1.3.6.1.4.1.1872.2.1.5.6.1.1INTEGERread-onlyThe Virtual Server Number
IP slbNewCfgVirtServerIpAddress1.3.6.1.4.1.1872.2.1.5.6.1.2IpAddressread-writeIP address of the virtual server.
INT slbNewCfgVirtServerLayer3Only1.3.6.1.4.1.1872.2.1.5.6.1.3INTEGERread-writeEnable or disable layer3 only balancing.
INT slbNewCfgVirtServerState1.3.6.1.4.1.1872.2.1.5.6.1.4INTEGERread-writeEnable or disable the virtual server.
INT slbNewCfgVirtServerDelete1.3.6.1.4.1.1872.2.1.5.6.1.5INTEGERread-writeBy setting the value to delete(2), the entire row is deleted.
STR slbNewCfgVirtServerDname1.3.6.1.4.1.1872.2.1.5.6.1.6DisplayStringread-writeThe domain name of the virtual server.
STR slbNewCfgVirtServerCname1.3.6.1.4.1.1872.2.1.5.6.1.7DisplayStringread-writeThe cookie name of the virtual server used for cookie load balance.
INT slbNewCfgVirtServerCoffset1.3.6.1.4.1.1872.2.1.5.6.1.8INTEGERread-writeThe starting byte offset of the cookie value.
INT slbNewCfgVirtServerClength1.3.6.1.4.1.1872.2.1.5.6.1.9INTEGERread-writeThe number of bytes to extract from the cookie value.
INT slbNewCfgVirtServerUriCookie1.3.6.1.4.1.1872.2.1.5.6.1.10INTEGERread-writeEnable or disable cookie search in URI
INT slbNewCfgVirtServerFtpParsing1.3.6.1.4.1.1872.2.1.5.6.1.11INTEGERread-writeEnable or Disable the ftp parsing for the virtual server.
INT slbNewCfgVirtServerUrlHashLen1.3.6.1.4.1.1872.2.1.5.6.1.12INTEGERread-writeThe number of bytes used to hash onto server, A zero means URL hashing disabled.
STR slbNewCfgVirtServerHttpHdrName1.3.6.1.4.1.1872.2.1.5.6.1.13DisplayStringread-writeThe HTTP header name of the virtual server.
INT slbNewCfgVirtServerBwmContract1.3.6.1.4.1.1872.2.1.5.6.1.14INTEGERread-writeThe default BW contract number of the virtual server.
INT slbNewCfgVirtServerResponseCount1.3.6.1.4.1.1872.2.1.5.6.1.15INTEGERread-writeThe number of cookie search response count.
STR slbNewCfgVirtServerCExpire1.3.6.1.4.1.1872.2.1.5.6.1.16DisplayStringread-writeThe cookie expire of the virtual server used for insert cookie load balance depending on the mode it has the following format absolute mode or for relative mode.
slbCurCfgVirtServicesTable1.3.6.1.4.1.1872.2.1.5.7not-accessibleThe table of virtual services.
slbCurCfgVirtServicesEntry1.3.6.1.4.1.1872.2.1.5.7.1not-accessibleA row in the virtual services table.
INT slbCurCfgVirtServIndex1.3.6.1.4.1.1872.2.1.5.7.1.1INTEGERread-onlyThe number of the virtual server.
INT slbCurCfgVirtServiceIndex1.3.6.1.4.1.1872.2.1.5.7.1.2INTEGERread-onlyThe service index. This has no external meaning
INT slbCurCfgVirtServiceVirtPort1.3.6.1.4.1.1872.2.1.5.7.1.3INTEGERread-onlyThe layer4 virtual port number of the service.
INT slbCurCfgVirtServiceRealGroup1.3.6.1.4.1.1872.2.1.5.7.1.4INTEGERread-onlyThe real server group number for this service.
INT slbCurCfgVirtServiceRealPort1.3.6.1.4.1.1872.2.1.5.7.1.5INTEGERread-onlyThe layer4 real port number of the service.
INT slbCurCfgVirtServiceUDPBalance1.3.6.1.4.1.1872.2.1.5.7.1.6INTEGERread-onlyEnable, disable or stateless the UDP balancing for the virtual port.
INT slbCurCfgVirtServicePBind1.3.6.1.4.1.1872.2.1.5.7.1.7INTEGERread-onlyEnable or disable persistent bindings for the virtual port.
STR slbCurCfgVirtServiceHname1.3.6.1.4.1.1872.2.1.5.7.1.8DisplayStringread-onlyThe host name of the virtual service.
INT slbCurCfgVirtServiceHttpSlb1.3.6.1.4.1.1872.2.1.5.7.1.9INTEGERread-onlySelect HTTP server loadbalancing for the virtual port.
INT slbCurCfgVirtServiceBwmContract1.3.6.1.4.1.1872.2.1.5.7.1.10INTEGERread-onlyThe BWM contract number for this service.
INT slbCurCfgVirtServiceDirServerRtn1.3.6.1.4.1.1872.2.1.5.7.1.11INTEGERread-onlyEnable or disable direct server return feature. To translate only MAC addresses in performing server load balancing when enabled. This allow servers to return directly to client since IP addresses have not been changed.
INT slbCurCfgVirtServiceRtspUrlParse1.3.6.1.4.1.1872.2.1.5.7.1.12INTEGERread-onlyEnable or disable RTSP URL hashing.
INT slbCurCfgVirtServiceCookieMode1.3.6.1.4.1.1872.2.1.5.7.1.13INTEGERread-onlySelect cookie persistance mode.
INT slbCurCfgVirtServiceDBind1.3.6.1.4.1.1872.2.1.5.7.1.14INTEGERread-onlyEnable or disable Delayed Binding.
INT slbCurCfgVirtServiceFtpParsing1.3.6.1.4.1.1872.2.1.5.7.1.15INTEGERread-onlyEnable or Disable the ftp parsing for the virtual service.
INT slbCurCfgVirtServiceHttpSlbOption1.3.6.1.4.1.1872.2.1.5.7.1.16INTEGERread-onlySelect HTTP server loadbalancing option for the virtual port.
INT slbCurCfgVirtServiceHttpSlb21.3.6.1.4.1.1872.2.1.5.7.1.17INTEGERread-onlySelect HTTP server loadbalancing for the virtual port.
INT slbCurCfgVirtServiceRemapUDPFrags1.3.6.1.4.1.1872.2.1.5.7.1.18INTEGERread-onlyEnable or disable remapping UDP server fragments
INT slbCurCfgVirtServiceDnsSlb1.3.6.1.4.1.1872.2.1.5.7.1.19INTEGERread-onlyEnable or disable DNS query load balancing.
slbNewCfgVirtServicesTable1.3.6.1.4.1.1872.2.1.5.8not-accessibleThe table of virtual Services.
slbNewCfgVirtServicesEntry1.3.6.1.4.1.1872.2.1.5.8.1not-accessibleA row in the virtual services table.
INT slbNewCfgVirtServIndex1.3.6.1.4.1.1872.2.1.5.8.1.1INTEGERread-onlyThe number of the virtual server.
INT slbNewCfgVirtServiceIndex1.3.6.1.4.1.1872.2.1.5.8.1.2INTEGERread-onlyThe service index. This has no external meaning
INT slbNewCfgVirtServiceVirtPort1.3.6.1.4.1.1872.2.1.5.8.1.3INTEGERread-writeThe layer4 virtual port number of the service.
INT slbNewCfgVirtServiceRealGroup1.3.6.1.4.1.1872.2.1.5.8.1.4INTEGERread-writeThe real server group number for this service.
INT slbNewCfgVirtServiceRealPort1.3.6.1.4.1.1872.2.1.5.8.1.5INTEGERread-writeThe layer4 real port number of the service.
INT slbNewCfgVirtServiceUDPBalance1.3.6.1.4.1.1872.2.1.5.8.1.6INTEGERread-writeEnable, disable or stateless the UDP balancing for the virtual port.
INT slbNewCfgVirtServicePBind1.3.6.1.4.1.1872.2.1.5.8.1.7INTEGERread-writeEnable or disable persistent bindings for the virtual port.
STR slbNewCfgVirtServiceHname1.3.6.1.4.1.1872.2.1.5.8.1.8DisplayStringread-writeThe host name of the virtual service.
INT slbNewCfgVirtServiceHttpSlb1.3.6.1.4.1.1872.2.1.5.8.1.9INTEGERread-writeSelect HTTP server loadbalancing for the virtual port.
INT slbNewCfgVirtServiceBwmContract1.3.6.1.4.1.1872.2.1.5.8.1.10INTEGERread-writeThe BWM contract number for this service.
INT slbNewCfgVirtServiceDirServerRtn1.3.6.1.4.1.1872.2.1.5.8.1.11INTEGERread-writeEnable or disable direct server return feature. To translate only MAC addresses in performing server load balancing when enabled. This allow servers to return directly to client since IP addresses have not been changed.
INT slbNewCfgVirtServiceDelete1.3.6.1.4.1.1872.2.1.5.8.1.12INTEGERread-writeWhen set to the value of 2 (delete), the entire row is deleted. When read, other(1) is returned. Setting the value to anything other than 2(delete) has no effect on the state of the row.
INT slbNewCfgVirtServiceRtspUrlParse1.3.6.1.4.1.1872.2.1.5.8.1.13INTEGERread-writeEnable or disable RTSP URL hashing.
INT slbNewCfgVirtServiceCookieMode1.3.6.1.4.1.1872.2.1.5.8.1.14INTEGERread-writeSelect cookie persistance mode.
INT slbNewCfgVirtServiceDBind1.3.6.1.4.1.1872.2.1.5.8.1.15INTEGERread-writeEnable or disable Delayed Binding.
INT slbNewCfgVirtServiceFtpParsing1.3.6.1.4.1.1872.2.1.5.8.1.16INTEGERread-writeEnable or Disable the ftp parsing for the virtual service.
INT slbNewCfgVirtServiceHttpSlbOption1.3.6.1.4.1.1872.2.1.5.8.1.17INTEGERread-writeSelect HTTP server loadbalancing for the virtual port.
INT slbNewCfgVirtServiceHttpSlb21.3.6.1.4.1.1872.2.1.5.8.1.18INTEGERread-writeSelect HTTP server loadbalancing for the virtual port.
INT slbNewCfgVirtServiceRemapUDPFrags1.3.6.1.4.1.1872.2.1.5.8.1.19INTEGERread-writeEnable or disable remapping UDP server fragments
INT slbNewCfgVirtServiceDnsSlb1.3.6.1.4.1.1872.2.1.5.8.1.20INTEGERread-writeEnable or disable DNS query load balancing.
INT slbGroupTableMaxSize1.3.6.1.4.1.1872.2.1.5.9INTEGERread-onlyThe maximum number of entries in slbCurCfgGroupTable.
slbCurCfgGroupTable1.3.6.1.4.1.1872.2.1.5.10not-accessibleThe table of groups
slbCurCfgGroupEntry1.3.6.1.4.1.1872.2.1.5.10.1not-accessibleA row in the slbCurCfgGroupTable
INT slbCurCfgGroupIndex1.3.6.1.4.1.1872.2.1.5.10.1.1INTEGERread-onlyThe group number for which the information pertains.
OCT slbCurCfgGroupRealServers1.3.6.1.4.1.1872.2.1.5.10.1.2OCTET STRINGread-onlyThe Real servers in the group. The servers are presented in bitmap format. in receiving order: OCTET 1 OCTET 2 ..... xxxxxxxx xxxxxxxx ..... | || |_ server 9 | || | ||___ server 8 | |____ server 7 | . . . |__________ server 1 where x : 1 - The represented server belongs to the group 0 - The represented server does not belong to the group
INT slbCurCfgGroupMetric1.3.6.1.4.1.1872.2.1.5.10.1.3INTEGERread-onlyThe metric used to select next server in group.
INT slbCurCfgGroupBackupServer1.3.6.1.4.1.1872.2.1.5.10.1.4INTEGERread-onlyThe backup real server for this group.
STR slbCurCfgGroupHealthCheckUrl1.3.6.1.4.1.1872.2.1.5.10.1.5DisplayStringread-onlyThe specific content which is examined during health checks. The content depends on the type of health check.
INT slbCurCfgGroupHealthCheckLayer1.3.6.1.4.1.1872.2.1.5.10.1.6INTEGERread-onlyThe OSI layer at which servers are health checked.
STR slbCurCfgGroupName1.3.6.1.4.1.1872.2.1.5.10.1.7DisplayStringread-onlyThe name of the real server group.
INT slbCurCfgGroupRealThreshold1.3.6.1.4.1.1872.2.1.5.10.1.8INTEGERread-onlyThe server failure syslog threshold of the real server group.
INT slbCurCfgGroupBackupGroup1.3.6.1.4.1.1872.2.1.5.10.1.9INTEGERread-onlyThe backup real server group for this group.
INT slbCurCfgGroupVipHealthCheck1.3.6.1.4.1.1872.2.1.5.10.1.10INTEGERread-onlyEnable or disable VIP health checking in DSR mode.
slbNewCfgGroupTable1.3.6.1.4.1.1872.2.1.5.11not-accessibleThe table of groups
slbNewCfgGroupEntry1.3.6.1.4.1.1872.2.1.5.11.1not-accessibleA row in the slbNewCfgGroupTable
INT slbNewCfgGroupIndex1.3.6.1.4.1.1872.2.1.5.11.1.1INTEGERread-onlyThe group number for which the information pertains.
OCT slbNewCfgGroupRealServers1.3.6.1.4.1.1872.2.1.5.11.1.2OCTET STRINGread-onlyThe Real servers in the group. The servers are presented in bitmap format. in receiving order: OCTET 1 OCTET 2 ..... xxxxxxxx xxxxxxxx ..... | || |_ server 9 | || | ||___ server 8 | |____ server 7 | . . . |__________ server 1 where x : 1 - The represented server belongs to the group 0 - The represented server does not belong to the group
INT slbNewCfgGroupAddServer1.3.6.1.4.1.1872.2.1.5.11.1.3INTEGERread-writeThe real server to be added to the group. When read, 0 is returned.
INT slbNewCfgGroupRemoveServer1.3.6.1.4.1.1872.2.1.5.11.1.4INTEGERread-writeThe real server to be removed from the group. When read, 0 is returned.
INT slbNewCfgGroupMetric1.3.6.1.4.1.1872.2.1.5.11.1.5INTEGERread-writeThe metric used to select next server in group.
INT slbNewCfgGroupBackupServer1.3.6.1.4.1.1872.2.1.5.11.1.6INTEGERread-writeThe backup real server for this group.
INT slbNewCfgGroupDelete1.3.6.1.4.1.1872.2.1.5.11.1.7INTEGERread-writeBy setting the value to delete(2), the entire group is deleted.
STR slbNewCfgGroupHealthCheckUrl1.3.6.1.4.1.1872.2.1.5.11.1.8DisplayStringread-writeThe specific content which is examined during health checks. The content depends on the type of health check.
INT slbNewCfgGroupHealthCheckLayer1.3.6.1.4.1.1872.2.1.5.11.1.9INTEGERread-writeThe OSI layer at which servers are health checked.
STR slbNewCfgGroupName1.3.6.1.4.1.1872.2.1.5.11.1.10DisplayStringread-writeThe name of the real server group.
INT slbNewCfgGroupRealThreshold1.3.6.1.4.1.1872.2.1.5.11.1.11INTEGERread-writeThe server failure syslog threshold of the real server group.
INT slbNewCfgGroupBackupGroup1.3.6.1.4.1.1872.2.1.5.11.1.12INTEGERread-writeThe backup real server group for this group.
INT slbNewCfgGroupVipHealthCheck1.3.6.1.4.1.1872.2.1.5.11.1.13INTEGERread-writeEnable or disable VIP health checking in DSR mode.
slbCurCfgPortTable1.3.6.1.4.1.1872.2.1.5.12not-accessibleThe table of ports and their SLB states
slbCurCfgPortEntry1.3.6.1.4.1.1872.2.1.5.12.1not-accessibleA row in the slbPortTable
INT slbCurCfgPortIndex1.3.6.1.4.1.1872.2.1.5.12.1.1INTEGERread-onlyThe port number for which the SLB information pertains.
IP slbCurCfgPortProxyIpAddr1.3.6.1.4.1.1872.2.1.5.12.1.2IpAddressread-onlyThe proxy IP address of the interface.
INT slbCurCfgPortSlbState1.3.6.1.4.1.1872.2.1.5.12.1.3INTEGERread-onlyThe SLB state of the port. none(1) - not SLB port client(2) - SLB client port server(3) - SLB server port client-server(4) - SLB client and server port
INT slbCurCfgPortSlbHotStandby1.3.6.1.4.1.1872.2.1.5.12.1.4INTEGERread-onlyEnable or disable hot standby processing on the switch port.
INT slbCurCfgPortSlbInterSwitch1.3.6.1.4.1.1872.2.1.5.12.1.5INTEGERread-onlyEnable or disable inter-switch processing on the switch port.
INT slbCurCfgPortSlbPipState1.3.6.1.4.1.1872.2.1.5.12.1.6INTEGERread-onlyEnable or disable use of proxy IP address on the switch port.
INT slbCurCfgPortSlbRtsState1.3.6.1.4.1.1872.2.1.5.12.1.7INTEGERread-onlyEnable or disable RTS processing on the switch port.
INT slbCurCfgPortSlbIdslbState1.3.6.1.4.1.1872.2.1.5.12.1.8INTEGERread-onlyEnable or disable Intrusion Detection server load balancing.
INT slbCurCfgPortSlbNasaState1.3.6.1.4.1.1872.2.1.5.12.1.9INTEGERread-onlyEnable or disable NASA base processing.
slbNewCfgPortTable1.3.6.1.4.1.1872.2.1.5.13not-accessibleThe table of ports and their SLB states
slbNewCfgPortEntry1.3.6.1.4.1.1872.2.1.5.13.1not-accessibleA row in the slbPortTable
INT slbNewCfgPortIndex1.3.6.1.4.1.1872.2.1.5.13.1.1INTEGERread-onlyThe port number for which the SLB information pertains.
IP slbNewCfgPortProxyIpAddr1.3.6.1.4.1.1872.2.1.5.13.1.2IpAddressread-writeThe proxy IP address of the interface.
INT slbNewCfgPortSlbState1.3.6.1.4.1.1872.2.1.5.13.1.3INTEGERread-writeThe SLB state of the port. none(1) - not SLB port client(2) - SLB client port server(3) - SLB server port client-server(4) - SLB client and server port
INT slbNewCfgPortSlbHotStandby1.3.6.1.4.1.1872.2.1.5.13.1.4INTEGERread-writeEnable or disable hot standby processing on the switch port.
INT slbNewCfgPortSlbInterSwitch1.3.6.1.4.1.1872.2.1.5.13.1.5INTEGERread-writeEnable or disable inter-switch processing on the switch port.
INT slbNewCfgPortSlbPipState1.3.6.1.4.1.1872.2.1.5.13.1.6INTEGERread-writeEnable or disable use of proxy IP address on the switch port.
INT slbNewCfgPortSlbRtsState1.3.6.1.4.1.1872.2.1.5.13.1.7INTEGERread-writeEnable or disable RTS processing on the switch port.
INT slbNewCfgPortDelete1.3.6.1.4.1.1872.2.1.5.13.1.8INTEGERread-writeWhen set to the value of 2 (delete), the entire row is deleted. When read, other(1) is returned. Setting the value to anything other than 2(delete) has no effect on the state of the row.
INT slbNewCfgPortSlbIdslbState1.3.6.1.4.1.1872.2.1.5.13.1.9INTEGERread-writeEnable or disable Intrusion Detection server load balancing.
INT slbNewCfgPortSlbNasaState1.3.6.1.4.1.1872.2.1.5.13.1.10INTEGERread-writeEnable or disable NASA base processing.
IP slbCurCfgImask1.3.6.1.4.1.1872.2.1.5.14IpAddressread-onlyThe virtual and real IP address mask - corresponding to the imask command of the slb configuration menu.
IP slbNewCfgImask1.3.6.1.4.1.1872.2.1.5.15IpAddressread-writeThe virtual and real IP address mask - corresponding to the imask command of the slb configuration menu.
slbfailover1.3.6.1.4.1.1872.2.1.5.16
slbCurCfgFailOverTable1.3.6.1.4.1.1872.2.1.5.16.1not-accessibleThe table of current switch fail-over configuration.
slbCurCfgFailOverTblEntry1.3.6.1.4.1.1872.2.1.5.16.1.1not-accessibleA row in the current switch fail-over configuration table.
INT slbCurCfgFailOverIndex1.3.6.1.4.1.1872.2.1.5.16.1.1.1INTEGERread-onlyThe index of current switch fail-over configuration table.
IP slbCurCfgFailOverPrimaryIp1.3.6.1.4.1.1872.2.1.5.16.1.1.2IpAddressread-onlyThe IP address of the Primary switch.
IP slbCurCfgFailOverSecondaryIp1.3.6.1.4.1.1872.2.1.5.16.1.1.3IpAddressread-onlyThe IP address of the Secondary switch.
INT slbCurCfgFailOverSilenceInterval1.3.6.1.4.1.1872.2.1.5.16.1.1.4INTEGERread-onlyNumber of seconds before a silent peer is assumed down.
INT slbCurCfgFailOverState1.3.6.1.4.1.1872.2.1.5.16.1.1.5INTEGERread-onlyEnable or disable slb switch failover feature.
INT slbCurCfgFailOverRouteSupply1.3.6.1.4.1.1872.2.1.5.16.1.1.6INTEGERread-onlyEnable or disable to supply network routes update when switch is a standby switch.
slbNewCfgFailOverTable1.3.6.1.4.1.1872.2.1.5.16.2not-accessibleThe table of new switch fail-over configuration.
slbNewCfgFailOverTblEntry1.3.6.1.4.1.1872.2.1.5.16.2.1not-accessibleA row in the new switch fail-over configuration table.
INT slbNewCfgFailOverIndex1.3.6.1.4.1.1872.2.1.5.16.2.1.1INTEGERread-onlyThe index of new switch fail-over configuration table.
IP slbNewCfgFailOverPrimaryIp1.3.6.1.4.1.1872.2.1.5.16.2.1.2IpAddressread-writeThe IP address of the Primary switch.
IP slbNewCfgFailOverSecondaryIp1.3.6.1.4.1.1872.2.1.5.16.2.1.3IpAddressread-writeThe IP address of the Secondary switch.
INT slbNewCfgFailOverSilenceInterval1.3.6.1.4.1.1872.2.1.5.16.2.1.4INTEGERread-writeNumber of seconds before a silent peer is assumed down.
INT slbNewCfgFailOverState1.3.6.1.4.1.1872.2.1.5.16.2.1.5INTEGERread-writeEnable or disable slb switch failover feature.
INT slbNewCfgFailOverRouteSupply1.3.6.1.4.1.1872.2.1.5.16.2.1.6INTEGERread-onlyEnable or disable to supply network routes update when switch is a standby switch.
INT slbCurCfgGlobalControl1.3.6.1.4.1.1872.2.1.5.17INTEGERread-onlyThe global state of Server Load Balancing.
INT slbNewCfgGlobalControl1.3.6.1.4.1.1872.2.1.5.18INTEGERread-writeThe global state of Server Load Balancing.
IP slbCurCfgMnet1.3.6.1.4.1.1872.2.1.5.19IpAddressread-onlyThe management network - corresponding to the mnet command of the slb configuration menu.
IP slbNewCfgMnet1.3.6.1.4.1.1872.2.1.5.20IpAddressread-writeThe management network - corresponding to the mnet command of the slb configuration menu.
IP slbCurCfgMmask1.3.6.1.4.1.1872.2.1.5.21IpAddressread-onlyThe management subnet mask - corresponding to the mmask command of the slb configuration menu.
IP slbNewCfgMmask1.3.6.1.4.1.1872.2.1.5.22IpAddressread-writeThe management subnet mask - corresponding to the mmask command of the slb configuration menu.
STR slbCurCfgRadiusAuthenString1.3.6.1.4.1.1872.2.1.5.23DisplayStringread-onlyThe RADIUS authentication string. The string is used for generating encrypted authentication string for RADIUS health check.
STR slbNewCfgRadiusAuthenString1.3.6.1.4.1.1872.2.1.5.24DisplayStringread-writeThe RADIUS authentication string. The string is used for generating encrypted authentication string for RADIUS health check.
INT slbCurCfgDirectMode1.3.6.1.4.1.1872.2.1.5.25INTEGERread-onlyEnable or disable direct access mode. It allows direct access to real servers and any combination of virtual and real servers when set to enabled(1).
INT slbNewCfgDirectMode1.3.6.1.4.1.1872.2.1.5.26INTEGERread-writeEnable or disable direct access mode. It allows direct access to real servers and any combination of virtual and real servers when set to enabled(1).
slbUrl1.3.6.1.4.1.1872.2.1.5.27
slbUrlRedir1.3.6.1.4.1.1872.2.1.5.27.1
slbCurCfgUrlExpTable1.3.6.1.4.1.1872.2.1.5.27.1.1not-accessibleThe table of URL expressions in the current_config.
slbCurCfgUrlExpTableEntry1.3.6.1.4.1.1872.2.1.5.27.1.1.1not-accessibleInformation about a expression for URL parsing.
INT slbCurCfgUrlExpIndex1.3.6.1.4.1.1872.2.1.5.27.1.1.1.1INTEGERread-onlyThe URL expressions table index.
STR slbCurCfgUrlExpression1.3.6.1.4.1.1872.2.1.5.27.1.1.1.2DisplayStringread-onlyThe expressions for URL parsing.
slbNewCfgUrlExpTable1.3.6.1.4.1.1872.2.1.5.27.1.2not-accessibleThe table of URL expressions in the new_config.
slbNewCfgUrlExpTableEntry1.3.6.1.4.1.1872.2.1.5.27.1.2.1not-accessibleInformation about a expression for URL parsing.
INT slbNewCfgUrlExpIndex1.3.6.1.4.1.1872.2.1.5.27.1.2.1.1INTEGERread-onlyThe URL expressions table index.
STR slbNewCfgUrlExpression1.3.6.1.4.1.1872.2.1.5.27.1.2.1.2DisplayStringread-writeThe expressions for URL parsing.
INT slbNewCfgUrlExpDelete1.3.6.1.4.1.1872.2.1.5.27.1.2.1.3INTEGERread-writeAction object to delete an URL expression. When set to the value of 2 (delete), the entire row is deleted. When read, other(1) is returned. Setting the value to anything other than delete(2) has no effect on the state of the row.
INT slbCurCfgUrlRedirNonGetOrigSrv1.3.6.1.4.1.1872.2.1.5.27.1.3INTEGERread-onlyThis is for controlling if the switch should redirect packet to the origin server when HTTP non-GETs are detected. enabled(1) - Allow redirect traffic to the origin server disabled(2)- redirect to a group of servers
INT slbNewCfgUrlRedirNonGetOrigSrv1.3.6.1.4.1.1872.2.1.5.27.1.4INTEGERread-writeThis is for controlling if the switch should redirect packet to the origin server when HTTP non-GETs are detected. enabled(1) - Allow redirect traffic to the origin server disabled(2)- redirect to a group of servers
INT slbCurCfgUrlRedirCookieOrigSrv1.3.6.1.4.1.1872.2.1.5.27.1.5INTEGERread-onlyThis is for controlling if the switch should redirect packet to the origin server when user cookies are detected. enabled(1) - Allow redirect traffic to the origin server disabled(2)- redirect to a group of servers
INT slbNewCfgUrlRedirCookieOrigSrv1.3.6.1.4.1.1872.2.1.5.27.1.6INTEGERread-writeThis is for controlling if the switch should redirect packet to the origin server when user cookies are detected. enabled(1) - Allow redirect traffic to the origin server disabled(2)- redirect to a group of servers
INT slbCurCfgUrlRedirNoCacheOrigSrv1.3.6.1.4.1.1872.2.1.5.27.1.7INTEGERread-onlyThis is for controlling if the switch should redirect packet to the origin server when no-cache header are detected. enabled(1) - Allow redirect traffic to the origin server disabled(2)- redirect to a group of servers
INT slbNewCfgUrlRedirNoCacheOrigSrv1.3.6.1.4.1.1872.2.1.5.27.1.8INTEGERread-writeThis is for controlling if the switch should redirect packet to the origin server when no-cache header are detected. enabled(1) - Allow redirect traffic to the origin server disabled(2)- redirect to a group of servers
INT slbCurCfgUrlRedirUriHashLength1.3.6.1.4.1.1872.2.1.5.27.1.9INTEGERread-onlySpecify the number of bytes in the URI will be used to hash onto server
INT slbNewCfgUrlRedirUriHashLength1.3.6.1.4.1.1872.2.1.5.27.1.10INTEGERread-writeSpecify the number of bytes in the URI will be used to hash onto server
INT slbCurCfgUrlRedirHeader1.3.6.1.4.1.1872.2.1.5.27.1.11INTEGERread-onlyThis is for controlling if the switch should redirect packet to the cache server based on HTTP header. enabled(1) - Redirect web traffic based on HTTP header disabled(2)- Redirect web traffic based on URI
INT slbNewCfgUrlRedirHeader1.3.6.1.4.1.1872.2.1.5.27.1.12INTEGERread-writeThis is for controlling if the switch should redirect packet to the cache server based on HTTP header. enabled(1) - Redirect web traffic based on HTTP header disabled(2)- Redirect web traffic based on URI
STR slbCurCfgUrlRedirHeaderName1.3.6.1.4.1.1872.2.1.5.27.1.13DisplayStringread-onlyThe HTTP header name
STR slbNewCfgUrlRedirHeaderName1.3.6.1.4.1.1872.2.1.5.27.1.14DisplayStringread-writeThe HTTP header name
INT slbUrlExpTableMaxSize1.3.6.1.4.1.1872.2.1.5.27.1.15INTEGERread-onlyThe maximum number of entries in SLB Url Expression table.
slbUrlBalance1.3.6.1.4.1.1872.2.1.5.27.2
slbCurCfgUrlLbPathTable1.3.6.1.4.1.1872.2.1.5.27.2.1not-accessibleThe table of URL path for URL load balancing in the current_config.
slbCurCfgUrlLbPathTableEntry1.3.6.1.4.1.1872.2.1.5.27.2.1.1not-accessibleInformation about an URL path for URL load balancing.
INT slbCurCfgUrlLbPathIndex1.3.6.1.4.1.1872.2.1.5.27.2.1.1.1INTEGERread-onlyThe URL path table index.
STR slbCurCfgUrlLbPathString1.3.6.1.4.1.1872.2.1.5.27.2.1.1.2DisplayStringread-onlyThe URL path for URL load balancing.
INT slbCurCfgUrlLbBwmContract1.3.6.1.4.1.1872.2.1.5.27.2.1.1.3INTEGERread-onlyThe BW contract for the path.
slbNewCfgUrlLbPathTable1.3.6.1.4.1.1872.2.1.5.27.2.2not-accessibleThe table of URL path for URL load balancing in the new_config.
slbNewCfgUrlLbPathTableEntry1.3.6.1.4.1.1872.2.1.5.27.2.2.1not-accessibleInformation about an URL path for URL load balancing.
INT slbNewCfgUrlLbPathIndex1.3.6.1.4.1.1872.2.1.5.27.2.2.1.1INTEGERread-onlyThe URL path table index.
STR slbNewCfgUrlLbPathString1.3.6.1.4.1.1872.2.1.5.27.2.2.1.2DisplayStringread-writeThe URL path for URL load balancing.
INT slbNewCfgUrlLbPathDelete1.3.6.1.4.1.1872.2.1.5.27.2.2.1.3INTEGERread-writeAction object to delete an URL Path. When set to the value of 2 (delete), the entire row is deleted. When read, other(1) is returned. Setting the value to anything other than delete(2) has no effect on the state of the row.
INT slbNewCfgUrlLbBwmContract1.3.6.1.4.1.1872.2.1.5.27.2.2.1.4INTEGERread-writeThe BW contract for the load path.
STR slbCurCfgUrlLbErrorMsg1.3.6.1.4.1.1872.2.1.5.27.2.3DisplayStringread-onlyCustomize error message to send back to client when switch cannot bind client's request to servers.
STR slbNewCfgUrlLbErrorMsg1.3.6.1.4.1.1872.2.1.5.27.2.4DisplayStringread-writeCustomize error message to send back to client when switch cannot bind client's request to servers.
INT slbUrlLbPathTableMaxSize1.3.6.1.4.1.1872.2.1.5.27.2.5INTEGERread-onlyThe maximum number of entries in SLB URL load balance table.
rtspUrlRedir1.3.6.1.4.1.1872.2.1.5.27.3
INT rtspUrlExpTableMaxSize1.3.6.1.4.1.1872.2.1.5.27.3.1INTEGERread-onlyThe maximum number of entries in RTSP URL expression table.
rtspCurCfgUrlExpTable1.3.6.1.4.1.1872.2.1.5.27.3.2not-accessibleThe table of RTSP URL expressions.
rtspCurCfgUrlExpTableEntry1.3.6.1.4.1.1872.2.1.5.27.3.2.1not-accessibleInformation about a expression in the RTSP URL Redirection table.
INT rtspCurCfgUrlExpIndex1.3.6.1.4.1.1872.2.1.5.27.3.2.1.1INTEGERread-onlyThe RTSP URL expression table index.
STR rtspCurCfgUrlExpression1.3.6.1.4.1.1872.2.1.5.27.3.2.1.2DisplayStringread-onlyThe expressions for RTSP URL redirection.
rtspNewCfgUrlExpTable1.3.6.1.4.1.1872.2.1.5.27.3.3not-accessibleThe table of RTSP URL expressions.
rtspNewCfgUrlExpTableEntry1.3.6.1.4.1.1872.2.1.5.27.3.3.1not-accessibleInformation about a expression in the RTSP URL Redirection table.
INT rtspNewCfgUrlExpIndex1.3.6.1.4.1.1872.2.1.5.27.3.3.1.1INTEGERread-onlyThe RTSP URL expression table index.
STR rtspNewCfgUrlExpression1.3.6.1.4.1.1872.2.1.5.27.3.3.1.2DisplayStringread-writeThe expression for RTSP URL redirection.
INT rtspNewCfgUrlExpDelete1.3.6.1.4.1.1872.2.1.5.27.3.3.1.3INTEGERread-writeAction object to delete an RTSP URL expression. When set to the value of 2 (delete), the entire row is deleted. When read, other(1) is returned. Setting the value to anything other than delete(2) has no effect on the state of the row.
IP slbCurCfgPmask1.3.6.1.4.1.1872.2.1.5.28IpAddressread-onlyThe persistent mask - corresponding to the pmask command of the slb configuration menu.
IP slbNewCfgPmask1.3.6.1.4.1.1872.2.1.5.29IpAddressread-writeThe persistent mask - corresponding to the pmask command of the slb configuration menu.
INT slbCurCfgGrace1.3.6.1.4.1.1872.2.1.5.30INTEGERread-onlyEnable or disable graceful server failure. It allows to keep the connection to the failure real servers when set to enabled(1).
INT slbNewCfgGrace1.3.6.1.4.1.1872.2.1.5.31INTEGERread-writeEnable or disable graceful server failure. It allows to keep the connection to the failure real servers when set to enabled(1).
slbCurCfgPeerTable1.3.6.1.4.1.1872.2.1.5.32not-accessibleThe table of Synch Peer Switch configuration in the current_config.
slbCurCfgPeerEntry1.3.6.1.4.1.1872.2.1.5.32.1not-accessibleInformation about Synch Peer Switch configuration.
INT slbCurCfgPeerIndex1.3.6.1.4.1.1872.2.1.5.32.1.1INTEGERread-onlyThe index for synch peer switchs.
IP slbCurCfgPeerIpAddr1.3.6.1.4.1.1872.2.1.5.32.1.2IpAddressread-onlyThe IP address of the peer switch.
INT slbCurCfgPeerState1.3.6.1.4.1.1872.2.1.5.32.1.3INTEGERread-onlyEnable or disable the peer switch.
slbNewCfgPeerTable1.3.6.1.4.1.1872.2.1.5.33not-accessibleThe table of Synch Peer Switch configuration in the new_config.
slbNewCfgPeerEntry1.3.6.1.4.1.1872.2.1.5.33.1not-accessibleInformation about synch peer switch configuration.
INT slbNewCfgPeerIndex1.3.6.1.4.1.1872.2.1.5.33.1.1INTEGERread-onlyThe index number for synch peer switchs.
IP slbNewCfgPeerIpAddr1.3.6.1.4.1.1872.2.1.5.33.1.2IpAddressread-writeThe IP address of the peer switch.
INT slbNewCfgPeerState1.3.6.1.4.1.1872.2.1.5.33.1.3INTEGERread-writeEnable or disable the peer switch.
INT slbNewCfgPeerDelete1.3.6.1.4.1.1872.2.1.5.33.1.4INTEGERread-writeBy setting the value to delete(2), the entire row is deleted.
INT slbCurCfgSyncFilt1.3.6.1.4.1.1872.2.1.5.34INTEGERread-onlyEnable or disable synch filter configuration.
INT slbNewCfgSyncFilt1.3.6.1.4.1.1872.2.1.5.35INTEGERread-writeEnable or disable synch filter configuration.
INT slbCurCfgSyncPort1.3.6.1.4.1.1872.2.1.5.36INTEGERread-onlyEnable or disable synch port configuration.
INT slbNewCfgSyncPort1.3.6.1.4.1.1872.2.1.5.37INTEGERread-writeEnable or disable synch port configuration.
INT slbCurCfgSyncVrrp1.3.6.1.4.1.1872.2.1.5.38INTEGERread-onlyEnable or disable synch VRRP Priorities.
INT slbNewCfgSyncVrrp1.3.6.1.4.1.1872.2.1.5.39INTEGERread-writeEnable or disable synch VRRP Priorities.
INT slbCurCfgSyncPip1.3.6.1.4.1.1872.2.1.5.40INTEGERread-onlyEnable or disable synch proxy IP addresses.
INT slbNewCfgSyncPip1.3.6.1.4.1.1872.2.1.5.41INTEGERread-writeEnable or disable synch proxy IP addresses.
INT slbCurCfgVirtMatrixArch1.3.6.1.4.1.1872.2.1.5.42INTEGERread-onlyEnable or disable Virtual Matrix Architecture.
INT slbNewCfgVirtMatrixArch1.3.6.1.4.1.1872.2.1.5.43INTEGERread-writeEnable or disable Virtual Matrix Architecture.
INT slbCurCfgSyncSfo1.3.6.1.4.1.1872.2.1.5.44INTEGERread-onlyEnable or disable synch stateful failover.
INT slbNewCfgSyncSfo1.3.6.1.4.1.1872.2.1.5.45INTEGERread-writeEnable or disable synch stateful failover.
INT slbCurCfgSyncSfoUpdatePeriod1.3.6.1.4.1.1872.2.1.5.46INTEGERread-onlyThe stateful failover update period in seconds.
INT slbNewCfgSyncSfoUpdatePeriod1.3.6.1.4.1.1872.2.1.5.47INTEGERread-writeThe stateful failover update period in seconds.
slbCurCfgRealServPortTable1.3.6.1.4.1.1872.2.1.5.48not-accessibleThe table of real server service ports.
slbCurCfgRealServPortEntry1.3.6.1.4.1.1872.2.1.5.48.1not-accessibleA row in the real server service ports table.
INT slbCurCfgRealServIndex1.3.6.1.4.1.1872.2.1.5.48.1.1INTEGERread-onlyThe number of the real server.
INT slbCurCfgRealServPortIndex1.3.6.1.4.1.1872.2.1.5.48.1.2INTEGERread-onlyThe port index. This has no external meaning
INT slbCurCfgRealServRealPort1.3.6.1.4.1.1872.2.1.5.48.1.3INTEGERread-onlyThe layer4 real service port number.
slbNewCfgRealServPortTable1.3.6.1.4.1.1872.2.1.5.49not-accessibleThe table of real server service ports.
slbNewCfgRealServPortEntry1.3.6.1.4.1.1872.2.1.5.49.1not-accessibleA row in the real server service ports table.
INT slbNewCfgRealServIndex1.3.6.1.4.1.1872.2.1.5.49.1.1INTEGERread-onlyThe number of the real server.
INT slbNewCfgRealServPortIndex1.3.6.1.4.1.1872.2.1.5.49.1.2INTEGERread-onlyThe port index. This has no external meaning
INT slbNewCfgRealServRealPort1.3.6.1.4.1.1872.2.1.5.49.1.3INTEGERread-writeThe layer4 real service port number.
INT slbNewCfgRealServPortDelete1.3.6.1.4.1.1872.2.1.5.49.1.4INTEGERread-writeWhen set to the value of 2 (delete), the entire row is deleted. When read, other(1) is returned. Setting the value to anything other than 2(delete) has no effect on the state of the row.
slbCurCfgUrlBwmTable1.3.6.1.4.1.1872.2.1.5.50not-accessibleThe table of URL based BWM for Virtual Services.
slbCurCfgUrlBwmEntry1.3.6.1.4.1.1872.2.1.5.50.1not-accessibleA row in the URL based BWM virtual services table.
INT slbCurCfgUrlBwmVirtServIndex1.3.6.1.4.1.1872.2.1.5.50.1.1INTEGERread-onlyThe number of the virtual server.
INT slbCurCfgUrlBwmVirtServiceIndex1.3.6.1.4.1.1872.2.1.5.50.1.2INTEGERread-onlyThe service index. This has no external meaning
INT slbCurCfgUrlBwmUrlId1.3.6.1.4.1.1872.2.1.5.50.1.3INTEGERread-onlyThe URL Path Identifier.
INT slbCurCfgUrlBwmContract1.3.6.1.4.1.1872.2.1.5.50.1.4INTEGERread-onlyThe BW contract number.
slbNewCfgUrlBwmTable1.3.6.1.4.1.1872.2.1.5.51not-accessibleThe table of URL based BWM for Virtual Services.
slbNewCfgUrlBwmEntry1.3.6.1.4.1.1872.2.1.5.51.1not-accessibleA row in the URL based BWM virtual services table.
INT slbNewCfgUrlBwmVirtServIndex1.3.6.1.4.1.1872.2.1.5.51.1.1INTEGERread-onlyThe number of the virtual server.
INT slbNewCfgUrlBwmVirtServiceIndex1.3.6.1.4.1.1872.2.1.5.51.1.2INTEGERread-onlyThe service index. This has no external meaning
INT slbNewCfgUrlBwmUrlId1.3.6.1.4.1.1872.2.1.5.51.1.3INTEGERread-onlyThe URL Path Identifier.
INT slbNewCfgUrlBwmContract1.3.6.1.4.1.1872.2.1.5.51.1.4INTEGERread-writeThe BW contract number.
INT slbNewCfgUrlBwmDelete1.3.6.1.4.1.1872.2.1.5.51.1.5INTEGERread-writeWhen set to the value of 2 (delete), the entire row is deleted. When read, other(1) is returned. Setting the value to anything other than 2(delete) has no effect on the state of the row.
slbRurl1.3.6.1.4.1.1872.2.1.5.52
slbRurlGeneral1.3.6.1.4.1.1872.2.1.5.52.1
INT slbCurCfgRurlGenDeny1.3.6.1.4.1.1872.2.1.5.52.1.1INTEGERread-onlyThis is for controlling if the switch should deny packets from passing through to L2 in the event that the switch runs out of buffer resources.
INT slbNewCfgRurlGenDeny1.3.6.1.4.1.1872.2.1.5.52.1.2INTEGERread-writeThis is for controlling if the switch should deny packets from passing through to L2 in the event that the switch runs out of buffer resources.
INT slbRurlDportTableMaxSize1.3.6.1.4.1.1872.2.1.5.52.2INTEGERread-onlyThe maximum number of entries in RURL destination port table.
slbCurCfgRurlDportTable1.3.6.1.4.1.1872.2.1.5.52.3not-accessibleThe table of RURL destination port ranges in current_config.
slbCurCfgRurlDportTableEntry1.3.6.1.4.1.1872.2.1.5.52.3.1not-accessibleInformation about a destination port range for RURL parsing.
INT slbCurCfgRurlDportIndex1.3.6.1.4.1.1872.2.1.5.52.3.1.1INTEGERread-onlyThe RURL destination port table index.
INT slbCurCfgRurlDportLowPort1.3.6.1.4.1.1872.2.1.5.52.3.1.2INTEGERread-onlyThe first destination port in the port range.
INT slbCurCfgRurlDportHighPort1.3.6.1.4.1.1872.2.1.5.52.3.1.3INTEGERread-onlyThe last destination port in the port range.
slbNewCfgRurlDportTable1.3.6.1.4.1.1872.2.1.5.52.4not-accessibleThe table of RURL destination port ranges in new_config.
slbNewCfgRurlDportTableEntry1.3.6.1.4.1.1872.2.1.5.52.4.1not-accessibleInformation about a destination port range for RURL parsing.
INT slbNewCfgRurlDportIndex1.3.6.1.4.1.1872.2.1.5.52.4.1.1INTEGERread-writeThe RURL destination port table index.
INT slbNewCfgRurlDportLowPort1.3.6.1.4.1.1872.2.1.5.52.4.1.2INTEGERread-writeThe first destination port in the port range.
INT slbNewCfgRurlDportHighPort1.3.6.1.4.1.1872.2.1.5.52.4.1.3INTEGERread-writeThe last destination port in the port range.
INT slbNewCfgRurlDportDelete1.3.6.1.4.1.1872.2.1.5.52.4.1.4INTEGERread-writeAction object to delete an destination port/range. When set to the value of 2 (delete), the entire row is deleted. When read, other(1) is returned. Setting the value to anything other than delete(2) has no effect on the state of the row.
INT slbRealServPortTableMaxSize1.3.6.1.4.1.1872.2.1.5.53INTEGERread-onlyThe maximum number of entries in SLB RealServPortTable.
INT slbPortTableMaxSize1.3.6.1.4.1.1872.2.1.5.54INTEGERread-onlyThe maximum number of entries in SLB Port Table.
INT slbVirtServicesTableMaxSize1.3.6.1.4.1.1872.2.1.5.55INTEGERread-onlyThe maximum number of entries in SLB Virtual Services Table.
INT slbUrlBwmTableMaxSize1.3.6.1.4.1.1872.2.1.5.56INTEGERread-onlyThe maximum number of entries in SLB URL BWM Table.
INT slbPeerTableMaxSize1.3.6.1.4.1.1872.2.1.5.57INTEGERread-onlyThe maximum number of entries in SLB Peer Table.
INT slbCurCfgFastage1.3.6.1.4.1.1872.2.1.5.58INTEGERread-onlySession table fast-age (1 sec) period bit shift.
INT slbNewCfgFastage1.3.6.1.4.1.1872.2.1.5.59INTEGERread-writeSession table fast-age (1 sec) period bit shift.
INT slbCurCfgSlowage1.3.6.1.4.1.1872.2.1.5.60INTEGERread-onlySession table slow-age (2 min) period bit shift.
INT slbNewCfgSlowage1.3.6.1.4.1.1872.2.1.5.61INTEGERread-writeSession table slow-age (2 min) period bit shift.
slbWaphc1.3.6.1.4.1.1872.2.1.5.62
INT slbCurCfgWaphcWSPPort1.3.6.1.4.1.1872.2.1.5.62.1INTEGERread-onlyThe WSP port number to health check.
INT slbNewCfgWaphcWSPPort1.3.6.1.4.1.1872.2.1.5.62.2INTEGERread-writeThe WSP port number to health check.
INT slbCurCfgWaphcOffset1.3.6.1.4.1.1872.2.1.5.62.3INTEGERread-onlyThe offset in received WSP packet.
INT slbNewCfgWaphcOffset1.3.6.1.4.1.1872.2.1.5.62.4INTEGERread-writeThe offset in received WSP packet.
STR slbCurCfgWaphcSndContent1.3.6.1.4.1.1872.2.1.5.62.5DisplayStringread-onlyThe content to be sent to the WAP gateway.
STR slbNewCfgWaphcSndContent1.3.6.1.4.1.1872.2.1.5.62.6DisplayStringread-writeThe content to be sent to the WAP gateway.
STR slbCurCfgWaphcRcvContent1.3.6.1.4.1.1872.2.1.5.62.7DisplayStringread-onlyThe content to be received from the WAP gateway.
STR slbNewCfgWaphcRcvContent1.3.6.1.4.1.1872.2.1.5.62.8DisplayStringread-writeThe content to be received from the WAP gateway.
INT slbCurCfgWaphcWTLSPort1.3.6.1.4.1.1872.2.1.5.62.9INTEGERread-onlyThe WTLS port number to health check.
INT slbNewCfgWaphcWTLSPort1.3.6.1.4.1.1872.2.1.5.62.10INTEGERread-writeThe WTLS port number to health check.
slbWap1.3.6.1.4.1.1872.2.1.5.63
INT slbCurCfgWapTpcp1.3.6.1.4.1.1872.2.1.5.63.1INTEGERread-onlyEnable or disable WAP load balancing.
INT slbNewCfgWapTpcp1.3.6.1.4.1.1872.2.1.5.63.2INTEGERread-writeEnable or disable WAP load balancing.
INT slbCurCfgWapDebug1.3.6.1.4.1.1872.2.1.5.63.3INTEGERread-onlyWAP Debug level.
INT slbNewCfgWapDebug1.3.6.1.4.1.1872.2.1.5.63.4INTEGERread-writeWAP Debug level.
INT slbCurCfgSyncBwm1.3.6.1.4.1.1872.2.1.5.64INTEGERread-onlyEnable or disable syncing BWM configuration.
INT slbNewCfgSyncBwm1.3.6.1.4.1.1872.2.1.5.65INTEGERread-writeEnable or disable syncing BWM configuration.
INT slbCurCfgTpcp1.3.6.1.4.1.1872.2.1.5.66INTEGERread-onlyEnable or disable Transparent Proxy Cache Protocol.
INT slbNewCfgTpcp1.3.6.1.4.1.1872.2.1.5.67INTEGERread-writeEnable or disable Transparent Proxy Cache Protocol.
INT slbCurCfgMetricInterval1.3.6.1.4.1.1872.2.1.5.68INTEGERread-onlyThe interval of response and bandwidth metric updates.
INT slbNewCfgMetricInterval1.3.6.1.4.1.1872.2.1.5.69INTEGERread-writeThe interval of response and bandwidth metric updates.
INT slbCurCfgRealGroupIdslb1.3.6.1.4.1.1872.2.1.5.70INTEGERread-onlyThe real server group number for IDSLB.
INT slbNewCfgRealGroupIdslb1.3.6.1.4.1.1872.2.1.5.71INTEGERread-writeThe real server group number for IDSLB.
INT slbCurCfgLdapVersion1.3.6.1.4.1.1872.2.1.5.72INTEGERread-onlyThe version number for LDAP.
INT slbNewCfgLdapVersion1.3.6.1.4.1.1872.2.1.5.73INTEGERread-writeThe Version number of LDAP.
INT slbCurCfgIsdInterval1.3.6.1.4.1.1872.2.1.5.74INTEGERread-onlyThe interval of ISD health checks.
INT slbNewCfgIsdInterval1.3.6.1.4.1.1872.2.1.5.75INTEGERread-writeThe interval of ISD health checks.
INT slbCurCfgIsdRetry1.3.6.1.4.1.1872.2.1.5.76INTEGERread-onlyThe number of failed attemps to declare ISD down.
INT slbNewCfgIsdRetry1.3.6.1.4.1.1872.2.1.5.77INTEGERread-writeThe number of failed attemps to declare ISD down.
INT slbCurCfgIsdRestr1.3.6.1.4.1.1872.2.1.5.78INTEGERread-onlyThe number of successful attemps to declare ISD up.
INT slbNewCfgIsdRestr1.3.6.1.4.1.1872.2.1.5.79INTEGERread-writeThe number of successful attemps to declare ISD up.
INT slbCurCfgIsdNumber1.3.6.1.4.1.1872.2.1.5.80INTEGERread-onlyThe number of real servers used for ISDs.
INT slbNewCfgIsdNumber1.3.6.1.4.1.1872.2.1.5.81INTEGERread-writeThe number of real servers used for ISDs.
synAttackDetCfg1.3.6.1.4.1.1872.2.1.5.82
INT synAttackCurCfgInterval1.3.6.1.4.1.1872.2.1.5.82.1INTEGERread-onlyThe interval specified in seconds determines how frequently the switch checks for SYN attacks.
INT synAttackNewCfgInterval1.3.6.1.4.1.1872.2.1.5.82.2INTEGERread-writeThe interval specified in seconds determines how frequently the switch checks for SYN attacks.
INT synAttackCurCfgThreshhold1.3.6.1.4.1.1872.2.1.5.82.3INTEGERread-onlyThe threshhold indicating the number of new half-open sessions per second.
INT synAttackNewCfgThreshhold1.3.6.1.4.1.1872.2.1.5.82.4INTEGERread-writeThe threshhold indicating the number of new half-open sessions per second.
INT slbCurCfgTcpTimeWindow1.3.6.1.4.1.1872.2.1.5.83INTEGERread-onlyThe time window for TCP rate limiting.
INT slbNewCfgTcpTimeWindow1.3.6.1.4.1.1872.2.1.5.84INTEGERread-writeThe time window for TCP rate limiting.
INT slbCurCfgTcpHoldDuration1.3.6.1.4.1.1872.2.1.5.85INTEGERread-onlyThe hold down duration for TCP rate limiting.
INT slbNewCfgTcpHoldDuration1.3.6.1.4.1.1872.2.1.5.86INTEGERread-writeThe hold down duration for TCP rate limiting.
INT slbCurCfgAllowHttpHc1.3.6.1.4.1.1872.2.1.5.87INTEGERread-onlyEnable or disable allow HTTP health check on any port. If disabled the non-HTTP virtual services will use TCP Health Checks, if enabled the HTTP Content Health Check will be sent to any port except HTTPS (443) if properly configured.
INT slbNewCfgAllowHttpHc1.3.6.1.4.1.1872.2.1.5.88INTEGERread-writeEnable or disable allow HTTP health check on any port. If disabled the non-HTTP virtual services will use TCP Health Checks, if enabled the HTTP Content Health Check will be sent to any port except HTTPS (443) if properly configured.
slbStats1.3.6.1.4.1.1872.2.1.8.2
slbStatPortMaintTable1.3.6.1.4.1.1872.2.1.8.2.1not-accessibleThe table of SLB port maintenance statistics.
slbStatPortMaintEntry1.3.6.1.4.1.1872.2.1.8.2.1.1not-accessibleA row in the SLB port maintenance statistcs table.
INT slbStatPortMaintPortIndex1.3.6.1.4.1.1872.2.1.8.2.1.1.1INTEGERread-onlyThe port number for which the statistics apply.
GAU slbStatPortMaintCurBindings1.3.6.1.4.1.1872.2.1.8.2.1.1.2Gaugeread-onlyThe current number of bindings on the port.
CTR slbStatPortMaintBindingFails1.3.6.1.4.1.1872.2.1.8.2.1.1.3Counterread-onlyThe total number of Binding failures on the port. A Binding Failure occurs when a port runs out of binding table entries.
CTR slbStatPortMaintNonTcpFrames1.3.6.1.4.1.1872.2.1.8.2.1.1.4Counterread-onlyThe total number of non-TCP/IP frames dropped on the port.
CTR slbStatPortMaintTcpFragments1.3.6.1.4.1.1872.2.1.8.2.1.1.5Counterread-onlyThe total number of TCP fragments dropped on the port.
CTR slbStatPortMaintUdpDatagrams1.3.6.1.4.1.1872.2.1.8.2.1.1.6Counterread-onlyThe total number of UDP datagrams dropped on the port.
CTR slbStatPortMaintIncorrectVIPs1.3.6.1.4.1.1872.2.1.8.2.1.1.7Counterread-onlyThe total number of frames with incorrect VIPs that are dropped on the port.
CTR slbStatPortMaintIncorrectVports1.3.6.1.4.1.1872.2.1.8.2.1.1.8Counterread-onlyThe total number of frames with incorrect Virtual Port that are dropped on the port.
CTR slbStatPortMaintRealServerNoAvails1.3.6.1.4.1.1872.2.1.8.2.1.1.9Counterread-onlyThe total number of frames that are dropped on the port because no real server is available.
CTR slbStatPortMaintFilteredDeniedFrames1.3.6.1.4.1.1872.2.1.8.2.1.1.10Counterread-onlyThe total number of frames that are denied on the port by the filter.
GAU slbStatPortMaintCurBindings4Seconds1.3.6.1.4.1.1872.2.1.8.2.1.1.11Gaugeread-onlyThe 4 second average current number of bindings on the port.
GAU slbStatPortMaintCurBindings64Seconds1.3.6.1.4.1.1872.2.1.8.2.1.1.12Gaugeread-onlyThe 64 second average current number of bindings on the port.
CTR slbStatPortMaintVMAdiscards1.3.6.1.4.1.1872.2.1.8.2.1.1.13Counterread-onlyThe total number of internal VMA frames dropped by the port.
slbStatPortRealServerTable1.3.6.1.4.1.1872.2.1.8.2.2not-accessibleThe port-server statistics table. This table shows the statistics of real servers that are connectted to switch ports.
slbStatPortRealServerEntry1.3.6.1.4.1.1872.2.1.8.2.2.1not-accessibleA row in the port-server statistics table.
INT slbStatPortRealServerPortIndex1.3.6.1.4.1.1872.2.1.8.2.2.1.1INTEGERread-onlyThe port number that identifies the switch port.
INT slbStatPortRealServerServerIndex1.3.6.1.4.1.1872.2.1.8.2.2.1.2INTEGERread-onlyThe real server number that identifies the server.
GAU slbStatPortRealServerCurrSessions1.3.6.1.4.1.1872.2.1.8.2.2.1.3Gaugeread-onlyThe current sessions for the real server.
CTR slbStatPortRealServerTotalSessions1.3.6.1.4.1.1872.2.1.8.2.2.1.4Counterread-onlyThe total number of sessions for the real server.
C64 slbStatPortRealServerHCOctets1.3.6.1.4.1.1872.2.1.8.2.2.1.5Counter64read-onlyThe total number of octets received and transmitted out of the real server on a particular port.
CTR slbStatPortRealServerHCOctetsLow321.3.6.1.4.1.1872.2.1.8.2.2.1.6Counterread-onlyThe lower 32 bit value of the total octets received and transmitted out of the real server on a particular port.
CTR slbStatPortRealServerHCOctetsHigh321.3.6.1.4.1.1872.2.1.8.2.2.1.7Counterread-onlyThe higher 32 bit value of the total octets received and transmitted out of the real server on a particular port.
CTR slbStatMaintBackupServActs1.3.6.1.4.1.1872.2.1.8.2.3Counterread-onlyThe total number of times that backup servers become active due to failure of primary servers.
CTR slbStatMaintOverflowServActs1.3.6.1.4.1.1872.2.1.8.2.4Counterread-onlyThe total number of times that backup servers become active due to primary servers reach overflow situation.
slbStatRServerTable1.3.6.1.4.1.1872.2.1.8.2.5not-accessibleThe real server statistics table.
slbStatRServerEntry1.3.6.1.4.1.1872.2.1.8.2.5.1not-accessibleThe statistics of a particular real server.
INT slbStatRServerIndex1.3.6.1.4.1.1872.2.1.8.2.5.1.1INTEGERread-onlyThe real server number that identifies the server.
GAU slbStatRServerCurrSessions1.3.6.1.4.1.1872.2.1.8.2.5.1.2Gaugeread-onlyThe number of sessions that are currently handled by the real server.
CTR slbStatRServerTotalSessions1.3.6.1.4.1.1872.2.1.8.2.5.1.3Counterread-onlyThe total number of sessions that are handled by the real server.
CTR slbStatRServerFailures1.3.6.1.4.1.1872.2.1.8.2.5.1.4Counterread-onlyThe total number of times that the real server is claimed down.
CTR slbStatRServerHighestSessions1.3.6.1.4.1.1872.2.1.8.2.5.1.5Counterread-onlyThe highest sessions that have been handled by the real server.
C64 slbStatRServerHCOctets1.3.6.1.4.1.1872.2.1.8.2.5.1.6Counter64read-onlyThe total number of octets received and transmitted out of the real server.
CTR slbStatRServerHCOctetsLow321.3.6.1.4.1.1872.2.1.8.2.5.1.7Counterread-onlyThe lower 32 bit value of octets received and transmitted out of the real server.
CTR slbStatRServerHCOctetsHigh321.3.6.1.4.1.1872.2.1.8.2.5.1.8Counterread-onlyThe higher 32 bit value of octets received and transmitted out of the real server.
slbStatGroupTable1.3.6.1.4.1.1872.2.1.8.2.6not-accessibleThe real server group statistics table.
slbStatGroupEntry1.3.6.1.4.1.1872.2.1.8.2.6.1not-accessibleThe statistics of a particular real server group.
INT slbStatGroupIndex1.3.6.1.4.1.1872.2.1.8.2.6.1.1INTEGERread-onlyThe real server group number that identifies the group.
GAU slbStatGroupCurrSessions1.3.6.1.4.1.1872.2.1.8.2.6.1.2Gaugeread-onlyThe number of sessions that are currently handled by the real server group.
CTR slbStatGroupTotalSessions1.3.6.1.4.1.1872.2.1.8.2.6.1.3Counterread-onlyThe total number of sessions that are handled by the real server group.
CTR slbStatGroupHighestSessions1.3.6.1.4.1.1872.2.1.8.2.6.1.4Counterread-onlyThe highest sessions that have been handled by the real server group.
C64 slbStatGroupHCOctets1.3.6.1.4.1.1872.2.1.8.2.6.1.5Counter64read-onlyThe total number of octets received and transmitted out of the real server group.
CTR slbStatGroupHCOctetsLow321.3.6.1.4.1.1872.2.1.8.2.6.1.6Counterread-onlyThe lower 32 bit value of octets received and transmitted out of the real server group.
CTR slbStatGroupHCOctetsHigh321.3.6.1.4.1.1872.2.1.8.2.6.1.7Counterread-onlyThe higher 32 bit value of octets received and transmitted out of the real server group.
slbStatVServerTable1.3.6.1.4.1.1872.2.1.8.2.7not-accessibleThe virtual server statistics table.
slbStatVServerEntry1.3.6.1.4.1.1872.2.1.8.2.7.1not-accessibleThe statistics of a particular virtual server group.
INT slbStatVServerIndex1.3.6.1.4.1.1872.2.1.8.2.7.1.1INTEGERread-onlyThe virtual server number that identifies the server.
GAU slbStatVServerCurrSessions1.3.6.1.4.1.1872.2.1.8.2.7.1.2Gaugeread-onlyThe number of sessions that are currently handled by the virtual server.
CTR slbStatVServerTotalSessions1.3.6.1.4.1.1872.2.1.8.2.7.1.3Counterread-onlyThe total number of sessions that are handled by the virtual server.
CTR slbStatVServerHighestSessions1.3.6.1.4.1.1872.2.1.8.2.7.1.4Counterread-onlyThe highest sessions that have been handled by the virtual server.
C64 slbStatVServerHCOctets1.3.6.1.4.1.1872.2.1.8.2.7.1.5Counter64read-onlyThe total number of octets received and transmitted out of the virtual server.
CTR slbStatVServerHCOctetsLow321.3.6.1.4.1.1872.2.1.8.2.7.1.6Counterread-onlyThe lower 32 bit value of octets received and transmitted out of the virtual server.
CTR slbStatVServerHCOctetsHigh321.3.6.1.4.1.1872.2.1.8.2.7.1.7Counterread-onlyThe higher 32 bit value of octets received and transmitted out of the virtual server.
CTR slbStatVServerHeaderHits1.3.6.1.4.1.1872.2.1.8.2.7.1.8Counterread-onlyThe current HTTP header hits.
CTR slbStatVServerHeaderMisses1.3.6.1.4.1.1872.2.1.8.2.7.1.9Counterread-onlyThe current HTTP header misses.
CTR slbStatVServerHeaderTotalSessions1.3.6.1.4.1.1872.2.1.8.2.7.1.10Counterread-onlyThe total HTTP header sessions.
CTR slbStatVServerCookieRewrites1.3.6.1.4.1.1872.2.1.8.2.7.1.11Counterread-onlyThe total Cookie Rewrites.
CTR slbStatVServerCookieInserts1.3.6.1.4.1.1872.2.1.8.2.7.1.12Counterread-onlyThe total Cookie Inserts.
slbMaintStats1.3.6.1.4.1.1872.2.1.8.2.8
CTR slbIncorrectVirtServs1.3.6.1.4.1.1872.2.1.8.2.8.1Counterread-onlyIncorrect Virtual Servers specified for Server Load Balancing.
CTR slbIncorrectVports1.3.6.1.4.1.1872.2.1.8.2.8.2Counterread-onlyIncorrect Virtual ports specified for Server Load Balancing.
CTR slbNoRealServs1.3.6.1.4.1.1872.2.1.8.2.8.3Counterread-onlyNo Real Servers specified for Server Load Balancing.
wapMaintStats1.3.6.1.4.1.1872.2.1.8.2.8.4
radiusAcctReqsStats1.3.6.1.4.1.1872.2.1.8.2.8.4.1
CTR radiusAcctReqs1.3.6.1.4.1.1872.2.1.8.2.8.4.1.1Counterread-onlyRadius Account Request.
CTR radiusAcctWrapReqs1.3.6.1.4.1.1872.2.1.8.2.8.4.1.2Counterread-onlyRadius Account Wrap Request.
CTR radiusAcctStartReqs1.3.6.1.4.1.1872.2.1.8.2.8.4.1.3Counterread-onlyRadius Account Start Request.
CTR radiusAcctUpdateReqs1.3.6.1.4.1.1872.2.1.8.2.8.4.1.4Counterread-onlyRadius Account Update Request.
CTR radiusAcctStopReqs1.3.6.1.4.1.1872.2.1.8.2.8.4.1.5Counterread-onlyRadius Account stop Request.
CTR radiusAcctBadReqs1.3.6.1.4.1.1872.2.1.8.2.8.4.1.6Counterread-onlyRadius Account Bad Request.
CTR radiusAcctAddSessionReqs1.3.6.1.4.1.1872.2.1.8.2.8.4.1.7Counterread-onlyRadius Account add session Request.
CTR radiusAcctDeleteSessionReqs1.3.6.1.4.1.1872.2.1.8.2.8.4.1.8Counterread-onlyRadius Account delete session Request.
CTR radiusAcctReqFailsQFull1.3.6.1.4.1.1872.2.1.8.2.8.4.1.9Counterread-onlyRadius Account request fails Queue Full.
CTR radiusAcctReqFailsSPDead1.3.6.1.4.1.1872.2.1.8.2.8.4.1.10Counterread-onlyRadius Account request fails SP Dead.
CTR radiusAcctReqFailsDMAFails1.3.6.1.4.1.1872.2.1.8.2.8.4.1.11Counterread-onlyRadius Account request fails DMA fails.
CTR radiusAcctMaxEntriesInUse1.3.6.1.4.1.1872.2.1.8.2.8.4.1.12Counterread-onlyRadius Account Maximum Entries in use.
tpcpAddSessReqsStats1.3.6.1.4.1.1872.2.1.8.2.8.4.2
CTR tpcpAddSessReqs1.3.6.1.4.1.1872.2.1.8.2.8.4.2.1Counterread-onlyWAP add Session requests.
CTR tpcpAddSessReqsFailsQFull1.3.6.1.4.1.1872.2.1.8.2.8.4.2.2Counterread-onlyWAP add Session Fails as the Queue is Full.
CTR tpcpAddSessReqsFailsSPDead1.3.6.1.4.1.1872.2.1.8.2.8.4.2.3Counterread-onlyWAP add Session Fails as the SP is dead.
CTR tpcpAddSessReqsEntriesInUse1.3.6.1.4.1.1872.2.1.8.2.8.4.2.4Counterread-onlyWAP add Session Entries currently in use.
CTR tpcpAddSessReqsMaxEntriesInUse1.3.6.1.4.1.1872.2.1.8.2.8.4.2.5Counterread-onlyThe allowable maximum number of WAP add Session Entries.
tpcpDeleteSessReqsStats1.3.6.1.4.1.1872.2.1.8.2.8.4.3
CTR tpcpDeleteSessReqs1.3.6.1.4.1.1872.2.1.8.2.8.4.3.1Counterread-onlyTPCP Delete Session Requests.
CTR tpcpDeleteSessReqsFailsQFull1.3.6.1.4.1.1872.2.1.8.2.8.4.3.2Counterread-onlyTPCP Delete Session Fails as the Queue is Full.
CTR tpcpDeleteSessReqsFailsSPDead1.3.6.1.4.1.1872.2.1.8.2.8.4.3.3Counterread-onlyTPCP Delete Session Fails as the SP is dead.
CTR tpcpDeleteSessReqsEntriesInUse1.3.6.1.4.1.1872.2.1.8.2.8.4.3.4Counterread-onlyTPCP Delete Session Entries currently in use.
CTR tpcpDeleteSessReqsMaxEntriesInUse1.3.6.1.4.1.1872.2.1.8.2.8.4.3.5Counterread-onlyThe allowable maximum number of TPCP delete Session Entries.
CTR wapRequestToWrongSP1.3.6.1.4.1.1872.2.1.8.2.8.4.4Counterread-onlyThe WAP delete Session Entries sent to wrong SP.
filterStats1.3.6.1.4.1.1872.2.1.8.6
fltStatTable1.3.6.1.4.1.1872.2.1.8.6.1not-accessibleThe filter statistics table.
fltStatTableEntry1.3.6.1.4.1.1872.2.1.8.6.1.1not-accessibleA row in filter statistics table.
INT fltStatFltIndex1.3.6.1.4.1.1872.2.1.8.6.1.1.1INTEGERread-onlyThe number that identifies the filter.
CTR fltStatFltFirings1.3.6.1.4.1.1872.2.1.8.6.1.1.2Counterread-onlyThe number of instances that the received packet matches the filter rule.
gslbStats1.3.6.1.4.1.1872.2.1.8.7
gslbStatRemRealServerTable1.3.6.1.4.1.1872.2.1.8.7.1not-accessibleThe GSLB remote real server statistics table.
gslbStatRemRealServerEntry1.3.6.1.4.1.1872.2.1.8.7.1.1not-accessibleA row in the remote real server statistics table.
INT gslbStatRemRealServerIndex1.3.6.1.4.1.1872.2.1.8.7.1.1.1INTEGERread-onlyThe server number that identifies the remote real server.
CTR gslbStatRemRealServerDnsHandoffs1.3.6.1.4.1.1872.2.1.8.7.1.1.2Counterread-onlyThe number of DNS hanfoffs by the remote real server.
CTR gslbStatRemRealServerHttpRedirs1.3.6.1.4.1.1872.2.1.8.7.1.1.3Counterread-onlyThe number of HTTP redirections by the remote real server.
gslbMaintStats1.3.6.1.4.1.1872.2.1.8.8
CTR gslbStatMaintInGoodSiteUpdates1.3.6.1.4.1.1872.2.1.8.8.1Counterread-onlyThe number of good remote site updates which are received.
CTR gslbStatMaintInBadSiteUpdates1.3.6.1.4.1.1872.2.1.8.8.2Counterread-onlyThe number of bad remote site updates which are received.
urlStats1.3.6.1.4.1.1872.2.1.8.10
urlRedirStats1.3.6.1.4.1.1872.2.1.8.10.1
CTR urlStatRedRedirs1.3.6.1.4.1.1872.2.1.8.10.1.1Counterread-onlyThe number of instances that the received packet matches the specified URL expressions and redirected to specified group of real servers.
CTR urlStatRedOrigSrvs1.3.6.1.4.1.1872.2.1.8.10.1.2Counterread-onlyThe number of instances that the received packet is sent to the origin server due to mis-match with the specified URL expressions or detecting of HTTP non-GETs,user cookies, and no-cache as users configuration.
CTR urlStatRedNonGets1.3.6.1.4.1.1872.2.1.8.10.1.3Counterread-onlyThe number of instances that the received packet contains none GETs(POST ,HEAD ,PUT..) methods.
CTR urlStatRedCookie1.3.6.1.4.1.1872.2.1.8.10.1.4Counterread-onlyThe number of instances that the received packet contains a 'Cookie: ' header.
CTR urlStatRedNoCache1.3.6.1.4.1.1872.2.1.8.10.1.5Counterread-onlyThe number of instances that the received packet contains a no-cache header value.
urlSlbStats1.3.6.1.4.1.1872.2.1.8.10.2
urlStatSlbPathTable1.3.6.1.4.1.1872.2.1.8.10.2.1not-accessibleThe statistics table of instances that URL pathes matched.
urlStatSlbPathTableEntry1.3.6.1.4.1.1872.2.1.8.10.2.1.1not-accessibleInformation about the number of instances that are load-balanced due to match of a particular URL path.
INT urlStatSlbPathIndex1.3.6.1.4.1.1872.2.1.8.10.2.1.1.1INTEGERread-onlyThe URL path table index.
CTR urlStatSlbPathHits1.3.6.1.4.1.1872.2.1.8.10.2.1.1.2Counterread-onlyThe number of instances that are load-balanced due to match of the particular URL path.
tcpStats1.3.6.1.4.1.1872.2.1.8.11
GAU tcpStatCurConns1.3.6.1.4.1.1872.2.1.8.11.1Gaugeread-onlyThe number of outstanding TCP current connections have been established.
GAU tcpStatHalfOpens1.3.6.1.4.1.1872.2.1.8.11.2Gaugeread-onlyThe number of outstanding TCP connections have been half opened. This statistics is valid only when URL parsing has been truned on. It is incremented when the switch respond to TCP SYN packet and decremented upon receiving TCP SYN ACK packet from the requester.
ftpStats1.3.6.1.4.1.1872.2.1.8.14
ftpSlbStats1.3.6.1.4.1.1872.2.1.8.14.1
CTR ftpSlbStatTotal1.3.6.1.4.1.1872.2.1.8.14.1.1Counterread-onlyThe total number of ftp control sesssion for SLB received after FTP parsing turn on.
CTR ftpNatStatTotal1.3.6.1.4.1.1872.2.1.8.14.1.2Counterread-onlyThe total number of FTP control session for NAT received after active FTP is turn on.
rurlStats1.3.6.1.4.1.1872.2.1.8.18
rurlErrorStats1.3.6.1.4.1.1872.2.1.8.18.1
CTR rurlErrorStatConnect1.3.6.1.4.1.1872.2.1.8.18.1.1Counterread-onlyTotal number of session connect errors to the iSD.
CTR rurlErrorStatPack1.3.6.1.4.1.1872.2.1.8.18.1.2Counterread-onlyTotal number of errors associated with packaging the RURL data frame received from the iSD.
CTR rurlErrorStatUnpack1.3.6.1.4.1.1872.2.1.8.18.1.3Counterread-onlyTotal number of errors associated with unpackaging the RURL data frame received from the iSD.
CTR rurlErrorStatDma1.3.6.1.4.1.1872.2.1.8.18.1.4Counterread-onlyTotal number of DMA write errors.
CTR rurlErrorStatBuf1.3.6.1.4.1.1872.2.1.8.18.1.5Counterread-onlyTotal number of errors associated with no available buffers to to store the RURL redirection information.
CTR rurlErrorStatBufWrap1.3.6.1.4.1.1872.2.1.8.18.1.6Counterread-onlyTotal number of errors associated with buffer wrap copies.
CTR rurlErrorStatProto1.3.6.1.4.1.1872.2.1.8.18.1.7Counterread-onlyTotal number of errors associated with packets containing an invalid protocol type. Expected protocol types are TCP and UDP.
rurlInfoStats1.3.6.1.4.1.1872.2.1.8.18.2
CTR rurlInfoStatClientWrap1.3.6.1.4.1.1872.2.1.8.18.2.1Counterread-onlyTotal number of client packets processed using frame wrap buffers.
CTR rurlInfoStatServerWrap1.3.6.1.4.1.1872.2.1.8.18.2.2Counterread-onlyTotal number of server packets processed using frame wrap buffers.
CTR rurlInfoStatBufWrap1.3.6.1.4.1.1872.2.1.8.18.2.3Counterread-onlyTotal number of packets processed using RURL wrap copy mechanism.
CTR rurlInfoStatFreeRingCalls1.3.6.1.4.1.1872.2.1.8.18.2.4Counterread-onlyTotal number of RURL sequence buffer frees.
CTR rurlInfoStatClientResets1.3.6.1.4.1.1872.2.1.8.18.2.5Counterread-onlyTotal number of client resets by the switch.
CTR rurlInfoStatServerResets1.3.6.1.4.1.1872.2.1.8.18.2.6Counterread-onlyTotal number of server resets by the switch.
CTR rurlInfoStatFramePassThru1.3.6.1.4.1.1872.2.1.8.18.2.7Counterread-onlyTotal number of packets dropped to L2 processing due to the switch running out of resources.
CTR rurlInfoStatParseFiltMiss1.3.6.1.4.1.1872.2.1.8.18.2.8Counterread-onlyTotal number of packets leaking from RURL parsing to URL parsing.
CTR rurlInfoStatExceedBufLen1.3.6.1.4.1.1872.2.1.8.18.2.9Counterread-onlyTotal number of occurences where the client request bytes exceed the maximum buffer size allocated by the switch.
CTR rurlInfoStatExceedFrameDepth1.3.6.1.4.1.1872.2.1.8.18.2.10Counterread-onlyTotal number of occurences where the client request bytes exceed the maximum buffer depth allocated by the switch.
CTR rurlInfoStatZeroContentLen1.3.6.1.4.1.1872.2.1.8.18.2.11Counterread-onlyTotal number of occurences where the Content-Length of the HTTP request is zero.
CTR rurlInfoStatNonTypicalOffsets1.3.6.1.4.1.1872.2.1.8.18.2.12Counterread-onlyTotal number of occurences where the RURL header offsets are non-typical.
CTR rurlInfoStatFINRSTSessSetup1.3.6.1.4.1.1872.2.1.8.18.2.13Counterread-onlyTotal number of occurences where a FIN or RST packet is used to establish a new session in the switch.
CTR rurlInfoStatPSHSessSetup1.3.6.1.4.1.1872.2.1.8.18.2.14Counterread-onlyTotal number of occurences where a PSH packet is used to establish a new session in the switch.
CTR rurlInfoStatNonSYNSessSetup1.3.6.1.4.1.1872.2.1.8.18.2.15Counterread-onlyTotal number of occurences where a non-SYN packet is used to establish a new session in the switch.
CTR rurlInfoStatL7BindCalls1.3.6.1.4.1.1872.2.1.8.18.2.16Counterread-onlyTotal number of requests to bind a session.
CTR rurlInfoStatSessSetups1.3.6.1.4.1.1872.2.1.8.18.2.17Counterread-onlyTotal number of RURL session setups encountered.
CTR rurlInfoStatMiscProcess1.3.6.1.4.1.1872.2.1.8.18.2.18Counterread-onlyTotal number of sessions falling through the filter processing.
CTR rurlInfoStatClientPktsIn1.3.6.1.4.1.1872.2.1.8.18.2.19Counterread-onlyTotal number of client packets processed by the RURL filter.
CTR rurlInfoStatClientSYNsIn1.3.6.1.4.1.1872.2.1.8.18.2.20Counterread-onlyTotal number of client SYN packets processed by the RURL filter.
CTR rurlInfoStatClientReTXSYNsSeen1.3.6.1.4.1.1872.2.1.8.18.2.21Counterread-onlyTotal number of client retransmitted SYN packets processed by the RURL filter.
CTR rurlInfoStatClientSYNACKsSent1.3.6.1.4.1.1872.2.1.8.18.2.22Counterread-onlyTotal number of switch-to-client SYN/ACK packets processed by the RURL filter.
CTR rurlInfoStatClientACKsIn1.3.6.1.4.1.1872.2.1.8.18.2.23Counterread-onlyTotal number of client ACK packets processed by the RURL filter.
CTR rurlInfoStatClientDataIn1.3.6.1.4.1.1872.2.1.8.18.2.24Counterread-onlyTotal number of client PSH packets processed by the RURL filter.
CTR rurlInfoStatClientDataRetx1.3.6.1.4.1.1872.2.1.8.18.2.25Counterread-onlyTotal number of client data retransmit packets processed by the RURL filter.
CTR rurlInfoStatServerSYNsSent1.3.6.1.4.1.1872.2.1.8.18.2.26Counterread-onlyTotal number of SYN packets sent to the server by the switch.
CTR rurlInfoStatServerSYNACKsIn1.3.6.1.4.1.1872.2.1.8.18.2.27Counterread-onlyTotal number of swtich-to-server SYN/ACK packets processed by the RURL filter.
CTR rurlInfoStatServerACKsSent1.3.6.1.4.1.1872.2.1.8.18.2.28Counterread-onlyTotal number of ACK packets sent to the server by the switch.
CTR rurlInfoStatServerACKsIn1.3.6.1.4.1.1872.2.1.8.18.2.29Counterread-onlyTotal number of server-to-switch ACK packets processed by the RURL filters.
CTR rurlInfoStatServerSYNsRetx1.3.6.1.4.1.1872.2.1.8.18.2.30Counterread-onlyTotal number of retransmitted SYN packets sent to the server by the switch that resulted in an error.
CTR rurlInfoStatServerSYNsRetxErrors1.3.6.1.4.1.1872.2.1.8.18.2.31Counterread-onlyTotal number of ACK packets sent to the server by the switch.
CTR rurlInfoStatL7SessionReuse1.3.6.1.4.1.1872.2.1.8.18.2.32Counterread-onlyTotal number of SYN requests that matched a session lookup due to an accidental reuse of a session table entry. This is typically a result of port wrap/reuse on a client generally running performance testing.
CTR rurlInfoStatConnSpliced1.3.6.1.4.1.1872.2.1.8.18.2.33Counterread-onlyTotal number of connections successfully spliced by the switch.
rurlMaintStats1.3.6.1.4.1.1872.2.1.8.18.3
CTR rurlMaintStatOrgServerHits1.3.6.1.4.1.1872.2.1.8.18.3.1Counterread-onlyTotal number of session setups to the end server.
CTR rurlMaintStatHTTPRedirs1.3.6.1.4.1.1872.2.1.8.18.3.2Counterread-onlyTotal number of HTTP redirect responses to the client.
CTR rurlMaintStatServerReqs1.3.6.1.4.1.1872.2.1.8.18.3.3Counterread-onlyTotal number of request packets sent from the switch to the iSD.
CTR rurlMaintStatServerAcks1.3.6.1.4.1.1872.2.1.8.18.3.4Counterread-onlyTotal number of response packets sent from the iSD to the switch.
CTR rurlMaintStatSessCnt1.3.6.1.4.1.1872.2.1.8.18.3.5Counterread-onlyTotal number of session connections to the iSD made by the switch.
CTR rurlMaintStatLastFrameCnt1.3.6.1.4.1.1872.2.1.8.18.3.6Counterread-onlyTotal number of 'last frame' packets sent from the iSD to the switch.
CTR rurlMaintStatConnectRxmit1.3.6.1.4.1.1872.2.1.8.18.3.7Counterread-onlyTotal number of client retransmissions encountered.
CTR rurlMaintStatResetRxmit1.3.6.1.4.1.1872.2.1.8.18.3.8Counterread-onlyTotal number of client resets due to excessive retransmissions.
GAU rurlMaintStatCurRdirIPEntries1.3.6.1.4.1.1872.2.1.8.18.3.9Gaugeread-onlyCurrent IP redirection table entries.
CTR rurlMaintStatHighRdirIPEntries1.3.6.1.4.1.1872.2.1.8.18.3.10Counterread-onlyHighest IP redirection table entries.
GAU rurlMaintStatCurRdirPORTEntries1.3.6.1.4.1.1872.2.1.8.18.3.11Gaugeread-onlyCurrent PORT redirection table entries.
CTR rurlMaintStatHighRdirPORTEntries1.3.6.1.4.1.1872.2.1.8.18.3.12Counterread-onlyHighest PORT redirection table entries.
GAU rurlMaintStatCurRdirIPPORTEntries1.3.6.1.4.1.1872.2.1.8.18.3.13Gaugeread-onlyCurrent IP/PORT redirection table entries.
CTR rurlMaintStatHighRdirIPPORTEntries1.3.6.1.4.1.1872.2.1.8.18.3.14Counterread-onlyHighest IP/PORT redirection table entries.
GAU rurlMaintStatCurRSEQBufEntries1.3.6.1.4.1.1872.2.1.8.18.3.15Gaugeread-onlyCurrent RURL sequence table entries.
CTR rurlMaintStatHighRSEQBufEntries1.3.6.1.4.1.1872.2.1.8.18.3.16Counterread-onlyHighest RURL sequence table entries.
GAU rurlMaintStatCurRBUFBufEntries1.3.6.1.4.1.1872.2.1.8.18.3.17Gaugeread-onlyCurrent RURL frame buffer entries.
CTR rurlMaintStatHighRBUFBufEntries1.3.6.1.4.1.1872.2.1.8.18.3.18Counterread-onlyHighest RURL frame buffer entries.
CTR rurlMaintStatRSEQBufAllocs1.3.6.1.4.1.1872.2.1.8.18.3.19Counterread-onlyTotal number of successful RURL sequence buffer Allocs.
CTR rurlMaintStatRSEQBufFrees1.3.6.1.4.1.1872.2.1.8.18.3.20Counterread-onlyTotal number of successful RURL sequence buffer Frees.
CTR rurlMaintStatRSEQFailBufAllocs1.3.6.1.4.1.1872.2.1.8.18.3.21Counterread-onlyTotal number of failed RURL sequence buffer Allocs.
CTR rurlMaintStatRSEQFailBufFrees1.3.6.1.4.1.1872.2.1.8.18.3.22Counterread-onlyTotal number of failed RURL sequence buffer Frees.
CTR rurlMaintStatRBUFBufAllocs1.3.6.1.4.1.1872.2.1.8.18.3.23Counterread-onlyTotal number of successful RURL frame buffer Allocs.
CTR rurlMaintStatRBUFBufFrees1.3.6.1.4.1.1872.2.1.8.18.3.24Counterread-onlyTotal number of successful RURL frame buffer Frees.
CTR rurlMaintStatRBUFFailBufAllocs1.3.6.1.4.1.1872.2.1.8.18.3.25Counterread-onlyTotal number of failed RURL frame buffer Allocs.
CTR rurlMaintStatRBUFFailBufFrees1.3.6.1.4.1.1872.2.1.8.18.3.26Counterread-onlyTotal number of failed RURL frame buffer Frees.
CTR rurlMaintStatRBUFRetransmit1.3.6.1.4.1.1872.2.1.8.18.3.27Counterread-onlyTotal number of retransmissions of an existing RURL frame buffer.
CTR rurlMaintStatRBUFChanged1.3.6.1.4.1.1872.2.1.8.18.3.28Counterread-onlyTotal number of retransmissions of an existing RURL frame buffer that has changed in length.
rtspStats1.3.6.1.4.1.1872.2.1.8.19
GAU rtspStatControlConns1.3.6.1.4.1.1872.2.1.8.19.1Gaugeread-onlyTotal number of active RTSP control connections.
GAU rtspStatUDPStreams1.3.6.1.4.1.1872.2.1.8.19.2Gaugeread-onlyTotal number of active UDP streams.
CTR rtspStatRedirects1.3.6.1.4.1.1872.2.1.8.19.3Counterread-onlyTotal number of switch redirects.
CTR rtspStatConnDenied1.3.6.1.4.1.1872.2.1.8.19.4Counterread-onlyTotal connections denied due to RTSP connection limit.
CTR rtspStatAllocFails1.3.6.1.4.1.1872.2.1.8.19.5Counterread-onlyTotal cases of heap memory allocation failures.
tcpLimitStats1.3.6.1.4.1.1872.2.1.8.23
CTR tcpLimitStatHoldDowns1.3.6.1.4.1.1872.2.1.8.23.1Counterread-onlyTotal number of client hold downs triggered.
GAU tcpLimitStatClientEntries1.3.6.1.4.1.1872.2.1.8.23.2Gaugeread-onlyCurrent number of TCP rate limiting per-client state entries.
nasaStats1.3.6.1.4.1.1872.2.1.8.24
nasaStatSpTable1.3.6.1.4.1.1872.2.1.8.24.1not-accessibleThe table of NASA statistics at SP.
nasaStatSpEntry1.3.6.1.4.1.1872.2.1.8.24.1.1not-accessibleA row in the NASA base port statistcs table.
INT nasaStatSpPortIndex1.3.6.1.4.1.1872.2.1.8.24.1.1.1INTEGERread-onlyThe port number for which the statistics apply.
CTR nasaStatSpCtlTunnelIn1.3.6.1.4.1.1872.2.1.8.24.1.1.2Counterread-onlyThe number of packet in for control tunnel on the port.
CTR nasaStatSpCtlTunnelInvalidPkt1.3.6.1.4.1.1872.2.1.8.24.1.1.3Counterread-onlyThe number of invalid packet in for control tunnel on the port.
CTR nasaStatSpReqSessCnt1.3.6.1.4.1.1872.2.1.8.24.1.1.4Counterread-onlyThe number of session request message in for control tunnel on the port.
CTR nasaStatSpSessAddCnt1.3.6.1.4.1.1872.2.1.8.24.1.1.5Counterread-onlyThe number of session add mesage for control tunnel on the port.
CTR nasaStatSpSessDelCnt1.3.6.1.4.1.1872.2.1.8.24.1.1.6Counterread-onlyThe number of session delete message for control tunnel on the port.
CTR nasaStatSpSessUpdCnt1.3.6.1.4.1.1872.2.1.8.24.1.1.7Counterread-onlyThe number of session update message for control tunnel on the port.
CTR nasaStatSpSessRdCnt1.3.6.1.4.1.1872.2.1.8.24.1.1.8Counterread-onlyThe number of session read message for control tunnel on the port.
CTR nasaStatSpSessCharCnt1.3.6.1.4.1.1872.2.1.8.24.1.1.9Counterread-onlyThe number of session characteristics message for control tunnel on the port.
CTR nasaStatSpReqSessNoIsd1.3.6.1.4.1.1872.2.1.8.24.1.1.10Counterread-onlyThe number of session request message no isd for control tunnel on the port.
CTR nasaStatSpCtlTunnelToMp1.3.6.1.4.1.1872.2.1.8.24.1.1.11Counterread-onlyThe number of packet sent to MP for control tunnel on the port.
CTR nasaStatSpBcastTunnelCnt1.3.6.1.4.1.1872.2.1.8.24.1.1.12Counterread-onlyThe number of packet in for broadcast tunnel on the port.
CTR nasaStatSpBcastTunnelToMp1.3.6.1.4.1.1872.2.1.8.24.1.1.13Counterread-onlyThe number of packet sent to MP for broadcast tunnel on the port.
CTR nasaStatSpBcastTunnelToIsd1.3.6.1.4.1.1872.2.1.8.24.1.1.14Counterread-onlyThe number of packet sent to ISD for broadcast tunnel on the port.
CTR nasaStatSpRurlTunnelCnt1.3.6.1.4.1.1872.2.1.8.24.1.1.15Counterread-onlyThe number of RURL tunnel count on the port.
CTR nasaStatSpIpDatagramCnt1.3.6.1.4.1.1872.2.1.8.24.1.1.16Counterread-onlyThe number of IP datagram tunnel count on the port.
CTR nasaStatSpCliRedirectCnt1.3.6.1.4.1.1872.2.1.8.24.1.1.17Counterread-onlyThe number of client redirect tunnel count on the port.
CTR nasaStatSpInvalidVersion1.3.6.1.4.1.1872.2.1.8.24.1.1.18Counterread-onlyThe number of invalid NA/SA version packet in on the port.
CTR nasaStatSpAckTx1.3.6.1.4.1.1872.2.1.8.24.1.1.19Counterread-onlyThe number of ack packet sent at link level on the port.
CTR nasaStatSpAckRx1.3.6.1.4.1.1872.2.1.8.24.1.1.20Counterread-onlyThe number of ack packet received at link level on the port.
CTR nasaStatSpAckAlloc1.3.6.1.4.1.1872.2.1.8.24.1.1.21Counterread-onlyThe number of ack packet allocated at link level on the port.
CTR nasaStatSpAckFree1.3.6.1.4.1.1872.2.1.8.24.1.1.22Counterread-onlyThe number of ack packet freed at link level on the port.
CTR nasaStatSpAllocAckFail1.3.6.1.4.1.1872.2.1.8.24.1.1.23Counterread-onlyThe number of allocated ack packet failed at link level on the port.
CTR nasaStatSpAllocFrmFail1.3.6.1.4.1.1872.2.1.8.24.1.1.24Counterread-onlyThe number of allocated data packet failed at link level on the port.
CTR nasaStatSpRexmitFail1.3.6.1.4.1.1872.2.1.8.24.1.1.25Counterread-onlyThe number of re-transmit failed at link level on the port.
CTR nasaStatSpInvalidIsd1.3.6.1.4.1.1872.2.1.8.24.1.1.26Counterread-onlyThe number of packet form unknown ISD at link level on the port.
CTR nasaStatSpInvalidPkts1.3.6.1.4.1.1872.2.1.8.24.1.1.27Counterread-onlyThe number of invalid packet at link level on the port.
nasaMpStats1.3.6.1.4.1.1872.2.1.8.24.2
CTR nasaStatMpTotalRx1.3.6.1.4.1.1872.2.1.8.24.2.1Counterread-onlyThe number of messages received on MP side.
CTR nasaStatMpTotalTx1.3.6.1.4.1.1872.2.1.8.24.2.2Counterread-onlyThe number of messages transmitted on MP side.
CTR nasaStatMpBadCksum1.3.6.1.4.1.1872.2.1.8.24.2.3Counterread-onlyThe number of messages received with bad checksum on MP side.
CTR nasaStatMpInvalidRx1.3.6.1.4.1.1872.2.1.8.24.2.4Counterread-onlyThe number of invalid messages received on MP side.
CTR nasaStatMpPingRequests1.3.6.1.4.1.1872.2.1.8.24.2.5Counterread-onlyThe number of broadcast pings received on MP side.
CTR nasaStatMpPingResponses1.3.6.1.4.1.1872.2.1.8.24.2.6Counterread-onlyThe number broadcast ping responses transmitted on MP side.
CTR nasaStatMpRegRequests1.3.6.1.4.1.1872.2.1.8.24.2.7Counterread-onlyThe number registration requests received on MP side.
CTR nasaStatMpCapResponses1.3.6.1.4.1.1872.2.1.8.24.2.8Counterread-onlyThe number of capability responses transmitted on MP side.
CTR nasaStatMpRegConfirmations1.3.6.1.4.1.1872.2.1.8.24.2.9Counterread-onlyThe number of registration confirmations received on MP side.
CTR nasaStatMpUnregRequests1.3.6.1.4.1.1872.2.1.8.24.2.10Counterread-onlyThe number of unregistration requests received on MP side.
CTR nasaStatMpHealthRequests1.3.6.1.4.1.1872.2.1.8.24.2.11Counterread-onlyThe number of heartbeat requests transmitted on MP side.
CTR nasaStatMpHealthResponses1.3.6.1.4.1.1872.2.1.8.24.2.12Counterread-onlyThe number of heartbeat responses received on MP side.
CTR nasaStatMpCmdRequests1.3.6.1.4.1.1872.2.1.8.24.2.13Counterread-onlyThe number NASA CLI cmd requests received on MP side.
CTR nasaStatMpCmdResponses1.3.6.1.4.1.1872.2.1.8.24.2.14Counterread-onlyThe number NASA CLI cmd responses received on MP side.
dnsSlbStats1.3.6.1.4.1.1872.2.1.8.25
CTR dnsSlbStatTCPQueries1.3.6.1.4.1.1872.2.1.8.25.1Counterread-onlyTotal number of TCP DNS queries.
CTR dnsSlbStatUDPQueries1.3.6.1.4.1.1872.2.1.8.25.2Counterread-onlyTotal number of UDP DNS queries.
CTR dnsSlbStatInvalidQueries1.3.6.1.4.1.1872.2.1.8.25.3Counterread-onlyTotal number of invalid DNS queries.
CTR dnsSlbStatMultipleQueries1.3.6.1.4.1.1872.2.1.8.25.4Counterread-onlyTotal number of multiple DNS queries.
CTR dnsSlbStatDnameParseErrors1.3.6.1.4.1.1872.2.1.8.25.5Counterread-onlyTotal number of domain name parse errors.
CTR dnsSlbStatFailedMatches1.3.6.1.4.1.1872.2.1.8.25.6Counterread-onlyTotal number of failed real server name matches.
CTR dnsSlbStatInternalErrors1.3.6.1.4.1.1872.2.1.8.25.7Counterread-onlyTotal number of DNS parsing internal errors.
slb_info1.3.6.1.4.1.1872.2.1.9.2
slbFailOverInfoTable1.3.6.1.4.1.1872.2.1.9.2.1not-accessibleThe table of switch fail-over run-time status.
slbFailOverInfoEntry1.3.6.1.4.1.1872.2.1.9.2.1.1not-accessibleA row in the switch fail-over information table.
INT slbFailOverInfoIndex1.3.6.1.4.1.1872.2.1.9.2.1.1.1INTEGERread-onlyThe index of switch fail-over information table.
IP slbFailOverInfoPrimaryIp1.3.6.1.4.1.1872.2.1.9.2.1.1.2IpAddressread-onlyIP address of the primary switch.
INT slbFailOverInfoPrimaryStatus1.3.6.1.4.1.1872.2.1.9.2.1.1.3INTEGERread-onlyThe current operational status of the primary switch.
INT slbFailOverInfoPrimaryState1.3.6.1.4.1.1872.2.1.9.2.1.1.4INTEGERread-onlyThe current operational state of the primary switch.
IP slbFailOverInfoSecondaryIp1.3.6.1.4.1.1872.2.1.9.2.1.1.5IpAddressread-onlyIP address of the secondary switch.
INT slbFailOverInfoSecondaryStatus1.3.6.1.4.1.1872.2.1.9.2.1.1.6INTEGERread-onlyThe current operational status of the secondary switch.
INT slbFailOverInfoSecondaryState1.3.6.1.4.1.1872.2.1.9.2.1.1.7INTEGERread-onlyThe current operational state of the secondary switch.
slbRealServerInfoTable1.3.6.1.4.1.1872.2.1.9.2.2not-accessibleThe table of real server run-time information.
slbRealServerInfoEntry1.3.6.1.4.1.1872.2.1.9.2.2.1not-accessibleA row in the real server information table.
INT slbRealServerInfoIndex1.3.6.1.4.1.1872.2.1.9.2.2.1.1INTEGERread-onlyThe real server index
IP slbRealServerInfoIpAddr1.3.6.1.4.1.1872.2.1.9.2.2.1.2IpAddressread-onlyIP address of the real server.
PHY slbRealServerMacAddr1.3.6.1.4.1.1872.2.1.9.2.2.1.3PhysAddressread-onlyThe MAC address of the real server.
INT slbRealServerInfoSwitchPort1.3.6.1.4.1.1872.2.1.9.2.2.1.4INTEGERread-onlyThe switch port that the real server is connected to.
INT slbRealServerInfoHealthLayer1.3.6.1.4.1.1872.2.1.9.2.2.1.5INTEGERread-onlyThe OSI layer at whitch real server functionality is verified.
INT slbRealServerInfoOverflow1.3.6.1.4.1.1872.2.1.9.2.2.1.6INTEGERread-onlyThe overflow state of the real server.
INT slbRealServerInfoState1.3.6.1.4.1.1872.2.1.9.2.2.1.7INTEGERread-onlyThe state of the real server.
nasaIsdInfoTable1.3.6.1.4.1.1872.2.1.9.2.3not-accessibleThe table of NASA ISD run-time information.
nasaIsdInfoEntry1.3.6.1.4.1.1872.2.1.9.2.3.1not-accessibleA row in the real server information table.
INT nasaIsdInfoIndex1.3.6.1.4.1.1872.2.1.9.2.3.1.1INTEGERread-onlyThe ISD index
IP nasaIsdInfoIpAddr1.3.6.1.4.1.1872.2.1.9.2.3.1.2IpAddressread-onlyIP address of the ISD.
PHY nasaIsdMacAddr1.3.6.1.4.1.1872.2.1.9.2.3.1.3PhysAddressread-onlyThe MAC address of the ISD.
INT nasaIsdInfoSwitchPort1.3.6.1.4.1.1872.2.1.9.2.3.1.4INTEGERread-onlyThe switch port that the ISD is connected to.
INT nasaIsdInfoGdi1.3.6.1.4.1.1872.2.1.9.2.3.1.5INTEGERread-onlyVLAN ID of the ISD.
INT nasaIsdInfoState1.3.6.1.4.1.1872.2.1.9.2.3.1.6INTEGERread-onlyThe current state of the ISD.
INT nasaIsdInfoStateChange1.3.6.1.4.1.1872.2.1.9.2.3.1.7INTEGERread-onlyThe number of ISD state transitions from up to down.
filtering1.3.6.1.4.1.1872.2.1.10
INT fltCfgTableMaxSize1.3.6.1.4.1.1872.2.1.10.1INTEGERread-onlyThe maximum number of filtering table entries.
fltCurCfgTable1.3.6.1.4.1.1872.2.1.10.2not-accessibleThe filtering table in the current configuration block.
fltCurCfgTableEntry1.3.6.1.4.1.1872.2.1.10.2.1not-accessibleA row in the filtering table.
INT fltCurCfgIndx1.3.6.1.4.1.1872.2.1.10.2.1.1INTEGERread-onlyThe filteriang table index.
IP fltCurCfgSrcIp1.3.6.1.4.1.1872.2.1.10.2.1.2IpAddressread-onlyThe source IP address to be filtered.
IP fltCurCfgSrcIpMask1.3.6.1.4.1.1872.2.1.10.2.1.3IpAddressread-onlyThe source IP sub-net mask for filtering.
IP fltCurCfgDstIp1.3.6.1.4.1.1872.2.1.10.2.1.4IpAddressread-onlyThe destination IP address to be filtered.
IP fltCurCfgDstIpMask1.3.6.1.4.1.1872.2.1.10.2.1.5IpAddressread-onlyThe destination IP sub-net mask for filtering.
INT fltCurCfgProtocol1.3.6.1.4.1.1872.2.1.10.2.1.6INTEGERread-onlyThe protocol to be filtered.
INT fltCurCfgRangeHighSrcPort1.3.6.1.4.1.1872.2.1.10.2.1.7INTEGERread-onlyThe higher source TCP/UDP port number to be filtered. It applies only when protocol defined in fltCurCfgProtocol is UDP or TCP. '0' means no filtering.
INT fltCurCfgRangeLowSrcPort1.3.6.1.4.1.1872.2.1.10.2.1.8INTEGERread-onlyThe lower source TCP/UDP port number to be filtered. It applies only when protocol defined in fltCurCfgProtocol is UDP or TCP. '0' means no filtering.
INT fltCurCfgRangeLowDstPort1.3.6.1.4.1.1872.2.1.10.2.1.9INTEGERread-onlyThe lower destination TCP/UDP port number to be filtered. It applies only when protocol defined in fltCurCfgProtocol is UDP or TCP. '0' means no filtering.
INT fltCurCfgRangeHighDstPort1.3.6.1.4.1.1872.2.1.10.2.1.10INTEGERread-onlyThe higher destination TCP/UDP port number to be filtered. It applies only when protocol defined in fltCurCfgProtocol is UDP or TCP. '0' means no filtering.
INT fltCurCfgAction1.3.6.1.4.1.1872.2.1.10.2.1.11INTEGERread-onlyThe action for the filtering rule.
INT fltCurCfgRedirPort1.3.6.1.4.1.1872.2.1.10.2.1.12INTEGERread-onlyThe real server port number used for redirection.
INT fltCurCfgRedirGroup1.3.6.1.4.1.1872.2.1.10.2.1.13INTEGERread-onlyThe real server group to be redirected to.
INT fltCurCfgLog1.3.6.1.4.1.1872.2.1.10.2.1.14INTEGERread-onlyEnable or disable logging.
INT fltCurCfgState1.3.6.1.4.1.1872.2.1.10.2.1.15INTEGERread-onlyThe state of this filtering rule.
INT fltCurCfgNat1.3.6.1.4.1.1872.2.1.10.2.1.16INTEGERread-onlyThe selection of destination or source for network address translation.
INT fltCurCfgCache1.3.6.1.4.1.1872.2.1.10.2.1.17INTEGERread-onlyEnable or disable caching sessions that match filter.
INT fltCurCfgInvert1.3.6.1.4.1.1872.2.1.10.2.1.18INTEGERread-onlyTurn the invert logic on or off for the filter entry.
INT fltCurCfgClientProxy1.3.6.1.4.1.1872.2.1.10.2.1.19INTEGERread-onlyEnable or disable client proxy.
INT fltCurCfgTcpAck1.3.6.1.4.1.1872.2.1.10.2.1.20INTEGERread-onlyEnable or disable filtering on matching TCP ACK and RST flag.
INT fltCurCfgUrlRedir1.3.6.1.4.1.1872.2.1.10.2.1.21INTEGERread-onlyEnable or disable URL redirection. The URL expressions are defined in slbCurCfgUrlTable.
PHY fltCurCfgSrcMac1.3.6.1.4.1.1872.2.1.10.2.1.22PhysAddressread-onlyThe source MAC address to be filtered.
PHY fltCurCfgDstMac1.3.6.1.4.1.1872.2.1.10.2.1.23PhysAddressread-onlyThe Destination MAC address to be filtered.
INT fltCurCfgFtpNatActive1.3.6.1.4.1.1872.2.1.10.2.1.24INTEGERread-onlyEnable or disable FTP NAT for active ftp only.
INT fltCurCfgAclTcpUrg1.3.6.1.4.1.1872.2.1.10.2.1.25INTEGERread-onlyEnable or disable TCP URG packet.
INT fltCurCfgAclTcpAck1.3.6.1.4.1.1872.2.1.10.2.1.26INTEGERread-onlyEnable or disable TCP ACK packet.
INT fltCurCfgAclTcpPsh1.3.6.1.4.1.1872.2.1.10.2.1.27INTEGERread-onlyEnable or disable TCP PSH packet.
INT fltCurCfgAclTcpRst1.3.6.1.4.1.1872.2.1.10.2.1.28INTEGERread-onlyEnable or disable TCP RST packet.
INT fltCurCfgAclTcpSyn1.3.6.1.4.1.1872.2.1.10.2.1.29INTEGERread-onlyEnable or disable TCP SYN packet.
INT fltCurCfgAclTcpFin1.3.6.1.4.1.1872.2.1.10.2.1.30INTEGERread-onlyEnable or disable TCP FIN packet.
INT fltCurCfgAclIcmp1.3.6.1.4.1.1872.2.1.10.2.1.31INTEGERread-onlyICMP type to be filtered. A ICMP type of 255 indicates 'any'
INT fltCurCfgAclIpOption1.3.6.1.4.1.1872.2.1.10.2.1.32INTEGERread-onlyEnable or disable IP option matching.
INT fltCurCfgBwmContract1.3.6.1.4.1.1872.2.1.10.2.1.33INTEGERread-onlyFilt default BW contract number.
INT fltCurCfgAclIpTos1.3.6.1.4.1.1872.2.1.10.2.1.34INTEGERread-onlyThe IP TOS value to be filtered.
INT fltCurCfgAclIpTosMask1.3.6.1.4.1.1872.2.1.10.2.1.35INTEGERread-onlyThe IP TOS mask for filtering.
INT fltCurCfgAclIpTosNew1.3.6.1.4.1.1872.2.1.10.2.1.36INTEGERread-onlyThe new IP TOS value to over-write when filtering fired.
INT fltCurCfgFwlb1.3.6.1.4.1.1872.2.1.10.2.1.37INTEGERread-onlyEnable or disable filtering on firewall redirect hash method.
INT fltCurCfgNatTimeout1.3.6.1.4.1.1872.2.1.10.2.1.38INTEGERread-onlyThe NAT session timeout. The timeout value should be an even number between (4..30)
INT fltCurCfgRurl1.3.6.1.4.1.1872.2.1.10.2.1.39INTEGERread-onlyEnable or disable RURL parsing.
INT fltCurCfgLinklb1.3.6.1.4.1.1872.2.1.10.2.1.40INTEGERread-onlyEnable or disable WAN link load balancing.
INT fltCurCfgWapRadiusSnoop1.3.6.1.4.1.1872.2.1.10.2.1.41INTEGERread-onlyEnable or disable WAP RADIUS snooping.
INT fltCurCfgSrcIpMac1.3.6.1.4.1.1872.2.1.10.2.1.42INTEGERread-onlySet a flag indicating whether filtering should be based on the source IP address or the source MAC address field.
INT fltCurCfgDstIpMac1.3.6.1.4.1.1872.2.1.10.2.1.43INTEGERread-onlySet a flag indicating whether filtering should be based on the destination IP address or the destination MAC address field.
INT fltCurCfgIdslbHash1.3.6.1.4.1.1872.2.1.10.2.1.44INTEGERread-onlySet hash parameter for intrusion detection server load balancing.
INT fltCurCfgVlan1.3.6.1.4.1.1872.2.1.10.2.1.45INTEGERread-onlySet the VLAN assoicated with the filter.
STR fltCurCfgName1.3.6.1.4.1.1872.2.1.10.2.1.46DisplayStringread-onlyThe name of the filter.
INT fltCurCfgTcpRateLimit1.3.6.1.4.1.1872.2.1.10.2.1.47INTEGERread-onlyEnable or disable TCP connection rate limiting.
INT fltCurCfgTcpRateMaxConn1.3.6.1.4.1.1872.2.1.10.2.1.48INTEGERread-onlySet maximum connections (number of connections in units of 10) for TCP connection rate limiting.
INT fltCurCfgHash1.3.6.1.4.1.1872.2.1.10.2.1.49INTEGERread-onlySet hash parameter for the filter.
INT fltCurCfgNasa1.3.6.1.4.1.1872.2.1.10.2.1.50INTEGERread-onlyEnable or disable NASA redirect to ISD.
INT fltCurCfgLayer7DenyState1.3.6.1.4.1.1872.2.1.10.2.1.51INTEGERread-onlyEnable or disable layer 7 deny filtering.
OCT fltCurCfgLayer7DenyUrlBmap1.3.6.1.4.1.1872.2.1.10.2.1.52OCTET STRINGread-onlyThe URL strings selected for Layer 7 deny filters. The selected URL strings are presented in a bitmap format. in receiving order: OCTET 1 OCTET 2 ..... xxxxxxxx xxxxxxxx ..... || || |_ URL Path 9 || || || ||___ URL Path 8 || |____ URL Path 7 || . . . ||_________ URL Path 2 |__________ URL Path 1 where x : 1 - The represented URL string is selected 0 - The represented URL string is not selected
fltNewCfgTable1.3.6.1.4.1.1872.2.1.10.3not-accessibleThe filtering table in the new configuration block.
fltNewCfgTableEntry1.3.6.1.4.1.1872.2.1.10.3.1not-accessibleA row in the filtering table.
INT fltNewCfgIndx1.3.6.1.4.1.1872.2.1.10.3.1.1INTEGERread-onlyThe filtering table index.
IP fltNewCfgSrcIp1.3.6.1.4.1.1872.2.1.10.3.1.2IpAddressread-writeThe source IP address to be filtered.
IP fltNewCfgSrcIpMask1.3.6.1.4.1.1872.2.1.10.3.1.3IpAddressread-writeThe source IP sub-net mask for filtering.
IP fltNewCfgDstIp1.3.6.1.4.1.1872.2.1.10.3.1.4IpAddressread-writeThe destination IP address to be filtered.
IP fltNewCfgDstIpMask1.3.6.1.4.1.1872.2.1.10.3.1.5IpAddressread-writeThe destination IP sub-net mask for filtering.
INT fltNewCfgProtocol1.3.6.1.4.1.1872.2.1.10.3.1.6INTEGERread-writeThe protocol to be filtered.
INT fltNewCfgRangeHighSrcPort1.3.6.1.4.1.1872.2.1.10.3.1.7INTEGERread-writeThe higher source TCP/UDP port number to be filtered. It applies only when protocol defined in fltNewCfgProtocol is UDP or TCP. '0' means no filtering.
INT fltNewCfgRangeLowSrcPort1.3.6.1.4.1.1872.2.1.10.3.1.8INTEGERread-writeThe lower source TCP/UDP port number to be filtered. It applies only when protocol defined in fltNewCfgProtocol is UDP or TCP. '0' means no filtering.
INT fltNewCfgRangeLowDstPort1.3.6.1.4.1.1872.2.1.10.3.1.9INTEGERread-writeThe lower destination TCP/UDP port number to be filtered. It applies only when protocol defined in fltNewCfgProtocol is UDP or TCP. '0' means no filtering.
INT fltNewCfgRangeHighDstPort1.3.6.1.4.1.1872.2.1.10.3.1.10INTEGERread-writeThe higher destination TCP/UDP port number to be filtered. It applies only when protocol defined in fltNewCfgProtocol is UDP or TCP. '0' means no filtering.
INT fltNewCfgAction1.3.6.1.4.1.1872.2.1.10.3.1.11INTEGERread-writeThe action for the filtering rule.
INT fltNewCfgRedirPort1.3.6.1.4.1.1872.2.1.10.3.1.12INTEGERread-writeThe real server port number used for redirection.
INT fltNewCfgRedirGroup1.3.6.1.4.1.1872.2.1.10.3.1.13INTEGERread-writeThe real server group to be redirected to.
INT fltNewCfgLog1.3.6.1.4.1.1872.2.1.10.3.1.14INTEGERread-writeEnable or disable logging.
INT fltNewCfgState1.3.6.1.4.1.1872.2.1.10.3.1.15INTEGERread-writeThe state of this filtering rule.
INT fltNewCfgDelete1.3.6.1.4.1.1872.2.1.10.3.1.16INTEGERread-writeWhen set to the value of 2 (delete), the entire row is deleted. When read, other(1) is returned. Setting the value to anything other than 2(delete) has no effect on the state of the row.
INT fltNewCfgNat1.3.6.1.4.1.1872.2.1.10.3.1.17INTEGERread-writeThe selection of destination or source for network address translation.
INT fltNewCfgCache1.3.6.1.4.1.1872.2.1.10.3.1.18INTEGERread-writeEnable or disable caching sessions that match filter.
INT fltNewCfgInvert1.3.6.1.4.1.1872.2.1.10.3.1.19INTEGERread-writeTurn the invert logic on or off for the filter entry.
INT fltNewCfgClientProxy1.3.6.1.4.1.1872.2.1.10.3.1.20INTEGERread-writeEnable or disable client proxy.
INT fltNewCfgTcpAck1.3.6.1.4.1.1872.2.1.10.3.1.21INTEGERread-writeEnable or disable filtering on matching TCP ACK and RST flag.
INT fltNewCfgUrlRedir1.3.6.1.4.1.1872.2.1.10.3.1.22INTEGERread-writeEnable or disable URL redirection. The URL expressions are defined in slbNewCfgUrlTable.
PHY fltNewCfgSrcMac1.3.6.1.4.1.1872.2.1.10.3.1.23PhysAddressread-writeThe source MAC address to be filtered.
PHY fltNewCfgDstMac1.3.6.1.4.1.1872.2.1.10.3.1.24PhysAddressread-writeThe Destination MAC address to be filtered.
INT fltNewCfgFtpNatActive1.3.6.1.4.1.1872.2.1.10.3.1.25INTEGERread-writeEnable or disable FTP NAT for active ftp.
INT fltNewCfgAclTcpUrg1.3.6.1.4.1.1872.2.1.10.3.1.26INTEGERread-writeEnable or disable TCP URG packet.
INT fltNewCfgAclTcpAck1.3.6.1.4.1.1872.2.1.10.3.1.27INTEGERread-writeEnable or disable TCP ACK packet.
INT fltNewCfgAclTcpPsh1.3.6.1.4.1.1872.2.1.10.3.1.28INTEGERread-writeEnable or disable TCP PSH packet.
INT fltNewCfgAclTcpRst1.3.6.1.4.1.1872.2.1.10.3.1.29INTEGERread-writeEnable or disable TCP RST packet.
INT fltNewCfgAclTcpSyn1.3.6.1.4.1.1872.2.1.10.3.1.30INTEGERread-writeEnable or disable TCP SYN packet.
INT fltNewCfgAclTcpFin1.3.6.1.4.1.1872.2.1.10.3.1.31INTEGERread-writeEnable or disable TCP FIN packet.
INT fltNewCfgAclIcmp1.3.6.1.4.1.1872.2.1.10.3.1.32INTEGERread-writeICMP type to be filtered. A ICMP type of 255 indicates 'any'
INT fltNewCfgAclIpOption1.3.6.1.4.1.1872.2.1.10.3.1.33INTEGERread-writeEnable or disable IP option matching.
INT fltNewCfgBwmContract1.3.6.1.4.1.1872.2.1.10.3.1.34INTEGERread-writeFilt default BW contract number.
INT fltNewCfgAclIpTos1.3.6.1.4.1.1872.2.1.10.3.1.35INTEGERread-writeThe IP TOS value to be filtered.
INT fltNewCfgAclIpTosMask1.3.6.1.4.1.1872.2.1.10.3.1.36INTEGERread-writeThe IP TOS mask for filtering.
INT fltNewCfgAclIpTosNew1.3.6.1.4.1.1872.2.1.10.3.1.37INTEGERread-writeThe new IP TOS value to over-write when filtering fired.
INT fltNewCfgFwlb1.3.6.1.4.1.1872.2.1.10.3.1.38INTEGERread-writeEnable or disable filtering on firewall redirect hash method.
INT fltNewCfgNatTimeout1.3.6.1.4.1.1872.2.1.10.3.1.39INTEGERread-writeThe NAT session timeout. The timeout value should be an even number between (4..30)
INT fltNewCfgRurl1.3.6.1.4.1.1872.2.1.10.3.1.40INTEGERread-writeEnable or disable RURL parsing.
INT fltNewCfgLinklb1.3.6.1.4.1.1872.2.1.10.3.1.41INTEGERread-writeEnable or disable WAN link load balancing.
INT fltNewCfgWapRadiusSnoop1.3.6.1.4.1.1872.2.1.10.3.1.42INTEGERread-writeEnable or disable WAP RADIUS snooping.
INT fltNewCfgSrcIpMac1.3.6.1.4.1.1872.2.1.10.3.1.43INTEGERread-writeSet a flag indicating whether filtering should be based on the source IP address or the source MAC address field.
INT fltNewCfgDstIpMac1.3.6.1.4.1.1872.2.1.10.3.1.44INTEGERread-writeSet a flag indicating whether filtering should be based on the destination IP address or the destination MAC address field.
INT fltNewCfgIdslbHash1.3.6.1.4.1.1872.2.1.10.3.1.45INTEGERread-writeSet hash parameter for intrusion detection server load balancing.
INT fltNewCfgVlan1.3.6.1.4.1.1872.2.1.10.3.1.46INTEGERread-writeSet the VLAN assoicated with the filter.
STR fltNewCfgName1.3.6.1.4.1.1872.2.1.10.3.1.47DisplayStringread-writeThe name of the filter.
INT fltNewCfgTcpRateLimit1.3.6.1.4.1.1872.2.1.10.3.1.48INTEGERread-writeEnable or disable TCP connection rate limiting.
INT fltNewCfgTcpRateMaxConn1.3.6.1.4.1.1872.2.1.10.3.1.49INTEGERread-writeSet maximum connections (number of connections in units of 10) for TCP connection rate limiting.
INT fltNewCfgHash1.3.6.1.4.1.1872.2.1.10.3.1.50INTEGERread-writeSet hash parameter for the filter.
INT fltNewCfgNasa1.3.6.1.4.1.1872.2.1.10.3.1.51INTEGERread-writeEnable or disable NASA redirect to ISD.
INT fltNewCfgLayer7DenyState1.3.6.1.4.1.1872.2.1.10.3.1.52INTEGERread-writeEnable or disable layer 7 deny filtering.
OCT fltNewCfgLayer7DenyUrlBmap1.3.6.1.4.1.1872.2.1.10.3.1.53OCTET STRINGread-onlyThe URL strings selected for Layer 7 deny filters. The selected URL strings are presented in a bitmap format. in receiving order: OCTET 1 OCTET 2 ..... xxxxxxxx xxxxxxxx ..... || || |_ URL Path 9 || || || ||___ URL Path 8 || |____ URL Path 7 || . . . ||_________ URL Path 2 |__________ URL Path 1 where x : 1 - The represented URL string is selected 0 - The represented URL string is not selected
INT fltNewCfgLayer7DenyAddUrl1.3.6.1.4.1.1872.2.1.10.3.1.54INTEGERread-writeThe URL Path (slbCurCfgUrlLbPathIndex) to be added to the Layer 7 deny filter. A zero is returned when read.
INT fltNewCfgLayer7DenyRemUrl1.3.6.1.4.1.1872.2.1.10.3.1.55INTEGERread-writeThe URL Path (slbCurCfgUrlLbPathIndex) to be removed from the Layer 7 deny filter. A zero is returned when read.
fltCurCfgPortTable1.3.6.1.4.1.1872.2.1.10.4not-accessibleThe filtering port table in the current configuration block.
fltCurCfgPortTableEntry1.3.6.1.4.1.1872.2.1.10.4.1not-accessibleA row in the filtering port table.
INT fltCurCfgPortIndx1.3.6.1.4.1.1872.2.1.10.4.1.1INTEGERread-onlyThe port index.
INT fltCurCfgPortState1.3.6.1.4.1.1872.2.1.10.4.1.2INTEGERread-onlyEnable or disable filtering.
OCT fltCurCfgPortFiltBmap1.3.6.1.4.1.1872.2.1.10.4.1.3OCTET STRINGread-onlyThe filtering rules applied to the port. The filtering rules are presented in bitmap format. in receiving order: OCTET 1 OCTET 2 ..... xxxxxxxx xxxxxxxx ..... || || |_ filter 9 || || || ||___ filter 8 || |____ filter 7 || . . . ||_________ filter 2 |__________ filter 1 (as index to fltCurCfgTable) where x : 1 - The represented filter rule applied to the port 0 - The represented filter rule not applied to the port
fltNewCfgPortTable1.3.6.1.4.1.1872.2.1.10.5not-accessibleThe filtering port table in the new configuration block.
fltNewCfgPortTableEntry1.3.6.1.4.1.1872.2.1.10.5.1not-accessibleA row in the filtering port table.
INT fltNewCfgPortIndx1.3.6.1.4.1.1872.2.1.10.5.1.1INTEGERread-onlyThe port index.
INT fltNewCfgPortState1.3.6.1.4.1.1872.2.1.10.5.1.2INTEGERread-writeEnable or disable filtering.
OCT fltNewCfgPortFiltBmap1.3.6.1.4.1.1872.2.1.10.5.1.3OCTET STRINGread-writeThe filtering rules applied to the port. The filtering rules are presented in bitmap format. in receiving order: OCTET 1 OCTET 2 ..... xxxxxxxx xxxxxxxx ..... || || |_ filter 9 || || || ||___ filter 8 || |____ filter 7 || . . . ||_________ filter 2 |__________ filter 1 (as index to fltNewCfgTable) where x : 1 - The represented filter rule applied to the port 0 - The represented filter rule not applied to the port
INT fltNewCfgPortAddFiltRule1.3.6.1.4.1.1872.2.1.10.5.1.4INTEGERread-writeThis is an action object to add filtering rule to a port. The value specified with this object is the index to the fltNewCfgTable for which filtering rule to be added to the port. The range of the valid index is between 1 and fltCurCfgTableMaxSize. When read, the value '0' is returned always.
INT fltNewCfgPortRemFiltRule1.3.6.1.4.1.1872.2.1.10.5.1.5INTEGERread-writeThis is an action object to remove filtering rule from a port. The value specified with this object is the index to the fltNewCfgTable for which filtering rule to be removed from the port. The range of the valid index is between 1 and fltCurCfgTableMaxSize. When read, the value '0' is returned always.
fltCurCfgUrlBwmTable1.3.6.1.4.1.1872.2.1.10.6not-accessibleThe table of URL based BWM for filtering.
fltCurCfgUrlBwmEntry1.3.6.1.4.1.1872.2.1.10.6.1not-accessibleA row in the URL based BWM filtering table.
INT fltCurCfgUrlBwmFltIndex1.3.6.1.4.1.1872.2.1.10.6.1.1INTEGERread-onlyThe number of the filter.
INT fltCurCfgUrlBwmUrlId1.3.6.1.4.1.1872.2.1.10.6.1.2INTEGERread-onlyThe URL Path Identifier.
INT fltCurCfgUrlBwmContract1.3.6.1.4.1.1872.2.1.10.6.1.3INTEGERread-onlyThe BW contract.
fltNewCfgUrlBwmTable1.3.6.1.4.1.1872.2.1.10.7not-accessibleThe table of URL based BWM for filtering.
fltNewCfgUrlBwmEntry1.3.6.1.4.1.1872.2.1.10.7.1not-accessibleA row in the URL based BWM filtering table.
INT fltNewCfgUrlBwmFltIndex1.3.6.1.4.1.1872.2.1.10.7.1.1INTEGERread-onlyThe number of the filter.
INT fltNewCfgUrlBwmUrlId1.3.6.1.4.1.1872.2.1.10.7.1.2INTEGERread-onlyThe URL Path Identifier.
INT fltNewCfgUrlBwmContract1.3.6.1.4.1.1872.2.1.10.7.1.3INTEGERread-writeThe BW traffic contract.
INT fltNewCfgUrlBwmDelete1.3.6.1.4.1.1872.2.1.10.7.1.4INTEGERread-writeWhen set to the value of 2 (delete), the entire row is deleted. When read, other(1) is returned. Setting the value to anything other than 2(delete) has no effect on the state of the row.
INT fltUrlBwmTableMaxSize1.3.6.1.4.1.1872.2.1.10.8INTEGERread-onlyThe maximum number of URL based BWM entries.
globalSLB1.3.6.1.4.1.1872.2.1.11
gslbGeneral1.3.6.1.4.1.1872.2.1.11.1
INT gslbCurCfgGenState1.3.6.1.4.1.1872.2.1.11.1.1INTEGERread-onlyTurn on or off Distributed Server Load Balance.
INT gslbNewCfgGenState1.3.6.1.4.1.1872.2.1.11.1.2INTEGERread-writeTurn on or off Distributed Server Load Balance.
INT gslbCurCfgGenDnsHandoff1.3.6.1.4.1.1872.2.1.11.1.3INTEGERread-onlyEnable/Disable DNS handoffs in the current_configuration block.
INT gslbNewCfgGenDnsHandoff1.3.6.1.4.1.1872.2.1.11.1.4INTEGERread-writeEnable/Disable DNS handoffs in the new_configuration block.
INT gslbCurCfgGenDnsTTL1.3.6.1.4.1.1872.2.1.11.1.5INTEGERread-onlyTime to live value in minute of DNS resource records in the current_configuration block.
INT gslbNewCfgGenDnsTTL1.3.6.1.4.1.1872.2.1.11.1.6INTEGERread-writeTime to live value in minute of DNS resource records in the new_configuration block.
INT gslbCurCfgGenHttpRedirect1.3.6.1.4.1.1872.2.1.11.1.7INTEGERread-onlyEnable/Disable DNS handoffs in the current_configuration block.
INT gslbNewCfgGenHttpRedirect1.3.6.1.4.1.1872.2.1.11.1.8INTEGERread-writeEnable/Disable DNS handoffs in the new_configuration block.
INT gslbCurCfgGenRemSiteUpdateInterval1.3.6.1.4.1.1872.2.1.11.1.9INTEGERread-onlyThe time interval in minute for updating remote site status in the current_configuration block.
INT gslbNewCfgGenRemSiteUpdateInterval1.3.6.1.4.1.1872.2.1.11.1.10INTEGERread-writeThe time interval in minute for updating remote site status in the new_configuration block.
INT gslbCurCfgGenDnsLocalPref1.3.6.1.4.1.1872.2.1.11.1.11INTEGERread-onlyEnable/Disable DNS responses with only local addresses.
INT gslbNewCfgGenDnsLocalPref1.3.6.1.4.1.1872.2.1.11.1.12INTEGERread-writeEnable/Disable DNS responses with only local addresses.
INT gslbCurCfgGenMinco1.3.6.1.4.1.1872.2.1.11.1.13INTEGERread-onlyMinmum number of site connections in the current_configuration block.
INT gslbNewCfgGenMinco1.3.6.1.4.1.1872.2.1.11.1.14INTEGERread-writeMinmum number of site connections in the new_configuration block.
INT gslbCurCfgGenOne1.3.6.1.4.1.1872.2.1.11.1.15INTEGERread-onlyEnable/Disable DNS responses with only one address.
INT gslbNewCfgGenOne1.3.6.1.4.1.1872.2.1.11.1.16INTEGERread-writeEnable/Disable DNS responses with only one address.
INT gslbCurCfgGenUsern1.3.6.1.4.1.1872.2.1.11.1.17INTEGERread-onlyEnable/Disable HTTP redirect to real server name.
INT gslbNewCfgGenUsern1.3.6.1.4.1.1872.2.1.11.1.18INTEGERread-writeEnable/Disable HTTP redirect to real server name.
INT gslbCurCfgGenGeo1.3.6.1.4.1.1872.2.1.11.1.19INTEGERread-onlyEnable/Disable geographic awareness.
INT gslbNewCfgGenGeo1.3.6.1.4.1.1872.2.1.11.1.20INTEGERread-writeEnable/Disable geographic awareness.
INT gslbCurCfgGenAlways1.3.6.1.4.1.1872.2.1.11.1.21INTEGERread-onlyEnable/Disable DNS responses with at least one address.
INT gslbNewCfgGenAlways1.3.6.1.4.1.1872.2.1.11.1.22INTEGERread-writeEnable/Disable DNS responses with at least one address.
INT gslbCurCfgGenWeight1.3.6.1.4.1.1872.2.1.11.1.23INTEGERread-onlySets the local weight. The higher the weight value, the more connections that will be directed to the local site.
INT gslbNewCfgGenWeight1.3.6.1.4.1.1872.2.1.11.1.24INTEGERread-writeSets the local weight. The higher the weight value, the more connections that will be directed to the local site.
gslbDNS1.3.6.1.4.1.1872.2.1.11.2
IP dnsCurCfgPrimaryIpAddr1.3.6.1.4.1.1872.2.1.11.2.1IpAddressread-onlyThe DNS primary IP address in the current_configuration block.
IP dnsNewCfgPrimaryIpAddr1.3.6.1.4.1.1872.2.1.11.2.2IpAddressread-writeThe DNS primary IP address in the new_configuration block.
IP dnsCurCfgSecondaryIpAddr1.3.6.1.4.1.1872.2.1.11.2.3IpAddressread-onlyThe DNS primary IP address in the current_configuration block.
IP dnsNewCfgSecondaryIpAddr1.3.6.1.4.1.1872.2.1.11.2.4IpAddressread-writeThe DNS primary IP address in the new_configuration block.
STR dnsCurCfgDomainName1.3.6.1.4.1.1872.2.1.11.2.5DisplayStringread-onlyThe DNS doamin name in the current_configuration block.
STR dnsNewCfgDomainName1.3.6.1.4.1.1872.2.1.11.2.6DisplayStringread-writeThe DNS doamin name in the new_configuration block.
gslbSites1.3.6.1.4.1.1872.2.1.11.3
INT gslbRemSiteTableMaxSize1.3.6.1.4.1.1872.2.1.11.3.1INTEGERread-onlyThe maximum number of GSLB remote sites.
gslbCurCfgRemSiteTable1.3.6.1.4.1.1872.2.1.11.3.2not-accessibleThe GSLB remote sites table in the current configuration block.
gslbCurCfgRemSiteTableEntry1.3.6.1.4.1.1872.2.1.11.3.2.1not-accessibleA row in the GSLB remote sites table.
INT gslbCurCfgRemSiteIndx1.3.6.1.4.1.1872.2.1.11.3.2.1.1INTEGERread-onlyThe GSLB remote sites table index.
IP gslbCurCfgRemSitePrimaryIp1.3.6.1.4.1.1872.2.1.11.3.2.1.2IpAddressread-onlyThe primary IP address of the remote site in the current_configuration block.
IP gslbCurCfgRemSiteSecondaryIp1.3.6.1.4.1.1872.2.1.11.3.2.1.3IpAddressread-onlyThe secondary IP address of the remote site in the current_configuration block.
INT gslbCurCfgRemSiteState1.3.6.1.4.1.1872.2.1.11.3.2.1.4INTEGERread-onlyEnable/Disable GSLB for the remote site in the current_configuration block.
INT gslbCurCfgRemSiteUpdate1.3.6.1.4.1.1872.2.1.11.3.2.1.5INTEGERread-onlyEnable/Disable GSLB for the remote site status update in the current_configuration block.
STR gslbCurCfgRemSiteName1.3.6.1.4.1.1872.2.1.11.3.2.1.6DisplayStringread-onlyThe name of the GSLB remote site.
gslbNewCfgRemSiteTable1.3.6.1.4.1.1872.2.1.11.3.3not-accessibleThe GSLB remote sites table in the current configuration block.
gslbNewCfgRemSiteTableEntry1.3.6.1.4.1.1872.2.1.11.3.3.1not-accessibleA row in the GSLB remote sites table.
INT gslbNewCfgRemSiteIndx1.3.6.1.4.1.1872.2.1.11.3.3.1.1INTEGERread-onlyThe GSLB remote sites table index.
IP gslbNewCfgRemSitePrimaryIp1.3.6.1.4.1.1872.2.1.11.3.3.1.2IpAddressread-writeThe primary IP address of the remote site in the new_configuration block.
IP gslbNewCfgRemSiteSecondaryIp1.3.6.1.4.1.1872.2.1.11.3.3.1.3IpAddressread-writeThe secondary IP address of the remote site in the new_configuration block.
INT gslbNewCfgRemSiteState1.3.6.1.4.1.1872.2.1.11.3.3.1.4INTEGERread-writeEnable/Disable GSLB for the remote site in the new_configuration block.
INT gslbNewCfgRemSiteUpdate1.3.6.1.4.1.1872.2.1.11.3.3.1.5INTEGERread-writeEnable/Disable GSLB for the remote site status update in the new_configuration block.
INT gslbNewCfgRemSiteDelete1.3.6.1.4.1.1872.2.1.11.3.3.1.6INTEGERread-writeBy setting the value to delete(2), the entire row is deleted.
STR gslbNewCfgRemSiteName1.3.6.1.4.1.1872.2.1.11.3.3.1.7DisplayStringread-writeThe name of the GSLB remote site.
gslbLookup1.3.6.1.4.1.1872.2.1.11.4
INT gslbCurCfgGenLookups1.3.6.1.4.1.1872.2.1.11.4.1INTEGERread-onlyEnable or disable network preference lookups.
INT gslbNewCfgGenLookups1.3.6.1.4.1.1872.2.1.11.4.2INTEGERread-writeEnable or disable network preference lookups.
STR gslbCurCfgGenLookupDname1.3.6.1.4.1.1872.2.1.11.4.3DisplayStringread-onlyDomain name for internal lookup table
STR gslbNewCfgGenLookupDname1.3.6.1.4.1.1872.2.1.11.4.4DisplayStringread-writeDomain name for internal lookup table
gslbNetwork1.3.6.1.4.1.1872.2.1.11.4.5
INT gslbNetworkTableMaxSize1.3.6.1.4.1.1872.2.1.11.4.5.1INTEGERread-onlyThe maximum number of GSLB Internet network preference entries.
gslbCurCfgNetworkTable1.3.6.1.4.1.1872.2.1.11.4.5.2not-accessibleThe table of Internet network preference in the current_config.
gslbCurCfgNetworkTableEntry1.3.6.1.4.1.1872.2.1.11.4.5.2.1not-accessibleThe table about a network preference entry configuration.
INT gslbCurCfgNetworkIndx1.3.6.1.4.1.1872.2.1.11.4.5.2.1.1INTEGERread-onlyThe current Internet network preference table index.
IP gslbCurCfgNetworkSourceIp1.3.6.1.4.1.1872.2.1.11.4.5.2.1.2IpAddressread-onlyThe Source IP address of the network table.
IP gslbCurCfgNetworkNetMask1.3.6.1.4.1.1872.2.1.11.4.5.2.1.3IpAddressread-onlyThe Net mask of the network table.
IP gslbCurCfgNetworkVip11.3.6.1.4.1.1872.2.1.11.4.5.2.1.4IpAddressread-onlyThe Vip1 of the network table.
IP gslbCurCfgNetworkVip21.3.6.1.4.1.1872.2.1.11.4.5.2.1.5IpAddressread-onlyThe Vip2 of the network table.
gslbNewCfgNetworkTable1.3.6.1.4.1.1872.2.1.11.4.5.3not-accessibleThe table of Internet network preference in the new_config.
gslbNewCfgNetworkTableEntry1.3.6.1.4.1.1872.2.1.11.4.5.3.1not-accessibleThe table about a network preference entry configuration.
INT gslbNewCfgNetworkIndx1.3.6.1.4.1.1872.2.1.11.4.5.3.1.1INTEGERread-onlyThe new Internet network preference table index.
IP gslbNewCfgNetworkSourceIp1.3.6.1.4.1.1872.2.1.11.4.5.3.1.2IpAddressread-writeThe Source IP address of the network table.
IP gslbNewCfgNetworkNetMask1.3.6.1.4.1.1872.2.1.11.4.5.3.1.3IpAddressread-writeThe Net mask of the network table.
IP gslbNewCfgNetworkVip11.3.6.1.4.1.1872.2.1.11.4.5.3.1.4IpAddressread-writeThe Vip1 of the network table.
IP gslbNewCfgNetworkVip21.3.6.1.4.1.1872.2.1.11.4.5.3.1.5IpAddressread-writeThe Vip2 of the network table.
INT gslbNewCfgNetworkDelete1.3.6.1.4.1.1872.2.1.11.4.5.3.1.12INTEGERread-writeBy setting the value to delete(2), the entire row is deleted.
INT gslbCurCfgGenExternal1.3.6.1.4.1.1872.2.1.11.4.6INTEGERread-onlyEnable or disable external lookups.
INT gslbNewCfgGenExternal1.3.6.1.4.1.1872.2.1.11.4.7INTEGERread-writeEnable or disable external lookups.
IP gslbCurCfgGenEip1.3.6.1.4.1.1872.2.1.11.4.8IpAddressread-onlyExternal lookup IP address
IP gslbNewCfgGenEip1.3.6.1.4.1.1872.2.1.11.4.9IpAddressread-writeExternal lookup IP address
INT gslbCurCfgGenLookupPort1.3.6.1.4.1.1872.2.1.11.4.10INTEGERread-onlyExternal lookup UDP port number
INT gslbNewCfgGenLookupPort1.3.6.1.4.1.1872.2.1.11.4.11INTEGERread-writeExternal lookup UDP port number
INT gslbCurCfgGenLookupTimeout1.3.6.1.4.1.1872.2.1.11.4.12INTEGERread-onlyExternal lookup Timeout Interval
INT gslbNewCfgGenLookupTimeout1.3.6.1.4.1.1872.2.1.11.4.13INTEGERread-writeExternal lookup Timeout Interval
dynamicSLB1.3.6.1.4.1.1872.2.1.12
dynSLBRealServerTable1.3.6.1.4.1.1872.2.1.12.1not-accessibleThe table of Real Servers.
dynSLBRealServerEntry1.3.6.1.4.1.1872.2.1.12.1.1not-accessibleA row in the Real Server table.
IP dynSLBRealServerIpAddr1.3.6.1.4.1.1872.2.1.12.1.1.1IpAddressread-onlyIP address of the Real Server.
INT dynSLBRealServerPortNum1.3.6.1.4.1.1872.2.1.12.1.1.2INTEGERread-onlyThe switch port that the Real Server is connected to.
INT dynSLBRealServerWeight1.3.6.1.4.1.1872.2.1.12.1.1.3INTEGERread-writeThe Real Server weight. The higher the server weight means the Real Server is allowed to receive more traffic load.
operSlbPortTable1.3.6.1.4.1.1872.2.1.14.1not-accessibleThe table of ports that the Oper commands apply to.
operSlbPortEntry1.3.6.1.4.1.1872.2.1.14.1.1not-accessibleA row in the operSlbPortTable
INT operSlbPortIndex1.3.6.1.4.1.1872.2.1.14.1.1.1INTEGERread-onlyThe switch port number.
INT operSlbPortClrSessionTab1.3.6.1.4.1.1872.2.1.14.1.1.2INTEGERread-writeThis an action object to clear session buinding table for the specified port. ok(1) is returned when read.
slbOper1.3.6.1.4.1.1872.2.1.14.4
slbOperRealServerTable1.3.6.1.4.1.1872.2.1.14.4.1not-accessibleThe table of real servers.
slbOperRealServerEntry1.3.6.1.4.1.1872.2.1.14.4.1.1not-accessibleA row in the slbOperRealServerTable
INT slbOperRealServerIndex1.3.6.1.4.1.1872.2.1.14.4.1.1.1INTEGERread-onlyThe index for the real server.
INT slbOperRealServerStatus1.3.6.1.4.1.1872.2.1.14.4.1.1.2INTEGERread-writeThis an action object which is used to temporarily enable/disable a real server. The real server will be returned to its configured operational mode when the switch is reset. Setting the value to 'cookiepersistant' allows cookie persistent HTTP 1.0 sessions when the real server is offline.
INT slbOperConfigSync1.3.6.1.4.1.1872.2.1.14.4.2INTEGERread-writeWhen set to a value of 'sync(2)' it synchronizes the SLB, filter and VRRP configuration on a peer switch. To take effect, peers must be configured on the switches and the administrator password on the switches must be identical. 'ok(1)' is returned when the object os read.

RFC description

Layer 4 load balancing configuration and statistics for Alteon traffic switches and virtual servers.

Start monitoring Alteon WebSystems (Nortel/Radware) Tigon-based load balancers (legacy) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.

Download ALTEON-TS-LAYER4-MIB