Cisco Systems 10000 Network Router User Manual


 
6-11
Cisco 10000 Series Router Software Configuration Guide
OL-2226-23
Chapter 6 Configuring PPPoE over Ethernet and IEEE 802.1Q VLAN
PPPoE over IEEE 802.1Q VLANs
peer default ip address pool pool1
ppp authentication chap
!Specifies the IP local pool to use for address assignment.
ip local pool pool1 192.168.0.1 192.168.0.100
Example 6-5 creates two BBA groups: VPN_1 and VPN_2. The VPN_1 BBA group is associated with
virtual-template 1 and the VPN_2 BBA group is associated with virtual-template 2. The VPN_1 group
is associated with VLAN 20 and the VPN_2 group is associated with VLAN 30.
Example 6-5 Using a BBA Group to Configure PPPoE over IEEE 802.1Q VLANs
bba-group pppoe VPN_1
virtual-template 1
sessions per-vc limit 5
sessions per-mac limit 10
sessions per-vlan limit 5
!
!
bba-group pppoe VPN_2
virtual-template 2
sessions per-vc limit 5
sessions per-mac limit 10
sessions per-vlan limit 5
!
!
interface GigabitEthernet1/0/0.1
encapsulation dot1q 20
protocol pppoe group VPN_1
!
interface GigabitEthernet 2/0/0.2
encapsulation dot1q 30
protocol pppoe group VPN_2
Verifying PPPoE over Ethernet and IEEE 802.1Q VLAN
To verify PPPoE over Ethernet and IEEE 802.1Q VLAN, enter the following commands in privileged
EXEC mode:
Command Purpose
Router# show vpdn
Displays information about active Level 2 Forwarding (L2F)
Protocol tunnel and message identifiers in a VPDN.
Router# show vpdn session
Displays information about active Layer 2 Tunnel Protocol
(L2TP) or Layer 2 Forwarding (L2F) sessions in a VPDN.
Router# show vpdn session packet
Displays PPPoE session statistics.
Router# show vpdn session all
Displays PPPoE session information for each session ID.
Router# show vpdn tunnel
Displays PPPoE session count for the tunnel.
Router# show pppoe session all
Displays PPPoE session information for each session ID.
Router# show pppoe session packets
Displays PPPoE session statistics.