Mod 15: IP Static Routing

0.0(0)
studied byStudied by 1 person
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/8

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

9 Terms

1
New cards

What are the 3 different ways to identify a next hop?

IP address, exit interface, both

2
New cards

What command do you use to configure next hop static route?

ip route remotenet netmask nexthopip

3
New cards

What command do you use to configure a directly connected static route?

ip route remotenet netmask exitint

4
New cards

What command do you use to configure a fully specified static route?

ip route remotenet netmask exitint nexthopip

5
New cards

What command do you use to set up a static default route?

ip route 0.0.0.0 0.0.0.0 nexthopip

6
New cards

What command do you use to set up a static default route for IPv6?

ipv6 route ::/0 nexthopip

7
New cards

What command do you use to configure a floating static route?

ip route remotenet netmask ipaddr/int distance

8
New cards

What command do you use to set up a static host route?

ip route hostip 255.255.255.255 or /128 nexthopip

9
New cards

What is a recursive IPv6 static route?

The same as a IPv4 next hop static route