Ch19-RIPv2 Flashcards
A means for one router to choose between multiple routes to reach the same subnet when those routes were learned by different routing protocols. The lower this value, the better the source of the routing information
Administrative distance
The logic behind the behavior of some interior routing protocols, whose algorithms call for each router to send its entire routing table in each update, but only to its neighbors.
distance vector
A routing protocol that was designed to exchange routing information between different autonomous systems
Exterior gateway protocol
A routing protocol designed for use within a single organization
Interior gateway protocol
A unit of measure used by a routing protocol to determine the best route for traffic to use to reach a particular destination
metric
A reference to any routing protocol’s messages in which it sends routing information to a neighbor
routing update
A network topology in which subnets of network X are not separated by subnets of any other classful network
contiguous network
A network topology in which subnets of network X are separated by subnets of other classful network
discontiguous network
A routing protocol feature in which the router the sites at the boundary between different classful networks will advertise a route for one entire classful network into the other classful network, and vise versa
autosummarization
With a routing protocol, a router interface for which the routing protocol is enabled on the interface, but for which the routing protocol does not send routing protocol messages out that interface
passive interface
A list of routes in a router, with each route listing the destination subnet and mask, the router interface out which to forward packets destined to that subnets and as needed, the next-hop routers IP address
routing table
The metric used by the RIP routing protocol, with each router sitting between the source and destination subnet adding to that metric
hop count
Command reference: Global command that moves the user into RIP configuration mode
router rip
Command reference: RIP subcommand that lists a classful network number enabling RIP on all interfaces in that classful network
network network-number
Command reference: RIP subcommand that sets the RIP version to version 2
version 2
Command reference: RIP subcommand that tells RIP not to advertise RIP updates on the listed interface
passive-interface int-id
Command reference: RIP subcommand that changes the default setting on RIP-enabled interfaces to be passive instead of not passive
passive-interface default
Command reference: RIP subcommand that overrides a default passive setting per the passive-interface default command for the listed interface
no passive-interface int-id
Command reference: RIP subcommand that toggles the auto summarization feature of RIP
[no] auto-summary
Command reference: RIP subcommand that sets the number of equal-metric routes for the same subnet that RIP will add to the routing table
maximum-paths number
Command reference: RIP subcommand that causes RIP to advertise a default route, assuming the local route already has a default route in its routing table
default-information originate
Command reference: Interface subcommand that causes a router to act as a DHCP client, learning the IPv4 address to use on an interface and dynamically learning a default route that uses the DHCP-announced default gateway address as the next-hop IP in a static route
IP address DHCP
Command reference: Lists one line per router interface, including the IP address and interface status; an interface must have an IP address and be in an “up/up” state before RIP begins to work on the interface
show ip interface brief