ALTEON-PRIVATE-MIBS

MIB Reference — IPNetwork Monitor

All MIBsALTEON-PRIVATE-MIBS

Category: Textual Conventions and Registries, Vendor: Alteon

Description:

Alteon private MIBs root registration MIB defining the enterprise OID subtree for all Alteon proprietary MIBs.

Imported Objects

From RFC-1212

OBJECT-TYPE

From RFC1155-SMI

Counter
Gauge
IpAddress
NetworkAddress
TimeTicks
enterprises
mgmt

From RFC1213-MIB

DisplayString
PhysAddress

From SNMPv2-SMI

Counter64

What Is ALTEON-PRIVATE-MIBS?

ALTEON-PRIVATE-MIBS is an Alteon WebSystems (later Nortel/Radware) proprietary MIB (enterprise OID 1872) reporting hardware inventory and firmware management on Alteon content-switching appliances. Its objects cover hardware part number/revision, power-supply status (including redundant PSU presence/status), four temperature sensors, save/apply-configuration actions and pending-apply flag, a reset action, software/boot/image version reporting, real-time clock date/time, and TFTP-based firmware download configuration (server IP, filename, download trigger). As a hardware/software-status MIB it lets an administrator monitor temperature and redundant power-supply health, and drive a TFTP firmware upgrade. It is deployed on Alteon (Nortel/Radware) content-switching appliances. Engineers can download the ALTEON-PRIVATE-MIBS file directly to load it into their MIB browser.

IPNetwork Monitor allows you to monitor SNMP objects defined in ALTEON-PRIVATE-MIBS. 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

  • hardware temperature and power-supply status
  • firmware version and TFTP upgrade state

Supported Devices

  • Alteon (Nortel/Radware) content-switching appliances

Monitoring Examples

An administrator monitors hwSensor1Temp through hwSensor4Temp alongside hwRedundantPSStatus to catch an Alteon switch approaching a thermal or power-redundancy problem before it affects service.

