PPP Flashcards
1
Q
If authentication fails what state will the interface be in?
A
up/down
2
Q
What is the one-way hash algorithm used by CHAP?
A
MD5
3
Q
What commands are applied to a router to enable CHAP?
A
- int s0/0/0
- encap ppp
- ppp authentication chap
- global config
- username password (used by remote router)
4
Q
What ‘show’ command will confirm whether authentication was successful?
A
‘show ppp all’
5
Q
What commands are applied to a router to enable PAP?
A
- int s0/0
- encap ppp
- ppp authentication pap
- ppp sent-username R1 password pass1
- global config
- username r2 password pass2
6
Q
What interface command will cause a router to try CHAP first and if it fails use PAP?
A
ppp authentication chap pap
7
Q
Which two types of interfaces are configured to enable MLPPP?
A
- multilink interface (mu1)
- serial interface (s0/0)
8
Q
For MLPPP what configuration lines go on the mu1 interface?
A
- int mu1
- ip address 10.1.1.1 255.255.255.0
- encap ppp
- ppp multilink
- ppp multilink group 1
9
Q
For MLPPP what commands go on the serial interfaces?
A
- int s0/0
- encap ppp
- ppp multilink
- ppp multilink group 1
10
Q
For MLPPP which parameters need to match on both sides of the link?
A
- the multilink interface number (mu1)
- ppp multilink group number (ppp multilink group 1)