PPPoE Flashcards

1
Q

When configuring PPPoE which two interfaces on a router are configured?

A
  • dialer interface
  • an physical ethernet interface
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What two commands are needed on the physical ethernet interface?

A
  • no ip address
  • pppoe-client dial-pool-number 1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

In PPPoE what encapsulation do each of the two configured interfaces use?

A
  • dialer interface uses ppp
  • physical ethernet interface uses pppoe
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly