Title: | TME 10 NetView and related products cts |
Notice: | Bugs-12; Kits-9; ECOs-20 |
Moderator: | TUXEDO::MINTZ LL |
Created: | Tue Aug 24 1993 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 2257 |
Total number of notes: | 7838 |
Hi, I have a question regarding status polling timeouts. According to the man pages the netmon polls a device and all it's interfaces immediately after receiving a trap from that node. Is the configured timeout values used or are there other default's used. I have set up a global polling record of 10 min between polls and a timeout of 60 seconds and 3 retries. I have seen several times when there have been shorter disrupts (30-60 sec) that some nodes turn red. Why ?? One thing I tried to day was the following, between two sites there are two wan connections from two different routers. I killed the primary path and was doing ping's and after 15 sec the secondary path was used. And again there were a couple of nodes that went red. Why ?? I thought that when I have 10 min between polling,s and a timeout of 60 sec's and 3 retries I would survive these short interrupts. All help will be appreciated. /Lars-Ake Torlind Stockholm Sweden
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
2225.1 | see netmon.trace | ZOTTO::ENYA | Yoshiharu Enya, Tokyo Japan | Mon Mar 24 1997 19:47 | 27 |
If you want to see what timeout values is used by status polling. you should set trace mask to netmon. # netmon -M 3 ^^^3 means 1(ICMP echo request) + 2(ICMP echo reply) Next you will do same test that you did, and stop trace. # netmon -M 0 ^^^turn off trace Last, you should see trace log file "/usr/OV/log/netmon.trace" 14:54:30 :sending ping to 16.162.48.84 seqnum = 34570 ident = 31071 timeout = 11 ^^ here 14:54:41 : expired ping to 16.162.48.84 (zotto.mix.ewb.dec.com) seqnum = 34570 ident = 31071 If you want also to see a relation about reciving trap and status polling, add trace mask +32(Trap receive). -- Yoshiharu Enya | |||||
2225.2 | I will try that | SWETSC::TORLIND_L | Tue Mar 25 1997 01:40 | 3 | |
Thank's for your response, I'll try that. /Lars-Ake Torlind |