access-list 101 permit 89 any any
access-list 101 permit tcp any any eq 179
access-list 101 permit tcp any eq 179 any
access-list 101 permit gre any any
access-list 101 permit esp any any
access-list 101 deny ospf any any
access-list 101 permit tcp 10.1.1.00.0.0.255 172.16.1.0 0.0.0.255 eq ssh time-range TIME
access-list 101 permit tcp 10.1.1.00.0.0.255 172.16.1.0 0.0.0.255 eq telnet
access-list 101 permit udp 10.1.1.00.0.0.255 172.16.1.0 0.0.0.255 eq 500
access-list 101 permit udp 10.1.1.00.0.0.255 172.16.1.0 0.0.0.255 eq 4500
access-list 101 deny tcp any any eq 21
access-list 101 deny tcp any any eq 23
access-list 101 deny ip any any log
!
time-range TIME
periodic Monday Wednesday Friday 6:00 to 18:00
!
interface Ethernet0/0
ipaddress 10.1.1.25 255.255.255.0
ip access-group101 in
An engineer is planning to implement thisconfiguration. Which two routing protocols are allowed on interfaceEthernet0/0? (Choose two.)
A. OSPF
B. GRE
C. ESP
D. BGP
E. EIGRP
Answer: A, D
Explanation: OSPF and EIGRP do not use atransport protocol (i.e. UDP or TCP) but encapsulates its data directly in IPpackets using protocol number 89 and 88 respectively.
RIP uses UDP with port number 520.
BGP uses TCP with port number 179.
GRE and ESP are not routing protocols.
4 s$ B5 a# u$ g& p. Z# J6 P- a
version 15.2
servicepassword-encryption
servicecompress-config
!
hostname R1
!
boot-start-marker
boot-end-marker
!
enable secret 8$8$dyzsAmZjA3w.aY$YBZn8LBI6CK04ij5ZmqQ/88OrFdc3jzGb6v7SSQI0cw1OP
username adminprivilege 15 password 7 01040A4807085B821C
no aaa new-model
!
no ip http server
no ip httpsecure-server
!
ip ssh time-out 30
ip ssh version 2
!
snmp-server groupprivate v3 priv
!
line vty 0 4
timeout login response 30
login local
transport input ssh
Which section of the configuration is usinga reversible encryption method?
A. VTY
B. enable
C. SNMP
D. local authentication
Answer: D
Explanation: According to theconfiguration, the first five remote connections will use local database (i.e.username/password pair) for authentication.
The username/password pair uses the type 7password hash (i.e. 01040A4807085B821C) which is reversible. Reversible meansyou can compute the actual password from the password hash.
% X( L& ]3 r) P ]" V
BGP: ses global 209.165.200.111 act Reset(Active open failed).
BGP: 209.165.200.111 active went fromActive to Idle
BGP: nbr global 209.165.200.111 Active openfailed - open timer running
BGP: 209.165.200.111 open failed:Connection timed out: remote host not responding
BGP: 209.165.200.111 Active open failed -tcb is not available, open active delayed 8192ms (35000ms max, 60% jitter)
BGP: ses global 209.165.200.111 act Reset(Active open failed).
%TCP-6-BADAUTH: Invalid MD5 digest from209.165.200.111(38480) to 209.165.200.222(179) tableid - 0
Which statement about the BGP session isvalid?
A. The BGP session is failing to come updue to a delayed remote device sending ACK TCP sessions back.
B. The BGP session is failing due to aneighbor authentication mismatch.
C. The BGP session is working properly asBGP reaches the active status.
D. The BGP session is failing due a TCPport failure.
Answer: B
Explanation:
If a router has a password configured for aneighbor, but the neighbor router does not, a message such as this is displayedwhile the routers attempt to establish a BGP session between them:
%TCP-6-BADAUTH: No MD5 digest from [peer’sIP address]:11003 to [local router’s IP address]:179
Similarly, if the two routers havedifferent passwords configured, a message such as this is displayed:
%TCP-6-BADAUTH: Invalid MD5 digest from[peer’s IP address]:11004 to [local router’s IP address]:179
! m! w9 r: Y4 |& E! u5 q' r$ [) a
Which feature allows a floating route to bequickly installed into the routing table when GRE communications are disrupted?
A. tracking objects
B. GRE keepalives
C. HSRPv2
D. IP SLA
Answer: A