PPPoE Flashcards
1
Q
When configuring PPPoE which two interfaces on a router are configured?
A
- dialer interface
- an physical ethernet interface
2
Q
When configuring PPPoE what should the MTU be set at and why?
A
mtu 1492 to make room for PPPoE to add its own 8-byte header
3
Q
What are the 6 commands would go on a dialer interface with chap enabled?
A
- interface dialer1
- ip address negotiated
- mtu 1492
- encap ppp
- ppp chap hostname fred
- ppp chap password barney
- dialer pool 1
4
Q
What two commands are needed on the physical ethernet interface?
A
- no ip address
- pppoe-client dial-pool-number 1
5
Q
In PPPoE what encapsulation do each of the two configured interfaces use?
A
- dialer interface uses ppp
- physical ethernet interface uses pppoe
6
Q
What are 4 good ‘show’ commands to verify PPPoE is working correctly?
A
- show interfaces dialer 1
- show interfaces vi2
- show interfaces vi2 config
- show pppoe session int gig0/0