Can anyone explain in details port fast, uplink fast &
backbone fast features introduced by CISCO (The GOD FATHER
of NETWORKING.... Hehehehehe).
Answers were Sorted based on User's Feedback
Port Fast :- Port fast is a feature which will make a
switchport comes directly in the Forwarding state instead
of waiting 60 sec and processing every state of
(Blocking,Listining,Learning) before coming in the
forwarding state. Recomended to enable on the Access ports
only.
Uplink Fast :- suppose When a switch has two paths to reach
the root bridge then by default one of the uplink will be
disabled by the STP, and if the active uplink goes down
then the secondary link will take 60 sec to comes in the
active state and we cannot run portfast in this situation,
so to reduce this dealy. we use uplink fast. uplink fast
feature is enable golobally not on the port basis as
portfast
Backbone fast :- Backbone fast feature is used to indirect
link failures to the root bridge/switch. Backbone fast
feature uses the Root link query protocol to detect
indirect link failures. Backbone fast feature is enabled
globally and has to be enable on all the switches in the
network.
Hope this will help !!!!
| Is This Answer Correct ? | 27 Yes | 2 No |
Answer / rajat kumar dwivedi
Portfast, Uplinkfast, Backbonefast
In switching there are some terms that we must know for advanced spanning tree protocol settings which are portfast, uplinkfast and backbonefast.
Portfast is one of the simplest implementation and is usually studied when you take your CCNA exam. Portfast is used when a switch port is directly connected to a single host (e.g. PC). This feature allows a port which runs STP to go from Blocking mode (BLK) to Forwarding mode (FWD). Remember not to use this feature on connecting hubs, switches etc since it can cause a switching loop. You can enable portfast on an interface with the "spanning-tree portfast" command or you can enable it globally on the config mode of the switch and enter the "spanning-tree portfast default" command.
Uplinkfast is used when a switch is connected to another bridging device such as to another switch. If the root bridge goes down, the port that goes to the alternate port goes from BLK mode to FWD mode in a few seconds. Remember that uplinkfast cannot be configured on a ROOT switch. Besides that, uplinkfast is enabled globally, so you cannot enable it on a port only. If the original root port goes up again, then the switch uses the formula : (2xFwdDelay + 5 seconds) before the original root port goes up again.
A non root switch cannot be a root switch in times when the root switch goes down because of 2 reasons which are:
1. The switch priority will be set to 49.152 (remember the default priority is 32768)
2. STP Port Costs to the particular switch will be increased by 3000
Backbonefast is used on the core switches because it can recover the switches from an indirect link failure. This means that if the switch detects a failure on a link that is NOT directly connected to the core switch, this feature goes on. Backbonefast applies when the core switch receives an inferior BPDU. An inferior BPDU is a BPDU that is received by the secondary root switch on a inferior switch telling that he is the actually root switch. (it can be known that the link between the route switch and the secondary root switch is broken).
| Is This Answer Correct ? | 4 Yes | 0 No |
Windowing is a type of? A.) Negative acknowledgement B.) Address resolution C.) Layer transition mechanism D.) Flow control
How convergence happen in ospf?
What is subnetting and supernetting and its uses?
Identify the 3 characteristics of IGRP? A.) Uses hop count as a metric B.) Supports multiple unequal paths C.) Administrative distance is 100 D.) Configured with an Automous system number E.) Link state
You receive "input filter list is 800 and output filter list is 801" as part of the output from a show interfaces command. What kind of traffic are you filtering? A. IPX/SPX B. TCP/IP C. LocalTalk D. DDR
Which peer authentication method and which ipsec mode is used to connect to the branch locations?
How many types of IP routings?
14 Answers CK, TCS,
what is router?
Identify 2 transport layer protocols? A.) IP B.) TCP C.) CDP D.) ARP E.) UDP
What command do we give if router ios is stucked?
Identify the 3 characteristics of IPX RIP? A.) Distance vector B.) Does not support multiple paths C.) 60 second updates D.) Default encapsulation is SAP E.) Uses ticks and hop count as a metric
As system administrator, you type "debug ipx sap" and receive the following lines as part of the IOS response: type 0x4, "HELLO2", 199.0002.0003.0006 (451), 2 hops type 0x4, "HELLO1", 199.0002.0003.0008 (451), 2 hops What does "0x4" signify? A. That is a Get Nearest Server response. B. That it is a General query. C. That it is a General response. D. That it is a Get Nearest Server request.