OIDs
OID symbolicOID numericTypeAccessDescription
alteon1.3.6.1.4.1.1872
registration1.3.6.1.4.1.1872.1
private_mibs1.3.6.1.4.1.1872.2
switch1.3.6.1.4.1.1872.2.1
hardware1.3.6.1.4.1.1872.2.1.1
STR hwPartNumber1.3.6.1.4.1.1872.2.1.1.1DisplayStringread-onlyThe hardware part number of the Alteon Switch.
STR hwRevision1.3.6.1.4.1.1872.2.1.1.2DisplayStringread-onlyThe hardware revision. If the revision is not available, a zero length string should be returned.
INT hwPowerSupplyStatus1.3.6.1.4.1.1872.2.1.1.3INTEGERread-onlyThe status of the internal power supply.
INT hwRedundantPSPresent1.3.6.1.4.1.1872.2.1.1.4INTEGERread-onlyExistence of redundant power supply.
INT hwRedundantPSStatus1.3.6.1.4.1.1872.2.1.1.5INTEGERread-onlyThe status of the redundant power supply.
INT hwSensor1Temp1.3.6.1.4.1.1872.2.1.1.6INTEGERread-onlyThe temperature in degrees Celcius of the sensor number 1.
INT hwSensor2Temp1.3.6.1.4.1.1872.2.1.1.7INTEGERread-onlyThe temperature in degrees Celcius of the sensor number 2.
INT hwSensor3Temp1.3.6.1.4.1.1872.2.1.1.8INTEGERread-onlyThe temperature in degrees Celcius of the sensor number 3.
INT hwSensor4Temp1.3.6.1.4.1.1872.2.1.1.9INTEGERread-onlyThe temperature in degrees Celcius of the sensor number 4.
agent1.3.6.1.4.1.1872.2.1.2
agGeneral1.3.6.1.4.1.1872.2.1.2.1
INT agSaveConfiguration1.3.6.1.4.1.1872.2.1.2.1.1INTEGERread-writeThis is an action object to write current configuration to nonvolatile storage. When issued with the saveActive, the active configuration in flash is saved to backup in flash and then the new configuration is saved to the active configuration in flash. When issued with notSaveActive, the active configuration is NOT saved to the flash and the active configuration is overwritten with the new configuration. ok(1) is returned always when read.
INT agApplyConfiguration1.3.6.1.4.1.1872.2.1.2.1.2INTEGERread-writeThis is an action object to apply the changes made to configuration of the switch. By setting the value to apply(2), all the changes made since the last apply are written to the new_config block. other(1) is returned when this object ie read.
INT agApplyPending1.3.6.1.4.1.1872.2.1.2.1.3INTEGERread-onlyThis object, when read, gives the user information whether an apply action is needed and that the configuration has been chaged by the user actions. The user then can apply the changes by setting proper value to the object agApplyConfiguration described above.
INT agReset1.3.6.1.4.1.1872.2.1.2.1.4INTEGERread-writeThis is an action object to reboot the agent. other(1) is returned always when read. The following values are writable: coldReset(2)... warmReset(3)...
INT agConfigForNxtReset1.3.6.1.4.1.1872.2.1.2.1.5INTEGERread-writeThe configuration information to be loaded from at next reset. other(1)...unknown configuration (read-only) The following values are writable: active(2)...active configuration block backup(3)...backup configuration block default(4)..default configuration block
INT agImageForNxtReset1.3.6.1.4.1.1872.2.1.2.1.6INTEGERread-writeThe software image to be booted from at next reset. other(1)...unknown image (read-only) The following values are writable: image1(2)...image 1 image2(3)...image 2
STR agSoftwareVersion1.3.6.1.4.1.1872.2.1.2.1.7DisplayStringread-onlyThe version of the software image that is currently running on the system in the form of 'major.minor.bugfix'. A zero length string is returned if version is not available.
STR agBootVer1.3.6.1.4.1.1872.2.1.2.1.8DisplayStringread-onlyThe version of the boot code in the form of 'major.minor.bugfix'. A zero length string is returned if version is not available.
STR agImage1Ver1.3.6.1.4.1.1872.2.1.2.1.9DisplayStringread-onlyThe version of the software image stored in image 1 storage in the form of 'major.minor.bugfix'. A zero length string is returned if version is not available or there is no valid software image.
STR agImage2Ver1.3.6.1.4.1.1872.2.1.2.1.10DisplayStringread-onlyThe version of the software image stored in image 2 storage in the form of 'major.minor.bugfix'. A zero length string is returned if version is not available or there is no valid software image.
STR agRtcDate1.3.6.1.4.1.1872.2.1.2.1.11DisplayStringread-writeThe date on the real time clock in the form of 'mm/dd/yy'. A zero length string is returned if date is not available.
STR agRtcTime1.3.6.1.4.1.1872.2.1.2.1.12DisplayStringread-writeThe time on the real time clock in the form of 'hh:mm:ss'. A zero length string is returned if date is not available.
IP agTftpServerIpAddr1.3.6.1.4.1.1872.2.1.2.1.13IpAddressread-writeThe TFTP server IP address.
STR agTftpImageFileName1.3.6.1.4.1.1872.2.1.2.1.14DisplayStringread-writeThe image file name to be downloaded.
INT agTftpImage1.3.6.1.4.1.1872.2.1.2.1.15INTEGERread-writeWhether the image file should be loaded in image1 or image2 in flash.
INT agTftpDownload1.3.6.1.4.1.1872.2.1.2.1.16INTEGERread-writeThis is an action object to cause to download software image according to the setup of agTftpServerIpAddr, agTftpImageFileName, agTftpImage when download(2) is issued. other(1) is returned always when read.
STR agLastSetErrorReason1.3.6.1.4.1.1872.2.1.2.1.17DisplayStringread-onlyThe error reason of the last SET failure.
STR agTftpServer1.3.6.1.4.1.1872.2.1.2.1.18DisplayStringread-writeThe TFTP server IP address or domain name.
STR agTftpCfgFileName1.3.6.1.4.1.1872.2.1.2.1.19DisplayStringread-writeThe configuration file name.
STR agTftpDumpFileName1.3.6.1.4.1.1872.2.1.2.1.20DisplayStringread-writeThe file name for core dump.
INT agTftpAction1.3.6.1.4.1.1872.2.1.2.1.21INTEGERread-writeThis is an action object to perform various TFTP Get or Put functions. The TFTP sever is specified in agTftpServer object. img-get(2) - Download switch image from a specified image file (agTftpImageFileName) on the TFTP server to the destinated storage (agTftpImage). cfg-get(3) - Download switch configuration from a specified file (agTftpCfgFileName) on the TFTP server. cfg-put(4) - Upload switch configuration to a specified file (agTftpCfgFileName) on the TFTP server. dump-put(5)- Download switch core dump to a specified file (agTftpDumpFileName) on the TFTP server. other(1) is returned always when read.
STR agTftpLastActionStatus1.3.6.1.4.1.1872.2.1.2.1.22DisplayStringread-onlyThe recorded status of the previous TFTP activity.
STR agEnabledSwFeatures1.3.6.1.4.1.1872.2.1.2.1.25DisplayStringread-onlyThe software features that are enabled on the switch.
agGeneralConfig1.3.6.1.4.1.1872.2.1.2.2
IP agNewCfgSyslogHost1.3.6.1.4.1.1872.2.1.2.2.1IpAddressread-writeThe syslog host IP address, in the new_configuration block.
IP agCurCfgSyslogHost1.3.6.1.4.1.1872.2.1.2.2.2IpAddressread-onlyThe syslog host IP address, as currently configured in the current_configuration block.
INT agNewCfgBootp1.3.6.1.4.1.1872.2.1.2.2.3INTEGERread-writeEnable or disable the use of BootP, in the new_configuration block.
INT agCurCfgBootp1.3.6.1.4.1.1872.2.1.2.2.4INTEGERread-onlyEnable or disable the use of BootP, as currently configured in the current_configuration block.
INT agNewCfgSpanningTree1.3.6.1.4.1.1872.2.1.2.2.5INTEGERread-writeTurn On or Off Spanning Tree Protocol for the switch, in the new_configuration block.
INT agCurCfgSpanningTree1.3.6.1.4.1.1872.2.1.2.2.6INTEGERread-onlyThe state of Spanning Tree Protocol for the switch, as currently configured in the current_configuration block.
INT agTrapHostTableMaxEnt1.3.6.1.4.1.1872.2.1.2.2.7INTEGERread-onlyThe maximum number of rows in the trap host table.
agCurCfgTrapHostTable1.3.6.1.4.1.1872.2.1.2.2.8not-accessibleThe table of trap hosts which to send SNMP traps in the current_configuration block.
agCurCfgTrapHostEntry1.3.6.1.4.1.1872.2.1.2.2.8.1not-accessibleA row in the trap host table in the current_configuration block.
INT agCurCfgTrapHostIndx1.3.6.1.4.1.1872.2.1.2.2.8.1.1INTEGERread-onlyThe index of the row in trap host table.
IP agCurCfgTrapHostIpAddr1.3.6.1.4.1.1872.2.1.2.2.8.1.2IpAddressread-onlyThe IP address of a trap host.
STR agCurCfgTrapHostCommString1.3.6.1.4.1.1872.2.1.2.2.8.1.3DisplayStringread-onlyThe SNMP community string to use with the trap host
agNewCfgTrapHostTable1.3.6.1.4.1.1872.2.1.2.2.9not-accessibleThe table of trap hosts which to send SNMP traps in the new_configuration block.
agNewCfgTrapHostEntry1.3.6.1.4.1.1872.2.1.2.2.9.1not-accessibleA row in the trap host table in the new_configuration block.
INT agNewCfgTrapHostIndx1.3.6.1.4.1.1872.2.1.2.2.9.1.1INTEGERread-onlyThe index of the row in trap host table.
IP agNewCfgTrapHostIpAddr1.3.6.1.4.1.1872.2.1.2.2.9.1.2IpAddressread-writeThe IP address of a trap host.
STR agNewCfgTrapHostCommString1.3.6.1.4.1.1872.2.1.2.2.9.1.3DisplayStringread-writeThe SNMP community string to use with the trap host
INT agCurCfgHttpServerPort1.3.6.1.4.1.1872.2.1.2.2.10INTEGERread-onlyThe TCP port number that the HTTP server is listening to in the new_configuration block.
INT agNewCfgHttpServerPort1.3.6.1.4.1.1872.2.1.2.2.11INTEGERread-writeThe TCP port number that the HTTP server is listening to in the new_configuration block.
STR agCurCfgLoginBanner1.3.6.1.4.1.1872.2.1.2.2.12DisplayStringread-onlyThe user defined login banner.
STR agNewCfgLoginBanner1.3.6.1.4.1.1872.2.1.2.2.13DisplayStringread-writeThe user defined login banner.
IP agNewCfgSyslog2Host1.3.6.1.4.1.1872.2.1.2.2.14IpAddressread-writeThe second syslog host IP address, in the new_configuration block.
IP agCurCfgSyslog2Host1.3.6.1.4.1.1872.2.1.2.2.15IpAddressread-onlyThe second syslog host IP address, as currently configured in the current_configuration block.
INT agCurCfgSyslogFac1.3.6.1.4.1.1872.2.1.2.2.16INTEGERread-onlyThe facility of syslog host in the current_configuration block.
INT agNewCfgSyslogFac1.3.6.1.4.1.1872.2.1.2.2.17INTEGERread-writeThe facility of syslog host in the new_configuration block.
INT agCurCfgSyslog2Fac1.3.6.1.4.1.1872.2.1.2.2.18INTEGERread-onlyThe facility of syslog2 host in the current_configuration block.
INT agNewCfgSyslog2Fac1.3.6.1.4.1.1872.2.1.2.2.19INTEGERread-writeThe facility of syslogs host in the new_configuration block.
STR agCurCfgSmtpHost1.3.6.1.4.1.1872.2.1.2.2.20DisplayStringread-onlyThe user defined SMTP host.
STR agNewCfgSmtpHost1.3.6.1.4.1.1872.2.1.2.2.21DisplayStringread-writeThe user defined SMTP host.
agPortConfig1.3.6.1.4.1.1872.2.1.2.3
INT agPortTableMaxEnt1.3.6.1.4.1.1872.2.1.2.3.1INTEGERread-onlyThe maximum number of rows in the port configuration host table.
agPortCurCfgTable1.3.6.1.4.1.1872.2.1.2.3.2not-accessibleThe table of port configuration in the current_configuration block.
agPortCurCfgTableEntry1.3.6.1.4.1.1872.2.1.2.3.2.1not-accessibleA row in the port configuration table in the current_configuration block.
INT agPortCurCfgIndx1.3.6.1.4.1.1872.2.1.2.3.2.1.1INTEGERread-onlyThe index of the row in port configurations table.
INT agPortCurCfgPrefLink1.3.6.1.4.1.1872.2.1.2.3.2.1.2INTEGERread-onlyThis is the preferred link.
INT agPortCurCfgBackLink1.3.6.1.4.1.1872.2.1.2.3.2.1.3INTEGERread-onlyThis is the backup link.
INT agPortCurCfgState1.3.6.1.4.1.1872.2.1.2.3.2.1.4INTEGERread-onlyThis is the state of the port.
INT agPortCurCfgVlanTag1.3.6.1.4.1.1872.2.1.2.3.2.1.5INTEGERread-onlyThis is VLAN tag state of the port
INT agPortCurCfgStp1.3.6.1.4.1.1872.2.1.2.3.2.1.6INTEGERread-onlyThis object is used to turn Spanning Tree on or off for the port.
INT agPortCurCfgRmon1.3.6.1.4.1.1872.2.1.2.3.2.1.7INTEGERread-onlyThis object is used to turn RMON on or off on the port.
INT agPortCurCfgPVID1.3.6.1.4.1.1872.2.1.2.3.2.1.8INTEGERread-onlyThe default VLAN ID for the port.
INT agPortCurCfgFastEthAutoNeg1.3.6.1.4.1.1872.2.1.2.3.2.1.9INTEGERread-onlyThis object is used to turn the autonegotiation on or off for fast Ethernet connection.
INT agPortCurCfgFastEthSpeed1.3.6.1.4.1.1872.2.1.2.3.2.1.10INTEGERread-onlyThis object is used to select port speed for fast Ethernet connection.
INT agPortCurCfgFastEthMode1.3.6.1.4.1.1872.2.1.2.3.2.1.11INTEGERread-onlyThis object is used to select port mode for fast Ethernet connection.
INT agPortCurCfgFastEthFctl1.3.6.1.4.1.1872.2.1.2.3.2.1.12INTEGERread-onlyThis object is used to select port flow control for fast Ethernet connection.
INT agPortCurCfgGigEthAutoNeg1.3.6.1.4.1.1872.2.1.2.3.2.1.13INTEGERread-onlyThis object is used to turn the autonegotiation on or off for gigabit Ethernet connection.
INT agPortCurCfgGigEthFctl1.3.6.1.4.1.1872.2.1.2.3.2.1.14INTEGERread-onlyThis object is used to select port flow control for gigabit Ethernet connection.
STR agPortCurCfgPortName1.3.6.1.4.1.1872.2.1.2.3.2.1.15DisplayStringread-onlyThe switch port name.
INT agPortCurCfgBwmContract1.3.6.1.4.1.1872.2.1.2.3.2.1.16INTEGERread-onlyThe switch port Bandwidth Management contract number.
INT agPortCurCfgDiscardNonIPs1.3.6.1.4.1.1872.2.1.2.3.2.1.17INTEGERread-onlyEnable or disable to discard all non-IP traffic on the switch port.
agPortNewCfgTable1.3.6.1.4.1.1872.2.1.2.3.3not-accessibleThe table of port configuration in the new_configuration block.
agPortNewCfgTableEntry1.3.6.1.4.1.1872.2.1.2.3.3.1not-accessibleA row in the port configuration table in the new_configuration block.
INT agPortNewCfgIndx1.3.6.1.4.1.1872.2.1.2.3.3.1.1INTEGERread-onlyThe index of the row in port configurations table.
INT agPortNewCfgPrefLink1.3.6.1.4.1.1872.2.1.2.3.3.1.2INTEGERread-writeThis is the preferred link.
INT agPortNewCfgBackLink1.3.6.1.4.1.1872.2.1.2.3.3.1.3INTEGERread-writeThis is the backup link.
INT agPortNewCfgState1.3.6.1.4.1.1872.2.1.2.3.3.1.4INTEGERread-writeThis is the state of the port.
INT agPortNewCfgVlanTag1.3.6.1.4.1.1872.2.1.2.3.3.1.5INTEGERread-writeThis is VLAN tag state of the port
INT agPortNewCfgStp1.3.6.1.4.1.1872.2.1.2.3.3.1.6INTEGERread-writeThis object is used to turn Spanning Tree on or off for the port.
INT agPortNewCfgRmon1.3.6.1.4.1.1872.2.1.2.3.3.1.7INTEGERread-writeThis object is used to turn RMON on or off on the port.
INT agPortNewCfgPVID1.3.6.1.4.1.1872.2.1.2.3.3.1.8INTEGERread-writeThe default VLAN ID for the port.
INT agPortNewCfgFastEthAutoNeg1.3.6.1.4.1.1872.2.1.2.3.3.1.9INTEGERread-writeThis object is used to turn the autonegotiation on or off for fast Ethernet connection.
INT agPortNewCfgFastEthSpeed1.3.6.1.4.1.1872.2.1.2.3.3.1.10INTEGERread-writeThis object is used to select port speed for fast Ethernet connection.
INT agPortNewCfgFastEthMode1.3.6.1.4.1.1872.2.1.2.3.3.1.11INTEGERread-writeThis object is used to select port mode for fast Ethernet connection.
INT agPortNewCfgFastEthFctl1.3.6.1.4.1.1872.2.1.2.3.3.1.12INTEGERread-writeThis object is used to select port flow control for fast Ethernet connection.
INT agPortNewCfgGigEthAutoNeg1.3.6.1.4.1.1872.2.1.2.3.3.1.13INTEGERread-writeThis object is used to turn the autonegotiation on or off for gigabit Ethernet connection.
INT agPortNewCfgGigEthFctl1.3.6.1.4.1.1872.2.1.2.3.3.1.14INTEGERread-writeThis object is used to select port flow control for gigabit Ethernet connection.
STR agPortNewCfgPortName1.3.6.1.4.1.1872.2.1.2.3.3.1.15DisplayStringread-writeThe switch port name.
INT agPortNewCfgBwmContract1.3.6.1.4.1.1872.2.1.2.3.3.1.16INTEGERread-writeThe switch port Bandwidth Management contract number.
INT agPortNewCfgDiscardNonIPs1.3.6.1.4.1.1872.2.1.2.3.3.1.17INTEGERread-writeEnable or disable to discard all non-IP traffic on the switch port.
iprouting1.3.6.1.4.1.1872.2.1.3
INT ipInterfaceTableMax1.3.6.1.4.1.1872.2.1.3.1INTEGERread-onlyThe maximum number of rows in the Ip interface table.
ipCurCfgIntfTable1.3.6.1.4.1.1872.2.1.3.2not-accessibleThe table of IP interface configuration.
ipCurCfgIntfEntry1.3.6.1.4.1.1872.2.1.3.2.1not-accessibleA row in the Ip interface table
INT ipCurCfgIntfIndex1.3.6.1.4.1.1872.2.1.3.2.1.1INTEGERread-onlyThe interface number for which the IP information is related.
IP ipCurCfgIntfAddr1.3.6.1.4.1.1872.2.1.3.2.1.2IpAddressread-onlyThe IP address of the interface.
IP ipCurCfgIntfMask1.3.6.1.4.1.1872.2.1.3.2.1.3IpAddressread-onlyThe subnet mask of the interface.
IP ipCurCfgIntfBroadcast1.3.6.1.4.1.1872.2.1.3.2.1.4IpAddressread-onlyThe broadcast address of the interface.
INT ipCurCfgIntfVlan1.3.6.1.4.1.1872.2.1.3.2.1.5INTEGERread-onlyThe VLAN associated with the interface.
INT ipCurCfgIntfState1.3.6.1.4.1.1872.2.1.3.2.1.6INTEGERread-onlyThe state of the interface.
ipNewCfgIntfTable1.3.6.1.4.1.1872.2.1.3.3not-accessibleThe table of interface configuration in the New Configuration Block.
ipNewCfgIntfEntry1.3.6.1.4.1.1872.2.1.3.3.1not-accessibleA row in the Ip interface table
INT ipNewCfgIntfIndex1.3.6.1.4.1.1872.2.1.3.3.1.1INTEGERread-onlyThe interface number for which the IP information is related.
IP ipNewCfgIntfAddr1.3.6.1.4.1.1872.2.1.3.3.1.2IpAddressread-writeThe IP address of the interface.
IP ipNewCfgIntfMask1.3.6.1.4.1.1872.2.1.3.3.1.3IpAddressread-writeThe subnet mask of the interface.
IP ipNewCfgIntfBroadcast1.3.6.1.4.1.1872.2.1.3.3.1.4IpAddressread-writeThe broadcast address of the interface.
INT ipNewCfgIntfVlan1.3.6.1.4.1.1872.2.1.3.3.1.5INTEGERread-writeThe VLAN associated with the interface.
INT ipNewCfgIntfState1.3.6.1.4.1.1872.2.1.3.3.1.6INTEGERread-writeThe state of the interface.
INT ipNewCfgIntfDelete1.3.6.1.4.1.1872.2.1.3.3.1.7INTEGERread-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 ipGatewayTableMax1.3.6.1.4.1.1872.2.1.3.4INTEGERread-onlyThe maximum number of rows in the IP gateway table.
ipCurCfgGwTable1.3.6.1.4.1.1872.2.1.3.5not-accessibleThe table of gateway configuration in the Current configuration Block.
ipCurCfgGwEntry1.3.6.1.4.1.1872.2.1.3.5.1not-accessibleA row in the Ip gateway table
INT ipCurCfgGwIndex1.3.6.1.4.1.1872.2.1.3.5.1.1INTEGERread-onlyThe gateway number for which the information is related.
IP ipCurCfgGwAddr1.3.6.1.4.1.1872.2.1.3.5.1.2IpAddressread-onlyThe IP address of the default gateway.
INT ipCurCfgGwInterval1.3.6.1.4.1.1872.2.1.3.5.1.3INTEGERread-onlyThe interval between ping attempts.
INT ipCurCfgGwRetry1.3.6.1.4.1.1872.2.1.3.5.1.4INTEGERread-onlyThe number of failed attempts to declare the default gateway DOWN.
INT ipCurCfgGwState1.3.6.1.4.1.1872.2.1.3.5.1.5INTEGERread-onlyThe state of the default gateway.
INT ipCurCfgGwArp1.3.6.1.4.1.1872.2.1.3.5.1.6INTEGERread-onlyThe state of ARP only health checks.
ipNewCfgGwTable1.3.6.1.4.1.1872.2.1.3.6not-accessibleThe table of default gateway configuration in the New Configuration Block.
ipNewCfgGwEntry1.3.6.1.4.1.1872.2.1.3.6.1not-accessibleA row in the Ip default gateway table
INT ipNewCfgGwIndex1.3.6.1.4.1.1872.2.1.3.6.1.1INTEGERread-onlyThe gateway number for which the information is related.
IP ipNewCfgGwAddr1.3.6.1.4.1.1872.2.1.3.6.1.2IpAddressread-writeThe IP address of the default gateway.
INT ipNewCfgGwInterval1.3.6.1.4.1.1872.2.1.3.6.1.3INTEGERread-writeThe interval in seconds between ping attempts.
INT ipNewCfgGwRetry1.3.6.1.4.1.1872.2.1.3.6.1.4INTEGERread-writeThe number of failed attempts to declare the default gateway DOWN.
INT ipNewCfgGwState1.3.6.1.4.1.1872.2.1.3.6.1.5INTEGERread-writeThe state of the default gateway.
INT ipNewCfgGwDelete1.3.6.1.4.1.1872.2.1.3.6.1.6INTEGERread-writeWhen set to the value of 2 (delete), the entire row is deleted. When read, other is returned. Setting the value to anything other than 2(delete) has no effect on the state of the row.
INT ipNewCfgGwArp1.3.6.1.4.1.1872.2.1.3.6.1.7INTEGERread-writeThe state of the ARP only health checks.
ipCurCfgStaticRouteTable1.3.6.1.4.1.1872.2.1.3.7not-accessibleThe table of static routes in the current configuration block.
ipCurCfgStaticRouteEntry1.3.6.1.4.1.1872.2.1.3.7.1not-accessibleA row in the static IP route table
INT ipCurCfgStaticRouteIndx1.3.6.1.4.1.1872.2.1.3.7.1.1INTEGERread-onlyThe index of the static routing table.
IP ipCurCfgStaticRouteDestIp1.3.6.1.4.1.1872.2.1.3.7.1.2IpAddressread-onlyThe destination IP address of this route.
IP ipCurCfgStaticRouteMask1.3.6.1.4.1.1872.2.1.3.7.1.3IpAddressread-onlyThe destination IP address of this route.
IP ipCurCfgStaticRouteGateway1.3.6.1.4.1.1872.2.1.3.7.1.4IpAddressread-onlyThe destination IP address of this route.
INT ipCurCfgStaticRouteInterface1.3.6.1.4.1.1872.2.1.3.7.1.5INTEGERread-onlyThe IP interface of this route. The IP address of the specified interface shall be use as source IP when performs routing.
ipNewCfgStaticRouteTable1.3.6.1.4.1.1872.2.1.3.8not-accessibleThe table of static routes in the new configuration block.
ipNewCfgStaticRouteEntry1.3.6.1.4.1.1872.2.1.3.8.1not-accessibleA row in the static IP route table
INT ipNewCfgStaticRouteIndx1.3.6.1.4.1.1872.2.1.3.8.1.1INTEGERread-onlyThe index of the static routing table.
IP ipNewCfgStaticRouteDestIp1.3.6.1.4.1.1872.2.1.3.8.1.2IpAddressread-writeThe destination IP address of this route.
IP ipNewCfgStaticRouteMask1.3.6.1.4.1.1872.2.1.3.8.1.3IpAddressread-writeThe subnet mask of this route.
IP ipNewCfgStaticRouteGateway1.3.6.1.4.1.1872.2.1.3.8.1.4IpAddressread-writeThe IP address of the gateway for this route.
INT ipNewCfgStaticRouteAction1.3.6.1.4.1.1872.2.1.3.8.1.5INTEGERread-writeWhen set to the value of 2 (delete), the entire row is deleted. When read, other is returned. Setting the value to anything other than 2(delete) has no effect on the state of the row.
INT ipNewCfgStaticRouteInterface1.3.6.1.4.1.1872.2.1.3.8.1.6INTEGERread-writeThe IP interface of this route. The IP address of the specified interface shall be use as source IP when performs routing.
ipForward1.3.6.1.4.1.1872.2.1.3.9
ripConfig1.3.6.1.4.1.1872.2.1.3.9.1
INT ripCurCfgSupply1.3.6.1.4.1.1872.2.1.3.9.1.1INTEGERread-onlyEnable or disable supplying route updates.
INT ripNewCfgSupply1.3.6.1.4.1.1872.2.1.3.9.1.2INTEGERread-writeEnable or disable supplying route updates.
INT ripCurCfgListen1.3.6.1.4.1.1872.2.1.3.9.1.3INTEGERread-onlyEnable or disable listening to route updates.
INT ripNewCfgListen1.3.6.1.4.1.1872.2.1.3.9.1.4INTEGERread-writeEnable or disable listening to route updates.
INT ripCurCfgDefListen1.3.6.1.4.1.1872.2.1.3.9.1.5INTEGERread-onlyEnable or disable listening to default routes.
INT ripNewCfgDefListen1.3.6.1.4.1.1872.2.1.3.9.1.6INTEGERread-writeEnable or disable listening to default routes.
INT ripCurCfgStaticSupply1.3.6.1.4.1.1872.2.1.3.9.1.7INTEGERread-onlyEnable or disable supplying static route updates.
INT ripNewCfgStaticSupply1.3.6.1.4.1.1872.2.1.3.9.1.8INTEGERread-writeEnable or disable supplying static route updates.
INT ripCurCfgUpdatePeriod1.3.6.1.4.1.1872.2.1.3.9.1.9INTEGERread-onlyUpdate Period in seconds.
INT ripNewCfgUpdatePeriod1.3.6.1.4.1.1872.2.1.3.9.1.10INTEGERread-writeUpdate period in seconds.
INT ripCurCfgState1.3.6.1.4.1.1872.2.1.3.9.1.11INTEGERread-onlyRIP global state.
INT ripNewCfgState1.3.6.1.4.1.1872.2.1.3.9.1.12INTEGERread-writeGlobally turn RIP on or off.
INT ripCurCfgPoisonReverse1.3.6.1.4.1.1872.2.1.3.9.1.13INTEGERread-onlyRIP poison reverse.
INT ripNewCfgPoisonReverse1.3.6.1.4.1.1872.2.1.3.9.1.14INTEGERread-writeRIP poison reverse.
ipFwdCurCfgPortTable1.3.6.1.4.1.1872.2.1.3.9.2not-accessibleThe table of ports and their forwarding states
ipFwdCurCfgPortEntry1.3.6.1.4.1.1872.2.1.3.9.2.1not-accessibleA row in the ipFwdCurCfgPortTable
INT ipFwdCurCfgPortIndex1.3.6.1.4.1.1872.2.1.3.9.2.1.1INTEGERread-onlyThe port number for which the forwarding state information pertains.
INT ipFwdCurCfgPortState1.3.6.1.4.1.1872.2.1.3.9.2.1.2INTEGERread-onlyThe forwarding state of the port.
ipFwdNewCfgPortTable1.3.6.1.4.1.1872.2.1.3.9.3not-accessibleThe table of ports and their forwarding states
ipFwdNewCfgPortEntry1.3.6.1.4.1.1872.2.1.3.9.3.1not-accessibleA row in the ipFwdNewCfgPortTable
INT ipFwdNewCfgPortIndex1.3.6.1.4.1.1872.2.1.3.9.3.1.1INTEGERread-onlyThe port number for which the forwarding state information pertains.
INT ipFwdNewCfgPortState1.3.6.1.4.1.1872.2.1.3.9.3.1.2INTEGERread-writeThe forwarding state of the port.
IP ipFwdCurCfgLocalSubnet1.3.6.1.4.1.1872.2.1.3.9.4IpAddressread-onlyThe current local IP subnet.
IP ipFwdNewCfgLocalSubnet1.3.6.1.4.1.1872.2.1.3.9.5IpAddressread-writeThe new local IP subnet.
IP ipFwdCurCfgLocalMask1.3.6.1.4.1.1872.2.1.3.9.6IpAddressread-onlyThe current local IP subnet mask.
IP ipFwdNewCfgLocalMask1.3.6.1.4.1.1872.2.1.3.9.7IpAddressread-writeThe new local IP subnet mask.
INT ipFwdCurCfgState1.3.6.1.4.1.1872.2.1.3.9.8INTEGERread-onlyIP forwarding global state.
INT ipFwdNewCfgState1.3.6.1.4.1.1872.2.1.3.9.9INTEGERread-writeIP forwarding global state.
INT ipFwdCurCfgDirectedBcast1.3.6.1.4.1.1872.2.1.3.9.10INTEGERread-onlyEnable or disable forwarding directed broadcasts.
INT ipFwdNewCfgDirectedBcast1.3.6.1.4.1.1872.2.1.3.9.11INTEGERread-writeEnable or disable forwarding directed broadcasts.
INT arpCurCfgReARPPeriod1.3.6.1.4.1.1872.2.1.3.10INTEGERread-onlyRe-ARP Period in seconds.
INT arpNewCfgReARPPeriod1.3.6.1.4.1.1872.2.1.3.11INTEGERread-writeRe-ARP Period in seconds.
INT ipCurCfgGwMetric1.3.6.1.4.1.1872.2.1.3.12INTEGERread-onlyThe default gateway metric.
INT ipNewCfgGwMetric1.3.6.1.4.1.1872.2.1.3.13INTEGERread-writeThe default gateway metric.
vlans1.3.6.1.4.1.1872.2.1.4
INT vlanMaxEnt1.3.6.1.4.1.1872.2.1.4.1INTEGERread-onlyThe maximum number of rows in the VLAN configuration table.
vlanCurCfgTable1.3.6.1.4.1.1872.2.1.4.2not-accessibleThe table of VLAN configuration.
vlanCurCfgTableEntry1.3.6.1.4.1.1872.2.1.4.2.1not-accessibleA row in the VLAN configuration table.
INT vlanCurCfgVlanId1.3.6.1.4.1.1872.2.1.4.2.1.1INTEGERread-onlyThe VLAN identifier.
STR vlanCurCfgVlanName1.3.6.1.4.1.1872.2.1.4.2.1.2DisplayStringread-onlyThe VLAN name.
OCT vlanCurCfgPorts1.3.6.1.4.1.1872.2.1.4.2.1.3OCTET STRINGread-onlyThe port list in the VLAN. The ports are presented in bitmap format. in receiving order: OCTET 1 OCTET 2 ..... xxxxxxxx xxxxxxxx ..... || || |_ port 8 || || || ||___ port 7 || |____ port 6 || . . . ||_________ port 1 |__________ reserved where x : 1 - The represented port belongs to the VLAN 0 - The represented port does not belong to the VLAN
INT vlanCurCfgState1.3.6.1.4.1.1872.2.1.4.2.1.4INTEGERread-onlyEnable or disable a VLAN
INT vlanCurCfgJumbo1.3.6.1.4.1.1872.2.1.4.2.1.5INTEGERread-onlyEnable or Disable the Jumbo frame support for the VLAN
INT vlanCurCfgBwmContract1.3.6.1.4.1.1872.2.1.4.2.1.6INTEGERread-onlyDefault contract number the VLAN
vlanNewCfgTable1.3.6.1.4.1.1872.2.1.4.3not-accessibleThe table of VLAN configuration.
vlanNewCfgTableEntry1.3.6.1.4.1.1872.2.1.4.3.1not-accessibleA row in the VLAN configuration table.
INT vlanNewCfgVlanId1.3.6.1.4.1.1872.2.1.4.3.1.1INTEGERread-onlyThe VLAN identifier.
STR vlanNewCfgVlanName1.3.6.1.4.1.1872.2.1.4.3.1.2DisplayStringread-writeThe VLAN name.
OCT vlanNewCfgPorts1.3.6.1.4.1.1872.2.1.4.3.1.3OCTET STRINGread-onlyThe port list in the VLAN. The ports are presented in bitmap format. in receiving order: OCTET 1 OCTET 2 ..... xxxxxxxx xxxxxxxx ..... || || |_ port 8 || || || ||___ port 7 || |____ port 6 || . . . ||_________ port 1 |__________ reserved where x : 1 - The represented port belongs to the VLAN 0 - The represented port does not belong to the VLAN
INT vlanNewCfgState1.3.6.1.4.1.1872.2.1.4.3.1.4INTEGERread-writeEnable or disable a VLAN
INT vlanNewCfgJumbo1.3.6.1.4.1.1872.2.1.4.3.1.5INTEGERread-writeEnable or Disable the Jumbo frame support for the VLAN
INT vlanNewCfgAddPort1.3.6.1.4.1.1872.2.1.4.3.1.6INTEGERread-writeThe port to be added to the specified VLAN. A '0' value is returned when read.
INT vlanNewCfgRemovePort1.3.6.1.4.1.1872.2.1.4.3.1.7INTEGERread-writeThe port to be removed from the specified VLAN. A '0' value is returned when read.
INT vlanNewCfgDelete1.3.6.1.4.1.1872.2.1.4.3.1.8INTEGERread-writeThis is an action object to create or delete a VLAN. other(1) is returned always when read. The following values are writable: delete(2)...to delete a VLAN
INT vlanNewCfgBwmContract1.3.6.1.4.1.1872.2.1.4.3.1.9INTEGERread-writeDefault contract number for the VLAN.
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 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 don'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.
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 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.
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-onlyVirtual 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.
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.
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 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 URL used to verify HTTP content availability for the real servers of this group.
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.
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 URL for health check among the real servers of this group.
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.
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 FailOver(5) - SLB fail over port failOver-stanby(6) - SLB fail port operating as standby (a read-only state)
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.
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 FailOver(5) - SLB fail over port failOver-stanby(6) - SLB fail port operating as standby (a read-only state)
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.
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-onlyHTTP header name
STR slbNewCfgUrlRedirHeaderName1.3.6.1.4.1.1872.2.1.5.27.1.14DisplayStringread-writeHTTP header name
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.
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.
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.
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.
portmirroring1.3.6.1.4.1.1872.2.1.6
INT pmCurCfgMonitoringPort1.3.6.1.4.1.1872.2.1.6.1INTEGERread-onlyThe port number of the monitoring port.
INT pmNewCfgMonitoringPort1.3.6.1.4.1.1872.2.1.6.2INTEGERread-writeThe port number of the monitoring port.
INT pmCurCfgMirroredPort1.3.6.1.4.1.1872.2.1.6.3INTEGERread-onlyThe port number of the mirrored port.
INT pmNewCfgMirroredPort1.3.6.1.4.1.1872.2.1.6.4INTEGERread-writeThe port number of the mirrored port.
INT pmCurCfgMonitoredTraffic1.3.6.1.4.1.1872.2.1.6.5INTEGERread-onlyThe type of traffic to be monitored with respect to the mirrored port.
INT pmNewCfgMonitoredTraffic1.3.6.1.4.1.1872.2.1.6.6INTEGERread-writeThe type of traffic to be monitored with respect to the mirrored port.
INT pmCurCfgState1.3.6.1.4.1.1872.2.1.6.7INTEGERread-onlyThe state of Port mirroring.
INT pmNewCfgState1.3.6.1.4.1.1872.2.1.6.8INTEGERread-writeThe state of Port mirroring.
trunkgroup1.3.6.1.4.1.1872.2.1.7
INT trunkGroupTableMaxSize1.3.6.1.4.1.1872.2.1.7.1INTEGERread-onlyThe maximum number of entries in trunk group table.
trunkGroupCurCfgTable1.3.6.1.4.1.1872.2.1.7.2not-accessibleThe table of trunk group configuration.
trunkGroupCurCfgTableEntry1.3.6.1.4.1.1872.2.1.7.2.1not-accessibleA row in the trunk group configuration table.
INT trunkGroupCurCfgIndex1.3.6.1.4.1.1872.2.1.7.2.1.1INTEGERread-onlyThe identifier of the trunk group.
OCT trunkGroupCurCfgPorts1.3.6.1.4.1.1872.2.1.7.2.1.2OCTET STRINGread-onlyThe port list in the trunk group. The ports are presented in bitmap format. in receiving order: OCTET 1 OCTET 2 ..... xxxxxxxx xxxxxxxx ..... || || |_ port 8 || || || ||___ port 7 || |____ port 6 || . . . ||_________ port 1 |__________ reserved where x : 1 - The represented port belongs to the trunk group 0 - The represented port does not belong to the trunk group
INT trunkGroupCurCfgState1.3.6.1.4.1.1872.2.1.7.2.1.3INTEGERread-onlyEnable or disable a trunk group.
INT trunkGroupCurCfgBwmContract1.3.6.1.4.1.1872.2.1.7.2.1.4INTEGERread-onlyDefault BW contract of a trunk group.
trunkGroupNewCfgTable1.3.6.1.4.1.1872.2.1.7.3not-accessibleThe table of trunk group configuration.
trunkGroupNewCfgTableEntry1.3.6.1.4.1.1872.2.1.7.3.1not-accessibleA row in the trunk group configuration table.
INT trunkGroupNewCfgIndex1.3.6.1.4.1.1872.2.1.7.3.1.1INTEGERread-onlyThe identifier of the trunk group.
OCT trunkGroupNewCfgPorts1.3.6.1.4.1.1872.2.1.7.3.1.2OCTET STRINGread-onlyThe port list in the trunk group. The ports are presented in bitmap format. in receiving order: OCTET 1 OCTET 2 ..... xxxxxxxx xxxxxxxx ..... || || |_ port 8 || || || ||___ port 7 || |____ port 6 || . . . ||_________ port 1 |__________ reserved where x : 1 - The represented port belongs to the trunk group 0 - The represented port does not belong to the trunk group
INT trunkGroupNewCfgAddPort1.3.6.1.4.1.1872.2.1.7.3.1.3INTEGERread-writeThe port to be added in the trunk group. When read, 0 is returned.
INT trunkGroupNewCfgRemovePort1.3.6.1.4.1.1872.2.1.7.3.1.4INTEGERread-writeThe port to be deleted from the trunk group. when read, 0 is returned.
INT trunkGroupNewCfgState1.3.6.1.4.1.1872.2.1.7.3.1.5INTEGERread-writeEnable or disable a trunk group.
INT trunkGroupNewCfgDelete1.3.6.1.4.1.1872.2.1.7.3.1.6INTEGERread-writeSetting the value to delete(2) will delete the entire row. When read, other(1) is returned.
INT trunkGroupNewCfgBwmContract1.3.6.1.4.1.1872.2.1.7.3.1.7INTEGERread-writeDefault BW contract of a trunk group.
stats1.3.6.1.4.1.1872.2.1.8
ripStats1.3.6.1.4.1.1872.2.1.8.1
CTR ripStatInPkts1.3.6.1.4.1.1872.2.1.8.1.1Counterread-onlyThe total number of good RIP packets recieved.
CTR ripStatOutPkts1.3.6.1.4.1.1872.2.1.8.1.2Counterread-onlyThe total number of RIP packets transmitted.
CTR ripStatInErrorPkts1.3.6.1.4.1.1872.2.1.8.1.3Counterread-onlyThe total number of error RIP packets recieved.
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.
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.
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 real 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.
arpStats1.3.6.1.4.1.1872.2.1.8.3
GAU arpStatEntries1.3.6.1.4.1.1872.2.1.8.3.1Gaugeread-onlyThe current number of ARP entries.
GAU arpStatHighWater1.3.6.1.4.1.1872.2.1.8.3.2Gaugeread-onlyThe highest number of ARP entries.
GAU arpStatMaxEntries1.3.6.1.4.1.1872.2.1.8.3.3Gaugeread-onlyThe maximum number of ARP entries.
routeStats1.3.6.1.4.1.1872.2.1.8.4
GAU routeStatEntries1.3.6.1.4.1.1872.2.1.8.4.1Gaugeread-onlyThe current number of IP routes.
GAU routeStatHighWater1.3.6.1.4.1.1872.2.1.8.4.2Gaugeread-onlyThe highest number of IP routes.
GAU routeStatMaxEntries1.3.6.1.4.1.1872.2.1.8.4.3Gaugeread-onlyThe maximum number of IP routes.
dnsStats1.3.6.1.4.1.1872.2.1.8.5
CTR dnsStatInGoodDnsRequests1.3.6.1.4.1.1872.2.1.8.5.1Counterread-onlyThe number of good DNS requests which are received.
CTR dnsStatInBadDnsRequests1.3.6.1.4.1.1872.2.1.8.5.2Counterread-onlyThe number of bad DNS requests which are received.
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.
vrrpStats1.3.6.1.4.1.1872.2.1.8.9
CTR vrrpStatInAdvers1.3.6.1.4.1.1872.2.1.8.9.1Counterread-onlyThe number of good VRRP advertisements which are received.
CTR vrrpStatOutAdvers1.3.6.1.4.1.1872.2.1.8.9.2Counterread-onlyThe number of good VRRP advertisements which are transmitted.
CTR vrrpStatOutBadAdvers1.3.6.1.4.1.1872.2.1.8.9.3Counterread-onlyThe number of bad VRRP advertisements 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 total number of outstanding TCP connections have been established.
GAU tcpStatHalfOpens1.3.6.1.4.1.1872.2.1.8.11.2Gaugeread-onlyThe total 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.
memStats1.3.6.1.4.1.1872.2.1.8.12
CTR memStatsAllocs1.3.6.1.4.1.1872.2.1.8.12.1Counterread-onlyThe total number of memory allocations.
CTR memStatsFrees1.3.6.1.4.1.1872.2.1.8.12.2Counterread-onlyThe total number of memory frees.
CTR memStatsAllocFails1.3.6.1.4.1.1872.2.1.8.12.3Counterread-onlyThe total number of memory allocations failed.
GAU memStatsBytesCurr1.3.6.1.4.1.1872.2.1.8.12.4Gaugeread-onlyThe outstanding memory in bytes have been allocated.
GAU memStatsBytesHiwat1.3.6.1.4.1.1872.2.1.8.12.5Gaugeread-onlyThe highest number of bytes have even been allocated.
GAU memStatsPoolBytes1.3.6.1.4.1.1872.2.1.8.12.6Gaugeread-onlyThe total bytes in the memory pool.
GAU memStatsLargest1.3.6.1.4.1.1872.2.1.8.12.7Gaugeread-onlyThe largest block has been allocated.
pktStats1.3.6.1.4.1.1872.2.1.8.13
CTR pktStatsAllocs1.3.6.1.4.1.1872.2.1.8.13.1Counterread-onlyThe total packets have been allocated.
CTR pktStatsFrees1.3.6.1.4.1.1872.2.1.8.13.2Counterread-onlyThe total packets have been freed.
CTR pktStatsAllocFails1.3.6.1.4.1.1872.2.1.8.13.3Counterread-onlyThe total packet allocations failed.
CTR pktStatsMediums1.3.6.1.4.1.1872.2.1.8.13.4Counterread-onlyThe number of medium size packets have been allocated.
CTR pktStatsJumbos1.3.6.1.4.1.1872.2.1.8.13.5Counterread-onlyThe number of jumbo size packets have been allocated.
CTR pktStatsSmalls1.3.6.1.4.1.1872.2.1.8.13.6Counterread-onlyThe number of small size packets have been allocated.
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.
bwmStats1.3.6.1.4.1.1872.2.1.8.15
bwmStatTcTable1.3.6.1.4.1.1872.2.1.8.15.1not-accessibleThe table of Bandwidth Management Traffic Contract statistics.
bwmStatTcEntry1.3.6.1.4.1.1872.2.1.8.15.1.1not-accessibleA row in the BWM traffic contract table.
INT bwmStatTcContractIndex1.3.6.1.4.1.1872.2.1.8.15.1.1.1INTEGERread-onlyThe contract queue number for which the statistics apply.
STR bwmStatTcName1.3.6.1.4.1.1872.2.1.8.15.1.1.2DisplayStringread-onlyThe name of the traffic contract queue.
CTR bwmStatTcOutoct1.3.6.1.4.1.1872.2.1.8.15.1.1.3Counterread-onlyThe total number of octets sent out from the traffic contract queue.
CTR bwmStatTcOutdisoct1.3.6.1.4.1.1872.2.1.8.15.1.1.4Counterread-onlyThe total number of octets dropped from the traffic contract queue.
CTR bwmStatTcBufferUsed1.3.6.1.4.1.1872.2.1.8.15.1.1.5Counterread-onlyThe total number of buffers used by the traffic contract queue.
CTR bwmStatTcBufferMax1.3.6.1.4.1.1872.2.1.8.15.1.1.6Counterread-onlyThe total number of buffers assigned to the traffic contract queue.
bwmStatTcrTable1.3.6.1.4.1.1872.2.1.8.15.2not-accessibleThe table of Bandwidth Management Traffic Contract Rate statistics.
bwmStatTcrEntry1.3.6.1.4.1.1872.2.1.8.15.2.1not-accessibleA row in the BWM traffic contract rate table.
INT bwmStatTcrContractIndex1.3.6.1.4.1.1872.2.1.8.15.2.1.1INTEGERread-onlyThe contract queue number for which the statistics apply.
STR bwmStatTcrName1.3.6.1.4.1.1872.2.1.8.15.2.1.2DisplayStringread-onlyThe name of the traffic contract queue.
INT bwmStatTcrRate1.3.6.1.4.1.1872.2.1.8.15.2.1.3INTEGERread-onlyThe rate of octets sent out from the traffic contract queue.
CTR bwmStatTcrOutoct1.3.6.1.4.1.1872.2.1.8.15.2.1.4Counterread-onlyThe of octets sent out from the traffic contract queue.
CTR bwmStatTcrOutdisoct1.3.6.1.4.1.1872.2.1.8.15.2.1.5Counterread-onlyThe total number of octets dropped from the traffic contract queue.
CTR bwmStatTcrBufferUsed1.3.6.1.4.1.1872.2.1.8.15.2.1.6Counterread-onlyThe total number of buffers used by the traffic contract queue.
CTR bwmStatTcrBufferMax1.3.6.1.4.1.1872.2.1.8.15.2.1.7Counterread-onlyThe total number of buffers assigned to the traffic contract queue.
bwmStatSpTcTable1.3.6.1.4.1.1872.2.1.8.15.3not-accessibleThe table of Bandwidth Management Switch Port Traffic Contract statistics.
bwmStatSpTcEntry1.3.6.1.4.1.1872.2.1.8.15.3.1not-accessibleA row in the BWM SP traffic contract table.
INT bwmStatSpTcPortIndex1.3.6.1.4.1.1872.2.1.8.15.3.1.1INTEGERread-onlyThe Switch Port number for which the statistics apply.
INT bwmStatSpTcContractIndex1.3.6.1.4.1.1872.2.1.8.15.3.1.2INTEGERread-onlyThe contract queue number for which the statistics apply.
STR bwmStatSpTcName1.3.6.1.4.1.1872.2.1.8.15.3.1.3DisplayStringread-onlyThe name of the traffic contract queue.
CTR bwmStatSpTcOutoct1.3.6.1.4.1.1872.2.1.8.15.3.1.4Counterread-onlyThe total number of octets sent out from the traffic contract queue.
CTR bwmStatSpTcOutdisoct1.3.6.1.4.1.1872.2.1.8.15.3.1.5Counterread-onlyThe total number of octets dropped from the traffic contract queue.
CTR bwmStatSpTcBufferUsed1.3.6.1.4.1.1872.2.1.8.15.3.1.6Counterread-onlyThe total number of buffers used by the traffic contract queue.
CTR bwmStatSpTcBufferMax1.3.6.1.4.1.1872.2.1.8.15.3.1.7Counterread-onlyThe total number of buffers assigned to the traffic contract queue.
bwmStatSpTcrTable1.3.6.1.4.1.1872.2.1.8.15.4not-accessibleThe table of Bandwidth Management Switch Port Traffic Contract Rate statistics.
bwmStatSpTcrEntry1.3.6.1.4.1.1872.2.1.8.15.4.1not-accessibleA row in the BWM traffic contract rate table.
INT bwmStatSpTcrPortIndex1.3.6.1.4.1.1872.2.1.8.15.4.1.1INTEGERread-onlyThe switch port number for which the statistics apply.
INT bwmStatSpTcrContractIndex1.3.6.1.4.1.1872.2.1.8.15.4.1.2INTEGERread-onlyThe contract queue number for which the statistics apply.
STR bwmStatSpTcrName1.3.6.1.4.1.1872.2.1.8.15.4.1.3DisplayStringread-onlyThe name of the traffic contract queue.
INT bwmStatSpTcrRate1.3.6.1.4.1.1872.2.1.8.15.4.1.4INTEGERread-onlyThe rate of octets sent out from the traffic contract queue.
CTR bwmStatSpTcrOutoct1.3.6.1.4.1.1872.2.1.8.15.4.1.5Counterread-onlyThe of octets sent out from the traffic contract queue.
CTR bwmStatSpTcrOutdisoct1.3.6.1.4.1.1872.2.1.8.15.4.1.6Counterread-onlyThe total number of octets dropped from the traffic contract queue.
CTR bwmStatSpTcrBufferUsed1.3.6.1.4.1.1872.2.1.8.15.4.1.7Counterread-onlyThe total number of buffers used by the traffic contract queue.
CTR bwmStatSpTcrBufferMax1.3.6.1.4.1.1872.2.1.8.15.4.1.8Counterread-onlyThe total number of buffers assigned to the traffic contract queue.
information1.3.6.1.4.1.1872.2.1.9
port_info1.3.6.1.4.1.1872.2.1.9.1
portInfoTable1.3.6.1.4.1.1872.2.1.9.1.1not-accessibleThe table of port information.
portInfoTableEntry1.3.6.1.4.1.1872.2.1.9.1.1.1not-accessibleA row in the port information table.
INT portInfoIndx1.3.6.1.4.1.1872.2.1.9.1.1.1.1INTEGERread-onlyThe port index.
INT portInfoSpeed1.3.6.1.4.1.1872.2.1.9.1.1.1.2INTEGERread-onlyThe current operational speed of the port.
INT portInfoMode1.3.6.1.4.1.1872.2.1.9.1.1.1.3INTEGERread-onlyThe current operational mode of the port.
INT portInfoFlowCtrl1.3.6.1.4.1.1872.2.1.9.1.1.1.4INTEGERread-onlyThe current operational flow control of the port.
INT portInfoLink1.3.6.1.4.1.1872.2.1.9.1.1.1.5INTEGERread-onlyThe current operational link status of the port.
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.
ip_info1.3.6.1.4.1.1872.2.1.9.3
ipRouteInfoTable1.3.6.1.4.1.1872.2.1.9.3.1not-accessibleThe table of run-time IP routes.
ipRouteInfoEntry1.3.6.1.4.1.1872.2.1.9.3.1.1not-accessibleA row in the run-time IP route table
INT ipRouteInfoIndx1.3.6.1.4.1.1872.2.1.9.3.1.1.1INTEGERread-onlyThe index of this route table.
IP ipRouteInfoDestIp1.3.6.1.4.1.1872.2.1.9.3.1.1.2IpAddressread-onlyThe destination IP address of this route.
IP ipRouteInfoMask1.3.6.1.4.1.1872.2.1.9.3.1.1.3IpAddressread-onlyThe destination IP mask of this route.
IP ipRouteInfoGateway1.3.6.1.4.1.1872.2.1.9.3.1.1.4IpAddressread-onlyThe next-hop router address for this route.
INT ipRouteInfoTag1.3.6.1.4.1.1872.2.1.9.3.1.1.5INTEGERread-onlyThe tag-type for this route.
INT ipRouteInfoType1.3.6.1.4.1.1872.2.1.9.3.1.1.6INTEGERread-onlyThe type of the route.
INT ipRouteInfoInterface1.3.6.1.4.1.1872.2.1.9.3.1.1.7INTEGERread-onlyThe interface number for which the destination address is applicable.
arpInfoTable1.3.6.1.4.1.1872.2.1.9.3.2not-accessibleThe table of ARP entries.
arpInfoEntry1.3.6.1.4.1.1872.2.1.9.3.2.1not-accessibleA row in the ARP table
IP arpInfoDestIp1.3.6.1.4.1.1872.2.1.9.3.2.1.1IpAddressread-onlyThe destination IP address of the ARP entry.
PHY arpInfoMacAddr1.3.6.1.4.1.1872.2.1.9.3.2.1.2PhysAddressread-onlyThe MAC address for the ARP entry.
INT arpInfoVLAN1.3.6.1.4.1.1872.2.1.9.3.2.1.3INTEGERread-onlyThe VLAN identifier for the ARP entry.
INT arpInfoSrcPort1.3.6.1.4.1.1872.2.1.9.3.2.1.4INTEGERread-onlyThe port number on which this entry's equivalence is effective.
INT arpInfoRefPorts1.3.6.1.4.1.1872.2.1.9.3.2.1.5INTEGERread-onlyThe rference ports associated with this ARP entry.
INT arpInfoFlag1.3.6.1.4.1.1872.2.1.9.3.2.1.6INTEGERread-onlyThe flag associated with this ARP entry.
vrrp_info1.3.6.1.4.1.1872.2.1.9.4
vrrpInfoVirtRtrTable1.3.6.1.4.1.1872.2.1.9.4.1not-accessibleThe table of VRRP virtual router run-time information.
vrrpInfoVirtRtrTableEntry1.3.6.1.4.1.1872.2.1.9.4.1.1not-accessibleThe run-time information about a VRRP virtual router.
INT vrrpInfoVirtRtrIndex1.3.6.1.4.1.1872.2.1.9.4.1.1.1INTEGERread-onlyThe VRRP virtual router index.
INT vrrpInfoVirtRtrState1.3.6.1.4.1.1872.2.1.9.4.1.1.2INTEGERread-onlyThe VRRP virtual router state.
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 new 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 filtering 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 translatin.
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.
INT fltCurCfgAclIpOption1.3.6.1.4.1.1872.2.1.10.2.1.32INTEGERread-onlySelect an IP option to filter.
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.
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 translatin.
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-writeE 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.
INT fltNewCfgAclIpOption1.3.6.1.4.1.1872.2.1.10.3.1.33INTEGERread-writeSelect an IP option to filter.
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.
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-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 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.
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-onlyTrun on or off Distributed Server Load Balance in the current_configuration block.
INT gslbNewCfgGenState1.3.6.1.4.1.1872.2.1.11.1.2INTEGERread-writeTrun on or off Distributed Server Load Balance in the new_configuration block.
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 in the current_configuration block.
INT gslbNewCfgGenOne1.3.6.1.4.1.1872.2.1.11.1.16INTEGERread-writeEnable/Disable DNS responses with only one address in the new_configuration block.
INT gslbCurCfgGenUsern1.3.6.1.4.1.1872.2.1.11.1.17INTEGERread-onlyEnable/Disable HTTP redirect to real server name in the current_configuration block.
INT gslbNewCfgGenUsern1.3.6.1.4.1.1872.2.1.11.1.18INTEGERread-writeEnable/Disable HTTP redirect to real server name in the new_configuration block.
INT gslbCurCfgGenGeo1.3.6.1.4.1.1872.2.1.11.1.19INTEGERread-onlyEnable/Disable geographic awareness in the current_configuration block.
INT gslbNewCfgGenGeo1.3.6.1.4.1.1872.2.1.11.1.20INTEGERread-writeEnable/Disable geographic awareness in the new_configuration block.
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.
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.
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 configuration 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 configuration 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.
altswitchTraps1.3.6.1.4.1.1872.2.1.13
operCmds1.3.6.1.4.1.1872.2.1.14
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-onlyThis an action object to clear session buinding table for the specified port. ok(1) is returned when read.
vrrp1.3.6.1.4.1.1872.2.1.15
vrrpGeneral1.3.6.1.4.1.1872.2.1.15.1
INT vrrpCurCfgGenState1.3.6.1.4.1.1872.2.1.15.1.1INTEGERread-onlyEnable or disable VRRP operation globally.
INT vrrpNewCfgGenState1.3.6.1.4.1.1872.2.1.15.1.2INTEGERread-writeEnable or disable VRRP operation globally.
INT vrrpCurCfgGenTckVirtRtrInc1.3.6.1.4.1.1872.2.1.15.1.3INTEGERread-onlyThe increment of VRRP virtual router priority. The priority is adjusted by tracking the state of other virtual routers.
INT vrrpNewCfgGenTckVirtRtrInc1.3.6.1.4.1.1872.2.1.15.1.4INTEGERread-writeThe increment of VRRP virtual router priority. The priority is adjusted by tracking the state of other virtual routers.
INT vrrpCurCfgGenTckIpIntfInc1.3.6.1.4.1.1872.2.1.15.1.5INTEGERread-onlyThe increment of VRRP virtual router priority. The priority is adjusted by tracking the state of other router interfaces.
INT vrrpNewCfgGenTckIpIntfInc1.3.6.1.4.1.1872.2.1.15.1.6INTEGERread-writeThe increment of VRRP virtual router priority. The priority is adjusted by tracking the state of other router interfaces.
INT vrrpCurCfgGenTckVlanPortInc1.3.6.1.4.1.1872.2.1.15.1.7INTEGERread-onlyThe increment of VRRP virtual router priority. The priority is adjusted by tracking the port state of ports that belongs to the same virtual LAN as the virtual router.
INT vrrpNewCfgGenTckVlanPortInc1.3.6.1.4.1.1872.2.1.15.1.8INTEGERread-writeThe increment of VRRP virtual router priority. The priority is adjusted by tracking the port state of ports that belongs to the same virtual LAN as the virtual router.
INT vrrpCurCfgGenTckL4PortInc1.3.6.1.4.1.1872.2.1.15.1.9INTEGERread-onlyThe increment of VRRP virtual router priority. The priority is adjusted by tracking the Layer 4 port states. This is valid when virtual server is configured as a VRRP virtual router.
INT vrrpNewCfgGenTckL4PortInc1.3.6.1.4.1.1872.2.1.15.1.10INTEGERread-writeThe increment of VRRP virtual router priority. The priority is adjusted by tracking the Layer 4 port states. This is valid when virtual server is configured as a VRRP virtual router.
INT vrrpCurCfgGenTckRServerInc1.3.6.1.4.1.1872.2.1.15.1.11INTEGERread-onlyThe increment of VRRP virtual router priority. The priority is adjusted by tracking the state of real servers under the virtual server which is configured as a VRRP virtual router.
INT vrrpNewCfgGenTckRServerInc1.3.6.1.4.1.1872.2.1.15.1.12INTEGERread-writeThe increment of VRRP virtual router priority. The priority is adjusted by tracking the state of real servers under the virtual server which is configured as a VRRP virtual router.
INT vrrpCurCfgGenTckHsrpInc1.3.6.1.4.1.1872.2.1.15.1.13INTEGERread-onlyThe increment of VRRP virtual router priority. The priority is adjusted by tracking the HSRP advertisements.
INT vrrpNewCfgGenTckHsrpInc1.3.6.1.4.1.1872.2.1.15.1.14INTEGERread-writeThe increment of VRRP virtual router priority. The priority is adjusted by tracking the HSRP advertisements.
INT vrrpCurCfgGenHotstandby1.3.6.1.4.1.1872.2.1.15.1.15INTEGERread-onlyEnable or disable hotstandby processing.
INT vrrpNewCfgGenHotstandby1.3.6.1.4.1.1872.2.1.15.1.16INTEGERread-writeEnable or disable hotstandby processing.
vrrpCurCfgVirtRtrTable1.3.6.1.4.1.1872.2.1.15.2not-accessibleThe table of VRRP virtual routers configuration in current_config.
vrrpCurCfgVirtRtrTableEntry1.3.6.1.4.1.1872.2.1.15.2.1not-accessibleInformation about a VRRP virtual router.
INT vrrpCurCfgVirtRtrIndx1.3.6.1.4.1.1872.2.1.15.2.1.1INTEGERread-onlyThe VRRP virtual router table index.
INT vrrpCurCfgVirtRtrID1.3.6.1.4.1.1872.2.1.15.2.1.2INTEGERread-onlyThe VRRP virtual router identifier.
IP vrrpCurCfgVirtRtrAddr1.3.6.1.4.1.1872.2.1.15.2.1.3IpAddressread-onlyThe VRRP virtual router IP address.
INT vrrpCurCfgVirtRtrIfIndex1.3.6.1.4.1.1872.2.1.15.2.1.4INTEGERread-onlyThe IfIndex that the VRRP virtual router is representing.
INT vrrpCurCfgVirtRtrInterval1.3.6.1.4.1.1872.2.1.15.2.1.5INTEGERread-onlyThe time interval between VRRP advertisements in seconds.
INT vrrpCurCfgVirtRtrPriority1.3.6.1.4.1.1872.2.1.15.2.1.6INTEGERread-onlyThe priority value to be used by the specified VRRP virtual routers.
INT vrrpCurCfgVirtRtrPreempt1.3.6.1.4.1.1872.2.1.15.2.1.7INTEGERread-onlyThis is for controlling whether a higher priority Backup VRRP virtual router preempts a low priority Master. enabled(1) - allow preemption disabled(2) - prohibit preemption
INT vrrpCurCfgVirtRtrState1.3.6.1.4.1.1872.2.1.15.2.1.8INTEGERread-onlyEnable or disable the VRRP virtual router.
INT vrrpCurCfgVirtRtrSharing1.3.6.1.4.1.1872.2.1.15.2.1.9INTEGERread-onlyEnable or disable load sharing of non-master virtual router.
INT vrrpCurCfgVirtRtrTckVirtRtr1.3.6.1.4.1.1872.2.1.15.2.1.10INTEGERread-onlyEnable or disable tracking other virtual routers for priority adjustment. the priority increment is defined in vrrpCurCfgGenTckVirtRtrInc.
INT vrrpCurCfgVirtRtrTckIpIntf1.3.6.1.4.1.1872.2.1.15.2.1.11INTEGERread-onlyEnable or disable tracking other router interfaces for priority adjustment. the priority increment is defined in vrrpCurCfgGenTckIpIntfInc.
INT vrrpCurCfgVirtRtrTckVlanPort1.3.6.1.4.1.1872.2.1.15.2.1.12INTEGERread-onlyEnable or disable tracking port state of VLAN ports for priority adjustment. the priority increment is defined in vrrpCurCfgGenTckVlanPortInc.
INT vrrpCurCfgVirtRtrTckL4Port1.3.6.1.4.1.1872.2.1.15.2.1.13INTEGERread-onlyEnable or disable tracking Layer 4 port states for priority adjustment. the priority increment is defined in vrrpCurCfgGenTckL4PortInc. This is applied when virtual server is configured as a VRRP virtual router.
INT vrrpCurCfgVirtRtrTckRServer1.3.6.1.4.1.1872.2.1.15.2.1.14INTEGERread-onlyEnable or disable tracking real server states for priority adjustment. the priority increment is defined in vrrpCurCfgGenTckRServerInc. This is applied when virtual server is configured as a VRRP virtual router.
INT vrrpCurCfgVirtRtrTckHsrp1.3.6.1.4.1.1872.2.1.15.2.1.15INTEGERread-onlyEnable or disable tracking HSRP advertisements for priority adjustment. the priority increment is defined in vrrpCurCfgGenTckHsrpInc. This is applied when virtual server is configured as a VRRP virtual router.
vrrpNewCfgVirtRtrTable1.3.6.1.4.1.1872.2.1.15.3not-accessibleThe table of VRRP virtual routers configuration in current_config.
vrrpNewCfgVirtRtrTableEntry1.3.6.1.4.1.1872.2.1.15.3.1not-accessibleInformation about a VRRP virtual router.
INT vrrpNewCfgVirtRtrIndx1.3.6.1.4.1.1872.2.1.15.3.1.1INTEGERread-onlyThe VRRP virtual router table index.
INT vrrpNewCfgVirtRtrID1.3.6.1.4.1.1872.2.1.15.3.1.2INTEGERread-writeThe VRRP virtual router identifier.
IP vrrpNewCfgVirtRtrAddr1.3.6.1.4.1.1872.2.1.15.3.1.3IpAddressread-writeThe VRRP virtual router IP address.
INT vrrpNewCfgVirtRtrIfIndex1.3.6.1.4.1.1872.2.1.15.3.1.4INTEGERread-writeThe IfIndex that the VRRP virtual router is representing.
INT vrrpNewCfgVirtRtrInterval1.3.6.1.4.1.1872.2.1.15.3.1.5INTEGERread-writeThe time interval between VRRP advertisements in seconds.
INT vrrpNewCfgVirtRtrPriority1.3.6.1.4.1.1872.2.1.15.3.1.6INTEGERread-writeThe priority value to be used by the specified VRRP virtual router.
INT vrrpNewCfgVirtRtrPreempt1.3.6.1.4.1.1872.2.1.15.3.1.7INTEGERread-writeThis is for controlling whether a higher priority Backup VRRP virtual router preempts a low priority Master. enabled(1) - allow preemption disabled(2) - prohibit preemption
INT vrrpNewCfgVirtRtrState1.3.6.1.4.1.1872.2.1.15.3.1.8INTEGERread-writeEnable or disable the VRRP virtual router.
INT vrrpNewCfgVirtRtrDelete1.3.6.1.4.1.1872.2.1.15.3.1.9INTEGERread-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 delete(2) has no effect on the state of the row.
INT vrrpNewCfgVirtRtrSharing1.3.6.1.4.1.1872.2.1.15.3.1.10INTEGERread-writeEnable or disable load sharing of non-master virtual router.
INT vrrpNewCfgVirtRtrTckVirtRtr1.3.6.1.4.1.1872.2.1.15.3.1.11INTEGERread-writeEnable or disable tracking other virtual routers for priority adjustment. the priority increment is defined in vrrpNewCfgGenTckVirtRtrInc.
INT vrrpNewCfgVirtRtrTckIpIntf1.3.6.1.4.1.1872.2.1.15.3.1.12INTEGERread-writeEnable or disable tracking other router interfaces for priority adjustment. the priority increment is defined in vrrpNewCfgGenTckIpIntfInc.
INT vrrpNewCfgVirtRtrTckVlanPort1.3.6.1.4.1.1872.2.1.15.3.1.13INTEGERread-writeEnable or disable tracking port state of VLAN ports for priority adjustment. the priority increment is defined in vrrpNewCfgGenTckVlanPortInc.
INT vrrpNewCfgVirtRtrTckL4Port1.3.6.1.4.1.1872.2.1.15.3.1.14INTEGERread-writeEnable or disable tracking Layer 4 port states for priority adjustment. the priority increment is defined in vrrpNewCfgGenTckL4PortInc. This is applied when virtual server is configured as a VRRP virtual router.
INT vrrpNewCfgVirtRtrTckRServer1.3.6.1.4.1.1872.2.1.15.3.1.15INTEGERread-writeEnable or disable tracking real server states for priority adjustment. the priority increment is defined in vrrpNewCfgGenTckRServerInc. This is applied when virtual server is configured as a VRRP virtual router.
INT vrrpNewCfgVirtRtrTckHsrp1.3.6.1.4.1.1872.2.1.15.3.1.16INTEGERread-writeEnable or disable tracking HSRP advertisements for priority adjustment. the priority increment is defined in vrrpNewCfgGenTckHsrpInc. This is applied when virtual server is configured as a VRRP virtual router.
vrrpCurCfgIfTable1.3.6.1.4.1.1872.2.1.15.4not-accessibleThe table of VRRP interface configuration in current_config.
vrrpCurCfgIfTableEntry1.3.6.1.4.1.1872.2.1.15.4.1not-accessibleInformation about a VRRP interface.
INT vrrpCurCfgIfIndx1.3.6.1.4.1.1872.2.1.15.4.1.1INTEGERread-onlyThe VRRP interface index. This is eqivalent to IfIndex.
INT vrrpCurCfgIfAuthType1.3.6.1.4.1.1872.2.1.15.4.1.2INTEGERread-onlyType of authentication being used. none(1) - no authentication simple-text-password(2) - use password specified in vrrpCurCfgIfPasswd for authentication.
STR vrrpCurCfgIfPasswd1.3.6.1.4.1.1872.2.1.15.4.1.3DisplayStringread-onlyThe password for authentication.
vrrpNewCfgIfTable1.3.6.1.4.1.1872.2.1.15.5not-accessibleThe table of VRRP interface configuration in current_config.
vrrpNewCfgIfTableEntry1.3.6.1.4.1.1872.2.1.15.5.1not-accessibleInformation about a VRRP interface.
INT vrrpNewCfgIfIndx1.3.6.1.4.1.1872.2.1.15.5.1.1INTEGERread-onlyThe VRRP interface index. This is eqivalent to IfIndex.
INT vrrpNewCfgIfAuthType1.3.6.1.4.1.1872.2.1.15.5.1.2INTEGERread-writeType of authentication being used. none(1) - no authentication simple-text-password(2) - use password specified in vrrpNewCfgIfPasswd for authentication.
STR vrrpNewCfgIfPasswd1.3.6.1.4.1.1872.2.1.15.5.1.3DisplayStringread-writeThe password for authentication.
INT vrrpNewCfgIfDelete1.3.6.1.4.1.1872.2.1.15.5.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 delete(2) has no effect on the state of the row.
vrrpCurCfgVirtRtrGrpTable1.3.6.1.4.1.1872.2.1.15.6not-accessibleThe table of VRRP virtual router group configuration in current_config.
vrrpCurCfgVirtRtrGrpTableEntry1.3.6.1.4.1.1872.2.1.15.6.1not-accessibleInformation about a VRRP failover virtual router.
INT vrrpCurCfgVirtRtrGrpIndx1.3.6.1.4.1.1872.2.1.15.6.1.1INTEGERread-onlyThe VRRP virtual router table index.
INT vrrpCurCfgVirtRtrGrpID1.3.6.1.4.1.1872.2.1.15.6.1.2INTEGERread-onlyThe VRRP virtual router identifier.
INT vrrpCurCfgVirtRtrGrpIfIndex1.3.6.1.4.1.1872.2.1.15.6.1.3INTEGERread-onlyThe IfIndex that the VRRP virtual router is representing.
INT vrrpCurCfgVirtRtrGrpInterval1.3.6.1.4.1.1872.2.1.15.6.1.4INTEGERread-onlyThe time interval between VRRP advertisements in seconds.
INT vrrpCurCfgVirtRtrGrpPriority1.3.6.1.4.1.1872.2.1.15.6.1.5INTEGERread-onlyThe priority value to be used by the specified VRRP virtual routers.
INT vrrpCurCfgVirtRtrGrpPreempt1.3.6.1.4.1.1872.2.1.15.6.1.6INTEGERread-onlyThis is for controlling whether a higher priority Backup VRRP virtual router preempts a low priority Master. enabled(1) - allow preemption disabled(2) - prohibit preemption
INT vrrpCurCfgVirtRtrGrpState1.3.6.1.4.1.1872.2.1.15.6.1.7INTEGERread-onlyEnable or disable the VRRP virtual router.
INT vrrpCurCfgVirtRtrGrpSharing1.3.6.1.4.1.1872.2.1.15.6.1.8INTEGERread-onlyEnable or disable load sharing of non-master virtual router.
INT vrrpCurCfgVirtRtrGrpTckVirtRtr1.3.6.1.4.1.1872.2.1.15.6.1.9INTEGERread-onlyEnable or disable tracking other virtual routers for priority adjustment. the priority increment is defined in vrrpCurCfgGenTckVirtRtrInc.
INT vrrpCurCfgVirtRtrGrpTckIpIntf1.3.6.1.4.1.1872.2.1.15.6.1.10INTEGERread-onlyEnable or disable tracking other router interfaces for priority adjustment. the priority increment is defined in vrrpCurCfgGenTckIpIntfInc.
INT vrrpCurCfgVirtRtrGrpTckVlanPort1.3.6.1.4.1.1872.2.1.15.6.1.11INTEGERread-onlyEnable or disable tracking port state of VLAN ports for priority adjustment. the priority increment is defined in vrrpCurCfgGenTckVlanPortInc.
INT vrrpCurCfgVirtRtrGrpTckL4Port1.3.6.1.4.1.1872.2.1.15.6.1.12INTEGERread-onlyEnable or disable tracking Layer 4 port states for priority adjustment. the priority increment is defined in vrrpCurCfgGenTckL4PortInc. This is applied when virtual server is configured as a VRRP virtual router.
INT vrrpCurCfgVirtRtrGrpTckRServer1.3.6.1.4.1.1872.2.1.15.6.1.13INTEGERread-onlyEnable or disable tracking real server states for priority adjustment. the priority increment is defined in vrrpCurCfgGenTckRServerInc. This is applied when virtual server is configured as a VRRP virtual router.
INT vrrpCurCfgVirtRtrGrpTckHsrp1.3.6.1.4.1.1872.2.1.15.6.1.14INTEGERread-onlyEnable or disable tracking HSRP advertisements for priority adjustment. the priority increment is defined in vrrpCurCfgGenTckHsrpInc. This is applied when virtual server is configured as a VRRP virtual router.
vrrpNewCfgVirtRtrGrpTable1.3.6.1.4.1.1872.2.1.15.7not-accessibleThe table of VRRP virtual router group configuration in new_config.
vrrpNewCfgVirtRtrGrpTableEntry1.3.6.1.4.1.1872.2.1.15.7.1not-accessibleInformation about a VRRP failover virtual router.
INT vrrpNewCfgVirtRtrGrpIndx1.3.6.1.4.1.1872.2.1.15.7.1.1INTEGERread-onlyThe VRRP virtual router table index.
INT vrrpNewCfgVirtRtrGrpID1.3.6.1.4.1.1872.2.1.15.7.1.2INTEGERread-writeThe VRRP virtual router identifier.
INT vrrpNewCfgVirtRtrGrpIfIndex1.3.6.1.4.1.1872.2.1.15.7.1.3INTEGERread-writeThe IfIndex that the VRRP virtual router is representing.
INT vrrpNewCfgVirtRtrGrpInterval1.3.6.1.4.1.1872.2.1.15.7.1.4INTEGERread-writeThe time interval between VRRP advertisements in seconds.
INT vrrpNewCfgVirtRtrGrpPriority1.3.6.1.4.1.1872.2.1.15.7.1.5INTEGERread-writeThe priority value to be used by the specified VRRP virtual router.
INT vrrpNewCfgVirtRtrGrpPreempt1.3.6.1.4.1.1872.2.1.15.7.1.6INTEGERread-writeThis is for controlling whether a higher priority Backup VRRP virtual router preempts a low priority Master. enabled(1) - allow preemption disabled(2) - prohibit preemption
INT vrrpNewCfgVirtRtrGrpState1.3.6.1.4.1.1872.2.1.15.7.1.7INTEGERread-writeEnable or disable the VRRP virtual router.
INT vrrpNewCfgVirtRtrGrpDelete1.3.6.1.4.1.1872.2.1.15.7.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 delete(2) has no effect on the state of the row.
INT vrrpNewCfgVirtRtrGrpSharing1.3.6.1.4.1.1872.2.1.15.7.1.9INTEGERread-writeEnable or disable load sharing of non-master virtual router.
INT vrrpNewCfgVirtRtrGrpTckVirtRtr1.3.6.1.4.1.1872.2.1.15.7.1.10INTEGERread-writeEnable or disable tracking other virtual routers for priority adjustment. the priority increment is defined in vrrpNewCfgGenTckVirtRtrInc.
INT vrrpNewCfgVirtRtrGrpTckIpIntf1.3.6.1.4.1.1872.2.1.15.7.1.11INTEGERread-writeEnable or disable tracking other router interfaces for priority adjustment. the priority increment is defined in vrrpNewCfgGenTckIpIntfInc.
INT vrrpNewCfgVirtRtrGrpTckVlanPort1.3.6.1.4.1.1872.2.1.15.7.1.12INTEGERread-writeEnable or disable tracking port state of VLAN ports for priority adjustment. the priority increment is defined in vrrpNewCfgGenTckVlanPortInc.
INT vrrpNewCfgVirtRtrGrpTckL4Port1.3.6.1.4.1.1872.2.1.15.7.1.13INTEGERread-writeEnable or disable tracking Layer 4 port states for priority adjustment. the priority increment is defined in vrrpNewCfgGenTckL4PortInc. This is applied when virtual server is configured as a VRRP virtual router.
INT vrrpNewCfgVirtRtrGrpTckRServer1.3.6.1.4.1.1872.2.1.15.7.1.14INTEGERread-writeEnable or disable tracking real server states for priority adjustment. the priority increment is defined in vrrpNewCfgGenTckRServerInc. This is applied when virtual server is configured as a VRRP virtual router.
INT vrrpNewCfgVirtRtrGrpTckHsrp1.3.6.1.4.1.1872.2.1.15.7.1.15INTEGERread-writeEnable or disable tracking HSRP advertisements for priority adjustment. the priority increment is defined in vrrpNewCfgGenTckHsrpInc. This is applied when virtual server is configured as a VRRP virtual router.
radius1.3.6.1.4.1.1872.2.1.16
IP radCurCfgPrimaryIpAddr1.3.6.1.4.1.1872.2.1.16.1IpAddressread-onlyThe IP address of the Primary RADIUS server.
IP radNewCfgPrimaryIpAddr1.3.6.1.4.1.1872.2.1.16.2IpAddressread-writeThe IP address of the Primary RADIUS server.
IP radCurCfgSecondaryIpAddr1.3.6.1.4.1.1872.2.1.16.3IpAddressread-onlyThe IP address of the Secondary RADIUS server.
IP radNewCfgSecondaryIpAddr1.3.6.1.4.1.1872.2.1.16.4IpAddressread-writeThe IP address of the Secondary RADIUS server.
INT radCurCfgPort1.3.6.1.4.1.1872.2.1.16.5INTEGERread-onlySpecify the RADIUS port number.
INT radNewCfgPort1.3.6.1.4.1.1872.2.1.16.6INTEGERread-writeSpeicfy the RADIUS port number.
INT radCurCfgTimeout1.3.6.1.4.1.1872.2.1.16.7INTEGERread-onlyThe maximum number of seconds before resending authentication to RADIUS server.
INT radNewCfgTimeout1.3.6.1.4.1.1872.2.1.16.8INTEGERread-writeThe maximum number of seconds before resending authentication to RADIUS server.
INT radCurCfgRetries1.3.6.1.4.1.1872.2.1.16.9INTEGERread-onlyNumber of retries to the RADIUS server.
INT radNewCfgRetries1.3.6.1.4.1.1872.2.1.16.10INTEGERread-writeNumber of retries to the RADIUS server.
INT radCurCfgState1.3.6.1.4.1.1872.2.1.16.11INTEGERread-onlyEnable or disbale RADIUS authentication.
INT radNewCfgState1.3.6.1.4.1.1872.2.1.16.12INTEGERread-writeEnable or disable RADIUS authentication.
STR radCurCfgAuthenString1.3.6.1.4.1.1872.2.1.16.13DisplayStringread-onlyThe RADIUS authentication string.
STR radNewCfgAuthenString1.3.6.1.4.1.1872.2.1.16.14DisplayStringread-writeThe RADIUS authentication string.
bwm1.3.6.1.4.1.1872.2.1.17
bwmGeneralConfig1.3.6.1.4.1.1872.2.1.17.1
INT bwmCurCfgGenState1.3.6.1.4.1.1872.2.1.17.1.1INTEGERread-onlyThe state of BWM in the current configuration block.
INT bwmNewCfgGenState1.3.6.1.4.1.1872.2.1.17.1.2INTEGERread-writeThe state of BWM in the new configuration block.
INT bwmCurCfgGenEnforcePolicy1.3.6.1.4.1.1872.2.1.17.1.3INTEGERread-onlyThe state of BWM enforce policy in the current configuration block.
INT bwmNewCfgGenEnforcePolicy1.3.6.1.4.1.1872.2.1.17.1.4INTEGERread-writeThe state of BWM enforce policy in the new configuration block.
STR bwmCurCfgGenSmtpUser1.3.6.1.4.1.1872.2.1.17.1.5DisplayStringread-onlyThe SMTP user name for BWM in the current configuration block.
STR bwmNewCfgGenSmtpUser1.3.6.1.4.1.1872.2.1.17.1.6DisplayStringread-writeThe SMTP user name for BWM in the new configuration block.
bwmPolicyConfig1.3.6.1.4.1.1872.2.1.17.2
INT bwmPolicyTableMaxEnt1.3.6.1.4.1.1872.2.1.17.2.1INTEGERread-onlyThe maximum number of rows in the BWM policy configuration table.
bwmCurCfgPolicyTable1.3.6.1.4.1.1872.2.1.17.2.2not-accessibleThe table of BWM traffic policy configuration in the current_configuration block.
bwmCurCfgPolicyTableEntry1.3.6.1.4.1.1872.2.1.17.2.2.1not-accessibleA row in the BWM traffic policy configuration table in the current_configuration block.
INT bwmCurCfgPolicyIndx1.3.6.1.4.1.1872.2.1.17.2.2.1.1INTEGERread-onlyThe index of the row in BWM traffic policy configurations table.
INT bwmCurCfgPolicyTosIn1.3.6.1.4.1.1872.2.1.17.2.2.1.2INTEGERread-onlyThis is IP TOS in the profile state of the traffic policy
INT bwmCurCfgPolicyTosOut1.3.6.1.4.1.1872.2.1.17.2.2.1.3INTEGERread-onlyThis is IP TOS out of profile state of the traffic policy
STR bwmCurCfgPolicyHard1.3.6.1.4.1.1872.2.1.17.2.2.1.4DisplayStringread-onlyThe hard speed limit for the traffic policy.
STR bwmCurCfgPolicySoft1.3.6.1.4.1.1872.2.1.17.2.2.1.5DisplayStringread-onlyThe soft speed limit for the traffic policy.
STR bwmCurCfgPolicyResv1.3.6.1.4.1.1872.2.1.17.2.2.1.6DisplayStringread-onlyThe reservation speed limit for the traffic policy.
INT bwmCurCfgPolicyBuffer1.3.6.1.4.1.1872.2.1.17.2.2.1.7INTEGERread-onlyThe buffer limit for the traffic policy.
bwmNewCfgPolicyTable1.3.6.1.4.1.1872.2.1.17.2.3not-accessibleThe table of BWM traffi policy configuration in the current_configuration block.
bwmNewCfgPolicyTableEntry1.3.6.1.4.1.1872.2.1.17.2.3.1not-accessibleA row in the BWM traffic policy configuration table in the current_configuration block.
INT bwmNewCfgPolicyIndx1.3.6.1.4.1.1872.2.1.17.2.3.1.1INTEGERread-onlyThe index of the row in BWM traffic policy configurations table.
INT bwmNewCfgPolicyTosIn1.3.6.1.4.1.1872.2.1.17.2.3.1.2INTEGERread-writeThis is IP TOS in the profile state of the traffic policy
INT bwmNewCfgPolicyTosOut1.3.6.1.4.1.1872.2.1.17.2.3.1.3INTEGERread-writeThis is IP TOS out of profile state of the traffic policy
STR bwmNewCfgPolicyHard1.3.6.1.4.1.1872.2.1.17.2.3.1.4DisplayStringread-writeThe hard speed limit for the traffic policy.
STR bwmNewCfgPolicySoft1.3.6.1.4.1.1872.2.1.17.2.3.1.5DisplayStringread-writeThe soft speed limit for the traffic policy.
STR bwmNewCfgPolicyResv1.3.6.1.4.1.1872.2.1.17.2.3.1.6DisplayStringread-writeThe reservation speed limit for the traffic policy.
INT bwmNewCfgPolicyBuffer1.3.6.1.4.1.1872.2.1.17.2.3.1.7INTEGERread-writeThe buffer limit for the traffic policy.
bwmContractConfig1.3.6.1.4.1.1872.2.1.17.3
INT bwmContractTableMaxEnt1.3.6.1.4.1.1872.2.1.17.3.1INTEGERread-onlyThe maximum number of rows in the BWM contract configuration table.
bwmCurCfgContractTable1.3.6.1.4.1.1872.2.1.17.3.2not-accessibleThe table of BWM traffic contract configuration in the current_configuration block.
bwmCurCfgContractTableEntry1.3.6.1.4.1.1872.2.1.17.3.2.1not-accessibleA row in the BWM traffic contract configuration table in the current_configuration block.
INT bwmCurCfgContractIndx1.3.6.1.4.1.1872.2.1.17.3.2.1.1INTEGERread-onlyThe index of the row in BWM traffic contract configurations table.
STR bwmCurCfgContractName1.3.6.1.4.1.1872.2.1.17.3.2.1.2DisplayStringread-onlyThe traffic contract name.
INT bwmCurCfgContractState1.3.6.1.4.1.1872.2.1.17.3.2.1.3INTEGERread-onlyThis is the state of the traffic contract.
INT bwmCurCfgContractPolicy1.3.6.1.4.1.1872.2.1.17.3.2.1.4INTEGERread-onlyThis is policy number of the traffic contract
INT bwmCurCfgContractPrec1.3.6.1.4.1.1872.2.1.17.3.2.1.5INTEGERread-onlyThe precedence value of the traffic contract
INT bwmCurCfgContractUseTos1.3.6.1.4.1.1872.2.1.17.3.2.1.6INTEGERread-onlyEnable/disable the TOS overwrite of the traffic contract.
INT bwmCurCfgContractHistory1.3.6.1.4.1.1872.2.1.17.3.2.1.7INTEGERread-onlyEnable/disable save contract statistics on the TFTP server of the traffic contract.
bwmNewCfgContractTable1.3.6.1.4.1.1872.2.1.17.3.3not-accessibleThe table of BWM traffic contract configuration in the current_configuration block.
bwmNewCfgContractTableEntry1.3.6.1.4.1.1872.2.1.17.3.3.1not-accessibleA row in the BWM traffic contract configuration table in the current_configuration block.
INT bwmNewCfgContractIndx1.3.6.1.4.1.1872.2.1.17.3.3.1.1INTEGERread-onlyThe index of the row in BWM traffic contract configurations table.
STR bwmNewCfgContractName1.3.6.1.4.1.1872.2.1.17.3.3.1.2DisplayStringread-writeThe traffic contract name.
INT bwmNewCfgContractState1.3.6.1.4.1.1872.2.1.17.3.3.1.3INTEGERread-writeThis is the state of the traffic contract.
INT bwmNewCfgContractPolicy1.3.6.1.4.1.1872.2.1.17.3.3.1.4INTEGERread-writeThis is policy number of the traffic contract
INT bwmNewCfgContractDelete1.3.6.1.4.1.1872.2.1.17.3.3.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.
INT bwmNewCfgContractPrec1.3.6.1.4.1.1872.2.1.17.3.3.1.6INTEGERread-writeThe precedence value of the traffic contract
INT bwmNewCfgContractUseTos1.3.6.1.4.1.1872.2.1.17.3.3.1.7INTEGERread-writeEnable/disable the TOS overwrite of the traffic contract.
INT bwmNewCfgContractHistory1.3.6.1.4.1.1872.2.1.17.3.3.1.8INTEGERread-writeEnable/disable save contract statistics on the TFTP server of the traffic contract.

RFC description

Manages Alteon load balancer configurations including virtual services, VRRP, and server load balancing.

Start monitoring Alteon (Nortel/Radware) content-switching appliances (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-PRIVATE-MIBS