1/29
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Configure a RIP-enabled router to advertise its default route to its RIP neighbors:
R1(config-router)# [...]
default-information originate
Configure the EIGRP router ID:
R1(config-router)# [...]
eigrp router-id a.b.c.d
Configure the router to stop sending RIP advertisements out of a RIP-enabled interface:
R1(config-router)# [...]
passive-interface interface-id
Disable EIGRP auto summarization:
R1(config-router)# [...]
no auto-summary
Does the EIGRP AS number have to match between EIGRP neighbors?
Yes
EIGRP [can/can't] perform unequal-cost load-balancing.
can
EIGRP messages are multicast to [IPv4 address]
224.0.0.10
EIGRP Router ID selection priority:
1. [...]
2. Highest IP address on a loopback interface
3. Highest IP address on a physical interface
Manual configuration
EIGRP Router ID selection priority:
1. Manual configuration
2. [...]
3. Highest IP address on a physical interface
Highest IP address on a loopback interface
EIGRP Router ID selection priority:
1. Manual configuration
2. Highest IP address on a loopback interface
3. [...]
Highest IP address on a physical interface
Enable EIGRP on interfaces in the specified range:
R1(config-router)# [...]
network ip-address [ wildcard-mask ]
Enable RIP on all interfaces in the specified range:
R1(config-router)# [...]
network ip-address
Enable RIPv2:
R1(config-router)# [...]
version 2
Enter EIGRP configuration mode:
R1(config)# [...]
router eigrp as-number
Enter RIP configuration mode:
R1(config)# [...]
router rip
Modify RIP's AD on the local router:
R1(config-router)# [...]
distance value
Modify the number of paths RIP will perform ECMP load-balancing over:
R1(config-router)# [...]
maximum-paths number
OSPF [can/can't] perform unequal-cost load-balancing.
can't
Prevent the router from sending EIGRP messages out of an EIGRP-enabled interface:
R1(config-router)# [...]
passive-interface interface-id
RIP [can/can't] perform unequal-cost load-balancing.
can't
RIP uses two message types:
-[...]
-[...]
Request
Response
RIPv1 messages are sent using [...]cast.
broad
RIPv2 messages are multicast to [IPv4 address].
224.0.0.9
RIPv2 messages are sent using [...]cast.
multi
RIPv[...] doesn't support VLSM and CIDR.
1
RIPv[...] only advertises classful addresses.
1
RIPv[...] supports VLSM and CIDR.
2
The maximum hop count for a RIP route is [...]
15
Which version of RIP is used for IPv6?
RIPng (RIP Next Generation)
Which versions of RIP are used for IPv4?
RIPv1 and RIPv2