- When a bridge
starts up, the
bridge will
initializes its
state variables to:
RootID = myID; // Bridge assumes it is the root bridge
Distance = 0; // Distance to the root bridge = 0
for ( each port p )
{
status[p] = D; // Each port is "designated"
}
|
I.e.:
- The bridge assumes
that it is the
root bridge !!!
|
|