CCNP switch slides 5 Flashcards
source
http://quizlet.com/3373182/ccnp-switch-deck-5-flash-cards/
How does packet forwarding work
arp for local subnet, if on different subnet, will arp for dgw
what is a proxy arp?
for hosts that doesn’t understand routing, the DGW is configured to reply with its own mac
Define HSRP
Host Standby Router protocol. Cisco proprietary. Switch is either active, standby, or listen
What address does HSRP send hello packets to?
224.0.0.2 (all routers)
What is the range of HSRP group numbers?
0-255
What is unique about HSRP group numbers?
They are locally significant on an interface. HSRP1 on one VLAN is different from HSRP1 on another
How does HSRP election work?
based on priority (0-255). Default is 100. Highest IP is tie breaker
What are the 6 HSRP states?
disabled, init, listen, speak, standby, active
What does the standby HSRP router do?
Only the standby monitors the hello messages from the active router
How often are HSRP hellos sent?
3 seconds. Holdtime =3 hellos + 1
What happens during HSRP failover?
The standby becomes active and stays active by default. Preemption can be configured
What does the minimum keyword do in HSRP?
forces the router to wait for a period of time before attempting overthrow
What does the reload keyword do in HSRP?
forces the router to wait for a period of time after the switch is reloaded before attempting to overthrow
What types of authentication does HSRP allow?
plain text or md5
How does HSRP plain text authentication work?
a key string of up to 8 characters is sent. Default is cisco.
How does HSRP do MD5 authentication?
by using a hash of a key string
What are the steps to configuring HSRP MD5 authentication?
1-name the chain, 2-establish a key number, 3-create the key string, 4-apply the chain to the string
How does HSRP port tracking work?
When a specific interface is tracked, HSRP reduces it’s priority after a specified interval.
What are the caveats for HSRP port tracking?
Another router must have a higher HSRP priority and have preemt set up
How does HSRP gateway addressing work
Each physical interface has a different IP address. All physical interfaces point to a virtual interface called the standby address or VIP
How is the HSRP MAC address configured?
0000.0c07.acxx where xx is the group number as a 2-digit hex value
How can you load-balance with HSRP?
create 2 hsrp groups, each with the active router being different switches, then have clients point to each
How do you show HSRP status
show standby