SIMs Flashcards

1
Q

BGP allowas-in

A

R1
router bgp 123
address-family ipv4
neighbor 10.0.0.2 allowas-in

R3
router bgp 123
address-family ipv4
neighbor 192.168.1.2 allowas-in

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

HSRP

I
Pri
Pre

A

DISTRO-SW1
interface Vlan 100
standby 1 ip 192.168.1.1
standby 1 priority 110
standby 1 preempt

DISTRO-SW2
interface Vlan 100
standby 1 ip 192.168.1.1
standby 1 preempt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

GLBP

I
Pri
Pre

A

DISTRO-SW1
interface vlan 100
glbp 1 ip 192.168.1.254
glbp 1 priority 110
glbp 1 preempt delay minimum 15

DISTRO-SW2
interface vlan 100
glbp 1 ip 192.168.1.254
glbp 1 preempt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

EEM

T
E
A

A

track 1 interface Loopback0 line-protocol

event manager applet EEM_TURNON_Lo0
event track 1 state down
action 1.0 cli command “enable”
action 2.0 cli command “conf t”
action 3.0 cli command “int lo0”
action 4.0 cli command “no shut”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Top Talkers

I
T
S
C

A

R1
ip flow-top-talkers
top 50
sort-by packets
cache-timeout 30000

interface Ethernet 0/2

ip flow egress

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

OSPF

A

R1,R2
interface e0/0

ip ospf 1 area 0

ip ospf network point-to-point

R2, R3
interface e0/1

ip ospf 1 area 0
ip ospf network point-to-point

R1,R2,R3
interface lo0
ip ospf 1 area 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

OSPF Authentication

M
A

A

R1&R2
interface Ethernet 0/0
ip ospf 1 area 0
ip ospf 1 network point-to-point

interface lo0
ip ospf 1 area 0

ip ospf message-digest-key 1 md5 MY_PASSWORD
ip ospf authentication message-digest

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Logging
A
LC
LE

Netflow
F R

A

SW01
archive
log config
logging enable

R1
interface e0/2
ip route-cache flow OR
ip flow ingress

show ip cache flow
sh ip flow top-talkers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Netflow

M S S
M S D

A

SW1
monitor session 20 source vlan 99 tx
monitor session 20 destination interface E0/1

sh monitor session 20

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

IP SLA

I
I
F
T
T
S

A

SW02
ip sla 10

icmp-echo 1.1.1.1 source-ip 172.16.2.2
frequency 5
threshold 250
timeout 3000

ip sla schedule 10 life forever start-time now

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Port Channel and Native VLAN

A

SW01 & SW02
int e0/0

no channel-group 1 mode passive

int range e0/2 – 3

channel-group 1 mode active

int port-channel 1
switchport trunk native vlan 10

SW02
spanning-tree vlan 1-1005 root secondary

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

VRRP

timers advertise

A

DSW1
interface vlan 100
vrrp 200 ip 192.168.1.200
vrrp 200 priority 200
vrrp 200 timers advertise 20

DSW2:
interface vlan 100

vrrp 200 ip 192.168.1.200

vrrp 200 timers advertise 20

How well did you know this?
1
Not at all
2
3
4
5
Perfectly