|
MCSE CCNA CCNP
MCSE Boot camp
UK
|
|
|
|
Cisco® CCNP certification enhances your career path by:
A CCNP can do the following:
Cisco® certification also affords you special membership benefits:
With The Vibrant Boot Camp, you will:
Effective technical instruction must be highly varied and interactive to keep attention levels high, promote camaraderie and teamwork between the students and instructor, and solidify knowledge through hands-on learning.
Vibrant Boot Camp provides instruction to meet every learning need,
including:
CCNP Boot Camp : CCNP Boot camp Curriculum : CCNP Boot camp Exam Details : CCNP Boot camp Details
When a router receives an update
from a neighbor indicating a network has recently become
inaccessible, the router marks the route as inaccessible and starts
a holddown timer.
If an update arrives from a neighboring router with a better metric,
the router marks the network as accessible and removes the holddown
timer.
If at any time before the holddown timer expires an update is
received from a different neighboring router with a poorer metric,
the update is ignored. This allows more time for the triggered
updates to propagate through the entire network.
During the holddown period, routes appear in the table as “possibly
down.”
SPANNING TREE PROTOCOL (802.1d):
Spanning Tree protocol (IEEE 802.1d); a bridge-to-bridge protocol
developed by DEC, and revised by the IEEE 802 committee. Its
function is to maintain a loop-free network by recognizing when a
loop occurs, and blocking one or more redundant ports. The whole
idea is to create a bridged/switched network in which only one
active path exists between any pair of LAN segments; this is done
dynamically by blocking some interface(s).
All bridge interfaces eventually stabilize as either: forwarding or
blocking. The forwarding interfaces as said to be part of the
Spanning Tree.
One bridge is elected as root and all root bridge interfaces are
placed in forwarding state. The Bridge ID and Bridge Priority are
the determining factors when deciding root bridges.
Each bridge receives CBPDUs from the root, either directly or
forwarded from another bridge. Each bridge can receive more than one
such message on its interfaces, but the port in which the least-cost
CBPDU is received is called the root port and put into forwarding
state. All other ports are put in blocking state.
The root sends CBPDUs regularly per the Hello value and explores the
network so that a failure of a device is discovered quickly. The
other bridges expect to receive copies of these CBPDUs, so that they
know nothing has changed. The hello value is in the CBPDU, so all
bridges use the same value.
If a bridge does not receive a CBPDU before MaxAge time, it begins
the process of causing the Spanning Tree protocol to change. One or
more bridges decide to change interfaces (forwarding or blocking),
depending on the change in the network.