• 主页
  • 产品
    • WebNMS开发平台
    • Simulation Toolkit
    • Java SNMP API
    • Java SNMP Agent
    • SNMP Utilities
    • C SNMP Agent
    • CLI API
    • .NET SNMP API
    • TL1 API
    • MySQL Agent
    • Agent Tester
    • SNMP Adaptor for JMX
  • 解决方案
    • EMS解决方案
    • NMS解决方案
    • 云设施管理
    • 军事应用
    • MPLS监控
    • 基站监控
    • 应用监控
    • 日志监控
    • 中介解决方案
  • 支持与文档
  • 演示与下载
    • 请求演示
    • 下载产品
  • 开发者论坛
  • 关于我们
  • 联系我们
Home > Simulation Toolkit 7 with SNMP, IOS, TFTP, Telnet support > Known Issues

Known Issues

We, at WebNMS take all efforts to ensure that our customers do not waste their time and resources unnecessarily. This section lists out the Known Issues available with the product at the time of the release.

Network Simulator

  • When the network is successfully started, the message "Network started successfully" is displayed. Sending queries to the simulator before this will cause the simulator to crash.
  • Stopping the network simulator when querying the agents may crash the simulator.
  • In Solaris OS, the system will be restarted when the network is stopped.?
  • In network creation, while specifying the unique values, if you choose RANDOM simtype, more than one value must be specified. Specifying only one value, will throw exception and the network creation will be affected.
  • If a WALK file with mismatched datatype is used to create a device, the device will not be created properly.
  • The simulator allows to set both the following types of value for atTable : 1.1.127.0.0.1 and also 1.127.0.0.1.
  • If Start Network operation fails to start the network devices for some reason, doing the Start Network operation again, will not list the network name in the "Select the Networks" dialog. As a work around, you can do Stop Network operation and then do the Start Network operation.
  • While configuring a script file, if a script with the same name already exists in the configuration directory, this old script is updated without any information or warning message.
  • UpInterface() and DownInterface() script APIs will not work.
  • User codes added inside the generated script will be lost if the script is once again loaded and generated from the Behavior Simulation Wizard.
  • The script configured for External index node will not be executed.
  • While connecting to a CLI agent, no characters should be entered before the login prompt appears.
  • The "no" command in vlan mode may cause the network simulator to crash.
  • Specifying invalid values to the IOS commands, may cause the Network Simulator to crash.
  • When a query is made on a TL1 command code with completion code configured as 'DENY', the error codes and error messages displayed in the response are different for each query.
  • Deleting an accessId and message payload present in the device tree, from the network device, will not delete the same. The response will be generated.?
  • It is not possible to connect to the TL1 agent using Telnet from Windows machine.
  • If script files are configured to be executed after the upload/download of files in TFTP server, the script is executed even when the file is not transferred.
  • Performing a FTP download from Windows to Linux OS by specifying a non-existing file, will hang the FTP client dialog.

Topology Editor

  • If a switch (s1), which has one or more devices connected to it, is connected to a switch/router, the devices connected to s1 will not be displayed. To display the devices, the router to which s1 is connected must be clicked again in the router tree on the left-side.

  • If a switch (s2) is connected to switch (s1), and s1 is connected to a router, disconnecting s1 from the router, ?will not display s1 and s2 in the remaining device panel, as s1 and s2 are still inter-connected.

SNMP Agent Simulator

  • In the evaluation version, the first two group nodes will respond based on your query. If there are a lot of OIDs between the first group node and second group nodes, a MIB walk may time-out. This is because of the evaluation restriction on two group nodes.

  • When configuring Simulation type for a counter64 data type the value will rollback to the starting value when the value reaches 2 ^63 -1. Where according to the original value, it should accommodate 2^64 - 1.

  • Recording values from the real agents or modification of scalar values will not invoke the Save dialog. The configuration must be saved manually.

  • In Default Trap Generation there is a problem with getting varbinds in case of v2 MIBS.

  • Modifying the instance value in a table in the SNMP agent simulator will not delete the instance in DB and it can be queried from manager.

  • The script API methods deleteRowWithValue, getAllTableValues will not work properly for a table with external indexes.

  • The Default Traps generation will have problems when loading multiple MIBs.

  • The script API method GetAllTableIndices() will return only the internal indices for a table having both internal and external indices.

  • Command line agent simulator is not supported in SNMP v3.

