23 - Using Network Analysis Tools Flashcards
What command displays the processes and CPU utilisation?
show processes cpu
What command shows the CPU utilisation for the last minute?
show processes cpu sorted 1min
When issue the ‘show proccesses cpu’ command, the CPU utilisation for five seconds field contains two elements. The first number is the total CPU ___ and the second number is the ___ which indicates the volume of network traffic the CPU is receiving.
CPU utilisation, interrupted utilisation
The ___command displays the amount of processor memory and I/O memory that is in use and available. I/O memory is used for temporary packet buffering.
show memory
The __ command is essential for troubleshooting. It shows you the status of the interface, MTU, interface operation mode and stats about input queue and output queue drops and errors
show interface
The show interface command: signifies that the traffic is dropping because the router was receiving traffic more than is could process
input queue drops
The show interface command: usually a result of a congested link
output queue drops
The show interface command: result of interface problems, duplex errors, CRC errors
input errors
The show interface command: usually related to duplex issues
output errors
This command can be helpful to troubleshoot a router reload. It also provides useful info to convey to Cisco support
show platform
An ___ determines whether an SLA is being met.
IP SLA
An IP SLA can use various options such as:
- FTP
- ICMP
- HTTP
- SIP
IP SLAs are Cisco proprietary and uses UDP port __.
1967
This is where all IP SLA measurement probe operations are configured either by CLI or through SNMP tool
IP SLA source
A device that is required to respond to IP SLA packets. The ___ adds a time stamp to packets and can take in to account any latency that occurred while the responder is processing the test packets
SLA responder
___ IP sla operations can run in a network at any given time
Multiple
A local __ session is an association of a source port and source VLAN with one or more destination ports.
SPAN
How do you configure a SPAN port?
SW1(config)# monitor session 1 source interface Gigabit0/1
SW1(config)# monitor session 1 destination interface Gigabit0/2
How do you verify the configuration of the SPAN session?
show monitor
__ SPAN supports source and destination ports on different switches, while __ SPAN supports only source and destination ports on the same switch.
remote, local
RSPAN consists of the RSPAN __ session, RSPAN __, and RSPAN __ session.
source, VLAN, destination
On some platforms, a __ port needs to be specified together with an RSPAN VLAN. The __ port is a physical interface that acts as a loopback and reflects the traffic that is copied from the source port to the RSPAN VLAN. The need for a __ port is caused by a hardware design limitation on some platforms.
reflector
How do you configure RSPAN?
SW1(config)# vlan 100
SW1(config-vlan)# name SPAN-VLAN
SW1(config-vlan)# remote-span
SW1(config)# monitor session 2 source interface Gig0/1
SW1(config)# monitor session 2 destination remote vlan 100
SW2(config)# vlan 100
SW2(config-vlan)# name SPAN-VLAN
SW2(config-vlan)# remote-span
SW2(config)# monitor session 3 destination interface Gig0/2
SW2(config)# monitor session 3 source remote vlan 100
Because the ports are now on two different switches, you must use a special RSPAN VLAN to transport the traffic from one switch to the other. You configure this VLAN like any other VLAN, but in addition, you must enter the ___ keyword in the VLAN configuration. You need to define this VLAN on all switches in the path.
remote-span