1/8
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
What are the 3 different ways to identify a next hop?
IP address, exit interface, both
What command do you use to configure next hop static route?
ip route remotenet netmask nexthopip
What command do you use to configure a directly connected static route?
ip route remotenet netmask exitint
What command do you use to configure a fully specified static route?
ip route remotenet netmask exitint nexthopip
What command do you use to set up a static default route?
ip route 0.0.0.0 0.0.0.0 nexthopip
What command do you use to set up a static default route for IPv6?
ipv6 route ::/0 nexthopip
What command do you use to configure a floating static route?
ip route remotenet netmask ipaddr/int distance
What command do you use to set up a static host route?
ip route hostip 255.255.255.255 or /128 nexthopip
What is a recursive IPv6 static route?
The same as a IPv4 next hop static route