cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
233
Views
0
Helpful
1
Replies

pppoe

stephtchoko
Level 3
Level 3

i configure pppoe with NAS, but in my configuration all client belong to pool.

aaa authentication ppp default local none

aaa authorization network default local none

!

aaa session-id common

no network-clock-participate wic 3

!

!

ip cef

no ip dhcp use vrf connected

!

ip dhcp pool new

!

!

ip domain name yourdomain.com

vpdn enable

!

vpdn-group 1

!

bba-group pppoe global

virtual-template 1

!

!

interface FastEthernet0/0

description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0/0$

ip address 192.168.0.1 255.255.255.0

duplex auto

speed auto

pppoe enable group global

!

interface FastEthernet0/1

no ip address

shutdown

duplex auto

speed auto

!

interface Virtual-Template1

ip unnumbered FastEthernet0/0

ip mtu 1492

peer default ip address pool surf

ppp authentication chap

!

ip local pool surf 192.168.20.50 192.168.20.55

If i need to give fixed ip address to pppoe client what change i have to add ??

Regards.

1 Reply 1

smalkeric
Level 6
Level 6

With static NAT, translations exist in the NAT translation table as soon as you configure static NAT command(s), and they remain in the translation table until you delete the static NAT command.Refer URL for configuring static NAT

http://cisco.com/en/US/tech/tk648/tk361/technologies_tech_note09186a0080093f31.shtml#cfg_nat

Review Cisco Networking products for a $25 gift card