24. Network Assurance Flashcards
What is the command to repeat PING?
ping ip repeat number
What is traceroute?
Troubleshoot command to determine where traffic is failing as well as what path it takes througout the network.
What is displayed when a traceroute times out?
An Asterisk
What is the default hops/times for traceroute?
30
What does !H mean in the traceroute result?
Host unreachable
When do u use the most common use for debugging?
When there is a need to view things at a deeper level
How can you prevent a stream of debug messages?
With conditional debugging
What are the 2 options for conditional debugging?
- Based on access-list (debug ip packet)
- Based on interface (debug interface)
What is the command to turn off debugging?
undebug all
undebug interface ….
What is the SNMP?
Simple Network Management Protocol. It sends unsolicited TRAP messages to a SNMP collector or Network Management System
What are the 3 versions of SNMP?
SNMPv1
SNMPv2c
SNMPv3
Which version of SNMP uses encryption?
SNMPv3 authPriv
What type of authentication do does SNMPv1 & SNMPv2c use?
Community string
What is the defaul SNMP version when none is selected?
SNMPv1
What is the command to enable TRAPS?
snmp-server enable traps