CCNP and CCIE Data Center Core DCCOR 350-601 Official Cert Guide - podcast episode cover

CCNP and CCIE Data Center Core DCCOR 350-601 Official Cert Guide

Sep 08, 202515 min
--:--
--:--
Download Metacast podcast app
Listen to this episode in Metacast mobile app
Don't just listen to podcasts. Learn from them with transcripts, summaries, and chapters for every episode. Skim, search, and bookmark insights. Learn more

Episode description

A comprehensive guide for IT professionals preparing for Cisco's CCNP and CCIE Data Center Core (DCCOR 350-601) certification exam. It covers a wide array of data center technologies, including detailed explanations of networking protocols like OSPF and BGP, storage solutions such as Fibre Channel and FCoE, and virtualization concepts like VXLAN and Cisco ACI. The texts also explore various management and operational aspects, from Cisco UCS setup and configuration to advanced topics like streaming telemetry, system event logging, and software upgrades. Furthermore, the documents introduce foundational cloud computing concepts and illustrate how automation tools like Python, Bash, and REST APIs are utilized within the Cisco NX-OS environment to manage and orchestrate data center infrastructure. Practical examples and configuration steps are provided throughout to reinforce theoretical knowledge with hands-on application.

You can listen and download our episodes for free on more than 10 different platforms:
https://linktr.ee/cyber_security_summary

Get the Book now from Amazon:
https://www.amazon.com/Center-350-601-Official-Version-Update/dp/0138228086?&linkCode=ll1&tag=cvthunderx-20&linkId=5e9986cf03f60aceb430ff504f3ea0bf&language=en_US&ref_=as_li_ss_tl

Discover our free courses in tech and cybersecurity, Start learning today:
https://linktr.ee/cybercode_academy

Transcript

Speaker 1

Welcome to the deep dive. We're here to pull back the curtain on the tech that powers our world, giving you the real story. Today, we're plunging right into the heart of it all data centers, I mean think about it. Everything you do online, streaming, banking, work apps, it all relies on this massive hidden infrastructure. And for that to work without a hitch, the network underneath it needs to be incredibly resilient, like rock solid, but also super agile.

So our mission today is to unpack how these data centers, socially using Cisco tech, managed to keep data flowing NonStop and adapt really fast.

Speaker 2

And that's the real challenge is int it getting both high availability like zero downtime, and that flexibility in these I mean really complex networks. It's a tough balancing act. So what we'll do is kind of trace how the solutions evolved. We'll start with the basics, the early protocols tackling those single points of failure, and then we'll journey up to the more advanced stuff, the policy driven architectures.

It's actually a fascinating look at the engineering that makes these always on networks possible.

Speaker 1

Okay, so let's start at the beginning in layer three, where traffic first tries to get off the local network for anything important. Any business relying on just one single router to get out, that's just not going to fly. Before we had these specific protocols. If that one router failed, disaster complete stop, not just a bit slow.

Speaker 2

Oh yeah, serious disruption costly too.

Speaker 1

Right, So engineers came up with these things called first hop redundancy protocols fhrps. Basically, they make sure if one rider bites the dust, your traffic just almost instantly finds another way out.

Speaker 2

Magic sort of okay. So one of the big ones, especially here in a Cisco shop, is HSRP hot standby Router Protocol. The idea behind HSRP is actually pretty smart in its simplicity. You take two or more actual routers and you make them look like one single virtual router to the network. One router is active doing all the work forwarding traffic. The other is stand by, just waiting, ready to jump in.

Speaker 1

Uh huh.

Speaker 2

But the crucial bit. They share a virtual IP address and a virtual MC address, so your server it just sees one gateway. It has no idea if the underlying active router changes completely transparent failover.

Speaker 1

That's the goal exactly. Now, speed is obviously key here. How fast does it switch over? HSRP uses these Hello messages by default like every three seconds. Hey you still there, right, And if one router doesn't hear from the other for ten seconds, that's the default dead timer. Boom. The standby takes.

Speaker 2

Over ten seconds, which you know, sounds like a long time now maybe.

Speaker 1

