
Explore how to clarify common CCNA to CCNP topics, from passwords and telnet to static routing and OSPF LSA types, with practical practice tests to reinforce understanding.
Configure vty passwords to secure telnet sessions between routers. Use show sessions to manage multiple open connections, and switch to SSH by restricting transport output on the console.
Enable telnet on router 1 to reach router 3, view sessions with show users, and disconnect lines with clear line. Disable telnet access on vty by using transport input none.
Discover how to use telnet to check remote services and ports, verify port 179 for BGP is listening, and validate connections after enabling the service.
Explore why Cisco uses both enable password and enable secret for backward compatibility, why they should differ, and how to escape the question mark to include it in the password.
Explore how service password encryption protects enable and line passwords in Cisco IOS, and how no service password-encryption affects future passwords but not existing ones.
Demonstrate that type 7 encryption is reversible by decrypting enable password and enable secret password using a key chain and show commands that reveal the original password.
Learn how the network command enables routing protocol on interfaces by matching IP ranges with wildcard masks, and how direct interface configuration replaces network statements for clarity and control.
Examine how OSPF process IDs are locally significant, allowing different IDs on routers while area IDs remain consistent, and how redistribution connects routes between processes.
Explain the longest match rule in OSPF, showing how the most specific route is preferred over administrative distance, and illustrate with router IDs, loopback interfaces, masks, and overlap.
Understand how vtp client mode propagates vlan configurations while servers hold the authoritative data, and how to reset revisions by domain name changes or transparent mode.
configure static routing with the next-hop to connect router 1 and router 2 for reachability to 3.0 network, verify with show ip route and note the administrative distance of 1.
Examine static routing using the local exit interface, noting directly connected routes, per-destination MAC addresses, and proxy ARP's impact on reachability.
Explore when to use default static routes with a local exit interface versus a next-hop in multipoint and point-to-point networks, and test connectivity across networks.
Configure default static routes on multiple routers, then replace them with next-hop static routes and verify connectivity. Identify that static routing can cause loops, while dynamic routing prevents them.
Implement load balancing with static routing by configuring default static routes to two different next hops, then verify per-packet distribution across paths and confirm connectivity via traces.
Learn how to implement floating static routes with ip sla tracking to provide redundancy and load balance between routes, using administrative distance and tracked reachability to switch to backup paths.
Learn how to use HSRP and route tracking to ensure failover maintains reachability when interfaces go down. Configure floating static routes and verify the setup with practical tests.
Configure static routing using dhcp-supplied interfaces to reach a target network and set a default route, noting that dmvpn features are beyond scope.
Configure permanent static routes to keep traffic on the intended interface when an interface goes down, preventing black holes and unnecessary redistribution updates.
Learn how OSPF LSA type 1 and type 2 are used in different network types. The lecture explains router IDs, designated router, and how point-to-point and point-to-multipoint networks generate LSAs.
Explore how OSPF LSA type 2 designates routers on point-to-multipoint networks, and how routers use LSA type 1 and 2 to build the area-wide network map for routing.
Understand how OSPF uses type 3 summary LSAs to advertise networks between areas, while type 1 and type 2 LSAs stay within an area, and backbone area design prevents loops.
Understand how OSPF LSA types 4 and 5 are generated by the ASBR during redistribution between another protocol and OSPF, and how they advertise external networks.
This lecture explains the OSPF redistribution metric and metric-type, detailing the default external type 2, setting a metric like 30, and when to use type 1 versus type 2.
Explain how to disable no auto-summary in EIGRP and validate subnet masks across loopback networks, highlighting classful versus actual subnets and redistribution between routers, and understand the OSPF subnets keyword.
Configure a frame relay switch router to connect three routers through permanent virtual circuits, using frame relay route commands and show commands to verify DLCI mappings and traffic switching.
learn to configure the frame-relay switch using the connect command, enabling serial interfaces, configuring encapsulation, clock rate, and frame-relay map between routers, then verify with show commands.
Configure the LMI type in frame relay networks, compare auto-sense and manual settings, and verify compatibility with show frame-relay lmi and show frame-relay bvc to maintain active pvc connections.
Verify frame relay connectivity by configuring static frame relay mappings for a router's own IP, enabling hubs and spokes to ping correctly using the right DLCs.
Analyze the statuses of frame relay virtual circuits—active, inactive, deleted, and static—and diagnose local versus remote issues using keepalive and LMI mechanisms.
Configure frame relay multipoint interfaces by setting keepalive and moving the IP to subinterfaces; implement static or dynamic frame-relay maps with inverse arp, and enable broadcast for dynamic mappings.
Explain frame relay inverse arp, how static mappings affect dynamic mappings, and how to disable inverse arp on both routers using static mappings or no frame relay inverse arp.
Explore issues with EIGRP in a frame relay network, configure hello and hold timers, advertise loopbacks, and ensure adjacency by enabling broadcast on dlci and disabling ip split horizon.
Configure OSPF network types on frame-relay networks, adjust interfaces to broadcast or point-to-point to enable adjacencies, and fix next-hop reachability with frame-relay maps.
Learn how to maintain OSPF adjacencies on frame-relay by using the OSPF neighbor command, switching network type between broadcast and non-broadcast, and enabling unicast via RPF neighbor.
Solve the designated router issue in a hub-and-spoke frame relay network by preventing other routers from becoming DRs, via zeroing interface priorities or using point-to-point.
Explain the ospf point-to-multipoint network type and how it resolves dr/bdr elections, updates next-hop to the hub router, and manages broadcast versus non-broadcast adjacencies in frame-relay networks.
configure frame relay point-to-point interfaces to replace multipoint links, assign an ip per link with a /25 mask. use the frame-relay interface-dlci command and avoid frame-relay map on point-to-point links.
Learn how the IP smurfing attack uses IP directed broadcast and spoofed ICMP replies to flood a host, and disabling directed broadcast or enabling unicast reverse path forwarding prevents it.
analyze proxy ARP drawbacks, including ARP cache flood and the risk of DDoS or MiTM attacks via misconfigurations such as router four dropping traffic.
Whenever I taught CCNP in the class-room, I found that Students were confused about some topics or commands that they have studied in the CCNA course (with someone else!), and I had to clarify or re-explain these topics or commands to them. This is because these topics or commands are confusing by their nature, or because the way that they are typically explained to the students. Therefore, the idea of this course came in my mind, which intend to clarify those confusing topics or commands.
This course contains five sections:
Working with Passwords: which contains thoughts on passwords, understand the meaning of the no service-encryption command, and how to break the type 7 encryption.
Working with Telnet:which contains how to work with telnet as source or destination, and how to telnet to a specific port. .
Miscellaneous Topics: such as understanding the network command, the VTP client mode, the longest match rule, and the meaning of the OSPF process ID being locally significant .
Everything about static Routing!: which explains almost everything about static routing and moving gradually from basic concepts and configurations to the advanced ones such as load balancing and floating static routes with IP SLA. Then we have to solve the challenge of making the configuration of the floating static routes working by getting help from HSRP! You will find this part of the course enjoyable and challenging.
Understanding the OSPF LSA Types: Where I have explained the OSPF LSA types 1,2,3,4, and 5 , the metric and metric types used with OSPF redistribution, and the usage of the OSPF subnets keyword and the EIGRP no auto-summary command.
Configuring Frame-Relay: Where I have explained Basic Frame-Relay Configuration, how to configure Frame-Relay Multipoint sub-interfaces, and how to solve issues with routing protocols in a frame-relay network.
Network Attacks Using Features of the IP Protocol: where different network attacks that uses features of the IP protocol are explained, including the IP Smufing attack.
You do not have to watch the videos in any particular order. You can go directly and watch the videos related to topics or commands that you feel that they confusing or not clear. At the end of the course, there will be a practice test that you can use to find if these topics or commands are clear or still confuse you. You can attempt this practice test after watching the videos as a final check or even before to decide which topics or section you have to watch.
I hope that that you will find this course useful, and that it will clarify confusing topics or commands for you, so that you can fully understand the CCNA curriculum, and be ready for your CCNP studies!.