Computer Networking
Which WAN encapsulations can be configured on an asynchronous serial connection?1. PPP2. ATM3. HDLC4. SDLC5. Frame Relay

2 and 4
3, 4 and 5
All of these
1 and 2

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
If you wanted to deny FTP access from network 200.200.10.0 to network 200.199.11.0 but allow everything else, which of the following command strings is valid?

access-list 198 deny tcp 200.200.10.0 0.0.0.255 200.199.11.0 0.0.0.255 eq ftpaccess-list 198 permit ip any 0.0.0.0 255.255.255.255
access-list 100 deny tcp 200.200.10.0 0.0.0.255 200.199.11.0 0.0.0.255 eq ftp
access-list 1 deny ftp 200.200.10.0 200.199.11.0 any any
access-list 110 deny 200.200.10.0 to network 200.199.11.0 eq ftpaccess-list 111 permit ip any 0.0.0.0 255.255.255.255

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
Your company is running IGRP using an AS of 10. You want to configure EIGRP on the network but want to migrate slowly to EIGRP and don't want to configure redistribution. What command would allow you to migrate over time to EIGRP without configuring redistribution?

router eigrp 11
router eigrp 10 redistribute igrp
router eigrp 10
router igrp combine eigrp 10

ANSWER DOWNLOAD EXAMIANS APP