Routing Table

Routing Table

IPv6 Routes

  • There are three kinds of IPv6 routes
    • Directly Attached
      • Only points to the exit interface
    • Recursive
      • Only points to the next-hop address
      • Called recursive because it has to check the routing table twice
        • first to match the destination IP against a route
        • second to match the next-hop address against a route
    • Fully Specified
      • Identifies both the exit interface and the next-hop address

Configure a Static route

config# ip route <destination> <subnet mask> <next hop> <opt: AD>
config# ipv6 route <destination network and mask> <opt: exit interface> <opt: next hop address> <opt: AD>

Routing Metrics and AD

Protocol Type AD Metric
Connected Interface - 0 -
Static Route - 1 -
External BGP Path Vector 20
Internal EIGRP Distance Vector 90 Bandwidth of slowest link and total Delay
IGRP (Deprecated) 100
OSPF Link State 110 (Ref. Band/Interf. Ban)
IS-IS Link State 115 Cost of all links / config
RIP Distance Vector 120 Hop count (All speeds equal)
External EIGRP Distance Vector 170 Bandwidth and Delay
Internal BGP Path Vector 200
Unknown/unusable route 255 Route not installed

Practice Tables

Metadata

OSI or TCP/IP Layer

CCNA Exam Topic

#extop-3-1 #extop-3-2 #extop-3-3

Contributors

Sources