Chap 24 - Network Assurance Flashcards
What are 2 of the most common reasons for getting a timeout with traceroute?
- Missing route
- Down interface.
By default how many hops will traceroute try before completing?
30 times/hops
With traceroute how many probes per hop?
3
With traceroute what does a !H mean?
An “ICMP destination host unreachable” (likely because there’s no route)
For traceroute what is the default timeout when waiting for a reply from a probe?
3 seconds
For traceroute what is the default port number?
33434
What is one of the most common reasons to use debug?
When routing protocols are having adjacency issues.
In OSPF what are 4 of the most common reasons to use debug?
- MTU issues with debug adjacency
- Incorrect interface types with debug hello
- Improperly configured network mask with debug hello
- Mis-matched timers
What debug command is useful for troubleshooting an OSPF adjacency issue?
debug ip ospf adjacency
In OSPF what debug command is useful for troubleshooting a mismatched timer issue?
debug ip ospf hello
In OSPF what debug command will find an incorrect subnet mask?
debug ip ospf hello
What are 2 ways of running a Conditional Debug?
- Using an ACL
- Specifying an interface along with an ACL
In SNMPv3 what does noAuthNoPriv mean?
- Authentication by username only
- No encryption
In SNMPv3 what does AuthNoPriv mean?
- Authentication by MD5 or SHA
- No encryption
In SNMPv3 what does AuthPriv mean?
- Authentication by MD5 or SHA
- With encryption
In SNMP what is a get-request?
Retrieves a value from a specific variable.
In SNMP what is a get-next-request?
Retrieves a value from a variable within a table.
In SNMP what is a get-bulk-request?
Retrieves large blocks of data, such as multiple rows in a table, that would otherwise require the transmission of many small blocks of data.
In SNMP what is a get-response?
The Reply sent by the router in response to a get request, get next request, or set request sent by an NMS.
In SNMP what is a set-request?
Stores a value in a specific variable.
In SNMP what is a Trap?
Sends an unsolicited message from an SNMP agent to an SNMP manager when some event has occurred.