This shows you the differences between two versions of the page.
|
wiki:site:cisco:pppoe:start [2017/11/09 12:02] root vytvořeno |
wiki:site:cisco:pppoe:start [2017/11/09 12:07] (current) root [PPPoE Client] |
||
|---|---|---|---|
| Line 20: | Line 20: | ||
| </ | </ | ||
| ===== PPPoE Client ===== | ===== PPPoE Client ===== | ||
| + | < | ||
| + | interface dialer 2 | ||
| + | ! Layer 3 details next | ||
| + | ip address negotiated | ||
| + | mtu 1492 | ||
| + | ! Layer 2 details next | ||
| + | encapsulation ppp | ||
| + | ppp chap hostname Fred | ||
| + | ppp chap password Barney | ||
| + | ! Layer 1 details next | ||
| + | dialer pool 1 | ||
| + | ! Physical interface – the one connected towards the ISP | ||
| + | interface G0/1 | ||
| + | no ip address | ||
| + | ! Physical link has no layer 3 address | ||
| + | pppoe-client dial-pool-number 1 | ||
| + | pppoe enable ! auto-generated by previous command | ||
| + | mac-address 0200.0000.0011 ! Not required; personal choice | ||
| + | no shutdown | ||
| + | </ | ||