pppoe Flashcards

1
Q
how do you configure dialer interface 1 and make it use 
a ppp assigned ip address 
an mtu of 1492 
and chap user ost pass fisk
and place it in dialer pool 1?
A
interface dialer 1
  ip address negotiated
  mtu 1492
  encapsulation ppp
  ppp chap username ost
  ppp chap password fisk
  dialer pool 1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

how do you assign dial pool 1 to interface gi0/1 and enable it for pppoe?

A

interface g0/1
no ip address
pppoe-client dialer-pool-number 1
pppoe enable

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

what is thd show command for verifying pppoe dialer interfaces?

A

show interfaces dialer x

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

what is the show command for verifying pppoe virtual-access interfaces?

A

show interfaces virtual-access x

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

what is the show command for verifying pppoe session working state?

A

show pppoe session

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

what does show pppoe session list if a pppoe session is established successfully?

A

port:gi0/1
Vt: Di1
Va: Vi1
State: Up

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

if the pppoe session does not list both the physical and dialer interfaces what should you check?

A

that the following is configured:

interface dialer x
dialer pool 1

interface gi0/1
pppoe-client dial-pool-number x
pppoe enable

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