Use LEFT and RIGHT arrow keys to navigate between flashcards;
Use UP and DOWN arrow keys to flip the card;
H to show hint;
A reads text to speech;
10 Cards in this Set
- Front
- Back
Write the command to see encapsulation method on serial 0 of a Cisco router.
|
sh int s0
|
|
Write the commands to configure s0 to PPP encapsulation.
|
config t
int s0 encap ppp |
|
Write the commands to configure a username of todd and password of cisco that is used on a Cisco router for PPP authen.
|
config t
username todd password cisco |
|
Write the commands to enable CHAP authen. ona Cisco serial interface.
|
config t
int serial 0 ppp authentication chap |
|
Write the commands to configure the DLCI numbers for two serial interfaces, 0 and 1.
|
config t
into s0 frame interface-dlci 16 int s1 frame-interface-dlci 17 |
|
Write the commands to configure a remote office using a point-to-point subinterface.
|
config t
int s0 encap frame int s0.16 point-to-point ip address 172.16.60.1 255.255.255.0 frame interface-dlci 16 |
|
What protocol would you use if you were running xDSL and needed authentication?
|
PPPoE
|
|
What are three protocols specified in PPP?
|
HDLC, LCP, and NCP
|
|
To provide security in your VPN tunnel, what protocol suite would you use?
|
IPSec
|
|
What are the typical three different categories of VPNs?
|
Remote access VPNs, site-to-site VPNs, and extranet VPNs
|