TL1 Agent Simulator

  • If the product is using JDK1.3 or JDK1.3.1 in Linux OS, starting the TL1 agent in TCP port, will not free the port even if the agent is stopped.

  • If the Command Code have both Valid and Error Responses in the TCS, the Simulator simulates only the Valid Response lines by default.

  • If a new access identifier / message payload is added after configuring an autonomous message for a command code, then the autonomous message configured will not be reflected in the run-time.

  • While configuring unquoted response lines, the parameter values must not have any white spaces.

  • If the echo codes is configured for a command code, then while adding an access identifier or message payload block through scripts, the echo codes will not be reflected for the newly added access identifier / message payload.

  • Changing the Target ID after starting the agent, will not be reflected in the Timer Based Autonomous Messages. The new Target Id will be reflected in the Timer Based Autonomous Messages only after querying a command code,

  • The script API methods getLine() and deleteLine() for the Response block will get/delete the line irrespective of whether it is quoted or unquoted.

  • When a query is made on a TL1 command code with completion code configured as 'DENY', the error codes and error messages displayed in the response are different for each query.

SNMP Trap Stormer

  • The command line trap stormer will not exit by itself after completion of sending of the traps.

SNMP Trap Recorder

  • In SNMP Trap Recorder, even if all the traps in the dialog are deleted, clicking on the Save button will ask for a file name. If the file name is specified, the deleted traps will be saved in the file.

Harmless Exceptions

During Runtime for JDK version after 1.2.2

Exception occurred during event dispatching:

java.lang.NullPointerException
at javax.swing.plaf.basic.BasicTableUI.paintCell(Unknown Source)
at javax.swing.plaf.basic.BasicTableUI.paintCells(Unknown Source)
at javax.swing.plaf.basic.BasicTableUI.paint(Unknown Source)
at javax.swing.plaf.ComponentUI.update(Unknown Source)
at javax.swing.JComponent.paintComponent(Unknown Source)
at javax.swing.JComponent.paint(Unknown Source)at
javax.swing.JComponent.paintChildren(Unknown Source)

Note: It is not advisable to change the JDK version of the product.

Exception while adding a row in the Table

java.lang.NullPointerException
at javax.swing.plaf.basic.BasicTableUI.paintCell(Unknown Source)
at javax.swing.plaf.basic.BasicTableUI.paintCells(Unknown Source)
at javax.swing.plaf.basic.BasicTableUI.paint(Unknown Source)
at javax.swing.plaf.ComponentUI.update(Unknown Source)
at javax.swing.JComponent.paintComponent(Unknown Source)
at javax.swing.JComponent.paint(Unknown Source)

If you wish to know more about Simulation Toolkit 7 , or if you have any questions, feel free to send an email to simulator-support@webnms.com or contact an WebNMS sales representative near you.

   



快捷链接
  • 产品首页
  • 下载试用
  • 最新特性
  • 服务包
  • 性能报告
  • 快速创建大型网络
  • 请求演示
  • 产品演示
  • 开发者论坛
  • 技术支持
产品功能
  • 创建网络
  • 记录环境
  • 模拟陷阱和通知
  • 通过脚本模拟真实的场景
  • 通过RMI模拟真实的场景
  • 定制SNMP PDU
  • 模拟TFTP/FTP
  • 模拟Cisco IOS
  • 支持Telnet
  • 打包和安装
数据表
  • 网络模拟器
  • SNMP模拟器
  • TL1模拟器
产品信息
  • 产品简述
  • 用户案例
  • 应用简述
  • 简化网络管理
    测试与评估 - 白皮书
  • 产品文档
  • 已知问题
  • 常见问题
  • 界面截图
  • 客户列表
  • 产品生命周期计划
相关产品
  • SNMP Agent Toolkit C Edition
  • Agent Toolkit Java Edition
  • WebNMS Framework
  • SNMP API
开发者论坛
查看全部
下载试用

即刻下载试用全功能的模拟器

卓豪公司 版权所有 京ICP备09105052号