IPoE Service Reference
Complete reference for IPoE (IP over Ethernet) subscriber services in the Nokia BNG Lab.Overview
IPoE is a method for providing IP connectivity to subscribers using DHCP for address assignment. Unlike PPPoE, IPoE doesn’t require PPP session establishment, making it simpler and more efficient.Key Features
- DHCPv4 Proxy: BNG acts as DHCP proxy server
- DHCPv6 Relay: Supports IPv6 address assignment and prefix delegation
- Dual-Stack: Simultaneous IPv4 and IPv6 support
- Carrier-Grade NAT: IPv4 addresses from CGN pool
- Prefix Delegation: IPv6 /56 or /64 prefixes for CPE
IPoE Session Policy
Basic Configuration
Related Policies
Related Policies
DHCP Configuration
DHCPv4 Server Pool
IPv4 DHCP Server Configuration
IPv4 DHCP Server Configuration
- Server IP: 9.9.9.9
- Pool: 100.80.0.2 - 100.80.0.7 (6 addresses)
- Gateway: 100.80.0.1
- DNS: 8.8.8.8, 8.8.4.4
- Lease Time: 315,446,399 seconds (~10 years)
DHCPv6 Server Configuration
IPv6 DHCP Server Configuration
IPv6 DHCP Server Configuration
- Server IPv6: fd07:47::aaaa
- WAN Prefix: 2001:db8:100::/56
- PD Prefix: 2001:db8:200::/48
- DNS: 2001:4860:4860::8888, 2001:4860:4860::8844
- PD Size: /56 to /64
Group Interface Configuration
IPv4 DHCP Proxy
IPv4 DHCP Proxy
- Subscriber sends DHCP Discover
- BNG intercepts as proxy
- BNG relays to local DHCP server (9.9.9.9)
- Server assigns IP from CGN pool
- BNG creates subscriber session
- BNG applies QoS and accounting
IPv6 DHCPv6 Relay and Router Advertisement
IPv6 DHCPv6 Relay and Router Advertisement
- Managed Config Flag (M): Set to
true(use DHCPv6 for addresses) - Other Config Flag (O): Set to
true(use DHCPv6 for other info) - Autonomous Flag (A): Set to
false(don’t use SLAAC)
IPoE Session Configuration
- Session Policy: “ipoe”
- User DB: “clientes” (fallback local database)
- Max Sessions: 131,071 per group interface
- SAP Session Limit: 131,071 per SAP
IPoE Session Establishment Flow
IPv4 Session Setup
IPv6 Session Setup (with Prefix Delegation)
Subscriber Session Example
Session Details
Verification Commands
Troubleshooting
No DHCP offer received
No DHCP offer received
Check:
- DHCP proxy enabled:
show service id 9998 subscriber-interface "services" group-interface "gi" - DHCP server reachable:
ping router-instance "9998" 9.9.9.9 - Pool availability:
show service id 9998 dhcp statistics
IPv6 not working
IPv6 not working
Verify:
- Router advertisements:
show service id 9998 subscriber-interface "services" group-interface "gi" router-advertisement - DHCPv6 relay:
show service id 9998 subscriber-interface "services" group-interface "gi" dhcp6 - Prefix delegation:
show service id 9998 dhcp6 lease-state
- M flag (managed): Should be 1
- O flag (other-config): Should be 1
- A flag (autonomous): Should be 0
Subscriber not authenticated
Subscriber not authenticated
Check:
- RADIUS connectivity:
show aaa radius server-policy "radius_policy" - Authentication policy:
show subscriber-mgmt radius-authentication-policy "autpolicy" - Local user database:
show subscriber-mgmt local-user-db "clientes"