SlideShare a Scribd company logo
1 of 128
Distance Vector Link State Hybrid Distance Vector vs. Link State Route table Topology Incremental Update Periodic Update Routing by rumor A B C D X E
Distance Vector vs. Link State ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Comparison Continued ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Link State Routing
Link State ,[object Object],[object Object],[object Object],[object Object],[object Object]
OSPF
Open Shortest Path First (OSPF) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Link State ,[object Object],[object Object],[object Object]
OSPF Hello ,[object Object],[object Object],[object Object],[object Object],A B C
"Hello" Packets ,[object Object],[object Object],[object Object],[object Object],[object Object]
Link State Advertisement (LSA) ,[object Object],[object Object],[object Object]
Link State ,[object Object],[object Object],[object Object],[object Object]
Tables ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Tables ,[object Object],[object Object],[object Object],[object Object],[object Object]
Tables ,[object Object],[object Object],[object Object],[object Object]
OSPF Terms ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Link ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
OSPF Term:  Link ,[object Object],[object Object]
OSPF Term:  Link State ,[object Object],[object Object],[object Object]
Router ID ,[object Object],[object Object],[object Object],[object Object],[object Object]
Neighbours ,[object Object],[object Object],[object Object],[object Object],[object Object]
Adjacency ,[object Object],[object Object],[object Object]
OSPF Design ,[object Object],[object Object],[object Object]
OSPF Areas ,[object Object],[object Object],[object Object],[object Object],[object Object]
Why areas? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Area Terminology
LSA’s in Area ,[object Object],[object Object],[object Object],[object Object],[object Object]
Path Calculation ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Terminology: Cost ,[object Object],[object Object],Do not forget to configure the bandwidth`  command on serial links to ensure correct default OSPF cost
Pros and Cons ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Types of Neighbors ,[object Object],[object Object],[object Object],[object Object]
OSPF Network Types
Adjacencies ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Point-to-Point Links ,[object Object],[object Object],[object Object],[object Object],[object Object]
Multi-access Broadcast Network ,[object Object],[object Object],[object Object],[object Object],[object Object]
Electing the DR and BDR ,[object Object],[object Object],[object Object],[object Object]
Terminology: DRs and BDRs ,[object Object]
DR Responsibility ,[object Object],[object Object],[object Object]
OSPF Summary ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Basic OSPF Configuration ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Configuring OSPF Areas  ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
OSPF Configuration ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
OSPF Configuration -1 10.0.0.1 20.0.0.1 20.0.0.2 30.0.0.1 30.0.0.2 40.0.0.1 10.0.0.2 40.0.0.2 R2 R1 R3 S0 S1 E0 S0 E0 S0 A B
OSPF Configuration -1 R1# config t Enter configuration commands, one per line. End with CNTL/Z. R1(config)# router ospf 1 R1(config-router)# network 10.0.0.0 0.255.255.255 area 0 R1(config-router)# network 20.0.0.0 0.255.255.255 area 0   R1(config-router)# ^Z R2 R1 R3 S0 S1 E0 S0 E0 S0 10.0.0.1 20.0.0.1 20.0.0.2 30.0.0.1 30.0.0.2 40.0.0.1 10.0.0.2 40.0.0.2 A B
OSPF Configuration -2 200.0.0.16/28 200.0.0.8/30 200.0.0.12/30 200.0.0.32/27 R2 R1 R3 S0 S1 E0 S0 E0 S0 A B
OSPF Configuration -2 200.0.0.17 200.0.0.9 200.0.0.10 200.0.0.13 200.0.0.14 200.0.0.33 200.0.0.18 200.0.0.34 255.255.255.240   255.255.255.252   255.255.255.252   255.255.255.224   R2 R1 R3 S0 S1 E0 S0 E0 S0 A B
OSPF Configuration -2 200.0.0.17 200.0.0.9 200.0.0.10 200.0.0.13 200.0.0.14 200.0.0.33 200.0.0.18 200.0.0.34 255.255.255.240   255.255.255.252   255.255.255.252   255.255.255.224   R1# config t Enter configuration commands, one per line. End with CNTL/Z. R1(config)# router ospf 1 R1(config-router)# network 200.0.0.16  0.0.0.15  area 0 R1(config-router)# network 200.0.0. 8  0.0.0.3  area 0   R1(config-router)# ^Z R3# config t Enter configuration commands, one per line. End with CNTL/Z. R3(config)# router ospf 1 R3(config-router)# network 200.0.0. 32  0.0.0.31  area 0 R3(config-router)# network 200.0.0. 12  0.0.0.3  area 0   R3(config-router)# ^Z R2 R1 R3 S0 S1 E0 S0 E0 S0 A B
OSPF and Loopback Interfaces ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Configuring Loopback Interfaces  ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Verifying OSPF Operation show ip protocols   Router# ,[object Object],show ip route  ospf Router# ,[object Object],show ip ospf interface   Router# ,[object Object]
Verifying OSPF Operation (Cont.) show ip ospf   Router# ,[object Object],show ip ospf neighbor  [detail] Router# ,[object Object]
The show ip route ospf Command RouterA#  show ip route ospf Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile,  B - BGP, D - EIGRP, EX - EIGRP external, O - OSPF,  IA - OSPF inter area, E1 - OSPF external type 1,  E2 - OSPF external type 2, E - EGP, i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default Gateway of last resort is not set 10.0.0.0 255.255.255.0 is subnetted, 2 subnets O  10.2.1.0 [110/10] via 10.64.0.2, 00:00:50, Ethernet0
The show ip ospf interface Command RouterA#  show ip ospf interface e0 Ethernet0 is up, line protocol is up Internet Address 10.64.0.1/24, Area 0 Process ID 1, Router ID 10.64.0.1, Network Type BROADCAST, Cost: 10 Transmit Delay is 1 sec, State DROTHER, Priority 1 Designated Router (ID) 10.64.0.2, Interface address 10.64.0.2 Backup Designated router (ID) 10.64.0.1, Interface address 10.64.0.1 Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5 Hello due in 00:00:04 Neighbor Count is 1, Adjacent neighbor count is 1 Adjacent with neighbor 10.64.0.2  (Designated Router) Suppress hello for 0 neighbor(s)
The show ip ospf neighbor Command RouterB#  show ip ospf neighbor Neighbor ID  Pri  State   Dead Time  Address  Interface 10.64.1.1  1  FULL/BDR  00:00:31  10.64.1.1  Ethernet0 10.2.1.1  1  FULL/-  00:00:38  10.2.1.1  Serial0
show ip ospf neighbor detail show ip ospf database
Setting Priority for DR Election ip ospf priority  number ,[object Object],[object Object],[object Object],[object Object],Router(config-if)#
EIGRP
EIGRP ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Overview ,[object Object],[object Object],[object Object],[object Object],[object Object]
Comparing EIGRP with IGRP ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Introducing EIGRP ,[object Object],[object Object],[object Object],[object Object]
EIGRP Tables ,[object Object],[object Object],[object Object],[object Object]
Neighbor Discovery ,[object Object],[object Object],[object Object],[object Object],Hello ? AS ? K K1 – BW K2- Delay K3-Load K3-Reliability K5-MTU
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Metric Calculation
Neighbor Table ,[object Object],[object Object]
Topology Table Give me information about all routes Network
Topology Table ,[object Object],[object Object],[object Object],[object Object],[object Object]
Routing Tables ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
EIGRP Concepts &   Terminology ,[object Object],[object Object],[object Object],[object Object]
172.16.100.0 Mumbai Chennai Bangalore 1.544Mbps 56Kbps 1.544Mbps Dist to  172.16.100.0 =100 Dist to 172.16.100.0 =100 Dist to 172.16.100.0 =350 10Mbps 10Mbps – 100 1,544Mbps – 250 56Kbps -1000 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
EIGRP Terms ,[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],EIGRP Terminology and Operations
Reliable Transport Protocol (RTP) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Diffusing Update Algorithm (DUAL) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
VLSM Support ,[object Object],[object Object],[object Object],[object Object]
Discontiguous Network
EIGRP & IGRP Metric Calculation
Configuring EIGRP Router(config-router)#network  network-number ,[object Object],Router(config)#router eigrp  autonomous-system ,[object Object]
EIGRP Configuration Example
EIGRP Configuration  200.0.0.17 200.0.0.9 200.0.0.10 200.0.0.13 200.0.0.14 200.0.0.33 200.0.0.18 200.0.0.34 255.255.255.240   255.255.255.252   255.255.255.252   255.255.255.224   R1# config t Enter configuration commands, one per line. End with CNTL/Z. R1(config)# router eigrp 10 R1(config-router)# network 200.0.0.16 R1(config-router)# network 200.0.0. 8 R1(config-router)# ^Z R3# config t Enter configuration commands, one per line. End with CNTL/Z. R3(config)# router eigrp 10 R3(config-router)# network 200.0.0. 32  R3(config-router)# network 200.0.0. 12  R3(config-router)# ^Z R2 R1 R3 S0 S1 E0 S0 E0 S0 A B
Verifying the EIGRP Configuration To verify the EIGRP configuration a number of show and debug commands are available.  These commands are shown on the next few slides.
show ip eigrp topology show ip eigrp topology [active | pending | successors]
show ip eigrp topology all-links show ip eigrp traffic
Administrative Distances
TELNET ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
© 2002, Cisco Systems, Inc. All rights reserved. Discovering Neighbors on the Network
Cisco Discovery Protocol  ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Discovering Neighbors with CDP ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
CDP ,[object Object],[object Object],[object Object],[object Object]
Using CDP
Using the show cdp  neighbors Command The show cdp neighbor command (sh cdp nei for short) delivers information about directly connected devices.
CDP ,[object Object],[object Object]
Using the show cdp entry Command The show cdp entry * command displays the same information as the show cdp neighbor details command.
Additional CDP Commands The show cdp traffic command displays information about interface traffic, including the number of CDP packets sent and received and the errors with CDP.
CDP Commands ,[object Object],[object Object]
Summary ,[object Object],[object Object],[object Object],[object Object],[object Object]
Access Control Lists
[object Object],[object Object],Why Use Access Lists?
What are ACLs? ,[object Object],[object Object],[object Object],[object Object],[object Object]
Reasons to Create ACLs ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
ACL’s ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Network N1 N2 N3 N4 N5 N6 192.168.12.0 A B C 192.168.34.0 192.168.56.0 192.168.12.2 192.168.12.3
IP Packet ,[object Object],[object Object],[object Object],[object Object],[object Object],The first 2 bytes in the TCP/UDP header are the source port number The next 2 bytes in the TCP/UDP header are the Destination port number 1027 80
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Types of Access Lists
How to Identify Access Lists ,[object Object],[object Object],[object Object],[object Object]
Standard ACLs ,[object Object],[object Object],[object Object],[object Object],Config# Access-list 1 deny 192.168.1.0 0.0.0.255 Config# access-list 1 permit any
Wildcard Mask  ,[object Object],[object Object],[object Object],[object Object],[object Object],0-255.0-255.0-255.0-255 (any) 255.255.255.255 192.0-255.0-255.0-255 0.255.255.255 192.168.0-255.0-255 0.0.255.255 192.168.1.0-255 0.0.0.255 192.168.1.1 0.0.0.0 (host) Matching IP MASK (192.168.1.1)
The ANY and HOST keyword ,[object Object],[object Object],[object Object],Access-list 1 permit 0.0.0.0 255.255.255.255 Or permit any
Testing Packets with  Standard Access Lists
Outbound ACL Operation ,[object Object]
Reading an ACL ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Creating ACLs ACLs are created in the global configuration mode.  There are many different types of ACLs including standard, extended, IPX, AppleTalk, and others. When configuring ACLs on a router, each ACL must be uniquely identified by assigning a number to it. This number identifies the type of access list created and must fall within the specific range of numbers that is valid for that type of list.  Since IP is by far the most popular routed protocol, addition ACL numbers have been added to newer router IOSs.  Standard IP: 1300-1999 Extended IP: 2000-2699
The  ip access-group  command {  in  |  out  }
Exercise – Standard Access List R1 Sales Account ,[object Object],[object Object],[object Object],[object Object],R2 R3 S0 S0 E0 E0 192.168.0.18 255.255.255.248 S0 S1 192.168.0.17 255.255.255.248 192.168.0.5 255.255.255.252 192.168.0.6 255.255.255.252 192.168.0.9 255.255.255.252 192.168.0.10 255.255.255.252 192.168.0.33 255.255.255.240 192.168.0.34 255.255.255.240 A B
Exercise – Standard Access List R1 Sales Account R2 R3 S0 S0 E0 E0 192.168.0.18 255.255.255.248 S0 S1 192.168.0.17 255.255.255.248 192.168.0.5 255.255.255.252 192.168.0.6 255.255.255.252 192.168.0.9 255.255.255.252 192.168.0.10 255.255.255.252 192.168.0.33 255.255.255.240 192.168.0.34 255.255.255.240 Creating access list Config# Access-list 1 deny 192.168.0.18 0.0.0.7 Config# access-list 1 permit any  Applying access list Config#int e 0 Config-if# ip access-group 1 out A B
Extended ACLs ,[object Object],[object Object],[object Object],[object Object],[object Object]
Configuration ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],RP If you need to Block a routing protocol IP ,[object Object],[object Object],[object Object],[object Object],[object Object]
Testing Packets with  Extended Access Lists
Extended ACL Syntax
Extended ACL LAB ,[object Object],Config# Access-list 100 deny tcp 200.0.0.10 0.0.0.7 200.0.0.18 0.0.0.15 eq www Config# access-list 100 permit IP any any Config#int Fastethernet 0/0 Config-if# ip access-group 100 IN Account Sales R1 Fa0/0 A B 200.0.0.10 255.255.255.248 Fa0/1 200.0.0.9 255.255.255.248 200.0.0.17 255.255.255.240 200.0.0.18 255.255.255.240 Internet
Extended ACL LAB -2 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],S0 S0 R1 E0 E0 R2 FTP Server WEB Server 192.168.0.18 should be denied website of 192.168.0.34 On Router R3 Config# Access-list 100 deny tcp 192.168. 0.18 0.0.0.0 192.168.0.34 0.0.0.0 eq 80 Config# access-list 100 permit IP any any Config#int s0 Config-if# ip access-group 100 IN S1 S0 192.168.0.18 255.255.255.248 192.168.0.17 255.255.255.248 192.168.0.5 255.255.255.252 192.168.0.6 255.255.255.252 192.168.0.9 255.255.255.252 192.168.0.10 255.255.255.252 192.168.0.33 255.255.255.240 192.168.0.34 255.255.255.240 R3 A B
Deny FTP access-list 101 deny tcp any any eq 21 access-list 101 permit ip any any  or access-list 101 deny tcp any any eq ftp access-list 101 permit ip any any
Rules ,[object Object],[object Object]
Named ACLs ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Named ACL’s ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Named ACL Example ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Verify Access List
Basic Rules for ACLs ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]

More Related Content

What's hot

What's hot (20)

Ospf
 Ospf Ospf
Ospf
 
Dynamic Routing
Dynamic RoutingDynamic Routing
Dynamic Routing
 
IP ROUTING
IP ROUTINGIP ROUTING
IP ROUTING
 
Olsr protocol ppt
Olsr protocol pptOlsr protocol ppt
Olsr protocol ppt
 
Routing
RoutingRouting
Routing
 
Chapter 06 - Routing
Chapter 06 - RoutingChapter 06 - Routing
Chapter 06 - Routing
 
Day 8 1 introducing routing n
Day 8 1 introducing routing nDay 8 1 introducing routing n
Day 8 1 introducing routing n
 
Distance vector and link state routing protocol
Distance vector and link state routing protocolDistance vector and link state routing protocol
Distance vector and link state routing protocol
 
Day 2 IP ROUTING
Day 2 IP ROUTINGDay 2 IP ROUTING
Day 2 IP ROUTING
 
Dynamic Routing Protocol OSPF
Dynamic Routing Protocol OSPFDynamic Routing Protocol OSPF
Dynamic Routing Protocol OSPF
 
ospf routing protocol
ospf routing protocolospf routing protocol
ospf routing protocol
 
IP Routing
IP RoutingIP Routing
IP Routing
 
Layer 3
Layer 3Layer 3
Layer 3
 
IP essentials
IP essentialsIP essentials
IP essentials
 
Routing Protocols
Routing ProtocolsRouting Protocols
Routing Protocols
 
Dynamic Routing All Algorithms, Working And Basics
Dynamic Routing All Algorithms, Working And BasicsDynamic Routing All Algorithms, Working And Basics
Dynamic Routing All Algorithms, Working And Basics
 
Link state routing protocol
Link state routing protocolLink state routing protocol
Link state routing protocol
 
BASICS OF ROUTING IN NETWORKS
BASICS OF ROUTING IN NETWORKSBASICS OF ROUTING IN NETWORKS
BASICS OF ROUTING IN NETWORKS
 
Group 1
Group 1Group 1
Group 1
 
Routing
RoutingRouting
Routing
 

Similar to C C N A Day3

Ccna ppt1
Ccna ppt1Ccna ppt1
Ccna ppt1AIRTEL
 
Ccna day3-140715152337-phpapp01
Ccna day3-140715152337-phpapp01Ccna day3-140715152337-phpapp01
Ccna day3-140715152337-phpapp01Sachin Morya
 
Routing and OSPF
Routing and OSPFRouting and OSPF
Routing and OSPFarpit
 
Menggali Lebih Dalam tentang OSPF: Protokol Routing Dinamis yang Efisien.ppt
Menggali Lebih Dalam tentang OSPF: Protokol Routing Dinamis yang Efisien.pptMenggali Lebih Dalam tentang OSPF: Protokol Routing Dinamis yang Efisien.ppt
Menggali Lebih Dalam tentang OSPF: Protokol Routing Dinamis yang Efisien.pptRochmadGSaputra
 
Open Shortest Path First
Open Shortest Path FirstOpen Shortest Path First
Open Shortest Path FirstAtakan ATAK
 
ospf.ppt
ospf.pptospf.ppt
ospf.pptSolWeje
 
IPv6 Routing.pdf
IPv6 Routing.pdfIPv6 Routing.pdf
IPv6 Routing.pdfniran10
 
Open shortest path first (ospf)
Open shortest path first (ospf)Open shortest path first (ospf)
Open shortest path first (ospf)Respa Peter
 
Single-Area OSPFv2 Concepts.pdf
Single-Area OSPFv2 Concepts.pdfSingle-Area OSPFv2 Concepts.pdf
Single-Area OSPFv2 Concepts.pdfZulkarman Syafrin
 
Shubham ppt on ospf and framerelay
Shubham ppt on ospf and framerelayShubham ppt on ospf and framerelay
Shubham ppt on ospf and framerelayshubham katiyar
 
Shubham ppt on ospf and framerelay
Shubham ppt on ospf and framerelayShubham ppt on ospf and framerelay
Shubham ppt on ospf and framerelayshubham katiyar
 

Similar to C C N A Day3 (20)

Ccna ppt1
Ccna ppt1Ccna ppt1
Ccna ppt1
 
Ccna day3
Ccna day3Ccna day3
Ccna day3
 
Ccna day3-140715152337-phpapp01
Ccna day3-140715152337-phpapp01Ccna day3-140715152337-phpapp01
Ccna day3-140715152337-phpapp01
 
Ccna day3
Ccna day3Ccna day3
Ccna day3
 
Routing and OSPF
Routing and OSPFRouting and OSPF
Routing and OSPF
 
ospf.ppt
ospf.pptospf.ppt
ospf.ppt
 
Menggali Lebih Dalam tentang OSPF: Protokol Routing Dinamis yang Efisien.ppt
Menggali Lebih Dalam tentang OSPF: Protokol Routing Dinamis yang Efisien.pptMenggali Lebih Dalam tentang OSPF: Protokol Routing Dinamis yang Efisien.ppt
Menggali Lebih Dalam tentang OSPF: Protokol Routing Dinamis yang Efisien.ppt
 
Open Shortest Path First
Open Shortest Path FirstOpen Shortest Path First
Open Shortest Path First
 
ospf.ppt
ospf.pptospf.ppt
ospf.ppt
 
Ospf
OspfOspf
Ospf
 
Cisco ospf
Cisco ospf Cisco ospf
Cisco ospf
 
Cisco ospf
Cisco ospf Cisco ospf
Cisco ospf
 
CSC427_Week_11.pdf
CSC427_Week_11.pdfCSC427_Week_11.pdf
CSC427_Week_11.pdf
 
IPv6 Routing.pdf
IPv6 Routing.pdfIPv6 Routing.pdf
IPv6 Routing.pdf
 
ch2_p3_ospf.pptx
ch2_p3_ospf.pptxch2_p3_ospf.pptx
ch2_p3_ospf.pptx
 
Open shortest path first (ospf)
Open shortest path first (ospf)Open shortest path first (ospf)
Open shortest path first (ospf)
 
Single-Area OSPFv2 Concepts.pdf
Single-Area OSPFv2 Concepts.pdfSingle-Area OSPFv2 Concepts.pdf
Single-Area OSPFv2 Concepts.pdf
 
Ospf new
Ospf newOspf new
Ospf new
 
Shubham ppt on ospf and framerelay
Shubham ppt on ospf and framerelayShubham ppt on ospf and framerelay
Shubham ppt on ospf and framerelay
 
Shubham ppt on ospf and framerelay
Shubham ppt on ospf and framerelayShubham ppt on ospf and framerelay
Shubham ppt on ospf and framerelay
 

More from darulquthni

I P Routing Foundations
I P  Routing  FoundationsI P  Routing  Foundations
I P Routing Foundationsdarulquthni
 
English 2 Word Order And Derivatives
English 2    Word  Order And  DerivativesEnglish 2    Word  Order And  Derivatives
English 2 Word Order And Derivativesdarulquthni
 
English 1 Reading Strategy
English 1    Reading  StrategyEnglish 1    Reading  Strategy
English 1 Reading Strategydarulquthni
 
Bahasa Inggris Dasar Dasar Tenses
Bahasa  Inggris    Dasar  Dasar  TensesBahasa  Inggris    Dasar  Dasar  Tenses
Bahasa Inggris Dasar Dasar Tensesdarulquthni
 
H P2 K19 Selling Storage Business Class. R2
H P2  K19  Selling  Storage  Business  Class. R2H P2  K19  Selling  Storage  Business  Class. R2
H P2 K19 Selling Storage Business Class. R2darulquthni
 
Al Azhar Arabic Centre
Al  Azhar  Arabic  CentreAl  Azhar  Arabic  Centre
Al Azhar Arabic Centredarulquthni
 
Lokakarya Banten Sertifikasi Dosen
Lokakarya  Banten  Sertifikasi  DosenLokakarya  Banten  Sertifikasi  Dosen
Lokakarya Banten Sertifikasi Dosendarulquthni
 
P O T R E T I N T E L E K T U A L M A H A S I S W A
P O T R E T  I N T E L E K T U A L  M A H A S I S W AP O T R E T  I N T E L E K T U A L  M A H A S I S W A
P O T R E T I N T E L E K T U A L M A H A S I S W Adarulquthni
 
SalakaNagara Pulosari
SalakaNagara PulosariSalakaNagara Pulosari
SalakaNagara Pulosaridarulquthni
 
H A S I L P E N E L I T I A N D I C I T A M A N J I P U T P A N D E G L ...
H A S I L  P E N E L I T I A N  D I  C I T A M A N  J I P U T  P A N D E G L ...H A S I L  P E N E L I T I A N  D I  C I T A M A N  J I P U T  P A N D E G L ...
H A S I L P E N E L I T I A N D I C I T A M A N J I P U T P A N D E G L ...darulquthni
 
Strategy Organisasi
Strategy  OrganisasiStrategy  Organisasi
Strategy Organisasidarulquthni
 
Pengertian Internet
Pengertian InternetPengertian Internet
Pengertian Internetdarulquthni
 
Wireless Fidelity (WIFI)
Wireless Fidelity (WIFI)Wireless Fidelity (WIFI)
Wireless Fidelity (WIFI)darulquthni
 
Gambar Networking
Gambar  NetworkingGambar  Networking
Gambar Networkingdarulquthni
 

More from darulquthni (20)

Matan Zubaid
Matan ZubaidMatan Zubaid
Matan Zubaid
 
I P Routing Foundations
I P  Routing  FoundationsI P  Routing  Foundations
I P Routing Foundations
 
English 2 Word Order And Derivatives
English 2    Word  Order And  DerivativesEnglish 2    Word  Order And  Derivatives
English 2 Word Order And Derivatives
 
English 1 Reading Strategy
English 1    Reading  StrategyEnglish 1    Reading  Strategy
English 1 Reading Strategy
 
Bahasa Inggris Dasar Dasar Tenses
Bahasa  Inggris    Dasar  Dasar  TensesBahasa  Inggris    Dasar  Dasar  Tenses
Bahasa Inggris Dasar Dasar Tenses
 
H P2 K19 Selling Storage Business Class. R2
H P2  K19  Selling  Storage  Business  Class. R2H P2  K19  Selling  Storage  Business  Class. R2
H P2 K19 Selling Storage Business Class. R2
 
Masjid Al Aqsa
Masjid  Al  AqsaMasjid  Al  Aqsa
Masjid Al Aqsa
 
Al Azhar Arabic Centre
Al  Azhar  Arabic  CentreAl  Azhar  Arabic  Centre
Al Azhar Arabic Centre
 
Lokakarya Banten Sertifikasi Dosen
Lokakarya  Banten  Sertifikasi  DosenLokakarya  Banten  Sertifikasi  Dosen
Lokakarya Banten Sertifikasi Dosen
 
P O T R E T I N T E L E K T U A L M A H A S I S W A
P O T R E T  I N T E L E K T U A L  M A H A S I S W AP O T R E T  I N T E L E K T U A L  M A H A S I S W A
P O T R E T I N T E L E K T U A L M A H A S I S W A
 
SalakaNagara Pulosari
SalakaNagara PulosariSalakaNagara Pulosari
SalakaNagara Pulosari
 
H A S I L P E N E L I T I A N D I C I T A M A N J I P U T P A N D E G L ...
H A S I L  P E N E L I T I A N  D I  C I T A M A N  J I P U T  P A N D E G L ...H A S I L  P E N E L I T I A N  D I  C I T A M A N  J I P U T  P A N D E G L ...
H A S I L P E N E L I T I A N D I C I T A M A N J I P U T P A N D E G L ...
 
Strategy Organisasi
Strategy  OrganisasiStrategy  Organisasi
Strategy Organisasi
 
Web 2.0
Web 2.0Web 2.0
Web 2.0
 
Pengertian Internet
Pengertian InternetPengertian Internet
Pengertian Internet
 
Wireless Fidelity (WIFI)
Wireless Fidelity (WIFI)Wireless Fidelity (WIFI)
Wireless Fidelity (WIFI)
 
V L S
V L SV L S
V L S
 
Gambar Networking
Gambar  NetworkingGambar  Networking
Gambar Networking
 
HP StorageWorks
HP StorageWorksHP StorageWorks
HP StorageWorks
 
H P E V A
H P  E V AH P  E V A
H P E V A
 

C C N A Day3

  • 1. Distance Vector Link State Hybrid Distance Vector vs. Link State Route table Topology Incremental Update Periodic Update Routing by rumor A B C D X E
  • 2.
  • 3.
  • 5.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 27.
  • 28.
  • 29.
  • 30.
  • 31.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37.
  • 38.
  • 39.
  • 40.
  • 41.
  • 42.
  • 43. OSPF Configuration -1 10.0.0.1 20.0.0.1 20.0.0.2 30.0.0.1 30.0.0.2 40.0.0.1 10.0.0.2 40.0.0.2 R2 R1 R3 S0 S1 E0 S0 E0 S0 A B
  • 44. OSPF Configuration -1 R1# config t Enter configuration commands, one per line. End with CNTL/Z. R1(config)# router ospf 1 R1(config-router)# network 10.0.0.0 0.255.255.255 area 0 R1(config-router)# network 20.0.0.0 0.255.255.255 area 0 R1(config-router)# ^Z R2 R1 R3 S0 S1 E0 S0 E0 S0 10.0.0.1 20.0.0.1 20.0.0.2 30.0.0.1 30.0.0.2 40.0.0.1 10.0.0.2 40.0.0.2 A B
  • 45. OSPF Configuration -2 200.0.0.16/28 200.0.0.8/30 200.0.0.12/30 200.0.0.32/27 R2 R1 R3 S0 S1 E0 S0 E0 S0 A B
  • 46. OSPF Configuration -2 200.0.0.17 200.0.0.9 200.0.0.10 200.0.0.13 200.0.0.14 200.0.0.33 200.0.0.18 200.0.0.34 255.255.255.240 255.255.255.252 255.255.255.252 255.255.255.224 R2 R1 R3 S0 S1 E0 S0 E0 S0 A B
  • 47. OSPF Configuration -2 200.0.0.17 200.0.0.9 200.0.0.10 200.0.0.13 200.0.0.14 200.0.0.33 200.0.0.18 200.0.0.34 255.255.255.240 255.255.255.252 255.255.255.252 255.255.255.224 R1# config t Enter configuration commands, one per line. End with CNTL/Z. R1(config)# router ospf 1 R1(config-router)# network 200.0.0.16 0.0.0.15 area 0 R1(config-router)# network 200.0.0. 8 0.0.0.3 area 0 R1(config-router)# ^Z R3# config t Enter configuration commands, one per line. End with CNTL/Z. R3(config)# router ospf 1 R3(config-router)# network 200.0.0. 32 0.0.0.31 area 0 R3(config-router)# network 200.0.0. 12 0.0.0.3 area 0 R3(config-router)# ^Z R2 R1 R3 S0 S1 E0 S0 E0 S0 A B
  • 48.
  • 49.
  • 50.
  • 51.
  • 52. The show ip route ospf Command RouterA# show ip route ospf Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP, D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area, E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP, i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default Gateway of last resort is not set 10.0.0.0 255.255.255.0 is subnetted, 2 subnets O 10.2.1.0 [110/10] via 10.64.0.2, 00:00:50, Ethernet0
  • 53. The show ip ospf interface Command RouterA# show ip ospf interface e0 Ethernet0 is up, line protocol is up Internet Address 10.64.0.1/24, Area 0 Process ID 1, Router ID 10.64.0.1, Network Type BROADCAST, Cost: 10 Transmit Delay is 1 sec, State DROTHER, Priority 1 Designated Router (ID) 10.64.0.2, Interface address 10.64.0.2 Backup Designated router (ID) 10.64.0.1, Interface address 10.64.0.1 Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5 Hello due in 00:00:04 Neighbor Count is 1, Adjacent neighbor count is 1 Adjacent with neighbor 10.64.0.2 (Designated Router) Suppress hello for 0 neighbor(s)
  • 54. The show ip ospf neighbor Command RouterB# show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface 10.64.1.1 1 FULL/BDR 00:00:31 10.64.1.1 Ethernet0 10.2.1.1 1 FULL/- 00:00:38 10.2.1.1 Serial0
  • 55. show ip ospf neighbor detail show ip ospf database
  • 56.
  • 57. EIGRP
  • 58.
  • 59.
  • 60.
  • 61.
  • 62.
  • 63.
  • 64.
  • 65.
  • 66. Topology Table Give me information about all routes Network
  • 67.
  • 68.
  • 69.
  • 70.
  • 71.
  • 72.
  • 73.
  • 74.
  • 75.
  • 77. EIGRP & IGRP Metric Calculation
  • 78.
  • 80. EIGRP Configuration 200.0.0.17 200.0.0.9 200.0.0.10 200.0.0.13 200.0.0.14 200.0.0.33 200.0.0.18 200.0.0.34 255.255.255.240 255.255.255.252 255.255.255.252 255.255.255.224 R1# config t Enter configuration commands, one per line. End with CNTL/Z. R1(config)# router eigrp 10 R1(config-router)# network 200.0.0.16 R1(config-router)# network 200.0.0. 8 R1(config-router)# ^Z R3# config t Enter configuration commands, one per line. End with CNTL/Z. R3(config)# router eigrp 10 R3(config-router)# network 200.0.0. 32 R3(config-router)# network 200.0.0. 12 R3(config-router)# ^Z R2 R1 R3 S0 S1 E0 S0 E0 S0 A B
  • 81. Verifying the EIGRP Configuration To verify the EIGRP configuration a number of show and debug commands are available. These commands are shown on the next few slides.
  • 82. show ip eigrp topology show ip eigrp topology [active | pending | successors]
  • 83. show ip eigrp topology all-links show ip eigrp traffic
  • 85.
  • 86. © 2002, Cisco Systems, Inc. All rights reserved. Discovering Neighbors on the Network
  • 87.
  • 88.
  • 89.
  • 91. Using the show cdp neighbors Command The show cdp neighbor command (sh cdp nei for short) delivers information about directly connected devices.
  • 92.
  • 93. Using the show cdp entry Command The show cdp entry * command displays the same information as the show cdp neighbor details command.
  • 94. Additional CDP Commands The show cdp traffic command displays information about interface traffic, including the number of CDP packets sent and received and the errors with CDP.
  • 95.
  • 96.
  • 98.
  • 99.
  • 100.
  • 101.
  • 102. Network N1 N2 N3 N4 N5 N6 192.168.12.0 A B C 192.168.34.0 192.168.56.0 192.168.12.2 192.168.12.3
  • 103.
  • 104.
  • 105.
  • 106.
  • 107.
  • 108.
  • 109. Testing Packets with Standard Access Lists
  • 110.
  • 111.
  • 112. Creating ACLs ACLs are created in the global configuration mode. There are many different types of ACLs including standard, extended, IPX, AppleTalk, and others. When configuring ACLs on a router, each ACL must be uniquely identified by assigning a number to it. This number identifies the type of access list created and must fall within the specific range of numbers that is valid for that type of list. Since IP is by far the most popular routed protocol, addition ACL numbers have been added to newer router IOSs. Standard IP: 1300-1999 Extended IP: 2000-2699
  • 113. The ip access-group command { in | out }
  • 114.
  • 115. Exercise – Standard Access List R1 Sales Account R2 R3 S0 S0 E0 E0 192.168.0.18 255.255.255.248 S0 S1 192.168.0.17 255.255.255.248 192.168.0.5 255.255.255.252 192.168.0.6 255.255.255.252 192.168.0.9 255.255.255.252 192.168.0.10 255.255.255.252 192.168.0.33 255.255.255.240 192.168.0.34 255.255.255.240 Creating access list Config# Access-list 1 deny 192.168.0.18 0.0.0.7 Config# access-list 1 permit any Applying access list Config#int e 0 Config-if# ip access-group 1 out A B
  • 116.
  • 117.
  • 118. Testing Packets with Extended Access Lists
  • 120.
  • 121.
  • 122. Deny FTP access-list 101 deny tcp any any eq 21 access-list 101 permit ip any any or access-list 101 deny tcp any any eq ftp access-list 101 permit ip any any
  • 123.
  • 124.
  • 125.
  • 126.
  • 128.

Editor's Notes

  1. DV- the router D will tell C that I know network X, and C will tell B that I know network X and so on, route A does not know anything beyond its neighbor, so its routing by tumor. This also uses periodic update, it also sends the entire routing table, these protocls are based in the early days of internet and some of them are class based. Link state gives much more information, here the link is defined with its interface, IP address, Mask, the type of network its on and its neighbors SO Router A will tell My IP…. This information is passed to router to router and maintain two databases. The topology table is important and its because of topology table the robustness comes. The topology table contains Link state advertisements and the router knows the network topology, any network fails the convergence is faster.
  2. DV will send entire routing table will waste the bandwidth. Link states exchange updates about only Link states Suitable for very large networks
  3. Draw diagram to explain router ID
  4. If the two routers are the only routers on the network, an adjacency should form. If there are more than two routers on the network, adjacencies only form with the designated router (DR) and backup designated router (BDR). If the two routers have already formed adjacencies with the DR and the BDR, they cannot form adjacencies with each other
  5. Backbone Router: Has an interface connected to the backbone (Area 0). Area Border Router (ABR): Has interfaces in multiple areas with at lest one interface in area 0. Connects other areas to the backbone and maintains routing information for each connected area. Autonomous System Boundary Router (ASBR): Router located between OSPF autonomous system and a non-OSPF network. Used to redistribute routing information between networks. Must reside in a non-stub area.
  6. OSPF routers and links are grouped logically into areas that are identified by assigned numbers. All OSPF networks have at least one area with the default being area 0. If more than one area exists, area 0 is defined as the backbone area and is used to connect all other areas. Each area has its own link state databases.
  7. Area 0 should not have more than 30 routers
  8. In order to ensure that a router will become the OSPF DR for any given segment, there are a number of options. One way is to manually configure the interface priority as described in option A above using the "ip ospf priority" interface configuration command. The second method is described in option C. OSPF routers will always use the loopback interface IP address as the router ID, when configured, and the router with the highest IP address will be chosen as the DR when the priorities are the same. The final method is to change the priority of the other routers in the segment to zero. When the OSPF priority is set to 0, the router is ineligible to become the DR or the BDR. Important Note: The OSPF DR/BDR election process is not pre-emptive, so any changes to the network regarding the DR/BDR election process will only occur when the routers are restarted.
  9. When the OSPF process starts, the Cisco IOS uses the highest local active IP address as its OSPF router ID. If there is no active interface, the OSPF process will not start. If the active interface goes down, the OSPF process has no router ID and therefore ceases to function until the interface comes up again.
  10. EIGRP scales the metric of IGRP by a factor of 256. That is because EIGRP uses a metric that is 32 bits long, and IGRP uses a 24-bit metric. EIGRP can multiply or divide by 256 to easily exchange information with IGRP
  11. Purpose : The figure introduces the IGRP routing protocol. IGRP is a sophisticated distance vector routing protocol. Emphasize: The Interior Gateway Routing Protocol (IGRP) is a dynamic distance-vector routing protocol designed by Cisco in the mid-1980s for routing in an autonomous system that contains large, arbitrarily complex networks with diverse bandwidth and delay characteristics. Historically, IGRP became one of the success factors for the early Cisco IOS software capabilities because of its superiority to RIP version 1. The important IGRP characteristics are as follows: More scalability than RIP Fast response to network changes Sophisticated metric Multiple-path support
  12. EIGRP Metrics Another really sweet thing about EIGRP is that unlike many other protocols that use a single factor to compare routes and select the best possible path, EIGRP can use a combination of four: Bandwidth Delay Load Reliability
  13. EIGRP routers that belong to different autonomous systems (ASes) don’t automatically share routing information and they don’t become neighbors. This behavior can be a real benefit when used in larger networks to reduce the amount of route information propagated through a specific AS. The only catch is that you might have to take care of redistribution between the different ASes manually. The only time EIGRP advertises its entire routing table is when it discovers a new neighbor and forms an adjacency with it through the exchange of Hello packets. When this happens, both neighbors advertise their entire routing tables to one another. After each has learned its neighbor’s routes, only changes to the routing table are propagated from then on. When EIGRP routers receive their neighbors’ updates, they store them in a local topology table. This table contains all known routes from all known neighbors, and serves as the raw material from which the best routes are selected and placed into the routing table. EIGRP routers keep route and topology information readily available in RAM, so they can react quickly to changes. Like OSPF, EIGRP saves this information in several tables and databases.
  14. Route source - The identification number of the router that originally advertised that route. This field is populated only for routes learned externally from the EIGRP network.
  15. Reliable Transport Protocol The EIGRP transport mechanism uses a mix of multicast and unicast packets, using reliable delivery when necessary. All transmissions use IP with the protocol type field set to 88. The IP multicast address used is 224.0.0.10. DUAL requires guaranteed and sequenced delivery for some transmissions. This is achieved using acknowledgments and sequence numbers. So, for example, update packets (containing routing table data) are delivered reliably (with sequence numbers) to all neighbors using multicast. Acknowledgment packets-- with the correct sequence number--are expected from every neighbor. If the correct acknowledgment number is not received from a neighbor, the update is retransmitted as a unicast. The sequence number (seq num) in the last packet from the neighbor is recorded to ensure that packets are received in sequence. The number of packets in the queue that might need retransmission is shown as a queue count (QCnt), and the smoothed round trip time (SRTT) is used to estimate how long to wait before retransmitting to the neighbor. The retransmission timeout (RTO) is the time the router will wait for an acknowledgment before retransmitting the packet in the queue. Some transmissions do not require reliable delivery. For example, hello packets are multicast to all neighbors on an Ethernet segment, whereas acknowledgments are unicast. Neither hellos nor acknowledgments are sent reliably. EIGRP also uses queries and replies as part of DUAL. Queries are multicast or unicast using reliable delivery, whereas replies are always reliably unicast. Query and reply packets are discussed in more detail in the next section.
  16. All route computations in EIGRP are handled by DUAL. One of DUAL's tasks is maintaining a table of loop-free paths to every destination. This table is referred to as the topology table . Unlike traditional DV protocols that save only the best (least-cost) path for every destination, DUAL saves all paths in the topology table. The least-cost path(s) is copied from the topology table to the routing table. In the event of a failure, the topology table allows for very quick convergence if another loop-free path is available. If a loop-free path is not found in the topology table, a route recomputation must occur, during which DUAL queries its neighbors, who, in turn, may query their neighbors, and so on... hence the name "Diffusing" Update Algorithm.
  17. Slide 1 of 2 Purpose: This figure explains how to use the router igrp and network commands to configure an IGRP process. Emphasize: Note that the AS keyword is required for IGRP. You can use multiple network commands to specify all networks that are to participate in the IGRP process. Only those networks specified will be published to other routers.
  18. Purpose: The figure shows how the IGRP commands operate on the example network. Emphasize : An administrator only specifies directly connected networks that should be published to other routers. Without the network command, nothing is advertised. With a network command, the router will advertise every subnet within the Class A, B, or C network specified in the configuration.
  19. # Show users – will show connected users # Clear line 1 – will disconnect the session on line 1
  20. Purpose: This chapter introduces the Cisco IOS™ CLI on the Catalyst® 1900 switch and router. Timing: This chapter should take about 2 hours to present. Note: The Catalyst 1900 switch only has a subset of the router Cisco IOS commands available. Contents: Introduction to Cisco IOS. Explain to the student what is IOS? Cisco Device startup procedures in general. IOS configuration source. General introduction to the IOS CLI . Cat 1900 switch startup procedures. Intro to Cat 1900 CLI. This part covers the basic configuration on the switch, like setting the IP address and hostname. More details about the various Cat 1900 switch configuration commands are explained in Chapter 6 and 7. Router startup procedures. More details on the router startup process is discussed in chapter 5. Router IOS CLI.
  21. Note: CDP is sent using multicast frames with the MAC address 0100.0ccc.cccc. CDP is a Cisco proprietary data link layer protocol that operates over any medium that supports the Subnetwork Access Protocol (SNAP) encapsulation (LANs, most WANs, and ATM). It is important to understand that because CDP operates at Layer 2 (data link layer of the OSI model), it functions independently of the Layer 3 (network) protocol (IP or IPX). CDP is on by default, but it can be disabled. In many cases, CDP is disabled on dial backup links, such as ISDN, so as to not keep the link up constantly. CDP – One dependency, the media type at the physical layer must support SNAP. SNAP was created because all protocols does not work well for 802.3 Ethernet frame as 802.3 had no type filed any longer. The original Ethernet had type filed, But the 802.3 had replaced this with length field, so When we bring SNAP at layer 2 it brings back type field. Frame relay, Ethernet, ATM, Token ring all support SNAP
  22. Device ID. The hostname of the neighboring device Local Interface. The interface on which this router received information about the neighboring device. Holdtime. The amount of time the router will store this information before dropping it from memory, if additional CDP packets are not received. Capability. The type of device that announced itself using CDP. Platform. The hardware platform of the neighboring equipment. Port ID. The port from which the CDP packet was sent on the neighboring device. Emphasize: CDP is media- and protocol-independent and runs on all Cisco-manufactured equipment including routers, access servers, switches, and some managed hubs. With CDP, network management applications can retrieve the device type and SNMP agent address of neighboring devices. This capability enables applications to send SNMP queries to neighboring devices. CDP allows network management applications to dynamically discover Cisco devices that are neighbors. CDP runs on all media that support the Subnetwork Access Protocol, including LAN and Frame Relay. CDP runs over the data link layer only, not the network layer. Therefore, two systems that support different network-layer protocols can learn about each other. Cached CDP information is available to network management applications. Cisco devices never forward a CDP packet. When new information is received, old information is discarded. The holdtime determines how long to keep existing information from a neighbor.
  23. Note: Some of the CDP commands are not available on the Catalyst 1900 switch, like cdp run , show cdp traffic , and show cdp entry . It’s important to remember that CDP packets aren’t passed through a Ciscoswitch, and that you see only what’s directly attached. So this means that if your router is connected to a switch, you won’t see any of the devices hooked up to that switch.
  24. Emphasize: This graphic shows the show cdp neighbors command initiated from a router, which displays a summary of the capabilities and access details for the CDP neighbors. The show cdp neighbors detail command shows detailed information about the same devices. Note: If the neighbor is a Catalyst 1900 switch, the switch MAC address is also displayed. If the switch is a 2900xl, its MAC address is not displayed. Device ID. The hostname of the neighboring device Local Interface. The interface on which this router received information about the neighboring device. Holdtime. The amount of time the router will store this information before dropping it from memory, if additional CDP packets are not received. Capability. The neighbor’s capability, such as router, switch, or repeater. The capability codes are listed at the top of the command output. Platform. The hardware platform of the neighboring equipment.( Cisco 2509, Cisco 2511, and Catalyst 5000) Port ID. The port from which the CDP packet was sent on the neighboring device.
  25. Emphasize: The example shows what information can be obtained about RouterA’s neighbor. CDP is one way to learn about other Cisco devices on the network.
  26. Note: The holdtime indicates how long the neighbor information will be kept in the local CDP table.
  27. 181-37
  28. Purpose: This slide discuss the initial configurations on the routers and switches. Note: There is no setup mode on the Catalyst 1900 switch.
  29. Layer 2 of 2 Emphasize: An access list is a mechanism for identifying particular traffic. One application of an access list is for filtering traffic into or out of a router interface.
  30. Permission for router Manage IP Traffic Filter packet which pas thru Either can permit or Deny
  31. If u want to permit only one from a network then permit shud be first
  32. Layer 3 of 3 Purpose: Describe an inbound versus outbound access list on an interface.
  33. Layer 3 of 3 Emphasize: Layer 3—Adds the Novell IPX access lists covered in Chapter 11, “Configuring Novell IPX,” and the number ranges for these types of access lists. As of Release 11.2.4(F), IPX also supports named access lists. Point out that number ranges generally allow 100 different access lists per type of protocol. When a given hundred-number range designates a standard access list, the rule is that the next hundred-number range is for extended access lists for that protocol. Exceptions to the numbering classification scheme include AppleTalk and DECnet, where the same number range can identify various access list types. For the most part, number ranges do not overlap between different protocols. Note: With Cisco IOS 12.0, the IP access-lists range has been expanded to also include: <1300-1999> IP standard access list (expanded range) <2000-2699> IP extended access list (expanded range)
  34. Purpose: This graphic gives an overview of the type of TCP/IP packet tests that standard access lists can filter. It uses the encapsulation graphic and diamond decision graphic to remind students of material presented earlier in this course.
  35. Layer 3 of 3 Purpose: Shows a deny result of the access list test. Emphasize: Now the packet is discarded into the packet discard bucket. The unwanted packet has been denied access to the outbound interface. The Notify Sender message shows a process like ICMP, returning an “administratively prohibited” message back to the sender.
  36. Explain how the access list process, here there are three ACLS. Can give the example with a host IP address 192.168.1.1 and host 192.168.1.2 what happens on all the three ACLS
  37. Purpose: This graphic gives an overview of the type of TCP/IP packet tests that extended access lists can filter. It uses the encapsulation graphic and diamond decision graphic to remind students of material presented earlier in this course.
  38. Named access lists allow you to use names to both create and apply either standard or extended access lists. There is nothing new or different about these access lists aside from being able to refer to them in a way that makes sense to humans.