|
Edited by qq798024989 at 9-4-2023 17:16
Multiple choice questions: 2 new questions
lab questions:
1: BGP allows in
2: GLBP
3. new: span
Configure the devices according to the topology to achieve these goals:
1. Configure a SPAN session on SW01 using these parameters:
Session Number: 20/ x# O/ D( a2 d& r ~' F% [
Source Interface: VLAN 990 N3 m8 R7 A: I/ j4 X \$ g
Traffic Direction: Transmitted Traffic6 Z$ u$ i# k7 F
Destination Interface: Ethernet 0/1: u- t. ~0 O' ~8 P p
. j, k7 X
2. Configure the NetFlow Top Talkers feature for outbound traffic on interface E0/2 of R01 with these parameters:4 q/ n9 I& h% d7 ^8 r5 I4 S8 q
Number of Top Talkers: 50: t; |; g0 x' F' o$ m) z
Sort Type: Packets1 ^7 r X" z* m* l
Cache Timeout: 30 seconds- q# e) ~( A9
I. k- m% A( m# l Y
3. Configure an IP SLA operation on SW02 and start the ICMP probe with these parameters:$ E, _( H- ]3 ~/ b7 U* }/ v% W
Entry Number: 10
Target IP: 1.1.1.18 F, x O" C) x0 p& t. Y
Source IP: 172.16.2.2
Frequency: 5 seconds, i; @( c, n2 ?! t* m: I
Threshold: 250 milliseconds
Timeout: 3000 milliseconds
Lifetime: Forever9 b+ H+ b9 F
My answer: (Do not know right or wrong, for reference only)
SW01
enable
conf t
monitor session 20 source vlan 99 tx
monitor session 20 destination interface e0/15
R01
enable
conf t
interface e0/2
ip flow egress
ip flow-top-talkers
top 50
sort-by packets
cache-timeout 30000
wr
SW2
enable
conf t
ip sla 10
icmp-echo 1.1.1.1 source-ip 172.16.2.2
threshold 250
timeout 3000
frequency 5
ip sla schedule 10 life forever
My answer: (Do not know right or wrong, for reference only)
|
|