Shared Flashcard Set

Details

2.3 - Routing Fundamentals
Cisco-CCIE
43
Computer Networking
Professional
03/14/2017

Additional Computer Networking Flashcards

 


 

Cards

Term
command to add a static arp entry
Definition
arp 150.1.6.6 0011.93da.bf40 arpa
Term
command to restore default proxy arp settings on an interface
Definition
ip proxy-arp
Term
why is it a bad idea to point a default route at an interface only?
Definition
because a separate arp request will be required for every final destination IP that matches the default route.
Term
commands to view arp table and see if an arp request is failing in real time
Definition
sh arp
debug arp
debug ip packet
Term
what are the only interface types that you should point a static route to i.e. no next-hop IP?
Definition
any point-to-point e.g. GRE, PPP or HDLC.
Term
what is the behaviour of a static route that is configured with only a next-hop value?
Definition
the route is valid as long as a route exists for the next-hop.
Term
what is the behaviour of a static route that is configured with only an outgoing interface?
Definition
the route is valid as long as the interface is UP/UP.
Term
what is the behaviour of a static route that is configured with both a next-hop and an outgoing interface?
Definition
the route is valid as long as the next-hop is available via the stated interface.
Term
what is required for static routes over an MGRE interface on a DMVPN spoke?
Definition
a next-hop, interface or both can be used.
Term
what is required for static routes over an MGRE interface on a DMVPN hub?
Definition
a next-hop must be specified.
Term
when a static route only points to an MGRE interface on a DMVPN hub, what 2 methods can be used to forward traffic to a spoke.
Definition
1. specify the next-hop on the routes.
2. add static NHRP mappings for the final destination IPs.
Term
command to confirm what interface a packet will be forwarded to.
Definition
sh ip cef x.x.x.x internal
Term
what will happen to a static route that recurses to an interface in the UP/DOWN state?
Definition
it will not be placed in the routing table.
Term
command to view active and non-active static routes
Definition
sh ip static route
Term
why is it a bad idea to rely on interface status to determine if a route is valid?
Definition
it only confirms L2 status, not L2 connectivity. If a switch separates 2 routers, one will not detect the others' link failure, which could lead to blackholed traffic.
Term
2 methods to overcome the limitations of relying on interface status to validate static routes.
Definition
1. BFD
2. IP SLA and EOT
Term
how can you configure a router to forward traffic without even consulting the routing table?
Definition
using policy-based routing.
Term
2 commands to confirm that policy routing is configured on an interface.
Definition
sh ip policy
sh ip inter | i Policy
Term
command to confirm that packets are being policy routed
Definition
sh route-map

look for packet matches.
Term
commands to make PBR reliable, using enhanced object tracking.
Definition
set ip next-hop verify-availability x.x.x.x 1 track 1
set ip default next-hop y.y.y.y
Term
commands to make PBR reliable, using CDP
Definition
set ip next-hop x.x.x.x
set ip next-hop verify-availability
set ip default next-hop y.y.y.y
Term
commands to verify ip sla config and its state
Definition
sh ip sla config
sh ip sla statist
Term
command to verify the state of an enhanced object
Definition
sh track
Term
command to apply a policy routing to traffic generated by the router.
Definition
ip local policy route-map POL_RM
Term
why might traffic forwarded based on a local policy have source IP inconsistencies?
Definition
because the routing table is not consulted, therefore the router might not source the packet from the outgoing interface.
Term
GRE protocol number
Definition
47
Term
when configuring a GRE interface, by how much is the MTU of the tunnel interface automatically lowered?
Definition
24 bytes total.
New IP header 20 bytes.
GRE header 4 bytes.
Term
2 symptoms of a tunnel recursive routing issue.
Definition
1. flapping tunnel interface.
2. an obvious error message.
Term
4 methods to avoid tunnel recursive routing issues.
Definition
1. don't advertise underlay & overlay in same routing protocol.
2. don't advertise tunnel endpoints in the overlay.
3. filter tunnel endpoints from overlay if necessary.
4. don't use same routing protocol in underlay/overlay
Term
interface commands to configure a backup tunnel interface that will be enabled 5 secs after primary failure. Backup should be deactivated 60 secs after primary is restored.
Definition
backup interface Tunnel2
backup delay 5 60
Term
command to verify backup config.
Definition
show backup
Term
2 rules when configuring backup interfaces.
Definition
1. primary must be P2P interface type.
2. backup can't be a subinterface, but it can be a tunnel assigned to a subinterface.
Term
why might backup interfaces for a tunnel be reliable and how can you overcome this?
Definition
tunnels will be always up if a route exists to the destination IP, there is a danger of blackholes. Configure tunnel keepalives for reliability.
Term
command to send 1 tunnel keepalive every second and allow for 3 retries.
Definition
keepalive 1 3
Term
why do tunnel keepalives not work with MGRE?
Definition
because no tunnel destination is defined.
Term
how can keeplives be used to help with MGRE reliability?
Definition
a regular gre tunnel could be configured using the samed endpoints as the MGRE. This could use keepalives to to trigger a backup tunnel with a more preferable floating static route.
Term
command to view backup operation in real-time.
Definition
debug backup.
Term
what does ODR use to disseminate routing info?
Definition
CDP - make sure this is enabled.
Term
when "router odr" is configured on a hub, what will the spokes (stub routers) advertise?
Definition
connected IPv4 routes
Term
what condition must be met on the stub routers for ODR to work?
Definition
no routing protocols must be configured.
Term
what is the admin distance of an ODR route?
Definition
160
Term
command to ensure odr is enabled on a router
Definition
sh ip proto
Term
how to prevent traffic blackholing with ODR.
Definition
ensure CDP is not advertising connected routes via interfaces other than what is intended.
Supporting users have an ad free experience!