ENCOR - Switching Mechanisms

Поділитися
Вставка
  • Опубліковано 4 гру 2024

КОМЕНТАРІ • 14

  • @knight2000-NC
    @knight2000-NC 5 місяців тому

    22:55 that does look like trying to play "gotcha" in interview questions. In the older days technical flex was super competitive, not so much these days. Thanks for this training.

  • @cybertechvibes4964
    @cybertechvibes4964 3 роки тому +3

    Thank you so much for this!! Been reading the CCNP ENCOR Cisco Press book and trying to wrap my head around this topic, and with your explanation, I understand now! Looking forward to more of your study sessions live so I can join!

  • @avnitripathi8196
    @avnitripathi8196 Рік тому

    Brilliant content.... You simplified this content so well.. no words .. hat's off to you

  • @thesolidshadow
    @thesolidshadow 3 роки тому +2

    Awesome video once again! Thank you

    • @thesolidshadow
      @thesolidshadow 3 роки тому

      Can it be that the 9600 is centralized forwarding

  • @reeteshhurkhoo9231
    @reeteshhurkhoo9231 2 роки тому

    Thank you for this explicit explanation. Much grateful if you could provide a lab demo. I've the lab in GNS3 and CML. I'm a bit confused. With CEF enabled globally on a router., I turn off CEF on one of its interface where packets are received with the command no ip route-cache cef. The debug output shows the packet is switched via FIB which is used by CEF. So turning off CEF on the inbound interface does not change anything as the packet is still being switched via FIB. Thank you for your reply

  • @techevangelist8373
    @techevangelist8373 3 роки тому +2

    Nice and simple.

  • @vkumar2915
    @vkumar2915 2 роки тому

    Thank you very much for the informative session 🙏

  • @steele_ntwrk
    @steele_ntwrk 3 роки тому

    Hey Jeff,
    Quick question, is Adjency table still used in CEF?

  • @rubenjaldinsalvatierra2535
    @rubenjaldinsalvatierra2535 3 роки тому

    Hello Jeff !! You know that in the ucs manager you can see your fabric interconnects connected both up the network and down the servers and between them you see most of the time or almost always a connection that I imagine is for the configuration replication between them, my question is I was reviewing the environment in ucs manager of a client and I see that the link between the 2 fabric interconnects is in red, that is, it seems that there is no connection between them, this happens due to some type of license in the equipment or something like that, how can I start the corresponding tsoot

  • @estebangomez1823
    @estebangomez1823 Рік тому

    But how RAM and CAM are completely the opposite as you stated at the beginning?

  • @techevangelist8373
    @techevangelist8373 3 роки тому +1

    Not relevant to ENCORE. Just a general question, when windows PCs connects to a Hub, even today, it is like windows is going to detect (whatever logic they use) that they are connected to a Hub and slowly they switch back to the older CSMA/CD way of doing things? Is that correct? Its very interesting then..Do you know any book that talk about this specifically?

    • @KishSquared
      @KishSquared  3 роки тому +1

      There's actually no adjustment that needs to be made. Ethernet NICs must abide by CSMA/CD even if they're the only device on a collision domain, because we never know for sure that another talker won't appear. There is no way for a NIC to detect that it's on a full-duplex link. Fortunately, CSMA/CD doesn't affect communications until a collision occurs, which would never happen on full-duplex, so there's no real downside to this.
      I would expect any CCNA book to discuss this in detail!

    • @techevangelist8373
      @techevangelist8373 3 роки тому

      @@KishSquared thanks Jeff