IPv4 Basics Flashcards
(99 cards)
What is the formula for calculating the number of useable subnets under a major address as well as the formula for calculating the number of useable hosts on each subnet?
2n - 2
A Floating Static route is a static route whose _______ ________ has been increased in order to make the route function as a backup route.
A Floating Static route is a static route whose administrative distance has been increased in order to make the route function as a backup route.
Backup Interface is a Cisco feature that can be used in place of _____ _____ _____ for failover designs.
Backup Interface is a Cisco feature that can be used in place of floating static routes for failover designs.
On a Cisco Router, what would the command be to make the electrical port the backup to the fiber port in interface configuration mode?
On a Cisco Router, what would the command be to make the electrical port the backup to the fiber port in interface configuration mode?
R1(config-if)# media-type sfp auto-failover
This would make the fiber port primary. if you used media-type RJ-45 auto-failover, the electrical port would failover to the fiber port.
What does the command no media-type do on a fiber / electrical combo port?
It enables Auto-detect for the combo port.
Cisco IP SLA uses active ______ _______ for measuring traffic performance.
Cisco IP SLA uses active traffic monitoring for measuring traffic performance.
IP SLA works by generating traffic in a continuous, reliable, and predictable manner and ________ the results.
IP SLA works by generating traffic in a continuous, reliable, and predictable manner and analyzing the results.
For more advanced measurements with IP SLA, you must set up an IP SLA _______ which is an agent embedded only in Cisco devices.
For more advanced measurements with IP SLA, you must set up an IP SLA Responder which is an agent embedded only in Cisco devices.
After configuring an IP SLA Operation, you must make sure you ________ the oepration.
After configuring an IP SLA Operation, you must make sure you schedule the oepration.
Enhanced ________ _________ is a sort of glue that binds the tracking of object with upper layer protocols such as HSRP.
Enhanced Object Tracking is a sort of glue that binds the tracking of object with upper layer protocols such as HSRP.
Enhanced Object Tracking provides complete separation between the objects to be tracked and the ______ to be taken by a client when a tracked object changes.
Enhanced Object Tracking provides complete separation between the objects to be tracked and the action to be taken by a client when a tracked object changes.
What are the two aspects of an IP SLA operation that can be tracked?
What are the two aspects of an IP SLA operation that can be tracked?
- state
- reachability
The difference between IP SLA state and reachability is that reachability has the __________ return code.
The difference between IP SLA state and reachability is that reachability has the OverThreshold return code.
With Enhanced Object Tracking, the ______ option specifies a period of time to delay communicating state changes of a tracked object.
With Enhanced Object Tracking, the delay option specifies a period of time to delay communicating state changes of a tracked object.
To set up an Enhanced Object Tracking, the command in global configuration mode is ________.
To set up an Enhanced Object Tracking, the command in global configuration mode is track.
The only difference with ICMP echo operation between state and reachability is that reachability also ensures that the latency is less than _______ms.
The only difference with ICMP echo operation between state and reachability is that reachability also ensures that the latency is less than 5000 ms.
Policy-based routing can be used to change the _______ _____ _______ for traffic matching certain criteria.
Policy-based routing can be used to change the next-hop IP address for traffic matching certain criteria.
What are the two configuration elements to implement policy routing?
What are the two configuration elements to implement policy routing?
- access list (standard or extended)
- route map
How would you turn on debugging for policy routing?
How would you turn on debugging for policy routing?
debug ip policy
Where do you activate an ip policy and what is the command and parameter syntax?
Where do you activate an ip policy and what is the command and parameter syntax?
You activate an ip policy on an interface. The command is ip policy route-map <route-map></route-map>.
To apply policy based routing to traffic that is originated by a router, you must use ______ _______ ______.
To apply policy based routing to traffic that is originated by a router, you must use Local Policy Routing.
There can only be _____ ip policy per interface.
There can only be one ip policy per interface.
Since there can only be one ip policy per interface, if you need to perform multiple actions you must use a ____ _____ with multiple sections.
Since there can only be one ip policy per interface, if you need to perform multiple actions you must use a route map with multiple sections.
What command would you use to see how many packets matched an IP Policy?
What command would you use to see how many packets matched an IP Policy?
show route-map
The stats show up on the route map, not under the ip policy!