Hello all
In my current setup the ASR9k performs PPPoE termination and assigns IPv4 addresses from a locally defined pool.
We need to centralise the pools (ideally move them to a central DHCPv4 server will handle the addressing for all ASR9010 in the network)
Is it possible (and if it is what is the config) for the ASR9k to service incoming PPP / IPCP requests using an external DHCPv4 server?
(This change must not effect the CPEs, they must continue using PPPoE setup)
The current config with the local pool for the ASR9010 is
dynamic-template
type ppp PPPOE_TEMPLATE
ppp ipcp peer-address pool POOL1
Is there any way for the ASR9k, instead of using local pool to get the IPv4 address from an external DHCPv4 server?
Since this concerns PPPoE session, ASR9k already is aware of the subscriver MAC, and can use a local address as giaddr
(but the asr9k must generate the necessaty DHCPv4 messages)
Has anyone tried this ASR9010 setup? (assign PPP / IPCP addresses that are retrieved by an external DHCPv4 server)