| Cisco CCNA certification training includes | | | | below....R1(config-if)#frame map ip |
| troubleshooting your own work and that of | | | | 172.12.123.2 122 broadcastR1(config-if)#frame |
| others. The best CCNA certification training | | | | map ip 172.12.123.3 123 broadcast... and the |
| you can do is indeed troubleshooting your own | | | | RIP updates went out as expected.R1#debug ip |
| Cisco router and switch configurations - as | | | | ripRIP protocol debugging is onR1#clear ip |
| I'm always telling my students, "I can | | | | route *06:22:13: RIP: sending general request |
| guarantee that any error you make has been | | | | on Loopback0 to 224.0.0.906:22:13: RIP: |
| made before, and you'll probably see it again | | | | sending general request on Serial0 to |
| one day." One such common error involves two | | | | 224.0.0.906:22:13: RIP: ignored v2 packet |
| very important CCNA certification topics - | | | | from 1.1.1.1 (sourced from one of our |
| Frame Relay and routing protocols.A student | | | | addresses)06:22:14: RIP: received v2 update |
| was working on his CCNA exam home lab and | | | | from 172.12.123.3 on Serial006:22:14: 1.1.1.1 |
| came up with an interesting problem. He set | | | | 32 -> 0.0.0.0 in 3 hops06:22:14: 2.2.2.2/32 |
| Frame Relay up in a hub-and-spoke | | | | -> 0.0.0.0 in 2 hops06:22:14: 3.3.3.3/32 -> |
| configuration with R1 as the hub and R2 and | | | | 0.0.0.0 in 1 hops06:22:14: 172.12.23.0/24 -> |
| R3 as the spokes. He wrote the following | | | | 0.0.0.0 in 1 hops06:22:14: 172.12.123.0/24 -> |
| frame map statements:frame-relay map ip | | | | 0.0.0.0 in 1 hops06:22:14: RIP: sending v2 |
| 172.12.123.2 122frame-relay map ip | | | | update to 224.0.0.9 via Loopback0 |
| 172.12.123.3 123He was able to ping both | | | | (1.1.1.1)06:22:14: 2.2.2.2/32 -> 0.0.0.0, |
| spokes from the hub, so he assumed everything | | | | metric 3, tag 006:22:14: 3.3.3.3/32 -> |
| was working correctly. Then he configured | | | | 0.0.0.0, metric 2, tag 006:22:14: 172.12.23.0 |
| RIP version 2 on the router and got the | | | | 24 -> 0.0.0.0, metric 2, tag 006:22:14: |
| following result after running "debug ip rip" | | | | 172.12.123.0/24 -> 0.0.0.0, metric 1, tag |
| and clearing the routing table with "clear ip | | | | 006:22:14: RIP: sending v2 update to |
| route *":03:33:01: IP: s=172.12.123.1 | | | | 224.0.0.9 via Serial0 (172.12.123.1)Cisco |
| (local), d=224.0.0.9 (Serial0), len 72, | | | | CCNA certification depends on noticing |
| sending broad/multicast03:33:01: IP: | | | | details like these, and there's no better way |
| s=172.12.123.1 (local), d=224.0.0.9 | | | | to learn these details than by working on |
| (Serial0), len 72, encapsulation failedYou | | | | real Cisco routers and switches. Whether |
| may have already spotted the problem, and if | | | | you're renting rack time online or buying |
| you did, your CCNA certification exam studies | | | | used Cisco routers and switches, real-time |
| are going well! The problem is that the | | | | debugs and configurations are the way to CCNA |
| "broadcast" option was left off the frame map | | | | certification exam success!Chris Bryant, CCIE |
| statements. "broadcast" must be configured | | | | #12933, is the owner of The Bryant Advantage, |
| on frame map statements in order to send | | | | home of over 100 free certification exam |
| broadcasts and multicasts across the frame | | | | tutorials, including Cisco CCNA certification |
| link. As you know from your CCNA | | | | test prep articles. His exclusive Cisco CCNA |
| certification exam studies, RIP version 1 | | | | study guide and Cisco CCNA training is also |
| broadcasts updates and RIP version 2 | | | | available!Visit his blog and sign up for |
| multicasts them, so the "broadcast" option | | | | Cisco Certification Central, a daily |
| must be present for either version to send | | | | newsletter packed with CCNA, Network+, |
| updates by using those frame mappings.He then | | | | Security+, A+, and CCNP certification exam |
| rewrote the frame map statements as shown | | | | practice questions! |