| Re: Manual mode
I'm not familiar with the use of this mode, but I will look into this
problem and see what is going on.
Re: Not forwarding packets
This might be the same problem as discussed in Note 4201. That is, if
you create a forwarding database entry on a 600 series bridge without
specifying any attributes, it gets set to disposition = filter, and it
won't forward packets even if forwarding ports are specified later in a
SET command.
Re: Reboot
Even if the above is true (and I realize something else might be
happening), the bridge still shouldn't crash. If you send me a dump
of the diagostic block from that bridge, maybe I can trace the problem
down. You get the dump using the following command:
MCC> TEST BRIDGE bridge_name DIAG BLOCK = TRUE
Dave
|
| Dave,
I performed some manual mode testing this weekend. I was not able
to make the bridge crash, but all of the troubles that I originally
mentioned in 4203.0 are still present.
What information does the TEST BRIDGE name DIAG BLOCK = TRUE give
you? I am curious becuase I have some other information that may
be of some help. When I set line 4 manual mode = true, the bridge
stops forwarding (I have also noticed that the Carrier Present
indicator on lines 2-4 change from a constant on to a random blink).
At this point I loose my connection to the host running MCC, becuase
my LAT connection runs across line 2 of the bridge under test. Hence,
I had to manually reboot the bridge. At this point would a diag
block be of any use to you? If so I have appended it below.
I have some information on what may be another problem that I have
noticed. After the bridge is powered back on. I reconnect to MCC and
run a COM program to create the 200+ static entries that I want to pass
across line 4. I randomly validate the entry creation and forwarding
attributes by showing all characteristics. Then I took a look on the
LAN analyzer that is connected to the line 4 segment, and I do not see
any of the multicast packets that I created to forward. I thought
it may work if I rebooted the bridge again. After the bridge powered
back on, all of the STATIC and MULTICAST address that I previously
created are gone. Some are completely gone, but some show evidence
that they may exists without characteristics. Here is the response of
a few show commands that I recieve when trying to show their
characteristics:
Mike
show bridge .mko.br.mko2g2brg202 forward data STATIC entry AA-00-04-00-B0-7D all char
!
!
!Bridge DEC:.mko.br.mko2g2brg202 Forwarding Database Static Entry AA-00-04-00-B0-7D
!AT 17-JAN-1993 11:51:14 Characteristics
!
!No such entity: Bridge DEC:.mko.br.mko2g2brg202 Forwarding Database Static
!Entry AA-00-04-00-B0-7D
! Unknown Entity = Bridge DEC:.mko.br.mko2g2brg202
! Forwarding Database Static Entry
! AA-00-04-00-B0-7D
!
show bridge .mko.br.mko2g2brg202 forward data STATIC entry AA-00-04-00-29-7E all char
!
!
!Bridge DEC:.mko.br.mko2g2brg202 Forwarding Database Static Entry AA-00-04-00-29-7E
!AT 17-JAN-1993 11:51:28 Characteristics
!
!Examination of attributes shows:
!
!
show bridge .mko.br.mko2g2brg202 forward data STATIC entry AA-00-04-00-BF-7D all char
!
!
!Bridge DEC:.mko.br.mko2g2brg202 Forwarding Database Static Entry AA-00-04-00-BF-7D
!AT 17-JAN-1993 11:51:47 Characteristics
!
!Examination of attributes shows:
!
!
EXIT
!
test bridge .mko.br.mko2g2brg202 diag block = true
!
!
!Bridge DEC:.mko.br.mko2g2brg202
!AT 17-JAN-1993 10:45:23
!
!Examination of attributes shows:
! Diagnostic Block = ( %X000B0007000000001B8C00010000DEAD,
! %X00002500002048500000006500000000,
! %X0000000000000000000000013E040487,
! %X00200006000000000000FF0600000148,
! %X40043E043314000C2008923420000758,
! %X2008922A2008923600202128331C0008,
! %X00000000003E3E64DAFE2BDE00000001,
! %X00000007000000070000000000000000,
! %X00000000000000000000000000000000,
! %X000000000000000000000000E8337789,
! %X100B0009000000000BDE00010000DEAD,
! %X00002500002048500000006500000000,
! %X0000000000000000000000013E040487,
! %X00200007000000000000FF0600000148,
! %X40043E043314000C20126A34200001D0,
! %X20126A2A20126A3600202128331C0008,
! %X00000000003E3E64DEFE7FDE00000001,
! %X00000007000000070000000000000000,
! %X00000000000000000000000000000000,
! %X00000000000000000000000060152EA4,
! %X100B000A00000000020500010000DEAD,
! %X00002500002048500000006500000000,
! %X0000000000000000000000013E040487,
! %X00200007000000000000FF0600000014,
! %X00183E043314000C20163634200006E8,
! %X2016362A2016363600202128331C0008,
! %X00000000003E3E64DEFE7FDE00000001,
! %X00000007000000070000000000000000,
! %X00000000000000000000000000000000,
! %X0000000000000000000000005746C7DF,
! %X00000000000000000000000000000000,
! %X00000000000000000000000000000000,
! %X00000000000000000000000000000000,
! %X00000000000000000000000000000000,
! %X00000000000000000000000000000000,
! %X00000000000000000000000000000000 )
!
use logg off
!
!
|
| Re: Diagnostic Block information
The diag block is used to report on two types of failure:
1. Self test failure. It reports the identification number of
the test that failed.
2. Firmware failure. It reports the state of the processor
when a fatal error was detected. The state consists of the
PC, stack, and all other internal registers. In addition, a
reason code is logged that specifies the nature of the error.
The diag block has enough space to log the 4 most recent events.
It is erased anytime you reset the NVRAM.
Re: Manual Mode problems
I have been able to reproduce some of the manual mode problems
on a 610 in the lab. I agree it doesn't seem to be working right.
Since this is implemented in the critical path code on the bridge,
any changes I make will have to be tested very thoroughly before
releasing. For this reason, it is not likely to be fixed in the
V1.3 FT2 version, but I hope to have it fixed in the V1.3 final
release.
Regards,
Dave
|