User Tools

Site Tools


wiki:site:cisco:pppoe:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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:
 </code> </code>
 ===== PPPoE Client ===== ===== PPPoE Client =====
 +<code>
 +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
 +</code>
wiki/site/cisco/pppoe/start.1510225323.txt.gz · Last modified: 2017/11/09 12:02 by root