Today it does. But back then that was a huge improvement. It meant core services could recover pretty quickly from a hardware failure. Okay, Then there's VRP Virtual Router Redundancy Protocol works on a really similar principle, aiming for that same transparent failover. But the key difference is VRRP is an open standard, not just.

Speaker 2

Cisco right interoperability, which is important.

Speaker 1

Yeah. So with VRP, you've got a master router handling things and backup router is ready. The master usually gets the highest priority two fifty five backups default to one hundred. VRP has this feature called preemption, which means if a backup router with a higher priority comes online or recovers, it can actually take back control become the master again.

Speaker 2

Yeah, ensuring the preferred path is used when available.

Speaker 1

Right, And there's a neat little detail on how they talk to each other. They use a specific multicast address to two two yeer ol point zero point zero point one.

Speaker 2

And using multicasts there. That's not just like a random choice. It's efficient how so well, instead of the master sending individual updates to every single backup router or flooding the whole network, multicast lets all the backups listen in on that one address, they get the updates simultaneously, uses wayless network resources. It's just smarter, scalable, ah, okay, clever. So yeah, HSRP VRRP. They might seem basic now, but honestly they

laid the groundwork for everything else. They solved that fundamental problem. What happens if my main gateway fails? Without them, we wouldn't be talking about the fancy stuff, because you know, the network edge would still be super fragile. You'd still have those nightmare outages.

Speaker 1

Totally. It's hard to imagine networks without that basic protection. Now.

Speaker 2

Okay, so that handles layer three making sure traffic can get out, But what about layer two inside the switching network? We also want redundancy there, right, multiple paths between switches. Absolutely, you need redundant links for resilience there too, But and this is a.

Speaker 1

Big butt layer two. Redundancy if you're not careful, creates loops network loops. Oh yeah, the ultimate network killer, right, broadcast storms, Yeah, Maxi tables going crazy.

Speaker 2

Yeah.

Speaker 1

Basically total network meltdown brings everything grinding to a halt. Horrible to troubleshoot.

Speaker 2

Too, been there, It's not fun.

Speaker 1

So the classic way to solve this spanning tree Protocol STP. STP's job is basically simple. It finds redundant paths and blocks them intelligently, hopefully. It figures out the best loop free path and any other links that could cause a loop. It puts those ports into a blocking state.

Speaker 2

Problem solved.

Speaker 1

No loops exactly, no loops. But there's that trade off again, those block ports, they're just sitting there idle, perfectly good links, expensive fiber maybe doing.

Speaker 2

Nothing, Wasted bandwidth, which nobody likes, especially in a data center. It's like having that four lane highway the two lanes are always coned off precisely.

Speaker 1

Now, SDP itself got better over time.

Speaker 2

They added features, right, Oh yeah, things like btdu guard that helps stop someone plugging in a rogue switch and messing up your whole spanning tree. It shuts the port down.

Speaker 1

Okay, good safety neck.

Speaker 2

And BPDU filter which just stops bpdu's entirely on certain ports maybe facing servers. And root guard that lets you control where the root bridge, the sort of central point of the spanning tree should be, prevents unexpected shifts and traffic flow.

Speaker 1

So these definitely make STP more stable and more secure, but they don't fix that core problem. Do they the wasted bandwidth?

Speaker 2

No, they don't. They manage the downsides, but the fundamental inefficiency of blocked ports remains, and that really sets up the next big question, doesn't it. How do we get past that? How do we use all our links that layer to get that active goodness without bringing back those terrible loops exactly?

Speaker 1

And that's where things get really interesting, moving from just preventing bad stuff to actually optimizing the good stuff. Enter virtualport Channels dot vpcs. This was I mean a massive deal for Cisco Nexus switches in the data center because it directly tackled that STP problem. I'll let you use all your layer two links, no more blocked ports.

Speaker 2

Essentially a fundamental shift from block for safety to use everything efficiently.

Speaker 1

Totally. So the core idea of VPC, it's pretty cool unless you take a port channel, you know, bundling multiple physical links into one logical one and stretch it across two different physical nexus switches.

