Labels

How to configure Cable dialer on cisco 871 router


1.
pseudowire-class CABLE
  encapsulation l2tpv2

2.
interface FastEthernet4
 ip address dhcp client-id FastEthernet4
 duplex auto
 speed auto
3.
interface Virtual-PPP1
 description Cabler_Dialer
 ip address negotiated
 ip nat outside
 ip virtual-reassembly
 load-interval 30
 no cdp enable
 ppp pap sent-username username password 12346
 pseudowire <l2tp server IP> 2 pw-class CABLE

4.
ip route 0.0.0.0 0.0.0.0 Virtual-PPP1
ip route <l2tp server IP> 255.255.255.255 FastEthernet4

4 comments: