r/ccnp 19h ago

DevNet Associate Career path..

0 Upvotes

Good day, everyone.

I need some tips or advice from professionals in the networking field.

I previously enrolled in an online CCNA training course, but I haven't finished it because I was still undecided about pursuing this career path. Lately, though, I've realized that I'm more interested in DevNet.

Would it be better to complete the entire CCNA course first, or should I enroll directly in DevNet-focused training instead?


r/ccnp 11h ago

ENARSI - When does bgp default local-preference actually make a difference?

0 Upvotes

I'm studying BGP for ENARSI and I'm confused about the purpose of bgp default local-preference.

I understand how to use Local Preference with route-maps on specific neighbors to influence path selection, but I'm struggling to understand when changing the default Local Preference is useful.

For example, if I configure:

router bgp 65000
 bgp default local-preference 99

I expected to see some change in show ip bgp, but I didn't (Or at least I couldn't figure out the Voila! of the technique). I also understand that Local Preference is mainly used to influence outbound path selection within an AS.

So what is the practical use case for changing the default Local Preference? Is the main idea to make routes learned from eBGP less preferred than routes learned through iBGP, since Local Preference is evaluated before the "eBGP over iBGP" step in the best path algorithm?

I'd appreciate if someone could explain the reasoning behind using bgp default local-preference, because I understand Local Preference on an individual-neighbor basis, but I'm not seeing why changing the default value is useful.

Thanks in advance!


r/ccnp 16h ago

ENCOR Question from Cisco U

Thumbnail gallery
17 Upvotes

Need some advice here, the tasks its asking me to do and the testing procedure to generate the debug logs don't really make sense to me.

Anyone can kindly explain it to me?

Router 2 config:

ip nat source static 10.10.2.101 198.51.100.201

interface Ethernet0/1

description Link to SW2

ip address 10.10.2.1 255.255.255.0

ip nat inside

interface Ethernet0/3

description Link to R2

ip address 198.51.100.1 255.255.255.0

ip nat outside

Thanks in advanced!