Speaker 2

Right, so one logical link spanning two boxes.

Speaker 1

Yeah, so picture your server with two network cards for redundancy, instead of plugging into two switches and having STP block one link. Yeah, you plug into two different switches, but because they're part of a VPC domain, the server just sees one big bundled link.

Speaker 2

Both paths are acting and that's the magic. No SDP blocking on that link. The downstream device, server, storage, whatever, gets to use all its bandwidth. Plus if one link fails, or even if one entire switch fails, the traffic just keeps flowing over the remaining path. Convergence is super fast.

Speaker 1

Okay, so how does this work behind the scenes? What makes it tick? Well, you have the VPC domain. That's the logical thing formed by the two switches.

Speaker 2

Working to get you peer switches.

Speaker 1

Yeah, then absolutely critical is the peer link. This is a connection usually pretty high bandwidth, directly between those two VPC switches and it's not just for data. It's like their lifeline. They use it to sync up important stuff, MC addresses, they've learned, multicast.

Speaker 2

Info, even Layer three gateway info like HSRP states keeps them both on the same page for forwarding.

Speaker 1

Right. Then there's the keep alive link, usually a separate maybe even out of band connection. It's like a heartbeat check uh huh.

Speaker 2

Just to make sure the other peer switch is actually alive even if the main peer link goes down. Important sanity check.

Speaker 1

Yeah, prevents split brain scenarios. And finally, you have the VPC member ports. Those are the actual ports on each switch that you bundle into the VPC connecting down to your servers or other devices.

Speaker 2

Got it, domain peerlink, keep alive member.

Speaker 1

Ports now operationally this is pretty neat too. Even though they act like one logical switch for layer two traffic, yeah, you still manage them as two separate switches.

Speaker 2

Right, independent control planes.

Speaker 1

That's key, and for spanning tree it gets simpler for the downstream device. By default, only the primary VPC switch sends outvpdus on those VPC member ports.

Speaker 2

So the attached server just sees one logical switch talking SDP much cleaner.

Speaker 1

But for this whole thing to work smoothly, they have to be configured.

Speaker 2

Consistently, right, Oh, absolutely, Consistency checks are built in things like MTU size, certain spanning tree settings. How the port channels are configured. They have to match on both peer switches.

Speaker 1

What happens if they don't match depends.

Speaker 2

There are different types. Type one inconsistencies are critical things that could break forwarding. If those mismatch, the VPC link it self will often be suspended, alarms go.

Speaker 1

Off, okay, forces you to fix it. Yeah.

Speaker 2

Type two inconsistencies are usually less severe, maybe QS settings in some cases they might just log a warning but let the VPC stay up. It's quite sophisticated. And what's really amazing technically is how vpcs pull off that active, active layer two forwarding while still having those two separate control planes. It's not creating a single massive point of failure. So what does this mean for you, the person managing the network? Well, better use of your expensive links. Obviously,

simpler can fig for the servers plugged in. They just see one big pipe and way way better resilience than old school STP with all its blocked ports. I remember spending ages explaining why half a server's NICs were dark. Vpcs just fix that.

Speaker 1

Yeah, sounds like a huge quality of life improvement. Besides the performance. Okay, VPC solved a major Layer two bottleneck. Huge step. But let's zoom out even further. What if the network could just adapt automatically based on what the applications need. What if instead of typing commands on boxes, you just described the policy, the intent, and the network figured it out.

Speaker 2

Ah. Now you're talking about a real paradigm shift exactly.

Speaker 1

That's the idea behind Cisco Application Centric Infrastructure or ACI, moving away from device canfig towards defining application needs. The whole philosophy of ACI is building this distributed, scalable network works great for multiple tenants too, where everything is driven by application.

Speaker 2

Policies, designing the network around the app, not forcing the app onto the.

Speaker 1

Network precisely and under the hood. A key technology is vx LAN. Basically, all traffic inside the ACI fabric gets wrapped up in a vx LAN header. Doesn't matter if it came in as a standard vland packet or even another vx line packet. ACI normalizes it all internally.

Speaker 2

