Configuring Static Routes | Part 2 | CCNA Topic
Configuring Static Routes | Part 2 | CCNA Topic Prerequisites for Static Routing Static routing has the following prerequisites: •If the next-hop address for a static route is unreachable, the static route will not be added to the unicast routing table. Guidelines and Limitations Static routing has the following configuration guidelines and limitations: •You can specify an interface as the next-hop address for a static route only for point-to-point interfaces such as GRE tunnels and serial links. R1: conf t ip route 192.168.3.0 255.255.255.0 192.168.2.2 ip route 172.16.1.0 255.255.255.0 192.168.2.2 end wr R2: conf t ip route 192.168.1.0 255.255.255.0 192.168.2.1 ip route 172.16.1.0 255.255.255.0 192.168.3.2 end wr R3: conf t ip route 192.168.2.0 255.255.255.0 192.168.3.1 ip route 192.168.1.0 255.255.255.0 192.168.3.1 end wr References: https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus3000/sw/unicast/503_u1_2/nexus3000_unicast_config_gd_503_u1_2/l3_route.html https://www.cisco.com/c/en/us/support/docs/dial-access/floating-static-route/118263-technote-nexthop-00.html #ccna #ccnp #cisco
Configuring Static Routes | Part 2 | CCNA Topic Prerequisites for Static Routing Static routing has the following prerequisites: •If the next-hop address for a static route is unreachable, the static route will not be added to the unicast routing table. Guidelines and Limitations Static routing has the following configuration guidelines and limitations: •You can specify an interface as the next-hop address for a static route only for point-to-point interfaces such as GRE tunnels and serial links. R1: conf t ip route 192.168.3.0 255.255.255.0 192.168.2.2 ip route 172.16.1.0 255.255.255.0 192.168.2.2 end wr R2: conf t ip route 192.168.1.0 255.255.255.0 192.168.2.1 ip route 172.16.1.0 255.255.255.0 192.168.3.2 end wr R3: conf t ip route 192.168.2.0 255.255.255.0 192.168.3.1 ip route 192.168.1.0 255.255.255.0 192.168.3.1 end wr References: https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus3000/sw/unicast/503_u1_2/nexus3000_unicast_config_gd_503_u1_2/l3_route.html https://www.cisco.com/c/en/us/support/docs/dial-access/floating-static-route/118263-technote-nexthop-00.html #ccna #ccnp #cisco