3.0 CCNA - IP Connectivity
3.3 Configure and verify IPv4 and IPv6 static routing
1. Default route,
2. Network route,
3. Host route, and
4. Floating static
Configuring and verifying IPv4 and IPv6 static routing involves several steps, including defining the routes in the router's configuration and verifying that they are properly installed in the routing table.
A general outline of how to configure and verify each type of static route:
1. Default route:
Configuration:
IPv4: "ip route 0.0.0.0 0.0.0.0 [next-hop-IP-address]"
IPv6: "ipv6 route ::/0 [next-hop-IPv6-address]"
Verification:
IPv4: "show ip route"
IPv6: "show ipv6 route"