Using vx LAN like a universal translator for the fabric.

Speaker 1

Kind of yeah. And here's the really cool part. For agility, vxland lets, ACI stretch layer two networks virtually anywhere across the underlying layer three infrastructure. And crucially, it does this without needing spanning tree protocol to stop loops within the fabric itself. The architecture inherently prevents them.

Speaker 2

That's massive, decoupling the logical network from the physical location freedom.

Speaker 1

Total freedom. A server can move physically, but its network identity and policies just follow it. No recabling, no complex vland changes. So instead of configuring ports and vlands in ACI, you think in terms of endpoint groups EPGs.

Speaker 2

Right, logical containers.

Speaker 1

Yeah, you group things logically like here are all my web servers, that's the WEBPG. Here are my databases that's the DBEPG. They share common needs.

Speaker 2

Makes sense.

Speaker 1

And then this is the policy part. How these groups talk to each other is defined by contracts.

Speaker 2

Not IP addresses and acls, but contracts policy rule.

Speaker 1

Exactly, you define a contract saying okay, the WEBPG is allowed to talk to the DBEPG, but only on the specific sequel port for example, nothing else.

Speaker 2

And that policy that contract gets tied to the EPG is the identity of those application parts, not where they physically live on the network.

Speaker 1

Which is incredibly powerful for security and automation totally.

Speaker 2

It means consistent security, consistent connectivity, no matter how dynamic or environment gets and the underlying fabric usually a spine leaf design.

Speaker 1

Ah yeah, the physical topology.

Speaker 2

Right, Every loof switch connects to every spine. It creates this high bandwidth, low latency mesh. All links are active, all paths are used. VX land handles the overlay, the policy handles the control, no STP needed inside.

Speaker 1

So for you the network engineer, it means less time down in the weeds configuring individual.

Speaker 2

Boxes, definitely more time thinking about the bigger picture. What does this application actually need to do? How should it be secured? Designing the intent That.

Speaker 1

Really is a different way of thinking. So for our listener, the payoff is what faster app rollouts?

Speaker 2

Faster apps? Yeah, the network can adapt dynamically if workloads change. Management gets simpler because it's policy driven, not box by box.

Speaker 1

It lets the network actually help the business move faster instead of sometimes being the thing slowing it down.

Speaker 2

Exactly, It becomes an enabler, not a bottleneck. And if you connect all this to the bigger picture ACI, it's more than just another product. It really represents this big leap towards you know, network intelligence automation. It's about making the network serve the application truly instead of us always trying to fit apps into these rigid network boxes we built. It fundamentally changes the conversation from how do I configure this VLAN to what does this application need to do?

And how do I express that as policy? That level of abstraction game changing for speed and scale.

Speaker 1

Wow, what a journey we've covered today. Seriously, we started way back with the basics HSRP and VRP at layer three, solving those fundamental single point of failure issues, keeping the.

Speaker 2

Gateway up, foundational stuff still critical.

Speaker 1

Then we hit layer two, saw how STP stopped loops, but UH blocked.

Speaker 2

All that bandwidth and necessary evil back then, right then.

Speaker 1

The evolution with VPC is finally unlocking all that Layer two bandwidth, getting true active active paths.

Speaker 2

Big step forward, huge made data centers much more efficient.

Speaker 1

And then we looked ahead into this policy driven world with ACI and vx land where the network becomes intelligent. Automated, really built around the application's needs.

Speaker 2

Yeah, moving towards that intent based networking future. So what does all this actually mean for you listening in, whether you're building these things, managing them, or just using the apps they run. Well. As these data centers get smarter, more automated, more self aware, the job changes, right, the

focus shifts. It's becoming less about manual typing on keyboards and more about understanding application intent designing smart policies, which leaves us with a pretty interesting question to think about. In this world of smarter, more programmable networks. How does the role of us network folks keep evolving and what incredible new things will this network intelligence make possible next?

Speaker 1

Definitely something to chew on. Thanks for joining us on this deep dive.

Transcript source: Provided by creator in RSS feed: download file
For the best experience, listen in Metacast app for iOS or Android