pppoe Flashcards
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?
interface dialer 1 ip address negotiated mtu 1492 encapsulation ppp ppp chap username ost ppp chap password fisk dialer pool 1
how do you assign dial pool 1 to interface gi0/1 and enable it for pppoe?
interface g0/1
no ip address
pppoe-client dialer-pool-number 1
pppoe enable
what is thd show command for verifying pppoe dialer interfaces?
show interfaces dialer x
what is the show command for verifying pppoe virtual-access interfaces?
show interfaces virtual-access x
what is the show command for verifying pppoe session working state?
show pppoe session
what does show pppoe session list if a pppoe session is established successfully?
port:gi0/1
Vt: Di1
Va: Vi1
State: Up
if the pppoe session does not list both the physical and dialer interfaces what should you check?
that the following is configured:
interface dialer x
dialer pool 1
interface gi0/1
pppoe-client dial-pool-number x
pppoe enable