ARICENT-ISS-MIB
AI MIB Summary
The ARICENT-ISS-MIB module provides SNMP management capabilities for Aricent's Integrated Session Server (ISS) infrastructure, enabling the monitoring of critical session state metrics, active call counts, and resource utilization statistics. It facilitates the tracking of session establishment failures, throughput performance, and hardware health indicators specific to the ISS platform's voice and data traffic processing functions.
The MIB for ISS.
Main OID:
iss.1.3.6.1.4.1.2076.81
328
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
328 total| Object Name |
|---|
issThe MIB for ISS. MODULE-IDENTITY .1.3.6.1.4.1.2076.81 |
issNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.2076.81.0 |
issTrapConfigRestoreThis trap signifies the successful restoration of the saved configuration NOTIFICATION-TYPE .1.3.6.1.4.1.2076.81.0.1 |
issMsrUpdateEventFailAn MsrUpdateEventFail notification is sent when there is some failure in configuration change event received from SNMP Agent. issMsrFailedOid indicates the OID for which configuration change event has failed. issMsrFailedValue indicates the value of the corresponding OID for which configuration change event failure has occured. NOTIFICATION-TYPE .1.3.6.1.4.1.2076.81.0.2 |
issAuditTrapMessageThis trap notifies the erros on Audit file. NOTIFICATION-TYPE .1.3.6.1.4.1.2076.81.0.3 |
issTrapTemperatureThis notification is sent when the current temperature rises above or drops below the threshold. NOTIFICATION-TYPE .1.3.6.1.4.1.2076.81.0.4 |
issTrapCPUThresholdThis notification is sent when CPU load exceeds the threshold value NOTIFICATION-TYPE .1.3.6.1.4.1.2076.81.0.5 |
issTrapPowerSupplyThis notification is sent when the current voltage drops below or exceeds the threshold value NOTIFICATION-TYPE .1.3.6.1.4.1.2076.81.0.6 |
issTrapRAMUsageThis notification is sent when the RAM usage crosses the threshold percentage. NOTIFICATION-TYPE .1.3.6.1.4.1.2076.81.0.7 |
issTrapFlashUsageThis notification is sent when the flash usage crosses the threshold. NOTIFICATION-TYPE .1.3.6.1.4.1.2076.81.0.8 |
issTrapFanStatusThis notification is sent when the fan status is changed from down state to up state or vice versa. NOTIFICATION-TYPE .1.3.6.1.4.1.2076.81.0.9 |
issLogTrapMessageThis trap notifies the erros on System Log file. NOTIFICATION-TYPE .1.3.6.1.4.1.2076.81.0.10 |
issPauseFloodSnmpTrapMessageThis object is used to notify the pause flood condition when the pause flood mode is 'enabled' NOTIFICATION-TYPE .1.3.6.1.4.1.2076.81.0.11 |
issSystem OBJECT IDENTIFIER .1.3.6.1.4.1.2076.81.1 |
issSwitchNameSystem name used for identification of the device.rw DisplayString .1.3.6.1.4.1.2076.81.1.1 |
issHardwareVersionVersion number of the Hardware.ro DisplayString .1.3.6.1.4.1.2076.81.1.2 |
issFirmwareVersionVersion number of the Firmware.ro DisplayString .1.3.6.1.4.1.2076.81.1.3 |
issDefaultIpAddrCfgModeSpecifies the means by which the default interface in the device gets the IP address. If 'manual' mode is selected, the default interface takes the 'issDefaultIpAddr' configured in the system. If 'dynamic' mode is selected, the default interface gets the IP address through dynamic IP address configuration protocols such as RARP client, BootP client, DHCP Client, etc. If the system fails to get the IP address dynamically through all the above protocols, the default interface uses the 'issDefaultIpAddr' configured in the system.rw Enumeration .1.3.6.1.4.1.2076.81.1.4 |
issDefaultIpAddrDefault IP Address of the system. This IP address, if modified, will take effect only when the configuration is stored & restored.rw IpAddress .1.3.6.1.4.1.2076.81.1.5 |
issDefaultIpSubnetMaskIP subnet mask for the default IP address. This subnet mask, if modified, will take effect only when the configuration is stored & restored.rw IpAddress .1.3.6.1.4.1.2076.81.1.6 |
issEffectiveIpAddrEffective IP address of the switch to be used for contacting through SNMP interface or web interface. This IP address will be same as the default IP address if the device fails to get the IP address dynamically or the 'DefaultIpAddrCfgMode' is 'manual'. This IP address will be different from the default IP address if the device manages to get the IP address dynamically. In either condition, this is the effective IP address to be used for contacting the switch.rodeprecated IpAddress .1.3.6.1.4.1.2076.81.1.7 |
issDefaultInterfaceName of the default interface that can be used for communicating with the system for configuration through SNMP or WebInterface. The default interface, if modified, will take effect only when the configuration is stored & restored.rw DisplayString .1.3.6.1.4.1.2076.81.1.8 |
issRestartThis object allows the user to restart the Switch (i.e)the entire switch will operationally go down and start again. Setting a value of 'true' causes the switch to be restarted. When the switch operationally goes down, configuration save operation is initiated based on the configuration save option chosen. When the switch operationally come up, the saved configurations are restored based on the restore option chosen. Once the switch is restarted, the value of this object reverts to 'false'.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2076.81.1.9 |
issConfigSaveOptionSpecifies whether the configurations of the switch has to be saved or not. The value 'noSave' specifies that the configurations need not be saved. The value 'flashSave' specifies that the configurations need to be saved in flash in the specified file name issConfigSaveFileName. The value 'remoteSave' specifies that the configurations need to be saved in specified remote system. The value 'startupConfig' specifies that the configurations need to be saved in flash in the 'Startup Configuration File'. When the issConfigIncrSaveFlag and the issConfigAutoSaveTrigger are set as true then the default value of issConfigSaveOption is startupConfig. When issConfigIncrSaveFlag is set as false or when issConfigAutoSaveTrigger is set as false then the default value of issConfigSaveOption is noSave.rw Enumeration .1.3.6.1.4.1.2076.81.1.10 |
issConfigSaveIpAddrIP Address of the remote system to which the switch configurations have to be saved. This object is valid only if 'issConfigSaveOption' is chosen to be 'remoteSave'. This object is deprecated, as this object supports only IPv4, this IP can be set through issConfigSaveIpvxAddr object and object issConfigSaveIpvxAddrType will be set to 1 i.e. IPv4rwdeprecated IpAddress .1.3.6.1.4.1.2076.81.1.11 |
issConfigSaveFileNameName of the file in which the switch configurations are to be saved. This object is valid only if 'issConfigSaveOption' is chosen to be 'flashSave' or 'remoteSave'.rw DisplayString .1.3.6.1.4.1.2076.81.1.12 |
issInitiateConfigSaveWhen set as 'true' switch configurations save operation is initiated. As soon as the configuration save operation is completed, the value of this object reverts back to 'false'. All the configurations made via the three interfaces viz. -> commandline interface -> Web Interface -> SNMP interface are saved either in 'Startup Configuration File' in the flash or in the specified 'issConfigSaveFileName' in the flash or in the chosen remote system, depending upon 'ConfigSaveOption'.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2076.81.1.13 |
issConfigSaveStatusStatus of configuration save operation.ro Enumeration .1.3.6.1.4.1.2076.81.1.14 |
issConfigRestoreOptionSpecifies whether the switch configurations have to be restored or not. The value 'noRestore' specifies that the switch configurations need not be restored when the system is restarted. The value 'restore' specifies that the configurations need to be restored from the 'Startup Configuration File' in the flash when the system is restarted.rw Enumeration .1.3.6.1.4.1.2076.81.1.15 |
issConfigRestoreIpAddrIP Address of the remote system from where the switch configurations have to be downloaded to the 'Startup Configuration File' in the flash. This object is deprecated, as this object supports only IPv4, this IP can be set through issConfigRestoreIpvxAddr object and object issConfigRestoreAddrType will be set to 1 i.e. IPv4rwdeprecated IpAddress .1.3.6.1.4.1.2076.81.1.16 |
issConfigRestoreFileNameThe configuration file name in the remote system which has to be downloaded to the 'Startup Configuration File' in the flash.rw DisplayString .1.3.6.1.4.1.2076.81.1.17 |
issInitiateConfigRestoreWhen set as 'true', the switch configurations will be downloaded from the specified remote system to the 'Startup Configuration File' in the flash. As soon as the configuration download operation is completed, the value of this object reverts back to 'false'.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2076.81.1.18 |
issConfigRestoreStatusThe status of the switch configuration restore operation.ro Enumeration .1.3.6.1.4.1.2076.81.1.19 |
issDlImageFromIpThe Ip Address of machine from where the image has to be downloaded. This object is deprecated, as this object supports only IPv4, this IP can be set through issDlImageFromIpvxAddr object and object issDlImageFromIpAddrType will be set to 1 i.e. IPv4rwdeprecated IpAddress .1.3.6.1.4.1.2076.81.1.20 |
issDlImageNameThe image name which is to be downloaded to the switch.rw DisplayString .1.3.6.1.4.1.2076.81.1.21 |
issInitiateDlImageInitiates the Image Download operation.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2076.81.1.22 |
issLoggingOptionThe Logging option specifying whether the logging is to be done at console or to a file(system buffer) in the system. Flash specifies the logging of traces into a file.rw Enumeration .1.3.6.1.4.1.2076.81.1.23 |
issUploadLogFileToIpThe Ip Address of machine to which the log file is to be uploaded. This object is deprecated, as this object supports only IPv4, this IP can be set through issUploadLogFileToIpvxAddr object and object issUploadLogFileToAddrType will be set to 1 i.e. IPv4rwdeprecated IpAddress .1.3.6.1.4.1.2076.81.1.24 |
issLogFileNameThe file name to be used for uploading the logs from 'file' to the remote system. This object is useful only when the 'LogOption' is chosen as 'file'.rw DisplayString .1.3.6.1.4.1.2076.81.1.25 |
issInitiateUlLogFileInitiates uploading of Log File to the specified IP address in 'issUploadLogFileToIp'. The logs will be uploaded in the specified 'issLogFileName'.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2076.81.1.26 |
issRemoteSaveStatusStatus of remote save operation. The remote save operation could be a a) configuration file save to remote system b) log file upload to remote system.ro Enumeration .1.3.6.1.4.1.2076.81.1.27 |
issDownloadStatusThe status of the Image download operation to the switch.rw Enumeration .1.3.6.1.4.1.2076.81.1.28 |
issSysContactThe textual identification of the contact person for this managed node, together with information on how to contact this person. If no contact information is known, the value is the zero-length string.rwdeprecated DisplayString .1.3.6.1.4.1.2076.81.1.29 |
issSysLocationThe physical location of this node (e.g., `telephone closet, 3rd floor'). If the location is unknown, the value is the zero-length string.rwdeprecated DisplayString .1.3.6.1.4.1.2076.81.1.30 |
issLoginAuthenticationConfigures the mechanism by which the user login has to be authenticated for accessing the GUI to manage the switch. Authentication is done either locally or in the remote side through a RADIUS Server or TACACS. If Authentication is configured as radiusLocal or tacacsLocal then Local authentication provides a back door or a secondary option for authentication if the server fails.rw Enumeration .1.3.6.1.4.1.2076.81.1.31 |
issSwitchBaseMacAddressEthernet address (base address) of the Switch. This base Mac Address, if modified, will take effect only when the Switch is restarted.rw MacAddress (SNMPv2-TC) .1.3.6.1.4.1.2076.81.1.32 |
issOOBInterfaceIndicates wheteher OOB Interface Exists in the Systemro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2076.81.1.33 |
issSwitchDateThe date is configured in the switch in the format, Hours:Minutes:Seconds Day Month Year e.g 19:10:31 11 08 2005 01-12 Month - beginning from January to December The railway time 00 to 24 hours can be configured and displayed. The Display of the date is in the format , WeekDay Month Day Hours:Minutes:Seconds Year e.g 04 09 21 18:11:30 2005 01-07 WeekDay - beginning from Sunday to Saturday 01-12 Month - beginning from January to Decemberrw DisplayString .1.3.6.1.4.1.2076.81.1.34 |
issNoCliConsoleIndicates whether the CLI console prompt will be made available to the user for the session through serial console. When set to TRUE CLI prompt will be available in serial console, when set to FALSE CLI prompt will NOT be available in serial console session, for the value to take effect, the switch must be restarted, the value does not affect the availability of ISS CLI prompt in sessions established through Telnet.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2076.81.1.35 |
issDefaultIpAddrAllocProtocolSpecifies the protocol to be used to obtain IP address for this interface. This object is valid only when issDefaultIpAddrCfgMode is set to dynamic (2). Currently rarp (1) option is not supported.rw Enumeration .1.3.6.1.4.1.2076.81.1.36 |
issHttpPortThe port to be used by the hosts/PC to configure ISS using the Web Interface. The HTTP server must be disabled before this configuration is donerw Integer32 .1.3.6.1.4.1.2076.81.1.37 |
issHttpStatusThis object is for enabling or disabling HTTP in the system.rw Enumeration .1.3.6.1.4.1.2076.81.1.38 |
issConfigRestoreFileVersionConfig Restoration file version. This version will be compared in each reboot against version stored in restoration file. Restoration will occur only if the first field in restoration file is this OID and the RestoreFileVersion value also matches.ro DisplayString .1.3.6.1.4.1.2076.81.1.39 |
issDefaultRmIfNameName of the default RM interface that can be used for communication between the Active and Standby nodes for providing redundancy support.The default RM interface, if modified, will take effect only when the switch is restartedrw DisplayString .1.3.6.1.4.1.2076.81.1.40 |
issDefaultVlanIdThe Default VLAN Identifier to be used at system startup. The VLAN Module creates this vlan as the default vlan. The Default VLAN Identifier, if modified, will take effect only when the switch is restarted. It is not advisable to change the default VLAN ID when some configurations are already saved. Once the Default VLAN Id is configured, the switch has to be restarted before saving any configuration.rw Integer32 .1.3.6.1.4.1.2076.81.1.41 |
issNpapiModeThe Mode of NPAPI Processing. It can be 1. Synchronous, 2. Asynchronous.rw DisplayString .1.3.6.1.4.1.2076.81.1.42 |
issConfigAutoSaveTriggerWhen set as 'true', automatic save operation is enabled. i.e., every configuration is saved automatically. When set as 'false', automatic save operation is disabled. i.e., configuration done will not be save automatically. IncrSave is ON : auto save can be enabled /disabled in the system. IncrSave is OFF : auto save can be enabled /disabled in the system, No effect in the system behaviour(in this case no update trigger is generated towards MSR). ============================================================================ issConfig issConfig incrSaveFlag AutoSaveOption Behaviour ============================================================================ TRUE TRUE Data is added to RB Tree and based on save option data is added to remote/local incremental file. TRUE FALSE Data is added to RB tree only. FALSE xx in this case no update trigger is generated towards MSR. ============================================================================ To enable issConfigAutoSaveTrigger, the issConfigIncrSaveFlag has to be enabled. The configuration update to issConfigIncrSaveFlag will become applicable only after switch restart. When issConfigIncrSaveFlag is enabled, the configuration of issConfigAutoSaveTrigger will be immediately reflected in the system.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2076.81.1.43 |
issConfigIncrSaveFlagIndicates whether SNMP Update Trigger for Incremental Save shall be generated or not. 'True' value implies that the update trigger shall be generated each time a nmhSet operation is successful. 'False' value implies that the update trigger shall not be generated at all. Following table explains the combinations of various configurations ============================================================================ issConfig issConfig issConfig IncrSaveFlag AutoSaveTrigger SaveOption Behaviour ============================================================================ TRUE TRUE Remote Save tftp to remote (on every update trigger) TRUE FALSE Remote Save tftp to remote (operator triggered) FALSE xx Remote Save tftp to remote (operator triggered) TRUE TRUE Flash Save save to local (on every update trigger) TRUE FALSE Flash Save save to local (operator triggered) FALSE xx Flash Save save to local (operator triggered) TRUE TRUE No Save Data added to RB Tree TRUE FALSE No Save Data added to RB Tree FALSE xx No Save No Update trigger is sent to MSR ============================================================================ The configuration of the issConfigIncrSaveFlag object from true to false or vice versa will be used only after switch restart. As the auto save of configurations cannot be used when the issConfigIncrSaveFlag is set to false, the issConfigAutoSaveTrigger has to be set to false before setting the issConfigIncrSaveFlag to false.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2076.81.1.44 |
issConfigRollbackFlagIndicates whether SNMP Rollback feature is enabled or disabled. 'enabled' value implies that failure in set operation for any varbind will result in rollback of all varbinds whose value has been set in this SET PDU 'disabled' value implies that failure in set operation will simply return error.rw Enumeration .1.3.6.1.4.1.2076.81.1.45 |
issConfigSyncUpOperationIndicates that sync operation is to be performed. Incremental save OFF: RB tree, incremental file/buffer are not present in the system, sync operation is not allowed in the system. Incremental save ON : On receiving this event, MSR deletes the data present in the RB tree and configuration data at MSR shall be made In sync with data store at protocols. Following table explains the combinations of various configurations ============================================================================ issConfig issConfig IncrSaveFlag SaveOption Behaviour ============================================================================ TRUE Remote Save RB Tree data made in sync with the data stored at protocols, same data Is updated at remote system, incremental file (at remote) is emptied. TRUE Local Save RB Tree data made in sync with the data stored at protocols, same data Is updated in local configuration file and incremental file (issinc.conf) is emptied. FALSE xx Event is not allowed in the system, MSR returns failure. ============================================================================rw Enumeration .1.3.6.1.4.1.2076.81.1.46 |
issFrontPanelPortCountThe object defines the number of physical ports configured in a device for the purpose of switching/routing. The value of the object should not exceed system defined MAX physical interfaces, when the configured value is less than the MAX physical interfaces, the difference in port count shall be used for stacking purpose only when the stacking object issColdStandbyStacking is enabled else the ports are considered as physically not present and would not be initialized. It is not advisable to change the Front panel port count when some configurations are already saved. Once the Front panel port count is configured, the switch has to be restarted before saving any configuration.rw Integer32 .1.3.6.1.4.1.2076.81.1.47 |
issAuditLogStatusTo Enable or disable Audit Loggingrw Enumeration .1.3.6.1.4.1.2076.81.1.48 |
issAuditLogFileNameThe name of the file to which Audit log is savedrw DisplayString .1.3.6.1.4.1.2076.81.1.49 |
issAuditLogFileSizeThis is the maximum file size in bytes of the config.txt filerw Unsigned32 (1024 .. 1048576) .1.3.6.1.4.1.2076.81.1.50 |
issAuditLogResetSetting this to true ,erases the contents in configs.txt fileand start loggingrw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2076.81.1.51 |
issAuditLogRemoteIpAddrIP Address of the remote system to which the Audit file has to be transfered from flash. This object is deprecated, as this object supports only IPv4, this IP can be set through issAuditLogRemoteIpvxAddr object and object issAuditLogRemoteAddrType will be set to 1 i.e. IPv4rwdeprecated IpAddress .1.3.6.1.4.1.2076.81.1.52 |
issAuditLogInitiateTransferSetting this will start transfer of the file indicated by issAuditLogFileName from flash to remote Address mentioned by issAuditLogRemoteIpAddrrw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2076.81.1.53 |
issAuditTransferFileNameThe name of the file to be retrieved from flashrw DisplayString .1.3.6.1.4.1.2076.81.1.54 |
issDownLoadTransferModeTo select the Transfer mode for downloading image.rw Enumeration .1.3.6.1.4.1.2076.81.1.55 |
issDownLoadUserNameThis mib-object is used for setting User name required for downloading image. When Transfer Mode is selected as tftp, contents of this mib-object becomes irrelevant.rw DisplayString .1.3.6.1.4.1.2076.81.1.56 |
issDownLoadPasswordThis mib-object is used for setting password required for downloading image. When Transfer Mode is selected as tftp, contents of this mib-object becomes irrelevant.rw DisplayString .1.3.6.1.4.1.2076.81.1.57 |
issUploadLogTransferModeTo select the Transfer mode for uploading log file.rw Enumeration .1.3.6.1.4.1.2076.81.1.58 |
issUploadLogUserNameThis mib-object is used for setting User name required for uploading log file. When Transfer Mode is selected as tftp, contents of this mib-object becomes irrelevant.rw DisplayString .1.3.6.1.4.1.2076.81.1.59 |
issUploadLogPasswdThis mib-object is used for setting password required for uploading log file. When Transfer Mode is selected as tftp, contents of this mib-object becomes irrelevant.rw DisplayString .1.3.6.1.4.1.2076.81.1.60 |
issConfigSaveTransferModeTo select the Transfer mode for saving the configurations on to a remote system. Contents of this mib is relevant only when issConfigSaveOption is remote save.rw Enumeration .1.3.6.1.4.1.2076.81.1.61 |
issConfigSaveUserNameThis mib-object is used for setting User name required for saving configurations onto a remote site. Contents of this mib is relevant only when issConfigSaveOption is remote save and issConfigSaveTransferMode is SFTP.rw DisplayString .1.3.6.1.4.1.2076.81.1.62 |
issConfigSavePasswordThis mib-object is used for setting Password required for saving configurations onto a remote site. Contents of this mib is relevant only when the value of issConfigSaveOption is remote save and issConfigSaveTransferMode is SFTP.rw DisplayString .1.3.6.1.4.1.2076.81.1.63 |
issSwitchMinThresholdTemperatureIndicates the minimum threshold temperature of the switch in celsius. When the current temperature drops below the threshold, an SNMP trap with maximum severity will be sent to the manager.rw Integer32 (-15..30) .1.3.6.1.4.1.2076.81.1.64 |
issSwitchMaxThresholdTemperatureIndicates the maximum threshold temperature of the switch in celsius. When the current temperature rises above the threshold, an SNMP trap with maximum severity will be sent to the manager.rw Integer32 .1.3.6.1.4.1.2076.81.1.65 |
issSwitchCurrentTemperatureIndicates the current temperature of the switch in celsius.ro Integer32 .1.3.6.1.4.1.2076.81.1.66 |
issSwitchMaxCPUThresholdIndicates the maximum CPU usage of the switch in percentage. When CPU load exceeds the threshold value, an SNMP trap with maximum severity will be sent to the manager.rw Integer32 .1.3.6.1.4.1.2076.81.1.67 |
issSwitchCurrentCPUThresholdIndicates the current CPU threshold of the switch in percentagero Integer32 .1.3.6.1.4.1.2076.81.1.68 |
issSwitchPowerSurgeIndicates the maximum power supply of the switch in volts. When the current voltage exceeds the threshold value, an SNMP trap with maximum severity will be sent to the manager.rw Integer32 .1.3.6.1.4.1.2076.81.1.69 |
issSwitchPowerFailureIndicates the minimum power supply of the switch in volts. When the current voltage drops below the threshold value, an SNMP trap with maximum severity will be sent to the manager.rw Integer32 .1.3.6.1.4.1.2076.81.1.70 |
issSwitchCurrentPowerSupplyIndicates the current power supply in volts.ro Integer32 .1.3.6.1.4.1.2076.81.1.71 |
issSwitchMaxRAMUsageIndicates the maximum RAM usage of the switch in percentage. When the RAM usage crosses the threshold percentage an SNMP trap with maximum severity will be sent to the manager.rw Integer32 .1.3.6.1.4.1.2076.81.1.72 |
issSwitchCurrentRAMUsageIndicates the current RAM usage of the switch in percentagero Integer32 .1.3.6.1.4.1.2076.81.1.73 |
issSwitchMaxFlashUsageIndicates the maximum flash usage of the switch in percentage. When the flash usage crosses the threshold percentage an SNMP trap with maximum severity will be sent to the manager.rw Integer32 .1.3.6.1.4.1.2076.81.1.74 |
issSwitchCurrentFlashUsageIndicates the current flash usage of the switch in percentagero Integer32 .1.3.6.1.4.1.2076.81.1.75 |
issConfigRestoreFileFormatVersionConfig Save Restoration file format Version.This issConfigRestoreFile FormatVersion value will be compared in each reboot against file format version value stored in restoration file.Restoration will occur only if the Restore file format version OID in restoration file matches this OID and the value of Restore file format version field in restoration file matches this OID's value. The current value of this issConfigRestoreFileFormatVersion is 1.1. If any change happens in Restore File Format,then the value of this object will be updated like this 1.2,1.3,1.4,1.5,....ro DisplayString .1.3.6.1.4.1.2076.81.1.76 |
issDebugOptionThis object stores the trace option string input given by the user. To enable particular trace the user has to enter the corresponding string(given below) assigned for that. And for enabling more than once traces the user has to enter the corresponding strings with SPACE delimiter between each string. enable - Enables the corresponding option. disable - Disables the corresponding option. init-shut - Init and Shutdown traces failure - All Failure Traces func-entry-exit - Funtion entry and exit for example to enable init-shut and failure trace the input string should be enable init-shut failurerw DisplayString .1.3.6.1.4.1.2076.81.1.77 |
issConfigDefaultValueSaveOptionIndicates whether default values needs to be saved or not when incremental save option is true.'enabled' value implies, MSR stores default values also when Incremental save is true.'disabled' value implies, MSR does not store default values when Incremental save is true. Configuring this object value will update in issnvram.txt file. The configured value will get into effect only after rebooting the ISS.rw Enumeration .1.3.6.1.4.1.2076.81.1.78 |
issConfigSaveIpAddrTypeThis object specifies the address type of the remote system to which the switch configurations have to be saved.The address type can be IPv4 or IPv6 unicast address or DNS. This object is valid only if 'issConfigSaveOption' is chosen to be 'remoteSave'.rw InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.2076.81.1.79 |
issConfigSaveIpvxAddrThis object specifies the IP Address of the remote system to which the switch configurations have to be saved. It supports DNS host name when 'issConfigSaveIpAddrType' is of DNS Type. This object is valid only if 'issConfigSaveOption' is chosen to be 'remoteSave'.rw InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.2076.81.1.80 |
issConfigRestoreIpAddrTypeThis object specifies the IP Address type of the remote system from where the switch configurations have to be downloaded to the 'Startup Configuration File' in the flash. The address type can be IPv4 or IPv6 unicast address or DNS.rw InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.2076.81.1.81 |
issConfigRestoreIpvxAddrThis object specifies the IP Address of the remote system from where the switch configurations have to be downloaded to the 'Startup Configuration File' in the flash. The address type can be IPv4 or IPv6 unicast address or DNS type.rw InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.2076.81.1.82 |
issDlImageFromIpAddrTypeThis object specifies the address type of machine from where the image has to be downloaded. The address type can be IPv4 or IPv6 unicast address or DNS.rw InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.2076.81.1.83 |
issDlImageFromIpvxThe IP Address of machine from where the image has to be downloaded.rw InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.2076.81.1.84 |
issUploadLogFileToIpAddrTypeThis object specifies the address Type of machine to which the log file is to be uploaded.The address type can be IPv4 or IPv6 unicast address or DNS.rw InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.2076.81.1.85 |
issUploadLogFileToIpvxThis object specifies the address type of machine to which the log file is to be uploaded.rw InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.2076.81.1.86 |
issAuditLogRemoteIpAddrTypeIP Address Type of the remote system to which the Audit file has to be transfered from flash.rw InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.2076.81.1.87 |
issAuditLogRemoteIpvxAddrIP Address of the remote system to which the Audit file has to be transfered from flash.rw InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.2076.81.1.88 |
issSystemTimerSpeedConfigures the system timer speed. This is for testing purpose. Value - 1 enables the timer to run in real time speed. Values from (2 - 1000), enables the timer to run (2x - 1000x) faster.rw Unsigned32 .1.3.6.1.4.1.2076.81.1.89 |
issMgmtInterfaceRoutingEnables / Disables Routing over the Management Interface. This object can be configured only if the Management Port is used for IP Access.rw Enumeration .1.3.6.1.4.1.2076.81.1.90 |
issMacLearnRateLimitMaximum number of unicast dynamic MAC (L2) entries hardware can learn in the system, in a configured time interval 'issMacLearnRateLimitInterval'. In next subsequent time interval, hardware can learn number of previously learnt MAC entries plus present 'issMacLearnRateLimit' value, this cycle will continue until MAC learning reaches to maximum number of L2 unicast dynamic entries learning capacity of the system. If rate limit is changed while 'issMacLearnLimitRateInterval' timer is running, new rate limit value takes effect on next timer restart. This limit is to control the number of MAC entries indication to control plane from hardware, when hardware MAC learning is enabled. Configuration value '0' disables this feature in the system. This configuration does not impose any restrictions on multicast/broadcast and dynamic/static/protocol(MMRP) MAC learning capability limits.rw Integer32 .1.3.6.1.4.1.2076.81.1.91 |
issMacLearnRateLimitIntervalNumber of MAC entries,'issMacLearnRateLimit' that can be learnt in the system in this configured time interval. Any changed timer interval value will take effect in next timer restart.rw Unsigned32 .1.3.6.1.4.1.2076.81.1.92 |
issVrfUnqMacFlagUnique mac address can be assigned to each virtual router by enabling this flag. Configuring this object value will result in updation to issnvram.file. The configured value will take effect in ISS on next reboot.rw Enumeration .1.3.6.1.4.1.2076.81.1.93 |
issLoginAttemptsNumber of times a user may be allowed to login using wrong password in the login prompt.rw Integer32 .1.3.6.1.4.1.2076.81.1.94 |
issLoginLockTimeTime in seconds a user is blocked following unsuccessful logins.rw Integer32 .1.3.6.1.4.1.2076.81.1.95 |
issAuditLogSizeThresholdThis is the threshold value of the Log storage space with respect to the maximum Log Storage Space. It is entered as a percentage value.rw Unsigned32 .1.3.6.1.4.1.2076.81.1.96 |
issTelnetStatusThis object is for enabling or disabling the TELNET in the system. Set operation of enable will move this object to the enableInProgress first then to the enable on successfull transition. Otherwise it will move back to the old state. Same applies to the disable also. CAUTION: enableInProgress and disableInProgress are not admin configurable valuesrw Enumeration .1.3.6.1.4.1.2076.81.1.97 |
issWebSessionTimeOutSet the Web Session Time Out Value in Secondsrw Integer32 .1.3.6.1.4.1.2076.81.1.98 |
issWebSessionMaxUsersSet the maximum number of web sessionsrw Integer32 .1.3.6.1.4.1.2076.81.1.99 |
issHeartBeatModeThe object is for setting the method for Redundancy manager election mechanism, it can be internal election logic or it can be a external logic. When this object is set to be internal, proprietary election logic called as HearBeat mechanism is applied for electing the Active/Standby card in a redundant systems. When this object is set to be external, external election logic should be applied for electing Active/Standby card in a redundant systems. By default this object is set to Internal.rw Enumeration .1.3.6.1.4.1.2076.81.1.100 |
issRmRTypeThe object is for setting the type of the Redundancy manager, it can be Hot or Cold. When this object is set to be cold, whenever there is node state transition from Standby to Active, the node needs to re-start, re-initialized the hardware completely. When this object is set to be Hot, whenever there is node state transition from Standby to Active, the hardware should not be re-initialized. When the configurations are saved in a file in Active node, then this needs to be transferred to the standby node in both the redundancy modes. By default this is set to Hot.rw Enumeration .1.3.6.1.4.1.2076.81.1.101 |
issRmDTypeThis object specifies the type of the dataplane/hardware, it can be a shared dataplane or a separate dataplane. When this object is set to be shared, standby card in a redundancy system should not program the hardware and hardware audit should be conducted to sync the hardware and software after switchover/node-transition. When this object is set to be separate, it specifies that the nodes have separate hardware, therefore standby card in a redundant system should program the hardware and hardware audit is not required, since the hardware and software are in sync always. By default this is set to Shared.rw Enumeration .1.3.6.1.4.1.2076.81.1.102 |
issClearConfigWhen the object is set to TRUE, configurations will be cleared and default configurations will be restored. The value will be reset to FALSE again.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2076.81.1.103 |
issClearConfigFileNameThis is the name of the file, which contains the default configurations to be restored once configurations are cleared. This is optional. When this file name is given, configurations in this file are assumed to be default configurations. This configuration will be restored once the configurations are cleared in ISS data base. When this file name is not given, default configurations will not be restored. Only default interface and VLAN will be brought up for management connectivity. When default configurations are to be restored, this object should be configured first before configuring the issClearConfig object.rw DisplayString .1.3.6.1.4.1.2076.81.1.104 |
issTelnetClientStatusThis object is for enabling or disabling the TELNET client functionality in the system. Set operation of enable will allow to establish new Telnet client sessions. Set operation of disable will not allow a new Telnet client session, also terminates the active client sessions which are already running. By default it will be enabledrw Enumeration .1.3.6.1.4.1.2076.81.1.105 |
issSshClientStatusThis object is for enabling or disabling the SSH client functionality in the system. Set operation of enable will allow to establish new SSH client sessions. Set operation of disable will not allow a new SSH client sessions, also terminates the active client sessions which are already running. By default it will be enabledrw Enumeration .1.3.6.1.4.1.2076.81.1.106 |
issActiveTelnetClientSessionsSpecifies the number of active Telnet client sessions runningro Integer32 .1.3.6.1.4.1.2076.81.1.107 |
issActiveSshClientSessionsSpecifies the number of active SSH client sessions runningro Integer32 .1.3.6.1.4.1.2076.81.1.108 |
issLogFileSizeThis is the maximum file size in bytes of the log filerw Unsigned32 .1.3.6.1.4.1.2076.81.1.109 |
issLogResetSetting this to true ,erases the contents in configs.txt fileand start loggingrw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2076.81.1.110 |
issLogSizeThresholdThis is the threshold value of the Log storage space with respect to the maximum Log Storage Space. It is entered as a percentage value.rw Unsigned32 .1.3.6.1.4.1.2076.81.1.111 |
issAutomaticPortCreateThis object is for enabling and disabling automatic port create feature.When set to enabled the ports in will be automatically created in RSTP module when it is mapped to a context.When set to disabled ports are not created automatically and ports can be created at rstp module level.rw Enumeration .1.3.6.1.4.1.2076.81.1.112 |
issUlRemoteLogFileNameThis object is used to specify the filename/filename with path to which the local file need to be copied in the remote system. This object is useful only when the 'LogOption' is chosen as 'file'.rw DisplayString .1.3.6.1.4.1.2076.81.1.113 |
issDefaultExecTimeOutThis object is for configuring the default idle time out for ISS Prompt (exec-time out).rw Unsigned32 .1.3.6.1.4.1.2076.81.1.114 |
issRmStackingInterfaceTypeThis object is used to specify the type of stacking Interface used for RM communication . Interface can be either an Out of Band port (or) an Inband Ethernet port. This will be specified in issnvram.txt. If an Out of Band port is used,RM Interface should be specified in issnvram.txt . RM Heartbeat and synchronization messages will be transmitted as IP packets. Native Linux TCP/IP stack is used to achieve Transport protocol functionality. If an Inband Ethernet port is used, RM Stack Interface will be specified in Nodeid file . RM Heartbeat messages will be transmitted as Ethernet packets and synchronization messages will be transmitted as IP packets .Aricent TCP/IP stack is used to achieve Transport protocol functionality.IP Address and the subnet Mask to be used for this TCP/IP communication will be specified in NodeId file. Configuring this object will result in updation to issnvram.txt file. The configured value will take effect in ISS on next reboot.rw Enumeration .1.3.6.1.4.1.2076.81.1.115 |
issPeerLoggingOptionThe Logging option specifying whether the Standby logging is to be done at console or to a file(system buffer) in the system. Flash specifies the logging of traces into a file.rw Enumeration .1.3.6.1.4.1.2076.81.1.116 |
issStandbyRestartIn a High Availability System, this object allows the user to restart the Standby switch (i.e) the entire Standby switch will operationally go down and start again. Setting a value of 'true' causes the Standby switch to be restarted. This configuration will be done in the Active switch in order to restart the Standby switch. This configuration will not have any impact on the Active switch. Active switch can be restarted using issRestart object.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2076.81.1.117 |
issRestoreTypeSpecifies whether the restoration type is MIB based save and restore or CLI based save and restore. The value 'msr' specifies that the configuration restore will be in the format of MIB OID. The value 'csr' specifies that the configuration restore will be in the format of CLI commandsrw Enumeration .1.3.6.1.4.1.2076.81.1.118 |
issSwitchModeTypeThis MIB object configures switching mode configuration at switch level. The switching mode configuration done at switch level will be applied on all the ports in the system including stacking ports. When configured as StoreForward(2), the switch operates in a store-and-forward mode and the switch checks each frame for cyclic redundancy check (CRC) errors before forwarding them to the network. Each frame is stored until the entire frame has been received and checked. Because the switch waits for forwarding the frame until the entire frame has been received and checked, the switching speed in Store-Forward switching mode is slower than the switching speed in Cut-Through switching modes. When configured any of the cut-through modes, the switch operates in Cut-Through switching mode and start forwarding the frame as soon as the switch has read the destination details in the packet header. A switch in Cut-Through mode forwards the data before it has completedreceiving the entire frame. The switching speed in Cut-Through mode is faster than the switching speed in Store-Forward switching mode. Switching mode configuration: CutThroughSameSpeed(1) : Cut-through forwarding between same speed ports StoreForward(2) : Store and forward switching mode CutThroughSlowToFast(3): Cut-through forwarding between slower to faster speed ports. CutThroughFastToSlow(4): Cut-through forwarding between faster to slower speed ports. NOTE: Few platforms supports extended Cut-Through mode for ports with mismatched speeds.(eg. slow-to-fast, fast-to-slow). Platforms which doesn't support extended Cut-Through mode, Cut-Through same speed shall be considered as Cut-Through switching moderw Enumeration .1.3.6.1.4.1.2076.81.1.119 |
issConfigRestoreRetriesThis object is used for configuring the number of retry attempts for establishing connection with server during remote restore operationrw Integer32 .1.3.6.1.4.1.2076.81.1.120 |
issPauseFloodSamplingIntervalThis object is used to set the sampling interval rate in seconds for pause flood detection and protection feature.rw Unsigned32 .1.3.6.1.4.1.2076.81.1.121 |
issPauseFloodProtectThis Object is used to Enable or disable the pause flood detection and protection feature on all the ports in the system. Enabling this feature avoids the resource exhaustion condition caused by pause frames/priority-based pause frames. The pause flood detection and protection feature is disabled by default.rw Enumeration .1.3.6.1.4.1.2076.81.1.122 |
issPauseFloodModeThis Object specifies the pause flood mode as disabled/detected-only/enabled for all the ports in the system. 'disabled' - In this mode, system is not monitored for pause flood condition. 'detectionOnly' - In this mode, all system ports are monitored for pause flood condition. All the system ports pause flood status and statistics counters are updated. No protection action is taken and no SNMP trap are generated. All the ports in the system are allowed to operate normally and the pause flood status is continually monitored and updated. 'enabled' - In this mode, all system ports are monitored for pause flood condition. When pause flood condition is detected, protective action is taken by disabling the administrator status of those ports. The pause flood of those ports status will be updated to indicate the existence of such condition. Ports for which protective action is taken are remains in disabled state until an administrative action is taken.rw Enumeration .1.3.6.1.4.1.2076.81.1.123 |
issPauseFloodResetThis object is used to recover or re-eanble the pause-flood detection-only/enabled condition. Recovery action in Detection-only mode has to log every sampling and clear the status and stats. Recovery action in enabled mode has to re-enable the ports that were disabled due to the pause flood protective action.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2076.81.1.124 |
issPauseFloodTraceSeverityLevelThis object specifies the value of severity level been configured for pause flood module's debug tracing. It uses the value 0 (emergency) to 7 (debug). The value 0 is given to higher priority trace messages and 7 given to lower priority traces messages. The trace messages defined at or numerically lower than the value configured in this MIB object are logged.rw Enumeration .1.3.6.1.4.1.2076.81.1.125 |
issPauseFloodTraceOptionThis object is used to store the debug trace types that are enable by the user for all the interfaces in the system. The bit positions of the traces is shown below. Bit 0 - no trace Bit 1 - init-shut Bit 2 - mgmt Bit 3 - sampling Bit 4 - os resource Bit 5 - entry Bit 6 - exitrw Integer32 .1.3.6.1.4.1.2076.81.1.126 |
issPortsSwitchingModeStatusThis object is used to reflect the switching mode configuration of each physical port in the hardware. The switching mode is updated as bit-wise representation. Each bit position represents the interface index. That is bit position 0 is for IfIndex 1, bit position 1 is for IfIndex 2 and so on. The bit value represents the switching mode. That is bit value 1 represent Cut-Through and bit value 0 represent Store-Forward.ro PortList .1.3.6.1.4.1.2076.81.1.127 |
issDebugTimeStampOptionThis object is used to set the time stamp value in debug trace. When time stamp is ENABLED, debug traces will be printed with timestamp and when it is DISABLED, time stamp will not be displayed with the tracesrw Enumeration .1.3.6.1.4.1.2076.81.1.128 |
issLdapLoginPrivilegeThis object specifies the default privilege for users authenticated using LDAP.rw INTEGER .1.3.6.1.4.1.2076.81.1.129 |
issLdapAttributeNameThis object specifies the attribute name of the field to be authenticated using LDAP.rw OCTET STRING .1.3.6.1.4.1.2076.81.1.130 |
issConfigRestoreFileSkuManifestThis object specifies the switch models againts which the config file can be used for restoring configuration String contains supported model numbers separated by ; (e.g. 1;2;3;4)ro OCTET STRING .1.3.6.1.4.1.2076.81.1.131 |
issDlImageTypeThis object specifies the image type which will be downloadedrw Enumeration .1.3.6.1.4.1.2076.81.1.132 |
issFirmwareCpldVersionThis object specifies the cpld firmware version on the switchro OCTET STRING .1.3.6.1.4.1.2076.81.1.133 |
issHttpMaxSessionsThis object is used to set HTTP max sessions. If the max sessions is being reduced, http(s) system is disabled, are closed all the sessions and enabled again.rw Integer32 .1.3.6.1.4.1.2076.81.1.134 |
issConfigControl OBJECT IDENTIFIER .1.3.6.1.4.1.2076.81.2 |
issConfigCtrlTableA table to control device features like egress traffic control, stats collection, etc. either for the entire switch or for each interface in the switch. SEQUENCE OF IssConfigCtrlEntry .1.3.6.1.4.1.2076.81.2.1 |
issConfigCtrlEntryAn entry appears in this table for each interface in the system. In addition to that an entry with index '0' is created in this table by default. If 'issConfigCtrlStatus' of the entry '0' is made 'valid', then global control is chosen and the values against entry '0' is applicable for all the interfaces of the switch. If 'issConfigCtrlStatus' of the entry '0' is made 'invalid', then interface-wise control is chosen & the values against each interface index is applicable for that interface. At a particular point of time, either global control will be applicable or interface-wise control is applicable. Both will not be considered together. Index to the table is the interface index of the port. IssConfigCtrlEntry .1.3.6.1.4.1.2076.81.2.1.1 |
issConfigCtrlIndexInterface index of the port for which the configuration in this entry applies. If any configuration is made in this table for the index '0', that configuration will be considered as global configuration and is applicable for all the interfaces of the switch. Integer32 .1.3.6.1.4.1.2076.81.2.1.1.1 |
issConfigCtrlEgressStatusControls the transmission of egress traffic over this interface. This value for entry '0' controls the egress traffic over all interfaces.rw Enumeration .1.3.6.1.4.1.2076.81.2.1.1.2 |
issConfigCtrlStatsCollectionEnables or disables statistics collection for this interface. This value for entry '0' controls the stats collection for all interfaces.rw Enumeration .1.3.6.1.4.1.2076.81.2.1.1.3 |
issConfigCtrlStatusSpeficies the validity of the entry. If the 'Config Control Status' for entry '0' is made 'valid', then global control is chosen in the system. It signifies that the values against entry '0' is applicable for all the interfaces of the switch. If the 'Config Control Status' for entry '0' is made 'invalid', then interface-wise control is chosen. Then the values against each interface index is applicable for that interface. By default, 'issConfigCtrlStatus' will be 'invalid' for entry '0' and 'valid' for all other entries. (ie) by default, interface-wise configuration is enabled in the system. The status of entries other than the zeroth(0th) entry can not be made 'invalid'.rw Enumeration .1.3.6.1.4.1.2076.81.2.1.1.4 |
issPortCtrlTableA table to control the port specific parameters of the device like speed, duplex mode, etc. SEQUENCE OF IssPortCtrlEntry .1.3.6.1.4.1.2076.81.2.2 |
issPortCtrlEntryAn entry appears in this table for each interface in the system. Index to the table is the interface index of the port. IssPortCtrlEntry .1.3.6.1.4.1.2076.81.2.2.1 |
issPortCtrlIndexInterface index of the port for which the configuration in this entry applies. Integer32 .1.3.6.1.4.1.2076.81.2.2.1.1 |
issPortCtrlModeSpeficies the mode in which the speed, duplex modes and flow control of the interface is determined. If set as 'auto', the hardware senses speed and negotiates with the port on the other end of the link for data transfer operation as 'full-duplex' or 'half-duplex' and about flow contol. If set as 'nonegotiation', the configured values for interface speed, duplex mode and flow control will be effective.rw Enumeration .1.3.6.1.4.1.2076.81.2.2.1.2 |
issPortCtrlDuplexConfigures interface data transfer mode as full-duplex or half-duplex. This object can be configured only if the 'PortCtrlMode' is 'nonegotiation'. If the 'PortCtrlMode' is 'auto', it obtains the value from Hardware after negotiating with its peerrw Enumeration .1.3.6.1.4.1.2076.81.2.2.1.3 |
issPortCtrlSpeedConfigures interface speed. This object can be configured only if the 'PortCtrlMode' is 'nonegotiation'. If the 'PortCtrlMode' is 'auto', it obtains the value from Hardware after negotiating with its peerrw Enumeration .1.3.6.1.4.1.2076.81.2.2.1.4 |
issPortCtrlFlowControlEnables / disables flow control for the interface. This object be configured only if the 'PortCtrlMode' is 'nonegotiation'. If the 'PortCtrlMode' is 'auto', it obtains the value from Hardware after negotiating with its peer. Since this object is deprecated, corresponding functionality can be realised by dot3PauseAdminMode from stdether.mibrwdeprecated Enumeration .1.3.6.1.4.1.2076.81.2.2.1.5 |
issPortCtrlRenegotiateWhen configured as 'true', restarts autonegotiation on the interface. Once autonegotiation is restarted, the value of this object reverts to 'false'.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2076.81.2.2.1.6 |
issPortCtrlMaxMacAddrSpecifies the maximum number of new MAC addresses that can be learnt over the interface.rw Integer32 .1.3.6.1.4.1.2076.81.2.2.1.7 |
issPortCtrlMaxMacActionSpecifies the action to be taken when the maximum number of new MAC addresses that can be learnt over the interface is exceeded. If the action is 'drop', the packet with new mac address will be dropped once the maximum number of new MAC addresses that can be learnt over the interface is exceeded. If the action is 'purgeLRU', the 'Least Recently Used' mac address will be deleted from the MAC table and the new mac address will be added.rw Enumeration .1.3.6.1.4.1.2076.81.2.2.1.8 |
issPortHOLBlockPreventionEnables or disables Head-Of-Line Blocking prevention on a port.rw Enumeration .1.3.6.1.4.1.2076.81.2.2.1.9 |
issPortAutoNegAdvtCapBitsA value uniquely identifies the set of capabilities advertised by the local auto negotiation entity other than the standard capabilities supported by ifMauAutoNegCapAdvertisedBits. When this object is needed to be configured, one of the capabilities from the standard object should be set to bOther.rw OCTET STRING .1.3.6.1.4.1.2076.81.2.2.1.10 |
issPortCpuControlledLearningEnables or disables the CPU controlled learning on a port. The default behavior is hardware learning. By enabling this object software learning on that particular port is enabled. When CPU controlled learning is enabled, for the first time, packet will be copied to CPU and source MAC address learning will not happen in the hardware. When packet is received at PNAC - if the source MAC address is authorized, the packet will be allowed to go through further processing. Else, the packet will be dropped. When packets from authorized MAC address are received at VLAN, MAC learning will happen at VLAN and the same entry will be programmed in the hardware. Once the MAC address is learnt, further forwarding will happen at driver itself. The Mac address entries which are added through software learning are checked in periodical intervals for the HIT entry. If there is no traffic for that entry, the HIT flag won't be set. The entry will be removed from the hardware if the hit flag is not set. Note: When software learning is enabled, rate limiting to the port needs to be configuredrw Enumeration .1.3.6.1.4.1.2076.81.2.2.1.11 |
issPortMdiOrMdixCapSpecifies the port should be in Auto-Mdix mode or Mdi/Mdix. Setting the value to `auto` enables the Auto MDIX in the port - issPortCtrlIndex. This will be effective only when the speed of the particular port is auto negotiable. Setting the value to `mdi` disables the Auto MDIX in the port and the port will be in mdi mode. Setting the value to `mdix` disables the Auto MDIX in the port and the port will be in mdix mode.rw Enumeration .1.3.6.1.4.1.2076.81.2.2.1.12 |
issPortCtrlFlowControlMaxRateConfigures the maximum rate (kbps) - a high water mark beyond which pause frames will be generated to flow control the ingress traffic. This value should be set to 0 if no pause frame generation is required. In chipsets that does not support seperate rate configuration for pause frame generation, this object's value will take effect on the interface ingress speed.rw Integer32 .1.3.6.1.4.1.2076.81.2.2.1.13 |
issPortCtrlFlowControlMinRateConfigures the minimum rate (kbps) - a low water mark below which pause frames generation will be stopped. This value should be set to a value lesser that of 'issPortCtrlFlowControlMaxRate'. This value should be set to zero only when flow control is disabled. Chipsets on which this low water mark is not supported, the 'issPortCtrlFlowControlMaxRate' will alone be used.rw Integer32 .1.3.6.1.4.1.2076.81.2.2.1.14 |
issPortCtrlPauseFloodProtectThis object is used to enable or disable the pause flood detection-only or detection and protection feature on a port. The default behavior is to have this feature disabled on a port. Enabling the feature avoid resource exhaustion condition caused by pause frames/priority-based pause framesrw Enumeration .1.3.6.1.4.1.2076.81.2.2.1.15 |
issPortCtrlPauseFloodModeThis object specifies the pause flood mode as disabled/detected-only/enabled 'disabled' - In this mode, port is not monitored for pause flood condition. 'detectionOnly' - In this mode, port is monitored for pause flood condition. The port's pause flood status and statistics counters are updated. No protection action is taken and no SNMP traps are generated. The port is allowed to operate normally and the pause flood status is continually monitored and updated. 'enabled' - In this mode, port is monitored for pause flood condition. When pause flood condition is detected, protective action is taken by disabling the administrator status of the port. The pause flood port status will be updated to indicate the existence of such a condition. The port remains in disabled state until an administrative action is taken.rw Enumeration .1.3.6.1.4.1.2076.81.2.2.1.16 |
issPortCtrlPauseFloodStatusThis object specifies the pause flood status. 'normal' - This status specifies that the pause flood condition has not been detected or the feature is disabled. 'detected' - This status specifies that the pause flood condition being detected. This is applicable only when the pause flood mode is 'detection-only'. 'blocked' - This status specifies the pause flood condition being detected and protective action taken. This is applicable only when the pause flood mode is 'enabled'ro Enumeration .1.3.6.1.4.1.2076.81.2.2.1.17 |
issPortCtrlPauseFloodResetThis object is used to recover or re-eanble the pause-flood detection-only/enabled condition. Recovery action in Detection-only mode has to log every sampling and clear the status and stats. Recovery action in enabled mode has to recovers/re-enables a port that was disabled due to the pause flood protective action.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2076.81.2.2.1.18 |
issPortCtrlPauseFloodStatsThis object is used to hold the number of times the port entered pause flood condition.ro Unsigned32 .1.3.6.1.4.1.2076.81.2.2.1.19 |
issPortCtrlPauseFloodStatsClearThis object is used to clear the number of times the port entered pause flood condition.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2076.81.2.2.1.20 |
issPortCtrlPauseFloodTraceOptionThis object is used to store the debug trace types that are enable by the user for particular Interface. The bit positions of the traces is shown below. Bit 0 - no trace Bit 1 - init-shut Bit 2 - mgmt Bit 3 - sampling Bit 4 - os resource Bit 5 - entry Bit 6 - exitrw Integer32 .1.3.6.1.4.1.2076.81.2.2.1.21 |
issPortCtrlSwitchModeTypeThis object is used to configure switching mode configuration per port-level. Switching mode can be configured only for physical ports. When configured as StoreForward(2), the port operates in a store-and-forward mode and the switch checks each frame for cyclic redundancy check (CRC) errors before forwarding them to the network. Each frame is stored until the entire frame has been received and checked. Because the switch waits for forwarding the frame until the entire frame has been received and checked, the switching speed in Store-Forward switching mode is slower than the switching speed in Cut-Through switching modes. When configured any of the cut-through modes, the switch operates in Cut-Through switching mode and start forwarding the frame as soon as the switch has read the destination details in the packet header. A switch in Cut-Through mode forwards the data before it has completed receiving the entire frame. The switching speed in Cut-Through mode is faster than the switching speed in Store-Forward switching mode. Switching mode configuration: CutThroughSameSpeed(1) : Cut-through forwarding between same speed ports StoreForward(2) : Store and forward switching mode CutThroughSlowToFast(3): Cut-through forwarding between slower to faster speed ports. CutThroughFastToSlow(4): Cut-through forwarding between faster to slower speed ports. NOTE: Few platforms supports extended Cut-Through mode for ports with mismatched speeds.(eg. slow-to-fast, fast-to-slow). Platforms which doesn't support extended Cut-Through mode, Cut-Through same speed shall be considered as Cut-Through switching moderw Enumeration .1.3.6.1.4.1.2076.81.2.2.1.22 |
issPortCtrlSwitchModeStatusThis object is a read-only scalar MIB object to reflect the switching mode configuration of the port in the hardware. Switching mode configuration: CutThroughSameSpeed(1) : Cut-through forwarding between same speed ports StoreForward(2) : Store and forward switching mode CutThroughSlowToFast(3): Cut-through forwarding between slower to faster speed ports. CutThroughFastToSlow(4): Cut-through forwarding between faster to slower speed ports. NOTE: Few platforms supports extended Cut-Through mode for ports with mismatched speeds.(eg. slow-to-fast, fast-to-slow). Platforms which doesn't support extended Cut-Through mode, Cut-Through same speed shall be considered as Cut-Through switching modero Enumeration .1.3.6.1.4.1.2076.81.2.2.1.23 |
issPortCtrlInbandAutoNegThis object is used to enable or disable the CPSS inband auto-negotiation. This is required by certain 1G transceivers.rw Enumeration .1.3.6.1.4.1.2076.81.2.2.1.24 |
issPortCtrlBypassInbandAutoNegThis object is used to enable or disable the CPSS bypass inband auto-negotiation. When this is enabled auto-negotiation may be bypassed when negotiating link if one side does not respond. This is required by certain 1G transceivers.rw Enumeration .1.3.6.1.4.1.2076.81.2.2.1.25 |
issPortCtrlForceSpeedThis object is used to detect manual speed settings on sfp ports.rw Enumeration .1.3.6.1.4.1.2076.81.2.2.1.26 |
issPortIsolationTableThis table is used to configure the port isolation feature. For a given port, user can configure the list of allowed forwarding/egress ports, where the packets for particular vlan that ingress the port can be forwarded. If the Vlan is not given, then the rule will be applied for all packets that ingress the given port. This table can be configured only for physical and link aggregated ports. Before a packet is sent out of a port (after all L2/L3 processing), port isolation table entry is referred for the ingress port of that packet. If an entry is present for that ingress port and if the outgoing port is configured as one of the egress ports , then the packet will be transmitted out of that outgoing port. Otherwise the packet will be dropped. If there is no entry configured for that ingress port in this table, then the packet will be transmitted on that outgoing port. SEQUENCE OF IssPortIsolationEntry .1.3.6.1.4.1.2076.81.2.3 |
issPortIsolationEntryEach etnry in this table gives a ingress port to egress port mapping. IssPortIsolationEntry .1.3.6.1.4.1.2076.81.2.3.1 |
issPortIsolationIngressPortThis object speficies the IfIndex of the ingress port. This port can be a physical or link aggregated port. InterfaceIndex (IF-MIB) .1.3.6.1.4.1.2076.81.2.3.1.1 |
issPortIsolationInVlanIdIf this object value is non-zero, then the port isolation rule is applied for all packets received on the given ingress port. Otherwise the rule is applied for this vlan packets received on the given ingress port. Integer32 .1.3.6.1.4.1.2076.81.2.3.1.2 |
issPortIsolationEgressPortThis object specifies one of the allowed egress ports for the given ingress port identified by the first index for this row. This port can be either a physical or link aggregated port. InterfaceIndex (IF-MIB) .1.3.6.1.4.1.2076.81.2.3.1.3 |
issPortIsolationStorageTypeIndicates the storage type of this entry. Only 'volatile' and 'nonVolatile' values are allowed for this object. 'readOnly', 'permenant' and 'other' values are not allowed for this object. If this table is configured for an ingress port and InVlanId via management, then the issPortIsolationStorageType for all the entries with this ingress port as primary index and this InVlanId as secondary index will have the values as 'nonVolatile'. Otherwise it will be set to 'volatile'. Entries in this table will be restored on reboot, only if the corresponding issPortIsolationStorageType object is set as nonVolatile.ro StorageType (SNMPv2-TC) .1.3.6.1.4.1.2076.81.2.3.1.4 |
issPortIsolationRowStatusDenotes the Row Status for port isolation table entry. Only 'CreateAndGo' and 'destroy' values are allowed for this object. 'CreateAndWait' and 'notInService' values are not allowed. Example: To add ports 2, 3 as egress ports for ingress port 1 in this table, the following sequence to be followed: 1. Set the issPortIsolationRowStatus as 'CreateAndGo' for the entry with index (issPortIsolationIngressPort = 1, issPortIsolationInVlanId =0, issPortIsolationEgressPort = 2) 2. Set the issPortIsolationRowStatus as 'CreateAndGo' for the entry with index (issPortIsolationIngressPort = 1, issPortIsolationInVlanId =0, issPortIsolationEgressPort = 3) To add ports 5, 6 as egress ports for ingress port 7 and for vlan 5 in this table, the following sequence to be followed: 1. Set the issPortIsolationRowStatus as 'CreateAndGo' for the entry with index (issPortIsolationIngressPort = 7, issPortIsolationInVlanId =5, issPortIsolationEgressPort = 5) 2. Set the issPortIsolationRowStatus as 'CreateAndGo' for the entry with index (issPortIsolationIngressPort = 7, issPortIsolationInVlanId =5, issPortIsolationEgressPort = 6) To delete a egress port 3 from the list of egress ports for ingress port 1 do the following: Set the issPortIsolationRowStatus as 'destroy' for the entry with index (issPortIsolationIngressPort = 1, issPortIsolationEgressPort = 3)rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2076.81.2.3.1.5 |
issMirror OBJECT IDENTIFIER .1.3.6.1.4.1.2076.81.3 |
issMirrorStatusThis object is used to enable/disable mirroring feature in hardware. When set to 'disabled (1)', all mirroring configurations will be removed from hardware. When set to 'enabled (2)', all mirroring configurations present in software will be programmed in hardware.rw Enumeration .1.3.6.1.4.1.2076.81.3.1 |
issMirrorToPortSpecifies the port to which the active mirrored traffic controlled by issMirrorCtrlTable is to be copied.rw Integer32 .1.3.6.1.4.1.2076.81.3.2 |
issMirrorCtrlTableA table to control mirroring features for each interface in the switch. Parameters in this table are valid only when the 'issMirrorStatus' for the switch is not 'disabled'. SEQUENCE OF IssMirrorCtrlEntry .1.3.6.1.4.1.2076.81.3.3 |
issMirrorCtrlEntryAn entry appears in this table for each interface in the system. IssMirrorCtrlEntry .1.3.6.1.4.1.2076.81.3.3.1 |
issMirrorCtrlIndexThe interface index of the port for which the configuration in this entry applies. Integer32 .1.3.6.1.4.1.2076.81.3.3.1.1 |
issMirrorCtrlIngressMirroringProvides control to enable or disable mirroring of ingress traffic over this interface to the mirrored-to port.rw Enumeration .1.3.6.1.4.1.2076.81.3.3.1.2 |
issMirrorCtrlEgressMirroringProvides control to enable or disable mirroring of egress traffic over this interface to the mirrored-to port.rw Enumeration .1.3.6.1.4.1.2076.81.3.3.1.3 |
issMirrorCtrlStatusSpecifies the validity of the entry.rw Enumeration .1.3.6.1.4.1.2076.81.3.3.1.4 |
issMirrorCtrlRemainingSrcRcrdsSpecifies the number of source records remaining in the system. Each record can store at least one source information. In case consecutive source id are configured then record will store the rangero Integer32 .1.3.6.1.4.1.2076.81.3.4 |
issMirrorCtrlRemainingDestRcrdsSpecifies the number of destination records remaining in the system. Each record can store at least one destination information. In case consecutive destination id are configured then record will store the rangero Integer32 .1.3.6.1.4.1.2076.81.3.5 |
issMirrorCtrlExtnTableThis Table is used to configure advanced mirroring features like - Port Based Mirroring: - flow based mirroring - vlan based mirroring Following are the configuration details for Port based mirroring: To configure source ports in a session - issMirrorCtrlExtnMirrType - is set to portBased - issMirrorCtrlExtnSrcTable - should be used to configure list of source ports to be mirrored in a session - issMirrorCtrlExtnSrcId - represents the source port. The port Id to be mirrored should be given here. - issMirrorCtrlExtnSrcCfg - this object is used to add/remove a port in the source port list Example To create a session 1 with source ports 5,6 following sequence of configuration should be followed For table issMirrorCtrlExtnTable issMirrorCtrlExtnSessionIndex = 1 as index issMirrorCtrlExtnMirrType = portBased For table issMirrorCtrlExtnSrcTable issMirrorCtrlExtnSessionIndex = 1 as index issMirrorCtrlExtnSrcId = 5 as index issMirrorCtrlExtnSrcCfg = add issMirrorCtrlExtnSessionIndex = 1 as index issMirrorCtrlExtnSrcId = 6 as index issMirrorCtrlExtnSrcCfg = add To configure destination ports in a session - issMirrorCtrlExtnDestinationTable - should be used to configure list of destination ports to be mirrored in a session - issMirrorCtrlExtnDestination - represents the destination port. The port Id to which packets should be mirrored should be given here. - issMirrorCtrlExtnDestCfg - this object is used to add/remove a port in the source port list. Example To create a session 1 with destination port 10,11 following sequence of configuration should be followed For table issMirrorCtrlExtnTable issMirrorCtrlExtnSessionIndex = 1 as index issMirrorCtrlExtnMirrType = portBased For table issMirrorCtrlExtnDestinationTable issMirrorCtrlExtnSessionIndex = 1 as index issMirrorCtrlExtnDestination = 10 as index issMirrorCtrlExtnDestCfg = add issMirrorCtrlExtnSessionIndex = 1 as index issMirrorCtrlExtnDestination = 11 as index issMirrorCtrlExtnDestCfg = add To Activate a session - issMirrorCtrlExtnStatus - should be used to activate/deactivate mirroring for a session Example To enable mirroring for a session following sequence of configuration should be followed For table issMirrorCtrlExtnTable issMirrorCtrlExtnSessionIndex = 1 as index issMirrorCtrlExtnStatus = active Above configurations applies to flow based mirroring also, the issMirrorCtrlExtnSrcId used above for configuratin ports should be used to configure flow Id To enable remote monitoring of sources for a session - issMirrorCtrlExtnRSpanStatus - should be used to enable/disable remote monitoring for a session it can be used to set a session as source rspan session which implies source entities for this session are monitored remotely or can be used to set a session as destination rspan session which implies that mirrored data is received for this session should be forwarded to destination entities of this session - issMirrorCtrlExtnRSpanVlanId - it is the vlan id which is reserved in the network to carry Mirrored data,if the session is configured as source rspan session then data mirrored for the source entities will be forwarded on this vlan if the session is configured as destination rspan session then data received on this vlan will be forwarded to the destination entities of this session Following are the configuration details for configurating Vlan based mirroring: To configure vlans as source for a session - issMirrorCtrlExtnMirrType - is set to vlanBased - issMirrorCtrlExtnSrcVlanTable - should be used to configure list of source vlans to be mirrored in a session - issMirrorCtrlExtnSrcVlanId - represents a source vlan. The vlan to be mirrored should be given here. - issMirrorCtrlExtnSrcVlanCfg - this object is used to add/remove a vlan in the source vlan list Example To create a session 1 with source list as vlan 5,6 belonging to context 1 following sequence of configuration should be followed For table issMirrorCtrlExtnTable issMirrorCtrlExtnSessionIndex = 1 as index issMirrorCtrlExtnMirrType = vlanBased For table issMirrorCtrlExtnSrcVlanTable issMirrorCtrlExtnSrcVlanContext = 1 as index issMirrorCtrlExtnSessionIndex = 1 as index issMirrorCtrlExtnSrcVlanId = 5 as index issMirrorCtrlExtnSrcVlanCfg = add issMirrorCtrlExtnSrcVlanContext = 1 as index issMirrorCtrlExtnSessionIndex = 1 as index issMirrorCtrlExtnSrcVlanId = 6 as index issMirrorCtrlExtnSrcVlanCfg = add Entries for this table can be configured only when issMirrorStatus is set to enabled. Configurations done through 'issMirrorCtrlTable' will change the following for the first session on this table: - Mirroring type will be changed to port-based - Mode and Source entities will be overwritten with the values configured through 'issMirrorCtrlTable' - Destination entities will be overwritten with the value configured through 'issMirrorToPort' object SEQUENCE OF IssMirrorCtrlExtnEntry .1.3.6.1.4.1.2076.81.3.6 |
issMirrorCtrlExtnEntryAn entry appears in this table for each session in the system. IssMirrorCtrlExtnEntry .1.3.6.1.4.1.2076.81.3.6.1 |
issMirrorCtrlExtnSessionIndexThe index of the mirroring session for which the configuration in this entry applies. Integer32 .1.3.6.1.4.1.2076.81.3.6.1.1 |
issMirrorCtrlExtnMirrTypeThis object tells the type of mirroring this session supports. This object needs to be set before doing any configuration for a mirroring sessionrw Enumeration .1.3.6.1.4.1.2076.81.3.6.1.2 |
issMirrorCtrlExtnRSpanStatusThis object indicates session is enabled or disabled for Remote monitoring. If set as 'source-rspan-vlanid' indicates that the session is enabled for Remote monitoring and the source entities for this session will be remotely monitored. If set as 'destination-rspan-vlanid' indicates that the session should monitor remote traffic mirrored with RSPAN VLAN ID tag. RSPAN VLAN ID should be configured through object 'issMirrorCtrlExtnRSpanVlanId'. If set as 'disabled' Remote monitoring is disabled for this mirroring session.rw Enumeration .1.3.6.1.4.1.2076.81.3.6.1.3 |
issMirrorCtrlExtnRSpanVlanIdVlan Id used for Remote monitoring for this session. If issMirrorCtrlExtnRSpanStatus is set to disabled, then this object will have an invalid value (zero)rw Integer32 .1.3.6.1.4.1.2076.81.3.6.1.4 |
issMirrorCtrlExtnRSpanContextSpecifies the Context Id to which the RSpan Vlan belongs. Value '0' mean this object is not considered for this mirroring session.rw Integer32 .1.3.6.1.4.1.2076.81.3.6.1.5 |
issMirrorCtrlExtnStatusThis object indicates the status of the entry. The entry can be made active only if issMirrorCtrlExtnMirrType is configured and source and destination entries for this sesion is also configuredrw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2076.81.3.6.1.6 |
issMirrorCtrlExtnSrcTableA table to configure list of source entities for mirroring sessions SEQUENCE OF IssMirrorCtrlExtnSrcEntry .1.3.6.1.4.1.2076.81.3.7 |
issMirrorCtrlExtnSrcEntryAn entry appears in this table for each mirroring session. IssMirrorCtrlExtnSrcEntry .1.3.6.1.4.1.2076.81.3.7.1 |
issMirrorCtrlExtnSrcIdSpecifies the source id which participates in a mirroring session. For Port based mirroring this object can be port IfIndex. To mirror Tunnel and Trunk ports the same Id can be used for specifying Tunnel/Trunk Id. For Flow based mirroring this object can be Acl Ids. Integer32 .1.3.6.1.4.1.2076.81.3.7.1.1 |
issMirrorCtrlExtnSrcCfgThis object is used to create/delete a source entry for a session.rw Enumeration .1.3.6.1.4.1.2076.81.3.7.1.2 |
issMirrorCtrlExtnSrcModeProvides control to set the mode of mirroring. It can be ingress, egress, both or disable.rw Enumeration .1.3.6.1.4.1.2076.81.3.7.1.3 |
issMirrorCtrlExtnSrcVlanTableA table to configure list of vlan source entities for mirroring sessions SEQUENCE OF IssMirrorCtrlExtnSrcVlanEntry .1.3.6.1.4.1.2076.81.3.8 |
issMirrorCtrlExtnSrcVlanEntryAn entry appears in this table for each mirroring session. IssMirrorCtrlExtnSrcVlanEntry .1.3.6.1.4.1.2076.81.3.8.1 |
issMirrorCtrlExtnSrcVlanContextSpecifies the Context Id to which the source entity belongs, this is used in case of specifying vlan as source. Value '-1' mean this object is not considered for this mirroring session. Integer32 .1.3.6.1.4.1.2076.81.3.8.1.1 |
issMirrorCtrlExtnSrcVlanIdSpecifies the Vlan id which participates in a mirroring session. Integer32 .1.3.6.1.4.1.2076.81.3.8.1.2 |
issMirrorCtrlExtnSrcVlanCfgThis object is used to create/delete a vlan entry for a session.rw Enumeration .1.3.6.1.4.1.2076.81.3.8.1.3 |
issMirrorCtrlExtnSrcVlanModeProvides control to set the mode of mirroring. It can be ingerss,Egress or Both.rw Enumeration .1.3.6.1.4.1.2076.81.3.8.1.4 |
issMirrorCtrlExtnDestinationTableA table to configure list of destination entities SEQUENCE OF IssMirrorCtrlExtnDestinationEntry .1.3.6.1.4.1.2076.81.3.9 |
issMirrorCtrlExtnDestinationEntryAn entry appears in this table for each destination entity in a mirroring session. IssMirrorCtrlExtnDestinationEntry .1.3.6.1.4.1.2076.81.3.9.1 |
issMirrorCtrlExtnDestinationSpecifies the destination port id which participates in a mirroring session. Integer32 .1.3.6.1.4.1.2076.81.3.9.1.1 |
issMirrorCtrlExtnDestCfgThis object is used to create/delete a destination entry for a session.rw Enumeration .1.3.6.1.4.1.2076.81.3.9.1.2 |
issCpuMirrorTypeThis object is used to set the type of mirroring to be done for CPU traffic. When set to 'ingress(1)', enables mirroring of ingress traffic over CPU port to the CPU mirrored-to port specified in 'issCpuMirrorToPort'. When set to 'egress(2)', enables mirroring of egress traffic over CPU port to the CPU mirrored-to port. specified in 'issCpuMirrorToPort'. When set to 'both(3)', enables mirroring of egress and ingress traffic over CPU port to the CPU mirrored-to port specified in 'issCpuMirrorToPort'. When set to 'disable(4)', CPU mirroring configuration will be removed.rw Enumeration .1.3.6.1.4.1.2076.81.3.10 |
issCpuMirrorToPortThis object specifies the physical port to which the CPU traffic specified by issCpuMirrorType are mirrored.rw Integer32 .1.3.6.1.4.1.2076.81.3.11 |
issRateControl OBJECT IDENTIFIER .1.3.6.1.4.1.2076.81.4 |
issRateCtrlTableA table to control the rate limiting parameters either for the entire switch or for each interface in the switch. This object is deprecated and the corresponding functionality is met with issRateControl objects in fsissext.mib.deprecated SEQUENCE OF IssRateCtrlEntry .1.3.6.1.4.1.2076.81.4.1 |
issRateCtrlEntryAn entry appears in this table for each physical interface in the switch. This object is deprecated and the corresponding functionality is met with issRateControl objects in fsissext.mib.deprecated IssRateCtrlEntry .1.3.6.1.4.1.2076.81.4.1.1 |
issRateCtrlIndexThe interface index for which the configuration in this entry applies. This object is deprecated and the corresponding functionality is met with issRateControl objects in fsissext.mib.deprecated Integer32 .1.3.6.1.4.1.2076.81.4.1.1.1 |
issRateCtrlDLFLimitValueAllows to configure the limiting value for the maximum number of dlf packets that can be transmitted per second over this interface. Setting this object to the value zero disables rate limiting for Destination lookup failure packets on this interface. The value that can be set for this object is limited by the underlying hardware This object is deprecated and the corresponding functionality is met with issRateControl objects in fsissext.mib.rwdeprecated Integer32 .1.3.6.1.4.1.2076.81.4.1.1.2 |
issRateCtrlBCASTLimitValueAllows to configure the limiting value for the maximum number of broadcast packets that can be transmitted per second over this interface. Setting this object to the value zero disables rate limiting for Broadcast packets on this interface. The value that can be set for this object is limited by the underlying hardware This object is deprecated and the corresponding functionality is met with issRateControl objects in fsissext.mib.rwdeprecated Integer32 .1.3.6.1.4.1.2076.81.4.1.1.3 |
issRateCtrlMCASTLimitValueAllows to configure the limiting value for the maximum number of multicast packets that can be transmitted per second over this interface. Setting this object to the value zero disables rate limiting for Multicast packets on this interface. The value that can be set for this object is limited by the underlying hardware This object is deprecated and the corresponding functionality is met with issRateControl objects in fsissext.mib.rwdeprecated Integer32 .1.3.6.1.4.1.2076.81.4.1.1.4 |
issRateCtrlPortRateLimitConfigures interface Rate Limit (Packet that can be transferred on a port at a particular second). This object's value will take effect on the interface speed. Based on the operating speed of the port, the rate limit will be applied. This value can also be affected by the metering. A value of zero(0) disable rate limiting i.e. sets the port to full speed. This object is deprecated and the corresponding functionality is met with issRateControl objects in fsissext.mib.rwdeprecated Integer32 .1.3.6.1.4.1.2076.81.4.1.1.5 |
issRateCtrlPortBurstSizeConfigures interface Burst Pkt Rate. (Packet Burst that can be transferred on a port at a particular second) This object's value will take effect on the interface speed. Based on the operating speed of the port, the burst size of the port will be applied. This value can also be affected by the metering. A value of zero(0) disable burst rate limiting i.e. sets the port burst rate limit to full speed. This object is deprecated and the corresponding functionality is met with issRateControl objects in fsissext.mib.rwdeprecated Integer32 .1.3.6.1.4.1.2076.81.4.1.1.6 |
issL2Filter OBJECT IDENTIFIER .1.3.6.1.4.1.2076.81.5 |
issL2FilterTableA table to configure L2 filter rules in the system. This object is deprecated and the corresponding functionality is met with issL2Filter objects in fsissext.mib.deprecated SEQUENCE OF IssL2FilterEntry .1.3.6.1.4.1.2076.81.5.1 |
issL2FilterEntryEach entry in this table is a L2 filter rule.Index to the table is the L2 filter number.This object is deprecated and the corresponding functionality is met with issL2Filter objects in fsissext.mib.deprecated IssL2FilterEntry .1.3.6.1.4.1.2076.81.5.1.1 |
issL2FilterNoL2 Filter rule number. This object is deprecated and the corresponding functionality is met with issL2Filter objects in fsissext.mib. Integer32 .1.3.6.1.4.1.2076.81.5.1.1.1 |
issL2FilterPriorityThe priority of the L2 filter can be used to decide which filter rule is applicable when --> the packet matches with more than one filter rules --> All the filter rules result in 'allow'ing the packet Higher value of 'filter priority' implies a higher priority. Usage of 'L2FilterPriority' is implementation dependant. This object is deprecated and the corresponding functionality is met with issL2Filter objects in fsissext.mib.rw Integer32 .1.3.6.1.4.1.2076.81.5.1.1.2 |
issL2FilterEtherTypeThe value in the Type/Len field of a frame that will be matched to trigger this filter. The default value of this object is '0'. When this object is SET with the default value, frames are not matched for the value in the Type/Len field with the value set for this object. This object is deprecated and the corresponding functionality is met with issL2Filter objects in fsissext.mib.rwdeprecated Integer32 .1.3.6.1.4.1.2076.81.5.1.1.3 |
issL2FilterProtocolTypeSpecifies the non IP protocol type to be filtered. aarp | amber | dec-spanning | decnet-iv | diagnostic | dsm |etype-6000 | etype-8042 | lat | lavc-sca | mop-console | mop-dump | msdos | mumps | netbios | vines-echo | vines-ip | xns-idp: A non-IP protocol. A value of '0' means, the filter is applicable for all protocols. This object is deprecated and the corresponding functionality is met with issL2Filter objects in fsissext.mib.rwdeprecated Unsigned32 .1.3.6.1.4.1.2076.81.5.1.1.4 |
issL2FilterDstMacAddrDestination MAC address to be matched with the packet. By Default, the Destination Mac Address will be zero which means dont care condition ie) any Dst Mac Address .This object is deprecated and the corresponding functionality is met with issL2Filter objects in fsissext.mib.rwdeprecated MacAddress (SNMPv2-TC) .1.3.6.1.4.1.2076.81.5.1.1.5 |
issL2FilterSrcMacAddrSource MAC address to be matched with the packet. By Default, the Source Mac Address will be zero which means dont care condition ie) any Src Mac address This object is deprecated and the corresponding functionality is met with issL2Filter objects in fsissext.mib.rwdeprecated MacAddress (SNMPv2-TC) .1.3.6.1.4.1.2076.81.5.1.1.6 |
issL2FilterVlanIdVlan Id to be filtered. In case of Provider bridges, This Vlan Id will be treated as customer Vlan Id. A value of '0' means, this object is unused. Configuring this value is not allowed. This object is deprecated and the corresponding functionality is met with issL2Filter objects in fsissext.mib.rwdeprecated Integer32 .1.3.6.1.4.1.2076.81.5.1.1.7 |
issL2FilterInPortListSpecifies the complete set of ports over which this filter is applied for packets ingress at ports in this list. If the In port list is '0', the filter rule is applicable for the incoming packets on all ports. Even though the issL2FilterInPortList is configured, It is applicable only if issL2FilterDirection is configured as 'in'. By default inport list is maintained as '0'. This object is deprecated and the corresponding functionality is met with issL2Filter objects in fsissext.mib.rwdeprecated PortList .1.3.6.1.4.1.2076.81.5.1.1.8 |
issL2FilterActionSpecifies the action to be taken on the packet if the filter rule matches. If the action is 'allow', the packet will be forwarded according to the forwarding rules. If the action is 'drop', the packet will be discarded. This object is deprecated and the corresponding functionality is met with issL2Filter objects in fsissext.mib.rwdeprecated Enumeration .1.3.6.1.4.1.2076.81.5.1.1.9 |
issL2FilterMatchCountNumber of times this filter is matched. This object is deprecated and the corresponding functionality is met with issL2Filter objects in fsissext.mib.rodeprecated Counter32 .1.3.6.1.4.1.2076.81.5.1.1.10 |
issL2FilterStatusThis object indicates the status of this entry. An entry is created in this table when this object is SET to 'createAndWait'. The entry in this table is used when the status of this object is SET 'active'. The entry in this table is not used when this object is SET 'notInService'. An entry created in this table is be deleted when this object is SET 'destroy'. This object is deprecated and the corresponding functionality is met with issL2Filter objects in fsissext.mib.rwdeprecated RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2076.81.5.1.1.11 |
issL2FilterOutPortListSpecifies the complete set of ports over which this filter is applied for packets egress at Ports in this list. If the Out port list is '0', the filter rule is applicable for the outgoing packets on all ports. Even though the issL2FilterOutPortList is configured, It is applicable only if issL2FilterDirection is configured as 'out'. By default outport list is maintained as '0'. This object is deprecated and the corresponding functionality is met with issL2Filter objects in fsissext.mib.rwdeprecated PortList .1.3.6.1.4.1.2076.81.5.1.1.12 |
issL2FilterDirectionSpecifies the direction of this filter to be applied. By Default the filter will be applied on ingress direction. When the direction of this filter is 'in', It is applied on specified ports of the issL2FilterInPortList. When the direction of this filter is 'out', It is applied on specified ports of the issL2FilterOutPortList. This object is deprecated and the corresponding functionality is met with issL2Filter objects in fsissext.mib.rwdeprecated Enumeration .1.3.6.1.4.1.2076.81.5.1.1.13 |
issL3Filter OBJECT IDENTIFIER .1.3.6.1.4.1.2076.81.6 |
issL3FilterTableA table to configure L3 filter rules in the system. This object is deprecated and the corresponding functionality is met with issL3Filter objects in fsissext.mib.deprecated SEQUENCE OF IssL3FilterEntry .1.3.6.1.4.1.2076.81.6.1 |
issL3FilterEntryEach entry in this table is a L3 filter rule. Index to the table is L3 filter number. This object is deprecated and the corresponding functionality is met with issL3Filter objects in fsissext.mib.deprecated IssL3FilterEntry .1.3.6.1.4.1.2076.81.6.1.1 |
issL3FilterNoL3 Filter rule number. This object is deprecated and the corresponding functionality is met with issL3Filter objects in fsissext.mib.deprecated Integer32 .1.3.6.1.4.1.2076.81.6.1.1.1 |
issL3FilterPriorityThe priority of the filter can be used to decide which filter rule is applicable when --> the packet matches with more than one filter rules --> All the filter rules result in 'allow'ing the packet Higher value of 'L3 filter priority' implies a higher priority. Usage of 'L3FilterPriority' is implementation dependant. This object is deprecated and the corresponding functionality is met with issL3Filter objects in fsissext.mib.rwdeprecated Integer32 .1.3.6.1.4.1.2076.81.6.1.1.2 |
issL3FilterProtocolThe type of protocol to be checked against the packet. The default value is 255. If the value is 255, it means that the protocol type can be anything and it will not be checked to decide the action. This object is deprecated and the corresponding functionality is met with issL3Filter objects in fsissext.mib.rwdeprecated Integer32 .1.3.6.1.4.1.2076.81.6.1.1.3 |
issL3FilterMessageTypeThe message type to be checked against the packet. If the message type matches with the packet, then the packet will be dropped / allowed based on the action set in issL3FilterAction. The default value is 255. It means that message type is not configured and need not be checked. Generally the value zero is given as default. But here zero can be an ICMP Type value. Hence 255 is given as the default value. Some ICMP message types are: echoReply(0), destinationUnreachable(3), sourceQuench(4), redirect(5), echoRequest(8), timeExceeded(11), parameterProblem(12), timestampRequest(13), timestampReply(14), informationRequest(15), informationReply(16), addressMaskRequest(17), addressMaskReply (18), noICMPType(255) This object is deprecated and the corresponding functionality is met with issL3Filter objects in fsissext.mib.rwdeprecated Integer32 .1.3.6.1.4.1.2076.81.6.1.1.4 |
issL3FilterMessageCodeThe message code to be checked against the packet. If the packet matches with the message code, then the packet will be dropped / allowed based on the action set in issL3FilterAction. The default value is 255. It means that message code is not configured and need not be checked. Generally the value zero will be given as default. But here, zero can be an ICMP Code value. Hence 255 is given as the default value. Some ICMP message codes are : networkUnreachable(0), hostUnreachable(1), protocolUnreachable(2), portUnreachable(3), fragmentNeed(4), sourceRouteFail(5), destNetworkUnknown(6), destHostUnknown(7), srcHostIsolated(8), destNetworkAdminProhibited(9), destHostAdminProhibited(10), networkUnreachableTOS(11), hostUnreachableTOS(12), noICMPCode(255) This object is deprecated and the corresponding functionality is met with issL3Filter objects in fsissext.mib.rwdeprecated Integer32 .1.3.6.1.4.1.2076.81.6.1.1.5 |
issL3FilterDstIpAddrDestination IP address to be matched with the packet. This object is valid only if the 'issFilterType' is 'l3filter'. This object is deprecated and the corresponding functionality is met with issL3Filter objects in fsissext.mib.rwdeprecated IpAddress .1.3.6.1.4.1.2076.81.6.1.1.6 |
issL3FilterSrcIpAddrSource IP address to be matched with the packet. This object is valid only if the 'issFilterType' is 'l3filter' This object is deprecated and the corresponding functionality is met with issL3Filter objects in fsissext.mib.rwdeprecated IpAddress .1.3.6.1.4.1.2076.81.6.1.1.7 |
issL3FilterDstIpAddrMaskThe IP subnet mask for Destination IP address. This object is valid only if the 'issFilterType' is 'l3filter' This object is deprecated and the corresponding functionality is met with issL3Filter objects in fsissext.mib.rwdeprecated IpAddress .1.3.6.1.4.1.2076.81.6.1.1.8 |
issL3FilterSrcIpAddrMaskThe IP subnet mask for Source IP address. This object is valid only if the 'issFilterType' is 'l3filter'. This object is deprecated and the corresponding functionality is met with issL3Filter objects in fsissext.mib.rwdeprecated IpAddress .1.3.6.1.4.1.2076.81.6.1.1.9 |
issL3FilterMinDstProtPortThe minimum port in the destination port range. Please note these ports are the TCP / UDP ports. This object is deprecated and the corresponding functionality is met with issL3Filter objects in fsissext.mib.rwdeprecated Unsigned32 .1.3.6.1.4.1.2076.81.6.1.1.10 |
issL3FilterMaxDstProtPortThe maximum port in the destination port range. Please note these ports are the TCP / UDP ports. This object is deprecated and the corresponding functionality is met with issL3Filter objects in fsissext.mib.rwdeprecated Unsigned32 .1.3.6.1.4.1.2076.81.6.1.1.11 |
issL3FilterMinSrcProtPortThe minimum port in the source port range. Please note these ports are the TCP / UDP ports. This object is deprecated and the corresponding functionality is met with issL3Filter objects in fsissext.mib.rwdeprecated Unsigned32 .1.3.6.1.4.1.2076.81.6.1.1.12 |
issL3FilterMaxSrcProtPortThe maximum port in the source port range. Please note these ports are the TCP / UDP ports. This object is deprecated and the corresponding functionality is met with issL3Filter objects in fsissext.mib.rwdeprecated Unsigned32 .1.3.6.1.4.1.2076.81.6.1.1.13 |
issL3FilterInPortListSpecifies the complete set of ports over which if the packet arrives this filter rule will be applicable. If the incoming port list is '0', the filter rule is applicable for all the incoming ports. By default inport list is maintained as '0'. This object is deprecated and the corresponding functionality is met with issL3Filter objects in fsissext.mib.rwdeprecated PortList .1.3.6.1.4.1.2076.81.6.1.1.14 |
issL3FilterOutPortListSpecifies the complete set of ports over which if the packet goes out, this filter rule will be applicable. If the outgoing port list is '0',the filter rule is applicable for all the outgoing packets in all ports. By default outport list is maintained as '0' This object is deprecated and the corresponding functionality is met with issL3Filter objects in fsissext.mib.rwdeprecated PortList .1.3.6.1.4.1.2076.81.6.1.1.15 |
issL3FilterAckBitThe TCP ACK bit to be checked against the packet. The default value is 'any'(3). It means that ACK bit will not be checked to decide the action. This object is deprecated and the corresponding functionality is met with issL3Filter objects in fsissext.mib.rwdeprecated Enumeration .1.3.6.1.4.1.2076.81.6.1.1.16 |
issL3FilterRstBitThe TCP RST bit to be checked against the packet. The default value is 'any'(3). It means that RST bit will not be checked to decide the action. This object is deprecated and the corresponding functionality is met with issL3Filter objects in fsissext.mib.rwdeprecated Enumeration .1.3.6.1.4.1.2076.81.6.1.1.17 |
issL3FilterTosThe IP TOS bit to be checked against the packet. This is a single byte integer of which the last three bits (least significant bits) indicate Delay, Throughput and Reliability i.e 'uuuuudtr', u-unused, d-delay, t-throughput, r-reliability. For example '6' indicates low delay and high throughput. A value of '-1' means, the Tos Field becomes dont care This object is deprecated and the corresponding functionality is met with issL3Filter objects in fsissext.mib.rwdeprecated Integer32 (-1..7) .1.3.6.1.4.1.2076.81.6.1.1.18 |
issL3FilterDscpThe IP Dscp value to be checked against the packet. A value of '-1' means, the Dscp Field becomes dont care. This object is deprecated and the corresponding functionality is met with issL3Filter objects in fsissext.mib.rwdeprecated Integer32 (-1..63) .1.3.6.1.4.1.2076.81.6.1.1.19 |
issL3FilterDirectionSpecifies the direction of this filter to be applied. By Default the filter will be applied on ingress direction. When the direction of this filter is 'in', It is applied on specified ports of the issL3FilterInPortList. When the direction of this filter is 'out', It is applied on specified ports of the issL3FilterOutPortList.This object is deprecated and the corresponding functionality is met with issL3Filter objects in fsissext.mib.rwdeprecated Enumeration .1.3.6.1.4.1.2076.81.6.1.1.20 |
issL3FilterActionSpecifies the action to be taken on the packet if the filter rule matches. If the action is 'allow', the packet will be sent to the ports in 'out port list'. If the out port list is '0', the port over which the packet is to be switched will be decided based on further processing on the packet. If the action is 'drop', the packet will be discardedThis object is deprecated and the corresponding functionality is met with issL3Filter objects in fsissext.mib.rwdeprecated Enumeration .1.3.6.1.4.1.2076.81.6.1.1.21 |
issL3FilterMatchCountNumber of times this filter is matched. This object is deprecated and the corresponding functionality is met with issL3Filter objects in fsissext.mib.rodeprecated Counter32 .1.3.6.1.4.1.2076.81.6.1.1.22 |
issL3FilterStatusThis object indicates the status of this entry. An entry is created in this table when this object is SET to 'createAndWait'. The entry in this table is used when the status of this object is SET 'active'. The entry in this table is not used when this object is SET 'notInService'. An entry created in this table is be deleted when this object is SET 'destroy.This object is deprecated and the corresponding functionality is met with issL3Filter objects in fsissext.mib.rwdeprecated RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2076.81.6.1.1.23 |
issIpAuthMgr OBJECT IDENTIFIER .1.3.6.1.4.1.2076.81.7 |
issIpAuthMgrTableA table to configure IP authorized managers in the system. SEQUENCE OF IssIpAuthMgrEntry .1.3.6.1.4.1.2076.81.7.1 |
issIpAuthMgrEntryEach entry in this table represents rules for particular IP authorized manager. IssIpAuthMgrEntry .1.3.6.1.4.1.2076.81.7.1.1 |
issIpAuthMgrIpAddrSpecifies either the Network or Host address from which the switch can be managed. An address 0.0.0.0 indicates 'Any Manager'. IpAddress .1.3.6.1.4.1.2076.81.7.1.1.1 |
issIpAuthMgrIpMaskSpecifies the IP address mask to be applied on issIpAuthMgrIpAddr. Value 0.0.0.0 indicates mask for 'Any Manager'. IpAddress .1.3.6.1.4.1.2076.81.7.1.1.2 |
issIpAuthMgrPortListSpecifies the port numbers through which the authorized manager can access the switch. By default the authorized manager is allowed to access the switch through all the ports. If a set of ports are configured in the 'PortList', the manager can access the switch only through the configured ports.rw PortList .1.3.6.1.4.1.2076.81.7.1.1.3 |
issIpAuthMgrVlanListSpecifies the Vlan's in which the IP authorized manager can reside. By default the manager is allowed to reside in any vlan. If a set of vlans are configured in the 'VlanList', the manager can reside only in the configured vlan set. Access to the switch will be denied from any other vlan.rw OCTET STRING .1.3.6.1.4.1.2076.81.7.1.1.4 |
issIpAuthMgrOOBPortSpecifies whether the authorized manager can access the switch through OOB Port By default the manager is denied access to reside on OOB Interfacerw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.2076.81.7.1.1.5 |
issIpAuthMgrAllowedServicesSpecifies the allowed services through which the authorized manager can access the switch. This object takes bit mask values. The services represented by each bit position is as given below: With bit 0 being the Least Significant Bit, Bit0 --> snmp Bit1 --> telnet Bit2 --> http Bit3 --> https Bit4 --> ssh If the particular bit is set to 1,corresponding service is allowed for the configured manager. By default all services are allowed for the configured manager.rw Integer32 .1.3.6.1.4.1.2076.81.7.1.1.6 |
issIpAuthMgrRowStatusThis object indicates the status of this entry.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2076.81.7.1.1.7 |
issExt OBJECT IDENTIFIER .1.3.6.1.4.1.2076.81.8 |
issL4Switching OBJECT IDENTIFIER .1.3.6.1.4.1.2076.81.9 |
issL4SwitchingFilterTableA table to L4 Switching rules in the system. SEQUENCE OF IssL4SwitchingFilterEntry .1.3.6.1.4.1.2076.81.9.1 |
issL4SwitchingFilterEntryEach entry in this table is a L4 Switching rule. Index to the table is L4 filter number. IssL4SwitchingFilterEntry .1.3.6.1.4.1.2076.81.9.1.1 |
issL4SwitchingFilterNoL4 Switching Filter rule number. Integer32 .1.3.6.1.4.1.2076.81.9.1.1.1 |
issL4SwitchingProtocolThe type of protocol to be checked against the packet. The default value is 255. If the value is 255, it means that the protocol type can be anything and it will not be checked to decide the action.rw Integer32 .1.3.6.1.4.1.2076.81.9.1.1.2 |
issL4SwitchingPortNoThe Layer 4 port no. Please note these ports are the TCP / UDP ports.rw Unsigned32 .1.3.6.1.4.1.2076.81.9.1.1.3 |
issL4SwitchingCopyToPortThis object is Port to which the packet would be switchedrw Integer32 .1.3.6.1.4.1.2076.81.9.1.1.4 |
issL4SwitchingFilterStatusThis object indicates the status of this entry.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2076.81.9.1.1.5 |
issSystemTrap OBJECT IDENTIFIER .1.3.6.1.4.1.2076.81.10 |
issMsrFailedOidIndicates the OID for which updation failure has occured at MSRro OBJECT IDENTIFIER .1.3.6.1.4.1.2076.81.10.1 |
issMsrFailedValueIndicates the value of corresponding OID for which updation failure has occured at MSRro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.2076.81.10.2 |
issAuditTrap OBJECT IDENTIFIER .1.3.6.1.4.1.2076.81.11 |
issAuditTrapEventopenFailed - Open operation on Audit File failed. writeFailed - Write operation on Audit File failed. sizeExceeded - Audit File Size exceeded. sizeThresholdHit - Audit Log Size Hit the threshold value.ro Enumeration .1.3.6.1.4.1.2076.81.11.1 |
issAuditTrapEventTimeThis object specifies the date and time at which fsAuditTrapEvent was performed.ro DisplayString .1.3.6.1.4.1.2076.81.11.2 |
issAuditTrapFileNameAudit File name in the trap message.ro DisplayString .1.3.6.1.4.1.2076.81.11.3 |
issModule OBJECT IDENTIFIER .1.3.6.1.4.1.2076.81.12 |
issModuleTableA table for triggering Graceful shutdown and Start SEQUENCE OF IssModuleEntry .1.3.6.1.4.1.2076.81.12.1 |
issModuleEntryEach entry in this table corresponding to one protocol IssModuleEntry .1.3.6.1.4.1.2076.81.12.1.1 |
issModuleIdThis object indicates the ID of the protocol. Following IDs are supported. 1. OSPF 2. OSPFV3 3. BGP 4. ISIS 5. RSVPTE 6. LDP Integer32 .1.3.6.1.4.1.2076.81.12.1.1.1 |
issModuleSystemControlThis object shuts and starts the processrw Enumeration .1.3.6.1.4.1.2076.81.12.1.1.2 |
issSwitchFan OBJECT IDENTIFIER .1.3.6.1.4.1.2076.81.13 |
issSwitchFanTableTable containing the Fan information. SEQUENCE OF IssSwitchFanEntry .1.3.6.1.4.1.2076.81.13.1 |
issSwitchFanEntryIndicates information related to fan status of the switch. IssSwitchFanEntry .1.3.6.1.4.1.2076.81.13.1.1 |
issSwitchFanIndexIndicates the fan number in the switchro Integer32 .1.3.6.1.4.1.2076.81.13.1.1.1 |
issSwitchFanStatusIndicates the fan status of the switch.ro Enumeration .1.3.6.1.4.1.2076.81.13.1.1.2 |
issAclNp OBJECT IDENTIFIER .1.3.6.1.4.1.2076.81.14 |
issAclProvisionModeThe MIB object issAclProvisionMode is used to configure the mode for provisioning active Filter Rules to the hardware. This object takes values immediate/consolidated. When this object is set to immediate, active ACL rules are programmed to hardware immediately. This is the default mode. In this mode, the sequence of configuration determines the order of provisioning the Filter rule to the hardware. When this object is set to consolidated, active Filter Rules are provisioned whenever a commit is triggered using MIB object issAclTriggerCommit. In the consolidated mode, the Filter rules are programmed/re-programmed to hardware in the order of configured priority.rw Enumeration .1.3.6.1.4.1.2076.81.14.1 |
issAclTriggerCommitThe MIB object issAclTriggerCommit takes values true(1)/false (0). A SET on this object ( only true is allowed) triggers the programming of active ACL entries to the device based on configured priority.After completion of the operation, this MIB object is reset to false( 0) .This object is applicable only when the MIB object issAclProvisionMode is set to ' consolidated. A set on this object will impact the existing traffic flow as existing Filter entries are deleted and re-programmed to hardware based on configured priority. Filter entries that are associated with quality-of-service configurations will also be impacted when this object triggers the re-programming of the active ACL entries to the hardware. The administrator needs to ensure that corresponding Filter entries are de-provisioned before triggering commit.rw Enumeration .1.3.6.1.4.1.2076.81.14.2 |
issAclTrafficControl OBJECT IDENTIFIER .1.3.6.1.4.1.2076.81.15 |
issAclTrafficSeperationCtrlThis object provides control to administrator, to have system default or user defined ACL/QoS rules to carry control traffic to CPU. system-default: ACL/QoS rules for all the control packets will be automatically installed by the ISS software at system init time.Either a 'switch-and-copy-to-cpu'filter (or) 'drop-and-copy-to-cpu' filter will be installed, as appropriate, for getting the control packets to CPU, for processing. Each ACL rule will be associated with class-map, meter and policy map with protocol ID, and CPU queue number user-config: The ACL/QoS rules for receiving all the control packets to CPU for processing, will NOT be automatically installed by the the ISS software.The administrator is expected to install required rules for the control packets as requried. none: ACL/QoS rules for all the control packets will be automatically installed by the ISS software at system init time.Either a 'switch-and-co py-to-cpu'filter (or) 'drop-and-copy-to-cpu' filter will be installed, as appropriate, for getting the control packets to CPU, for processing. Default mode is none If the configuration is changed from 'systemdefault' to 'userconfig' option, then all the default ACL/QoS rules for carrying protocol control packets to CPU are removed.Then user has to install the specific ACL/QoS rules, to carry the intended control packets to CPU for the processing. If the configuration is changed from 'userconfig' to 'systemdefault', all the default ACL/QoS rules are installed. Already existing(if any) user configured ACL rules in the system are not removed. If the configuration is changed from 'none' to 'systemdefault' option, then all the default ACL filters for carrying protocol control packets to CPU are removed and new set of filters will be installed. Each filter will be associated with Qos rules. If the configuration is changed from 'none' to 'userconfig' option, then all the default ACL filters for carrying protocol control packets to CPU are removed.Then user has to install the specific ACL/QoS rules, to carry the intended control packets to CPU for the processing. If the configuration is changed from 'userconfig' to 'none' all the default ACL filters are installed. Already existing(if any) user configured ACL rules in the system are not removed. Above three options can be configured during system runtime.rw Enumeration .1.3.6.1.4.1.2076.81.15.1 |
issLogTrap OBJECT IDENTIFIER .1.3.6.1.4.1.2076.81.16 |
issLogTrapEventopenFailed - Open operation on Log File failed. writeFailed - Write operation on Log File failed. sizeExceeded - Log File Size exceeded. sizeThresholdHit - Log Size Hit the threshold value.ro Enumeration .1.3.6.1.4.1.2076.81.16.1 |
issLogTrapEventTimeThis object specifies the date and time at which fsLogTrapEvent was performed.ro DisplayString .1.3.6.1.4.1.2076.81.16.2 |
issLogTrapFileNameLog File name in the trap message.ro DisplayString .1.3.6.1.4.1.2076.81.16.3 |
issHealthCheckGroup OBJECT IDENTIFIER .1.3.6.1.4.1.2076.81.17 |
issHealthChkStatusupAndRunning(1), This status indicates that ISS is up and running and carrying out its job smoothly. downNonRecoverableErr(2), This indicates that the health status of ISS is down due to occurence of some non-recoverable error. upRecoverableRuntimeErr(3), This indicates that the health status of ISS is up but indicates the occurence of a runtime error that is recoverable.ro Enumeration .1.3.6.1.4.1.2076.81.17.1 |
issHealthChkErrorReasonWhen the MIB object 'issHealthChkStatus' indicates health as down, this object provides the reason for errors encountered. nonRecovTaskInitializationFailure(1), Indicates the occurence of non-recoverable failure during Task initialization. nonRecovInsufficientStartupMemory(2), Indicates that there is insufficient memory for successful startup. This error is non-recoverable and requires sufficient memory to be available in the system for successful ISS startup. recovCruBuffExhausted(3), Indicates that CRU Buffer Exhausted. recovConfigRestoreFailed(4), Indicates that config-restore failed for ISS. This is a recoverable error. recovProtocolMemPoolExhausted(5), Indicates that a mem-pool associated with a specific module in ISS has drained out. This error may affect the functioning of the specific protocol alone and is treated as a recoverable error. By default issHealthChkErrorReason is 0.ro Enumeration .1.3.6.1.4.1.2076.81.17.2 |
issHealthChkMemAllocErrPoolIdThis object retrieves the mem-pool identifier for which memory allocation failure was encountered at run-time.This object will get updated when MIB object fsISSHealthChkErrorReason takes value of recovProtocolMemPoolExhausted (5).ro Integer32 .1.3.6.1.4.1.2076.81.17.3 |
issHealthChkConfigRestoreStatusconfigRestoreSuccess(1), Indicates that configuration restore operation was successfully done. configRestoreFailed(2),Indicates that configuration restoration was unsuccessful. configRestoreInProgress(3), Indicates that configuration restore operation is in-progress for ISS. configRestoreDefault(4), Indicates the absence of config-restore file (iss.conf) and that ISS was started with default values. By default issHealthChkConfigRestoreStatus is 4.ro Enumeration .1.3.6.1.4.1.2076.81.17.4 |
issHealthChkClearCtrThis object clears the counters associated with the following protocols - BGP, OSPFv2, RIPv2/ng, OSPFv3, RTMv4/v6, ARP/ND, NETIP(v4/v6) All the bit is set as 1, it clears the specified protocol counters. bgp(1) When this bit is set,clears bgp protocol counters. ospf(2) When this bit is set,clears ospf protocol counters. rip(3) When this bit is set,clears rip protocol counters. rip6(4) When this bit is set,clears rip6 protocol counters. ospf3(5) When this bit is set,clears ospf3 protocol counters. ipv4(6) When this bit is set,clears ipv4 protocol counters. ipv6(7) When this bit is set,clears ipv6 protocol counters.rw Bits .1.3.6.1.4.1.2076.81.17.5 |