1834710 Members
2704 Online
110069 Solutions
New Discussion

x.25 testing

 
Yizhar Aloni
Occasional Contributor

x.25 testing

Testing

Yizhar
4 REPLIES 4
Yizhar Aloni
Occasional Contributor

Re: x.25 testing

tesing ok
Rajesh SB
Esteemed Contributor

Re: x.25 testing

Hi,

Give the details of tests, you want to carry out.

These are the typical of tests.

1. ## Logfile Verification for the Card and Ports initilization ##
Observe the log files for the possible errors, or status of the driver.
Remember that ACC logging is day based.
That is, if the day is Monday, the log file name would be mon.tlog. Given that if the day is Monday, look for the file
# tail â f /var/opt/acc/log/mon.tlog
You should see similar lines in that file as the following:

14:23:48 zmast 00101 Launched daemon zmon, pid 5597.
14:23:49 zmon 00002 Resource manager (Rev 1.32) for ZCOM 6.1.0.0
14:23:49 zmon 00003 Cold start with: /opt/acc/cfg/x25_loop.tmem
14:23:49 zcom 00170 Buffer-Pool size set to 3237992 bytes.
14:23:56 zmon 00100 Card 0 starting up ...
14:24:00 zmon 00110 Card 0 startup successful, card READY
14:24:00 zmon 00020 Cold start completed, ZCOM system ready
14:24:00 zmast 00101 Launched daemon znode, pid 5632.
14:24:00 zmast 00101 Launched daemon pcapture, pid 5633.
14:24:00 zmast 00101 Launched daemon zx25d_init, pid 5634.
14:24:00 zx25d 00643 X.25 Protocol server started - Rev: 3.02 - 990401
Logical terminal area X25CNT: 88 Bytes
14:24:01 zcom 00165 Node 123 is now UP
14:24:01 pcapt 00001 Protocol analyzer capture program Rev B.11.00
14:24:03 zmon 00004 Waiting for ZMON requests ...

--> This output indicates a successful start of the driver and X.25 system.


2. Testing the X.25 port state by(a). "x25stat -d {devicefile} grep -i state"
(b). "x25stat -c -d {devicefile}" to get the current x25 config.

Hope this will help you.

Regards,
Rajesh


rariasn
Honored Contributor

Re: x.25 testing

He, Yizhar,

# cat /etc/rc.config.d/x25

X25_ARGS="
-c /etc/x25/x25config_1p1 -a /etc/x25/ip_to_x121_map ,
"

# cat /etc/x25/x25config_1p1

#
# X.25 Initialization File Created: Fri Jun 7 11:53:42 2002
#
#
# Global Parameters
#
x.121 10
x.121_packetaddr 10
device x25_1p1
name x25_1p1

# /usr/sbin/x25stat -d /dev/x25_1p1

bye,
Yizhar Aloni
Occasional Contributor

Re: x.25 testing

i just test the "forms", this was the first
time that i use the "forms"

thanks

Yizhar