Cheat Sheet - Static routing IPv4 Configuring interface: configure terminal interface GigabitEthernet0/0 ip address 196.200.220.1 255.255.255.224 end Static route: configure terminal ip route 196.200.220.48 255.255.255.240 196.200.220.2 end IPv6 Configuring interface: configure terminal interface GigabitEthernet0/0 ipv6 address 2001:43f8:220:ff00::1/64 end Static route: configure terminal ipv6 route 2001:43f8:220:ff20::/64 2001:43f8:220:ff00::2 end