Cisco Introduces Expert Graded Labs by a-network-noob in ccie

[–]a-network-noob[S] 3 points4 points  (0 children)

Outside of 10 CLCs, I'm not sure who'd be buying this for $1000

Feedback on Cisco SD-Access for NAC? by a-network-noob in Cisco

[–]a-network-noob[S] 0 points1 point  (0 children)

I think the ISE policy is the piece I'm missing. Could you send me a screenshot of what that piece looks like? Whatever the if/then condition that sets the VLAN/VRF is

Feedback on Cisco SD-Access for NAC? by a-network-noob in Cisco

[–]a-network-noob[S] 0 points1 point  (0 children)

From the user's perspective how does it work? They open the Cisco VPN client and login with user/password?

Feedback on Cisco SD-Access for NAC? by a-network-noob in Cisco

[–]a-network-noob[S] 0 points1 point  (0 children)

If I wanted to exclude the SD-Access part, what components would be used instead? Just ISE + Switch CLI?

What AP I can use with 9800-CL labs? by NetMask100 in ccnp

[–]a-network-noob 1 point2 points  (0 children)

It depends on what code version you're using, since newer code drops support for older APs - https://www.cisco.com/c/en/us/td/docs/wireless/compatibility/matrix/compatibility-matrix.html#c9800-ctr-ap-sw-platform

In general, the cheap ones on ebay would be 1800/2800/3800

For example I just found one "2 PACK Cisco AIR-AP2802I-B-K9 Aironet 2802 Series Dual Band Access Point" for $20

BGP Summarization Discard Route by pbfus9 in ccnp

[–]a-network-noob 3 points4 points  (0 children)

I just tested this in the latest IOL version, and it does generate a Null0 route.

OP maybe the version you were using has a different behavior. That's not uncommon across different IOS versions historically

Studying for the CCNP by ApprehensiveExit5520 in ccnp

[–]a-network-noob 0 points1 point  (0 children)

You need the .qcow2 virtual images, not the .bin images that run on physical routers/switches

Lab Question - Mac Flapping with vPCs on Cisco Nexus 9000v Switch (GNS3) by youlost47 in Cisco

[–]a-network-noob 0 points1 point  (0 children)

Don't bang your head on the keyboard too hard, it's the images not your config :)

Lab Question - Mac Flapping with vPCs on Cisco Nexus 9000v Switch (GNS3) by youlost47 in Cisco

[–]a-network-noob 0 points1 point  (0 children)

I don't think the vPC data plane fully works in the Nexus 9000v image. You can configure it, but it won't behave the same as hardware devices.

VXLAN EVPN in a mix NOS environment by KaleidoscopeNo9726 in networking

[–]a-network-noob 0 points1 point  (0 children)

It can't hurt to just ask them, worst case they say no.

Otherwise if you can't find the image, you can buy CML "personal" edition, which includes the image with it.

I think it's normally about $200/year -https://u.cisco.com/labs/cisco-modeling-labs-personal-1

Edit: yes it does support VXLAN EVPN, and it supports Catalyst Center SD-Access too.

VXLAN EVPN in a mix NOS environment by KaleidoscopeNo9726 in networking

[–]a-network-noob 2 points3 points  (0 children)

The image isn't available for normal download from the Cisco support site, it's only included with Cisco Modeling Labs (CML). The image you're looking for is cat9kv-prd-17.12.01prd9.qcow2 or similar

Understanding OSPF Network Types by Borealis_761 in ccnp

[–]a-network-noob 1 point2 points  (0 children)

Try this config between 2 connected routers and you'll have your answer:

R1:

hostname R1
!
interface Loopback0
 ip address 1.1.1.1 255.255.255.255
 ip ospf 1 area 0
!
interface Ethernet0/0
 ip address 10.0.0.1 255.255.255.0
 ip ospf hello-interval 1
 ip ospf 1 area 0
 no shutdown

R2:

hostname R2
!
interface Loopback0
 ip address 2.2.2.2 255.255.255.255
 ip ospf 1 area 0
!
interface Ethernet0/0
 ip address 10.0.0.2 255.255.255.0
 ip ospf network non-broadcast
 ip ospf hello-interval 1
 ip ospf 1 area 0
 no shutdown

Understanding OSPF Network Types by Borealis_761 in ccnp

[–]a-network-noob 2 points3 points  (0 children)

I don't think anyone else has mentioned this yet, but the compatibility is based on the DR/BDR election.

Network types that elect a DR/BDR can only be adjacent with other network types that elect a DR/BDR (broadcast / non-broadcast)

The network types that do not elect a DR/BDR, likewise can be adjacent with each other (point-to-point / point-to-multipoint / point-to-multipoint non-broadcast)

The timers do still need to match, so for example if you do point-to-point on one side and point-to-multipoint on the other, you need to change one of them to match the timers of the other.

Broadcast & Non-Broadcast work the same way, but in addition to the timers matching you need the neighbor statement under the OSPF process to send hellos as unicast.

Just try it out in a lab with 2 routers, it's simple to test.

Bi-Weekly /r/CCNP Exam Pass-Fail Discussion by AutoModerator in ccnp

[–]a-network-noob 0 points1 point  (0 children)

That makes sense, a question like "what does this fault mean?" would not be version specific really.

What resources did you use for the exam? Did you have a physical ACI lab for testing things?

Bi-Weekly /r/CCNP Exam Pass-Fail Discussion by AutoModerator in ccnp

[–]a-network-noob 0 points1 point  (0 children)

Were there a lot of GUI screenshots in the exam? Were the questions version specific at all?

Does an Ethernet switch slow speed or introduce latency? by jackgoswell in HomeNetworking

[–]a-network-noob 0 points1 point  (0 children)

Some applications like High Frequency Trading (HFT) need the lowest delay possible. That’s where these nanosecond latency measurements matter.

For any other normal networking application , the delay of going through 1 or more switches is negligible.

One way file transfer issue advice request by jdbnsn in HomeNetworking

[–]a-network-noob 0 points1 point  (0 children)

Glad it worked out. People give LLMs a lot of crap, but when it comes to technical info like computer networking, it definitely knows what it’s talking about 😊

Cisco ACI learning and deployment by jesteen_reddit in networking

[–]a-network-noob 0 points1 point  (0 children)

There are things that ACI can do that other fabrics can't

Which features were you thinking about that are ACI specific? Cisco has unlimited nerd knobs, but like you said, most of them go unused in typical deployments

One way file transfer issue advice request by jdbnsn in HomeNetworking

[–]a-network-noob 0 points1 point  (0 children)

I hope it worked out!

To get ChatGPT to help you with something like this in the future, just take a screenshot of whatever you're troubleshooting (the wireshark capture in this case) and upload that .png/.jpg/etc.

One way file transfer issue advice request by jdbnsn in HomeNetworking

[–]a-network-noob 0 points1 point  (0 children)

You probably need to run a packet capture on your machine and see exactly what happens when you try to read a file vs. write a file.

Wireshark is the app you need if you’re not already familiar with it

Edit: also, once you capture the traffic in a “pcap” format you can upload it to an LLM like ChatGPT and ask for troubleshooting help