23 - RIP/EIGRP Flashcards
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></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></interface-id>
Disable EIGRP auto summarization:
R1(config-router)# […]
no auto-summary
Disable RIP 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 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></ip-address>
Enable RIPv2:
R1(config-router)# […]
version 2