-
在Linux环境下运行的SNMP测试脚本
资源介绍
linux环境下的snmp测试脚本,
Installing SNMPv2C Agent Conformance Test Package
2008/04/08
IPv6 Promotion Council
Terminology
===========
Tester Node (TN)
A tester node for the conformance tests.
Node Under Test (NUT)
A testee node for the conformance tests.
Network Under Test
The network where the conformance tests are executed.
Tester Interface
The network interface of TN
hooked up to the Network Under Test.
Interface Under Test
The network interface of NUT
hooked up to the Network Under Test.
Prerequisites
=============
Prerequisites for TN:
- The package supports
FreeBSD 6.0-RELEASE or higher version.
- The package can also coexist with FreeBSD version of KAME.
Installing the package onto TN
==============================
0. Before Starting
(A) You need to install following softwares.
- Perl
(Required version : 5.8.7 or higher)
- Net-SNMP
(Required version : 5.3.1 or higher)
*** You can download it from the following URL:
http://net-snmp.sourceforge.net/
- v6eval
(Required version : 3.0.11 or higher)
Please refer to 00README.v6eval in "v6eval" for more information.
*** You can download it from the following URL:
http://www.tahi.org/release/
- koi
(Required version : 1.1.1 or higher)
Please refer to README file in "koi" package for more information.
*** You can download it from the following URL:
http://www.tahi.org/release/
1. Extracting ct package
% tar zxvf ct-snmpv2c-ag-X.X.tar.gz
2. Copying ct package
Copy ct directory to any directory you like.
% cp -pR $ORGDIR/ct-snmpv2c-ag-X.X $SOMEWHERE/ct-snmpv2c-ag-X.X
% chmod -R +w $SOMEWHERE/ct-snmpv2c-ag-X.X
4. Setup ct environment
% (enable TN's ipv6 capibility)
% cd $SOMEWHERE/ct-snmpv2c-ag-X.X
% edit config.txt
% make test
[End of INSTALL]