Ch6 Static Routes Flashcards
Router Learning Methods
- Static
2. Dynamic
Static Route Advantages (3)
- Better security due to routes not being advertised
- Use less bandwidth/cpu than dynamic routing.
- Path of Static route is known; easier to troubleshoot
Static Route Disadvantages (5)
- Initial config and maintenance is time consuming
- Config is prone to errors
- Admin intervention is required to maintain changing route info
- Doesn’t scale well with growing networks
- Complete knowledge of entire network is required for proper use.
Types of Static Routes (4)
- Standard Static Route
- Default Static Route
- Summary Static Route
- Floating Static Route
Standard Static Route
Used when connecting to a specific remote network
Default Static Route (4)
- Route that identifies the gateway IP address to which the router sends all IP packets that it does not have a learned or static route for.
- Matches all packets.
- aka. Quad Zero Route
- Creates Gateway of Last Resort
Summary Static Route
Multiple routes that are summarized into one IP network address.
When can Summary Static Routes be used (2)
- When dest. networks are contiguous and can be summarized into one IP address.
- Multiple static routes all use same exit interface or next-hop IP address
Floating Static Route
- Route used to provide back up routes to a primary static or dynamic route.
- Sets higher Administrative Distance on Floating Static Route than on other routes. When normal route becomes unusable, routing defaults to floating static route.
Configure Static IPv4 Static Route
ip route destination_network_address dest_subnet_mask {exit_interface | next_hop_ip_address}
Next-Hop Static Route (2)
- aka Recursive Route
2. Static Route that uses the next-hop IP address to determine where to send data to reach the destination network.
Directly Connected Static Route (3)
- Used prior to Cisco Express Forwarding (CEF)
- Uses exit interface to determine next hop.
- Route is displayed as directly connected , but still has an AD of 1.
Fully Specified Static Route (2)
- Uses both next-hop IP address and exit interface.
2. Used in older pre-CEF IOSs
Configure Fully Specified Static Route
ip route destination_IP_network_address dest_subnet_mask exit_interface next_hop_IP_address
Methods to Verify Static Route (6)
- ping and traceroute cmds
- show ip route
- show ip route static - displays static routes only
- show ip route connected - shows direct connect routes only.
- show ip route ip_address - shows route table information specific to the ip_address given.
- show running-config | section ip route
Configure Default Static Route
ip route 0.0.0.0 0.0.0.0 {exit_inteface | next_hop_ip}
Configure IPv6 Static Route (2)
- ipv6 unicast-routing //enables ipv6 routing
2. ipv6 route dest_ipv6_address / prefix_length {exit_interface | next_hop_IPv6_address}
Configure IPv6 Default Static Route (2)
- ipv6 unicast-routing // if not already enabled
2. ipv6 route ::/0 {exit_interface | ipv6_next_hop_address}
Classful Addressing
Breakdown of available IP addresses into Classes A through E.
Class A Addresses (3)
- 0.0.0.0 to 127.255.255.255
- Default Subnet: 255.0.0.0
- Large Organizations
Class B Addresses (3)
- 128.0.0.0 to 191.255.255.255
- Default Subnet: 255.255.0.0
- Medium to Large Organizations
Class C Addresses (3)
- 192.0.0.0 to 223.255.255.255
- Default Subnet: 255.255.255.0
- Small to Medium Organizations
Class D Addresses (3)
- 224.0.0.0 to 239.255.255.255
- Default Subnet: non-defined.
- Multicast Addresses
Class E Addresses (3)
- 240.0.0.0 to 255.255.255.255
- Default Subnet: non-defined
- Experimental / Reserved